diff --git a/src/azure-cli-core/azure/cli/core/commands/arm.py b/src/azure-cli-core/azure/cli/core/commands/arm.py index c019b72d980..e9e8a1305ea 100644 --- a/src/azure-cli-core/azure/cli/core/commands/arm.py +++ b/src/azure-cli-core/azure/cli/core/commands/arm.py @@ -759,9 +759,6 @@ def _find_property(instance, path): def assign_identity(cli_ctx, getter, setter, identity_role=None, identity_scope=None): - import time - from azure.core.exceptions import HttpResponseError - # get resource = getter() resource = setter(resource) @@ -769,36 +766,43 @@ def assign_identity(cli_ctx, getter, setter, identity_role=None, identity_scope= # create role assignment: if identity_scope: principal_id = resource.identity.principal_id + create_role_assignment(cli_ctx, principal_id, identity_role, identity_scope) - identity_role_id = resolve_role_id(cli_ctx, identity_role, identity_scope) - assignments_client = get_mgmt_service_client(cli_ctx, ResourceType.MGMT_AUTHORIZATION).role_assignments - RoleAssignmentCreateParameters = get_sdk(cli_ctx, ResourceType.MGMT_AUTHORIZATION, - 'RoleAssignmentCreateParameters', mod='models', - operation_group='role_assignments') - parameters = RoleAssignmentCreateParameters(role_definition_id=identity_role_id, principal_id=principal_id, - principal_type=None) - - logger.info("Creating an assignment with a role '%s' on the scope of '%s'", identity_role_id, identity_scope) - retry_times = 36 - assignment_name = _gen_guid() - for retry_time in range(0, retry_times): - try: - assignments_client.create(scope=identity_scope, role_assignment_name=assignment_name, - parameters=parameters) - break - except HttpResponseError as ex: - if ex.error.code == 'RoleAssignmentExists': - logger.info('Role assignment already exists') - break - if retry_time < retry_times and ' does not exist in the directory ' in ex.message: - time.sleep(5) - logger.warning('Retrying role assignment creation: %s/%s', retry_time + 1, - retry_times) - continue - raise return resource +def create_role_assignment(cli_ctx, principal_id, identity_role=None, identity_scope=None): + import time + from azure.core.exceptions import HttpResponseError + + identity_role_id = resolve_role_id(cli_ctx, identity_role, identity_scope) + assignments_client = get_mgmt_service_client(cli_ctx, ResourceType.MGMT_AUTHORIZATION).role_assignments + RoleAssignmentCreateParameters = get_sdk(cli_ctx, ResourceType.MGMT_AUTHORIZATION, + 'RoleAssignmentCreateParameters', mod='models', + operation_group='role_assignments') + parameters = RoleAssignmentCreateParameters(role_definition_id=identity_role_id, principal_id=principal_id, + principal_type=None) + + logger.info("Creating an assignment with a role '%s' on the scope of '%s'", identity_role_id, identity_scope) + retry_times = 36 + assignment_name = _gen_guid() + for retry_time in range(0, retry_times): + try: + assignments_client.create(scope=identity_scope, role_assignment_name=assignment_name, + parameters=parameters) + break + except HttpResponseError as ex: + if ex.error.code == 'RoleAssignmentExists': + logger.info('Role assignment already exists') + break + if retry_time < retry_times and ' does not exist in the directory ' in ex.message: + time.sleep(5) + logger.warning('Retrying role assignment creation: %s/%s', retry_time + 1, + retry_times) + continue + raise + + def resolve_role_id(cli_ctx, role, scope): import uuid client = get_mgmt_service_client(cli_ctx, ResourceType.MGMT_AUTHORIZATION).role_definitions diff --git a/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/recordings/test_sqlvm_aad_auth_negative.yaml b/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/recordings/test_sqlvm_aad_auth_negative.yaml index 29c6fff6d0f..0e7b22f9b9a 100644 --- a/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/recordings/test_sqlvm_aad_auth_negative.yaml +++ b/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/recordings/test_sqlvm_aad_auth_negative.yaml @@ -13,13 +13,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -29,7 +29,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:03 GMT + - Wed, 24 Dec 2025 05:40:07 GMT expires: - '-1' pragma: @@ -41,13 +41,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/81aff512-14cb-4772-9b3c-1c0b72c73372 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/malaysiasouth/4594f42d-ebf4-46e9-855a-8210561832ee x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43997 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15996,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43978 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: F9F0E6A3EFFA4F28A6C3F7BEAB6E0838 Ref B: TYO201151005052 Ref C: 2025-04-02T09:27:04Z' + - 'Ref A: 1894BFB0FCC54057B5354E2CF1398C77 Ref B: SG2AA1070303036 Ref C: 2025-12-24T05:40:05Z' status: code: 200 message: OK @@ -65,9 +65,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.250227?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -80,9 +80,9 @@ interactions: \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \ \"value\": \"False\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInBytes\": 136367309312\r\n - \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-03T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n}" + \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-17T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -91,7 +91,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:05 GMT + - Wed, 24 Dec 2025 05:40:07 GMT expires: - '-1' pragma: @@ -103,13 +103,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/b451e87d-7f60-439e-9bee-56cc48a62676 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/e87ffe0a-c7d4-40b9-b67c-1b85974b3e0c x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12996,Microsoft.Compute/GetVMImageFromLocation30Min;73996 + - Microsoft.Compute/GetVMImageFromLocation3Min;12996,Microsoft.Compute/GetVMImageFromLocation30Min;73980 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 9AF30F63414C487FA9915E8D35ADD1C6 Ref B: TYO201151006060 Ref C: 2025-04-02T09:27:05Z' + - 'Ref A: C5F243ED2BF24C7D9CF3D8A7CAFB86BC Ref B: SG2AA1070302023 Ref C: 2025-12-24T05:40:07Z' status: code: 200 message: OK @@ -127,7 +127,7 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks?api-version=2022-01-01 response: @@ -141,7 +141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:05 GMT + - Wed, 24 Dec 2025 05:40:09 GMT expires: - '-1' pragma: @@ -155,7 +155,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: D5B357DB5C3749CDBA4FDF3CCFAABC78 Ref B: TYO201100114025 Ref C: 2025-04-02T09:27:05Z' + - 'Ref A: D3FD0FF4B9F344EAB8EADC3BC1AED9DA Ref B: SG2AA1040518011 Ref C: 2025-12-24T05:40:08Z' status: code: 200 message: OK @@ -173,2636 +173,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/vmSizes?api-version=2024-11-01 - response: - body: - string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n - \ \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n - \ \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n - \ \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n - \ \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n - \ \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n - \ \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n - \ \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": - 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2bs_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4bs_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8bs_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16bs_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32bs_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48bs_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64bs_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ibs_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2bds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4bds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8bds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16bds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32bds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48bds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64bds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ibds_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ls_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ls_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ls_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ls_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ls_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48ls_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64ls_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ls_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2lds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4lds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8lds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16lds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32lds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48lds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64lds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96lds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20as_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ias_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ads_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112iads_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2als_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2as_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ats_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4als_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4as_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8als_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8as_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16als_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16as_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32als_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32as_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8as_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16as_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32as_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48as_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64as_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80as_v3\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7340032,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7340032,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14680064,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14680064,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80s_v3\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV4ads_V710_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV8ads_V710_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV12ads_V710_v5\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 6\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV24ads_V710_v5\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV28adms_V710_v5\",\r\n \"numberOfCores\": - 28,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 14\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2ls_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ts_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ls_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ls_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ls_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32ls_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20as_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ias_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20ads_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96iads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4as_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8as_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16as_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC32as_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48as_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64as_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96as_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ads_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ads_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ads_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ads_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ads_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64ads_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96ads_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4as_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC8as_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC16as_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20as_cc_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32as_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48as_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64as_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96as_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4ads_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC8ads_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC16ads_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20ads_cc_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32ads_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48ads_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64ads_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ads_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pls_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pls_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pls_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pls_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pls_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48pls_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64pls_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96pls_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2plds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4plds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8plds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16plds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32plds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48plds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64plds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96plds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ps_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ps_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ps_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ps_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ps_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ps_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ps_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48pds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64pds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ps_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ps_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ps_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16ps_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ps_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2pds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4pds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8pds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16pds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32pds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ls_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ls_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ls_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ls_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ls_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48ls_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64ls_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ls_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128ls_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2lds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4lds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8lds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16lds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32lds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48lds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64lds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96lds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128lds_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128s_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128ds_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D192ds_v6\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v6\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v6\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_ND96isr_H100_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1945600,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_E96ias_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96pds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ps_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ps_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ps_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ps_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48pds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64pds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96pds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_ND96is_MI300X_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1894400,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_ND96isr_MI300X_v5\",\r\n - \ \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1894400,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": - 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": - 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_8_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 7782400,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_D2plds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4plds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8plds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16plds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32plds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48plds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64plds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pls_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pls_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pls_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pls_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pls_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48pls_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64pls_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4pds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8pds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16pds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32pds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48pds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64pds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ps_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ps_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ps_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ps_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ps_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ps_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ps_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2pds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4pds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8pds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16pds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20pds_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32pds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ps_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ps_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ps_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16ps_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ps_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ps_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2pls_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ps_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2pts_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4pls_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ps_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8pls_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ps_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16pls_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ps_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_NC24ads_A100_v4\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 225280,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC48ads_A100_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC96ads_A100_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC40ads_H100_v5\",\r\n \"numberOfCores\": - 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 327680,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC80adis_H100_v5\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV6ads_A10_v5\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 184320,\r\n \"memoryInMB\": 56320,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12ads_A10_v5\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 368640,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV18ads_A10_v5\",\r\n \"numberOfCores\": - 18,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 737280,\r\n \"memoryInMB\": 225280,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV36adms_A10_v5\",\r\n \"numberOfCores\": - 36,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2949120,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV36ads_A10_v5\",\r\n \"numberOfCores\": - 36,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1474560,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV72ads_A10_v5\",\r\n \"numberOfCores\": - 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2949120,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1s_v3\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1ds_v3\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2ds_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ds_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ds_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ds_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC24ds_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ds_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ds_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ }\r\n ]\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '178037' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:27:06 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-need-to-refresh-epl-cache: - - 'False' - x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/23914875-b813-4164-a586-5ddbce434927 - x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetSubscriptionInfoSubscriptionMaximum;357 - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: B66E70D4E17749E4ACE36B7F44EE28C0 Ref B: TYO201151006060 Ref C: 2025-04-02T09:27:06Z' - status: - code: 200 - message: '' -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -2812,7 +189,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:08 GMT + - Wed, 24 Dec 2025 05:40:09 GMT expires: - '-1' pragma: @@ -2824,13 +201,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/0f0959fe-43fd-4eed-9e6e-9cce4d733df1 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/76d4a6cf-8cda-4811-86a1-e01299f9dcc3 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15992,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43992 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15995,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43977 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: F208EF6404DE4B1FB5C4C76BE58750E9 Ref B: TYO201100115023 Ref C: 2025-04-02T09:27:07Z' + - 'Ref A: 3CA746585046426A91707B52C2520725 Ref B: SG2AA1070302054 Ref C: 2025-12-24T05:40:09Z' status: code: 200 message: OK @@ -2848,9 +225,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.250227?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -2863,9 +240,9 @@ interactions: \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \ \"value\": \"False\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInBytes\": 136367309312\r\n - \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-03T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n}" + \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-17T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -2874,7 +251,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:08 GMT + - Wed, 24 Dec 2025 05:40:10 GMT expires: - '-1' pragma: @@ -2886,13 +263,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/39ef7bbf-a694-4217-b963-fcca9991bb6f + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/01f5de46-e683-4ec2-8c27-4466c25e041c x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12992,Microsoft.Compute/GetVMImageFromLocation30Min;73992 + - Microsoft.Compute/GetVMImageFromLocation3Min;12995,Microsoft.Compute/GetVMImageFromLocation30Min;73979 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: C8CE54CCE2B8443DA580FB09025555CA Ref B: TYO201100114025 Ref C: 2025-04-02T09:27:08Z' + - 'Ref A: A1EB905E938B407AAB118D2B26208F89 Ref B: SG2AA1040516031 Ref C: 2025-12-24T05:40:10Z' status: code: 200 message: OK @@ -2910,13 +287,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -2926,7 +303,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:09 GMT + - Wed, 24 Dec 2025 05:40:10 GMT expires: - '-1' pragma: @@ -2938,13 +315,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/b3e03dca-0dc2-4768-be02-4e94a9e59c14 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/6cd112a8-5a4d-424a-ad3a-f2c55edcecac x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15986,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43986 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15994,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43976 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: C46563927F6B411D97050017C289392A Ref B: TYO201151005054 Ref C: 2025-04-02T09:27:09Z' + - 'Ref A: 335171C735D84A8BB7A73BE851E14E68 Ref B: SG2AA1040519036 Ref C: 2025-12-24T05:40:11Z' status: code: 200 message: OK @@ -2962,9 +339,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.250227?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2019-ws2022/skus/enterprise/versions/15.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -2977,9 +354,9 @@ interactions: \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \ \"value\": \"False\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInBytes\": 136367309312\r\n - \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-03T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.250227\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.250227\"\r\n}" + \ },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-17T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"15.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2019-ws2022/Skus/enterprise/Versions/15.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -2988,7 +365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:10 GMT + - Wed, 24 Dec 2025 05:40:11 GMT expires: - '-1' pragma: @@ -3000,13 +377,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/4f7f826e-7786-4746-9b0d-17c96f5e67ab + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/malaysiasouth/65954e8b-5a95-4897-aab0-bc634243042d x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12986,Microsoft.Compute/GetVMImageFromLocation30Min;73986 + - Microsoft.Compute/GetVMImageFromLocation3Min;12994,Microsoft.Compute/GetVMImageFromLocation30Min;73978 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 33359CEED54C4067993815BFB0016ED5 Ref B: TYO201151002025 Ref C: 2025-04-02T09:27:10Z' + - 'Ref A: AE46005FB31E40B98B22148BF23C98CF Ref B: SG2AA1070301062 Ref C: 2025-12-24T05:40:11Z' status: code: 200 message: OK @@ -3033,7 +410,7 @@ interactions: "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG"}}}, {"apiVersion": "2024-11-01", "type": "Microsoft.Compute/virtualMachines", "name": "clisqlvm000002", "location": "westus", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/clisqlvm000002VMNic"], - "properties": {"hardwareProfile": {"vmSize": "Standard_DS2_v2"}, "networkProfile": + "properties": {"hardwareProfile": {"vmSize": "Standard_B2ms"}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic", "properties": {"deleteOption": null}}]}, "storageProfile": {"osDisk": {"createOption": "fromImage", "name": null, "caching": "ReadWrite", "managedDisk": {"storageAccountType": @@ -3052,29 +429,29 @@ interactions: Connection: - keep-alive Content-Length: - - '3105' + - '3103' Content-Type: - application/json ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_Q7p77uMUb0B22MjeFP3IttZNohhlcGEt","name":"vm_deploy_Q7p77uMUb0B22MjeFP3IttZNohhlcGEt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"607920869444564677","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2025-04-02T09:27:12.6292703Z","duration":"PT0.0008862S","correlationId":"266df8d8-d964-446a-a69a-e0007fcc1b26","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"clisqlvm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000002"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_WCqHnkw632jMBS61knxyiEEz5cCVa8e4","name":"vm_deploy_WCqHnkw632jMBS61knxyiEEz5cCVa8e4","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12521972517919304786","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2025-12-24T05:40:18.1866047Z","duration":"PT0.0006101S","correlationId":"2efb8354-eef7-4c18-8840-bac35763b36a","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"clisqlvm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000002"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_Q7p77uMUb0B22MjeFP3IttZNohhlcGEt/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_WCqHnkw632jMBS61knxyiEEz5cCVa8e4/operationStatuses/08584350520672881873?api-version=2024-11-01&t=639021516229522744&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=CpCnJ3kVcajKhn2UE7JV9Qipx1r8SVzLvuZQxF0dVsZEOcNvrKm_trNTslCkOT4pAI5o_K7PwLix3vj6MY9uQFwrqoCBBVdxVlpmA9qEipEBqzOtvWPbW51Ww6MPX-UhAUF9zI0M8WNJDLi3Qz8WRQFBa7yhi5WhDw8LlDzUbBlPTlcpSX6AIw_t4XZVx_MXi5mLjbLIJ1FUo8AOrMs0a-0vZxI3f0q5Z51UToigs_edcoF_pqc5B1NRvqYfDRvzIhxwALjfNBaUn3GMV--JPni1tieK8IReObu_DaWQhrZGTATvsA-sXJVpw1Ju4Tvyem_i20TX8izeHNcEIzZbug&h=MsZu_UxzPfS9lz7_Q3W_QfjPgF0YSJX9cO-7vAdQo2s cache-control: - no-cache content-length: - - '2555' + - '2557' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:27:16 GMT + - Wed, 24 Dec 2025 05:40:22 GMT expires: - '-1' pragma: @@ -3086,13 +463,13 @@ interactions: x-content-type-options: - nosniff x-ms-deployment-engine-version: - - 1.280.0 + - 1.560.0 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: E8547594C43240B784B6D4FEF85AB451 Ref B: TYO201100115029 Ref C: 2025-04-02T09:27:11Z' + - 'Ref A: 740D8DD726074D36801D9689EF5149AE Ref B: SG2AA1070302054 Ref C: 2025-12-24T05:40:12Z' status: code: 201 message: Created @@ -3110,101 +487,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE - response: - body: - string: '{"status":"Accepted"}' - headers: - cache-control: - - no-cache - content-length: - - '21' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:27:16 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: 6A5C40BB9532415FB5B77AF3DC4A85E5 Ref B: TYO201100115029 Ref C: 2025-04-02T09:27:17Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:27:47 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: 54A12C051E8B4ADFAF7FA375D627C6AE Ref B: TYO201100115029 Ref C: 2025-04-02T09:27:47Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350520672881873?api-version=2024-11-01&t=639021516229522744&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=CpCnJ3kVcajKhn2UE7JV9Qipx1r8SVzLvuZQxF0dVsZEOcNvrKm_trNTslCkOT4pAI5o_K7PwLix3vj6MY9uQFwrqoCBBVdxVlpmA9qEipEBqzOtvWPbW51Ww6MPX-UhAUF9zI0M8WNJDLi3Qz8WRQFBa7yhi5WhDw8LlDzUbBlPTlcpSX6AIw_t4XZVx_MXi5mLjbLIJ1FUo8AOrMs0a-0vZxI3f0q5Z51UToigs_edcoF_pqc5B1NRvqYfDRvzIhxwALjfNBaUn3GMV--JPni1tieK8IReObu_DaWQhrZGTATvsA-sXJVpw1Ju4Tvyem_i20TX8izeHNcEIzZbug&h=MsZu_UxzPfS9lz7_Q3W_QfjPgF0YSJX9cO-7vAdQo2s response: body: string: '{"status":"Running"}' @@ -3216,7 +501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:28:18 GMT + - Wed, 24 Dec 2025 05:40:24 GMT expires: - '-1' pragma: @@ -3230,7 +515,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 58FD40EC6AFB4A57AEF3A86B50993171 Ref B: TYO201100115029 Ref C: 2025-04-02T09:28:18Z' + - 'Ref A: 3BADD2FC69174F11BDB4BF0C8B600036 Ref B: SG2AA1040520023 Ref C: 2025-12-24T05:40:23Z' status: code: 200 message: OK @@ -3248,9 +533,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350520672881873?api-version=2024-11-01&t=639021516229522744&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=CpCnJ3kVcajKhn2UE7JV9Qipx1r8SVzLvuZQxF0dVsZEOcNvrKm_trNTslCkOT4pAI5o_K7PwLix3vj6MY9uQFwrqoCBBVdxVlpmA9qEipEBqzOtvWPbW51Ww6MPX-UhAUF9zI0M8WNJDLi3Qz8WRQFBa7yhi5WhDw8LlDzUbBlPTlcpSX6AIw_t4XZVx_MXi5mLjbLIJ1FUo8AOrMs0a-0vZxI3f0q5Z51UToigs_edcoF_pqc5B1NRvqYfDRvzIhxwALjfNBaUn3GMV--JPni1tieK8IReObu_DaWQhrZGTATvsA-sXJVpw1Ju4Tvyem_i20TX8izeHNcEIzZbug&h=MsZu_UxzPfS9lz7_Q3W_QfjPgF0YSJX9cO-7vAdQo2s response: body: string: '{"status":"Running"}' @@ -3262,7 +547,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:28:48 GMT + - Wed, 24 Dec 2025 05:40:54 GMT expires: - '-1' pragma: @@ -3276,7 +561,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 8CAE7B0592734D6F80ECBAEB79A80641 Ref B: TYO201100115029 Ref C: 2025-04-02T09:28:49Z' + - 'Ref A: BC6D68C9A88545E791C4CFE824274A98 Ref B: SG2AA1070301023 Ref C: 2025-12-24T05:40:54Z' status: code: 200 message: OK @@ -3294,9 +579,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580208528349909?api-version=2024-11-01&t=638791828373012337&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=aik8sFGMPIxyWYFajwzdsKZ3RUygNrznbNFK5rcCEKoXqYbOZnaL01uOWcfyHpWUgs5IFbGdJ4GP870clyhJwtPnpse-98l8kggu4CCcDwM1V-8qCwGVCwu04075chX7avgMHm5rMqvcDSUYX77FuSdYkgpRDdlKNLGc3u0-xPDclE-fmzsRWHTRt2KZK_ine7e0l0lE4OkyHogZA1g9veEPAkGpd46hTUPelfhaBn9oAxZTKYvjkmr84fbRI5yr4HxSFm01ZsHJRjqfZ3GJg1GA00pXWVF5gTJ7eNaKoIpDvUq16sYl_OUZsmhxDUHpqntECmuJwv-e1TWIY0ZgDg&h=bfR4WSa2aQtzO2IqQJ384Sgt0rXWGAoU1kN1iERV5pE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350520672881873?api-version=2024-11-01&t=639021516229522744&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=CpCnJ3kVcajKhn2UE7JV9Qipx1r8SVzLvuZQxF0dVsZEOcNvrKm_trNTslCkOT4pAI5o_K7PwLix3vj6MY9uQFwrqoCBBVdxVlpmA9qEipEBqzOtvWPbW51Ww6MPX-UhAUF9zI0M8WNJDLi3Qz8WRQFBa7yhi5WhDw8LlDzUbBlPTlcpSX6AIw_t4XZVx_MXi5mLjbLIJ1FUo8AOrMs0a-0vZxI3f0q5Z51UToigs_edcoF_pqc5B1NRvqYfDRvzIhxwALjfNBaUn3GMV--JPni1tieK8IReObu_DaWQhrZGTATvsA-sXJVpw1Ju4Tvyem_i20TX8izeHNcEIzZbug&h=MsZu_UxzPfS9lz7_Q3W_QfjPgF0YSJX9cO-7vAdQo2s response: body: string: '{"status":"Succeeded"}' @@ -3308,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:19 GMT + - Wed, 24 Dec 2025 05:41:25 GMT expires: - '-1' pragma: @@ -3322,7 +607,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 612AB87CB0964E4F88CC0C7D0213091D Ref B: TYO201100115029 Ref C: 2025-04-02T09:29:20Z' + - 'Ref A: D01C4000D75C441C962FF0161C31F081 Ref B: SG2AA1070306054 Ref C: 2025-12-24T05:41:25Z' status: code: 200 message: OK @@ -3340,21 +625,21 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_Q7p77uMUb0B22MjeFP3IttZNohhlcGEt","name":"vm_deploy_Q7p77uMUb0B22MjeFP3IttZNohhlcGEt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"607920869444564677","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2025-04-02T09:29:07.6854094Z","correlationId":"266df8d8-d964-446a-a69a-e0007fcc1b26","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"clisqlvm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000002"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_WCqHnkw632jMBS61knxyiEEz5cCVa8e4","name":"vm_deploy_WCqHnkw632jMBS61knxyiEEz5cCVa8e4","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12521972517919304786","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2025-12-24T05:41:03.4997513Z","duration":"PT45.3131466S","correlationId":"2efb8354-eef7-4c18-8840-bac35763b36a","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"clisqlvm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000002"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET"}]}}' headers: cache-control: - no-cache content-length: - - '3393' + - '3422' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:20 GMT + - Wed, 24 Dec 2025 05:41:26 GMT expires: - '-1' pragma: @@ -3368,7 +653,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 2410668654E1474AA745A924EA198964 Ref B: TYO201100115029 Ref C: 2025-04-02T09:29:21Z' + - 'Ref A: AC88B7D34F67419D931A5639E101E07D Ref B: SG2AA1040512040 Ref C: 2025-12-24T05:41:26Z' status: code: 200 message: OK @@ -3386,7 +671,7 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002?$expand=instanceView&api-version=2025-04-01 response: @@ -3394,16 +679,16 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"7910c3d4-362f-4ce1-961c-f76ac6db94fb\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"474b7bb7-45e4-41ac-8781-6da77a277c64\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2019-ws2022\",\r\n \"sku\": \"enterprise\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"15.0.250227\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"15.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000002_OsDisk_1_7b108f74c7bd4cbbb62e40593d601a06\",\r\n \"createOption\": + \"clisqlvm000002_disk1_64444a03cd78419bb8ea070d656f992b\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000002_OsDisk_1_7b108f74c7bd4cbbb62e40593d601a06\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000002_disk1_64444a03cd78419bb8ea070d656f992b\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000002\",\r\n \"adminUsername\": @@ -3414,33 +699,35 @@ interactions: true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic\"}]},\r\n - \ \"instanceView\": {\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": - \"Unknown\",\r\n \"statuses\": [\r\n {\r\n \"code\": - \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n - \ \"displayStatus\": \"Not Ready\",\r\n \"message\": - \"VM status blob is found but not yet populated.\",\r\n \"time\": - \"2025-04-02T09:29:23+00:00\"\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"clisqlvm000002_OsDisk_1_7b108f74c7bd4cbbb62e40593d601a06\",\r\n + \ \"instanceView\": {\r\n \"computerName\": \"clisqlvm000002\",\r\n + \ \"osName\": \"Windows Server 2022 Datacenter\",\r\n \"osVersion\": + \"10.0.20348.4405\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": + \"2.7.41491.1183\",\r\n \"statuses\": [\r\n {\r\n \"code\": + \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"Ready\",\r\n \"message\": \"GuestAgent is running and processing + the extensions.\",\r\n \"time\": \"2025-12-24T05:41:26.502+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"disks\": [\r\n {\r\n + \ \"name\": \"clisqlvm000002_disk1_64444a03cd78419bb8ea070d656f992b\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2025-04-02T09:27:37.170864+00:00\"\r\n + succeeded\",\r\n \"time\": \"2025-12-24T05:40:37.229357+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2025-04-02T09:29:05.281194+00:00\"\r\n + succeeded\",\r\n \"time\": \"2025-12-24T05:40:56.5265656+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2025-04-02T09:27:35.3427406+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2025-12-24T05:40:35.1355701+00:00\"\r\n \ },\r\n \"etag\": \"\\\"2\\\"\"\r\n}" headers: cache-control: - no-cache content-length: - - '3305' + - '3434' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:22 GMT + - Wed, 24 Dec 2025 05:41:27 GMT expires: - '-1' pragma: @@ -3454,11 +741,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23984,Microsoft.Compute/LowCostGetResource;33 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23999,Microsoft.Compute/LowCostGetResource;32 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: D66C3BB9CC8B4B5ABF7FA586C36E54F3 Ref B: TYO201151004029 Ref C: 2025-04-02T09:29:23Z' + - 'Ref A: AE5D59A70E5D4A63BA786320C32CE966 Ref B: SG2AA1040518036 Ref C: 2025-12-24T05:41:27Z' status: code: 200 message: '' @@ -3476,23 +763,23 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic?api-version=2022-01-01 response: body: - string: '{"name":"clisqlvm000002VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","etag":"W/\"f2f8ea08-0ed8-4792-89fc-62742585f83a\"","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2cd3fd45-569d-4987-9711-642090bc1051","ipConfigurations":[{"name":"ipconfigclisqlvm000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic/ipConfigurations/ipconfigclisqlvm000002","etag":"W/\"f2f8ea08-0ed8-4792-89fc-62742585f83a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"vdzukcraicse5ast51mf4u4pod.dx.internal.cloudapp.net"},"macAddress":"60-45-BD-01-9D-F4","vnetEncryptionSupported":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard","allowPort25Out":true,"auxiliaryMode":"None"},"type":"Microsoft.Network/networkInterfaces","location":"westus","kind":"Regular"}' + string: '{"name":"clisqlvm000002VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic","etag":"W/\"893d0411-2023-40e6-9265-de1f807de5f2\"","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"05ccd2bb-748b-476d-b659-33639f27e121","ipConfigurations":[{"name":"ipconfigclisqlvm000002","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic/ipConfigurations/ipconfigclisqlvm000002","etag":"W/\"893d0411-2023-40e6-9265-de1f807de5f2\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"p5gybo4fcf4u3djwfgvj13agpf.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-30-A4-56","vnetEncryptionSupported":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000002NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard","allowPort25Out":false,"auxiliaryMode":"None"},"type":"Microsoft.Network/networkInterfaces","location":"westus","kind":"Regular"}' headers: cache-control: - no-cache content-length: - - '2089' + - '2090' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:23 GMT + - Wed, 24 Dec 2025 05:41:28 GMT etag: - - W/"f2f8ea08-0ed8-4792-89fc-62742585f83a" + - W/"893d0411-2023-40e6-9265-de1f807de5f2" expires: - '-1' pragma: @@ -3504,11 +791,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e270a3b8-d512-4765-ab8d-25b383f62f9c + - b6ef352a-a75a-416d-ac59-dd4a8b74f3f5 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 9088940EB7134FA09F97D2A3BB119DA4 Ref B: TYO201151005031 Ref C: 2025-04-02T09:29:23Z' + - 'Ref A: 3E810C22AD584C6D85AAFE1BEF34ACAC Ref B: SG2AA1070306034 Ref C: 2025-12-24T05:41:28Z' status: code: 200 message: OK @@ -3526,12 +813,12 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP?api-version=2022-01-01 response: body: - string: '{"name":"clisqlvm000002PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","etag":"W/\"0a578f6c-cc79-4ea4-8d0e-ce5b82a3870e\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a9aa4429-dc49-49a0-b4f1-4ab89ae9152a","ipAddress":"20.245.232.207","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic/ipConfigurations/ipconfigclisqlvm000002"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' + string: '{"name":"clisqlvm000002PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000002PublicIP","etag":"W/\"5eb652a8-3cea-46ce-b908-5f65c585d0e7\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"158ef17e-ba0c-4aa4-8184-34f12994fee3","ipAddress":"172.185.165.48","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000002VMNic/ipConfigurations/ipconfigclisqlvm000002"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' headers: cache-control: - no-cache @@ -3540,9 +827,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:25 GMT + - Wed, 24 Dec 2025 05:41:29 GMT etag: - - W/"0a578f6c-cc79-4ea4-8d0e-ce5b82a3870e" + - W/"5eb652a8-3cea-46ce-b908-5f65c585d0e7" expires: - '-1' pragma: @@ -3554,11 +841,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ffa6c9d4-eb0d-4901-94d5-5c937a97eebc + - f61877fb-dc4c-4354-8239-4a3750e8948b x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: DF6B8D169C3947499FA521CA3D198EC6 Ref B: TYO201100114023 Ref C: 2025-04-02T09:29:25Z' + - 'Ref A: A5ECADF7052E4410ABE1F2DFAA348351 Ref B: SG2AA1040516025 Ref C: 2025-12-24T05:41:29Z' status: code: 200 message: OK @@ -3576,13 +863,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -3592,7 +879,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:27 GMT + - Wed, 24 Dec 2025 05:41:30 GMT expires: - '-1' pragma: @@ -3604,13 +891,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/0e48759f-4333-4abc-b87c-58048e315803 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/27ba1185-aad3-490a-9be7-1e2f2e722f2c x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15978,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43978 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15992,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43974 x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' + - '3748' x-msedge-ref: - - 'Ref A: 828647D4A67B4320B894A876A6DB7A2D Ref B: TYO201151001054 Ref C: 2025-04-02T09:29:27Z' + - 'Ref A: 703E3921424742E2A36BE640BF94AE8E Ref B: SG2AA1040515031 Ref C: 2025-12-24T05:41:30Z' status: code: 200 message: OK @@ -3628,9 +915,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.250313?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -3645,9 +932,9 @@ interactions: \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\": \"False\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": - 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-14T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n}" + 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-15T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -3656,7 +943,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:29 GMT + - Wed, 24 Dec 2025 05:41:31 GMT expires: - '-1' pragma: @@ -3668,13 +955,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/06758d44-aa37-4a16-8d83-37bb79287a26 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/d635e1ee-3e7c-4af1-b262-53a309a38b80 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12983,Microsoft.Compute/GetVMImageFromLocation30Min;73983 + - Microsoft.Compute/GetVMImageFromLocation3Min;12992,Microsoft.Compute/GetVMImageFromLocation30Min;73976 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 84BE12EED30248E68F4CE34D5D18C3C1 Ref B: TYO201100116033 Ref C: 2025-04-02T09:29:29Z' + - 'Ref A: F7FDD0A5568A41CBBE1D6B49AB4D22EF Ref B: SG2AA1070303054 Ref C: 2025-12-24T05:41:30Z' status: code: 200 message: OK @@ -3692,12 +979,12 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks?api-version=2022-01-01 response: body: - string: '{"value":[{"name":"clisqlvm000002VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","etag":"W/\"30d39862-0f73-4221-8ab2-3fc422920700\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0a45f3a8-4020-4fa4-8253-fed85f53cf73","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"clisqlvm000002Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet","etag":"W/\"30d39862-0f73-4221-8ab2-3fc422920700\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SQLVM_CLI_TEST_AADPCIVQIOUAL4KXI26VCGHDFZ5F4AX7ZN4546MNGRU2IZSBSVZ2452Z2UDH/providers/Microsoft.Network/networkInterfaces/CLISQLVMTLP6343VMNIC/ipConfigurations/IPCONFIGCLISQLVMTLP6343"}],"delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false}}]}' + string: '{"value":[{"name":"clisqlvm000002VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET","etag":"W/\"7df01770-bdf2-4783-a87c-79512f78c686\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"bb80cd7f-11c5-4e7d-8d36-29aa9df4067d","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"clisqlvm000002Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet","etag":"W/\"7df01770-bdf2-4783-a87c-79512f78c686\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SQLVM_CLI_TEST_AADBYYQYSPEYUWCWHYYLUIW7L4XTNLZKJ4CVCE5HOAPI6AZVLWR6VN3MVJRT/providers/Microsoft.Network/networkInterfaces/CLISQLVMT7B3FCOVMNIC/ipConfigurations/IPCONFIGCLISQLVMT7B3FCO"}],"delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false}}]}' headers: cache-control: - no-cache @@ -3706,7 +993,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:30 GMT + - Wed, 24 Dec 2025 05:41:31 GMT expires: - '-1' pragma: @@ -3718,13 +1005,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8ea1988e-2710-4878-823c-889d14c0e817 + - b1a39d63-45ea-4e6a-9fdb-c2f967e7bb03 x-ms-original-request-ids: - - 501751dc-4475-4c8f-a053-ecb0351a539f + - c14931e4-f548-4b24-8a09-7faaf4fe06ab x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 85C7E17F52EA4AFDA22DB65253EC340D Ref B: TYO201151003060 Ref C: 2025-04-02T09:29:30Z' + - 'Ref A: 9D8C3AA0B3A54F789290E1F7834D3746 Ref B: SG2AA1040518054 Ref C: 2025-12-24T05:41:31Z' status: code: 200 message: OK @@ -3742,2636 +1029,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/vmSizes?api-version=2024-11-01 - response: - body: - string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"Standard_B1ls\",\r\n - \ \"numberOfCores\": 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4096,\r\n \"memoryInMB\": 512,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B1ms\",\r\n \"numberOfCores\": 1,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n - \ \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B1s\",\r\n \"numberOfCores\": 1,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 4096,\r\n - \ \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ms\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 16384,\r\n - \ \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2s\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 8192,\r\n - \ \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ms\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 32768,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ms\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 65536,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B12ms\",\r\n \"numberOfCores\": 12,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 98304,\r\n - \ \"memoryInMB\": 49152,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ms\",\r\n \"numberOfCores\": 16,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 131072,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B20ms\",\r\n \"numberOfCores\": 20,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 163840,\r\n - \ \"memoryInMB\": 81920,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_E2_v4\",\r\n \"numberOfCores\": 2,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4_v4\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8_v4\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2d_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4d_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8d_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16d_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20d_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32d_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2d_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4d_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8d_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16d_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32d_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48d_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64d_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4_v4\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8_v4\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ds_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ds_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ds_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ds_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D5_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D15_v2\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1024000,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D5_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_F1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS5_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11-1_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12-1_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12-2_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13-2_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13-4_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14-4_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14-8_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS15_v2\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 286720,\r\n \"memoryInMB\": 143360,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS5_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11_v2_Promo\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12_v2_Promo\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13_v2_Promo\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14_v2_Promo\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_F1s\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4096,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2s\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8192,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4s\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8s\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16s\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_A1_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 10240,\r\n \"memoryInMB\": 2048,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2m_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4m_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A8m_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_A8_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v3\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v3\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_F4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_F8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_F16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F48s_v2\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_F72s_v2\",\r\n \"numberOfCores\": - 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 589824,\r\n \"memoryInMB\": 147456,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2d_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4d_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8d_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16d_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32d_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48d_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64d_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96d_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4_v5\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8_v5\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104ids_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48d_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64d_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2d_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4d_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8d_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16d_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20d_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32d_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48d_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64d_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96d_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104id_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96s_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104is_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4_v5\",\r\n \"numberOfCores\": 4,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8_v5\",\r\n \"numberOfCores\": 8,\r\n - \ \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": 0,\r\n - \ \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E104i_v5\",\r\n \"numberOfCores\": - 104,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7168,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14336,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS11\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 28672,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS12\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS13\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DS14\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D11\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D12\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D13\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D14\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_G1\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_G2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_G3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1572864,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_G4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3145728,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_G5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 6291456,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS1\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 57344,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 114688,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 229376,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4-4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS4-8\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 458752,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5-8\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_GS5-16\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 917504,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_L4s\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 694272,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1421312,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2874368,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 5765120,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2bs_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4bs_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8bs_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16bs_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32bs_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48bs_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64bs_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ibs_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2bds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4bds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8bds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16bds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32bds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48bds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64bds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ibds_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ls_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ls_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ls_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ls_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ls_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48ls_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64ls_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ls_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2lds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4lds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8lds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16lds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32lds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48lds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64lds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96lds_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2a_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4a_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8a_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16a_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32a_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48a_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64a_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96a_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2as_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 16384,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48as_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 393216,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2a_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4a_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8a_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16a_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20a_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 512000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32a_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48a_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64a_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96a_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2as_v4\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 32768,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20as_v4\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48as_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 786432,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64as_v4\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96as_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20as_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112ias_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4-2ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-2ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8-4ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-4ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ads_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E112iads_v5\",\r\n \"numberOfCores\": - 112,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3891200,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2als_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2as_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ats_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4als_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4as_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8als_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8as_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16als_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16as_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32als_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32as_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E80is_v4\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E80ids_v4\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 516096,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_A0\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Standard_A1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 71680,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_A2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 138240,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 291840,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 138240,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_A4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 619520,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_A6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 291840,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_A7\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 619520,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Basic_A0\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 20480,\r\n \"memoryInMB\": 768,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Basic_A1\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 40960,\r\n \"memoryInMB\": 1792,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Basic_A2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 61440,\r\n \"memoryInMB\": 3584,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Basic_A3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 122880,\r\n \"memoryInMB\": 7168,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Basic_A4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 245760,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8as_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16as_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32as_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48as_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64as_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80as_v3\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC4as_T4_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC8as_T4_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC16as_T4_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC64as_T4_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2883584,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7340032,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64m\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 7340032,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14680064,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128m\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 14680064,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M8-2ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M8-4ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M8ms\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 224000,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16-4ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16-8ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M16ms\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 524288,\r\n \"memoryInMB\": 448000,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32-8ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32-16ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ls\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ms\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32ts\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64-16ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64-32ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ls\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64ms\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64s\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-32ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128-64ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ms\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128s\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M32ms_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64ms_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M128ms_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M128s_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M192ims_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M192is_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_M32dms_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 896000,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_M64dms_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1835008,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M64ds_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2097152,\r\n \"memoryInMB\": 1048576,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128dms_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 3985408,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M128ds_v2\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M192idms_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 4194304,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M192ids_v2\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2097152,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_E64i_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1638400,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64is_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 884736,\r\n \"memoryInMB\": 442368,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64s_v3\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80s_v3\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV4ads_V710_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 2\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV8ads_V710_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV12ads_V710_v5\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 6\r\n },\r\n - \ {\r\n \"name\": \"Standard_NV24ads_V710_v5\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV28adms_V710_v5\",\r\n \"numberOfCores\": - 28,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 14\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 409600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1s_v2\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 51200,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 1\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 102400,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 2\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 204800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2ls_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2s_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ts_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ls_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4s_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ls_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ls_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32ls_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L8s_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 81920,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_L16s_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 163840,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L32s_v2\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 327680,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L48s_v2\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 491520,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L64s_v2\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 655360,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_L80s_v2\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 819200,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC2as_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC4as_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC8as_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC16as_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20as_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32as_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48as_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64as_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96as_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ias_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC2ads_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4ads_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC8ads_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC16ads_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20ads_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32ads_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48ads_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64ads_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96iads_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4as_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8as_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16as_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC32as_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48as_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64as_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96as_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ads_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ads_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ads_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ads_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ads_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC64ads_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC96ads_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4as_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC8as_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_EC16as_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20as_cc_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32as_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48as_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64as_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96as_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC4ads_cc_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC8ads_cc_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC16ads_cc_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC20ads_cc_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC32ads_cc_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC48ads_cc_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC64ads_cc_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_EC96ads_cc_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3686400,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pls_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pls_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pls_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pls_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pls_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48pls_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64pls_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96pls_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2plds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4plds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8plds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16plds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32plds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48plds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64plds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96plds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ps_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ps_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ps_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ps_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ps_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ps_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ps_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48pds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64pds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ps_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ps_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ps_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16ps_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ps_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2pds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4pds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8pds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16pds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32pds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ls_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ls_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ls_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ls_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ls_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48ls_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64ls_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ls_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128ls_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2lds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4lds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8lds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16lds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32lds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48lds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 64\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64lds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96lds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128lds_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2s_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48s_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128s_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 48\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D128ds_v6\",\r\n \"numberOfCores\": - 128,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D192ds_v6\",\r\n \"numberOfCores\": - 192,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2s_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4-2s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4s_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8s_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16s_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20s_v6\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32s_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48s_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64s_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96s_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ds_v6\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ds_v6\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 12\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-2ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8-4ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ds_v6\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 24\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16-4ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16-8ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16ds_v6\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ds_v6\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 48\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-8ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32-16ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ds_v6\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-16ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64-32ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-24ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96-48ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 786432,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_ND96isr_H100_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1945600,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_E96ias_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1376256,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC6s_v3\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC12s_v3\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC24rs_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV6s_v2\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12s_v2\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV24s_v2\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12s_v3\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 753664,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 12\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1509376,\r\n \"memoryInMB\": 229376,\r\n \"maxDataDiskCount\": 24\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 3018752,\r\n \"memoryInMB\": 458752,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96pds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_D96ps_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48ps_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64ps_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96ps_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E48pds_v6\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E64pds_v6\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 524288,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_E96pds_v6\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 688128,\r\n \"maxDataDiskCount\": 64\r\n - \ },\r\n {\r\n \"name\": \"Standard_ND96is_MI300X_v5\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1894400,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_ND96isr_MI300X_v5\",\r\n - \ \"numberOfCores\": 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1048576,\r\n \"memoryInMB\": 1894400,\r\n \"maxDataDiskCount\": - 16\r\n },\r\n {\r\n \"name\": \"Standard_M208ms_v2\",\r\n \"numberOfCores\": - 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M208s_v2\",\r\n \"numberOfCores\": - 208,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 2918400,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208s_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 5836800,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416-208ms_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416ms_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 8388608,\r\n \"memoryInMB\": 11673600,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_M416s_8_v2\",\r\n \"numberOfCores\": - 416,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 4194304,\r\n \"memoryInMB\": 7782400,\r\n \"maxDataDiskCount\": - 64\r\n },\r\n {\r\n \"name\": \"Standard_D2plds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4plds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8plds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16plds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32plds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48plds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64plds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pls_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4pls_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8pls_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16pls_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32pls_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D48pls_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 98304,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D64pls_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2pds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_D4pds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_D8pds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_D16pds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D32pds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48pds_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64pds_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D2ps_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_D4ps_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_D8ps_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_D16ps_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_D32ps_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D48ps_v5\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_D64ps_v5\",\r\n \"numberOfCores\": - 64,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2pds_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_E4pds_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_E8pds_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_E16pds_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20pds_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 768000,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32pds_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E2ps_v5\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_E4ps_v5\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_E8ps_v5\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_E16ps_v5\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E20ps_v5\",\r\n \"numberOfCores\": - 20,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 163840,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_E32ps_v5\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 212992,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_B2pls_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 4096,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2ps_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B2pts_v2\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 1024,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4pls_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B4ps_v2\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8pls_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B8ps_v2\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16pls_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_B16ps_v2\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_NC24ads_A100_v4\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 65536,\r\n \"memoryInMB\": 225280,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC48ads_A100_v4\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC96ads_A100_v4\",\r\n \"numberOfCores\": - 96,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC40ads_H100_v5\",\r\n \"numberOfCores\": - 40,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 131072,\r\n \"memoryInMB\": 327680,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NC80adis_H100_v5\",\r\n \"numberOfCores\": - 80,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 262144,\r\n \"memoryInMB\": 655360,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV6ads_A10_v5\",\r\n \"numberOfCores\": - 6,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 184320,\r\n \"memoryInMB\": 56320,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV12ads_A10_v5\",\r\n \"numberOfCores\": - 12,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 368640,\r\n \"memoryInMB\": 112640,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV18ads_A10_v5\",\r\n \"numberOfCores\": - 18,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 737280,\r\n \"memoryInMB\": 225280,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV36adms_A10_v5\",\r\n \"numberOfCores\": - 36,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2949120,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV36ads_A10_v5\",\r\n \"numberOfCores\": - 36,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1474560,\r\n \"memoryInMB\": 450560,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV72ads_A10_v5\",\r\n \"numberOfCores\": - 72,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2949120,\r\n \"memoryInMB\": 901120,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1s_v3\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC2s_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC4s_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC8s_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n },\r\n - \ {\r\n \"name\": \"Standard_DC16s_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC24s_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32s_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48s_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 0,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC1ds_v3\",\r\n \"numberOfCores\": - 1,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 76800,\r\n \"memoryInMB\": 8192,\r\n \"maxDataDiskCount\": 4\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC2ds_v3\",\r\n \"numberOfCores\": - 2,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 153600,\r\n \"memoryInMB\": 16384,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC4ds_v3\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 307200,\r\n \"memoryInMB\": 32768,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC8ds_v3\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 614400,\r\n \"memoryInMB\": 65536,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC16ds_v3\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1228800,\r\n \"memoryInMB\": 131072,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC24ds_v3\",\r\n \"numberOfCores\": - 24,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 1843200,\r\n \"memoryInMB\": 196608,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC32ds_v3\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 262144,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_DC48ds_v3\",\r\n \"numberOfCores\": - 48,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 2457600,\r\n \"memoryInMB\": 393216,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV4as_v4\",\r\n \"numberOfCores\": - 4,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 90112,\r\n \"memoryInMB\": 14336,\r\n \"maxDataDiskCount\": 8\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV8as_v4\",\r\n \"numberOfCores\": - 8,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 180224,\r\n \"memoryInMB\": 28672,\r\n \"maxDataDiskCount\": 16\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV16as_v4\",\r\n \"numberOfCores\": - 16,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 360448,\r\n \"memoryInMB\": 57344,\r\n \"maxDataDiskCount\": 32\r\n - \ },\r\n {\r\n \"name\": \"Standard_NV32as_v4\",\r\n \"numberOfCores\": - 32,\r\n \"osDiskSizeInMB\": 1047552,\r\n \"resourceDiskSizeInMB\": - 720896,\r\n \"memoryInMB\": 114688,\r\n \"maxDataDiskCount\": 32\r\n - \ }\r\n ]\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '178037' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:29:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-need-to-refresh-epl-cache: - - 'False' - x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/3e756742-168e-41b8-a190-877686b572ef - x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetSubscriptionInfoSubscriptionMaximum;359 - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: A3B60C4DBD4A4DE4AE9D05F34523E321 Ref B: TYO201100116019 Ref C: 2025-04-02T09:29:31Z' - status: - code: 200 - message: '' -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -6381,7 +1045,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:33 GMT + - Wed, 24 Dec 2025 05:41:31 GMT expires: - '-1' pragma: @@ -6393,13 +1057,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/ca43cd10-7ad8-44a2-8922-9776a6a22a3f + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/4d275773-5489-4c60-9c19-cf22c59fc631 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15976,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43976 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15991,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43973 x-ms-ratelimit-remaining-subscription-global-reads: - - '3748' + - '3749' x-msedge-ref: - - 'Ref A: BA596D4EEA95408EBDD4743429DBDE42 Ref B: TYO201100117029 Ref C: 2025-04-02T09:29:32Z' + - 'Ref A: 59DBE76208C44F2295FC05C25C570CE9 Ref B: SG2AA1070304029 Ref C: 2025-12-24T05:41:32Z' status: code: 200 message: OK @@ -6417,9 +1081,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.250313?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -6434,9 +1098,9 @@ interactions: \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\": \"False\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": - 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-14T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n}" + 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-15T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -6445,7 +1109,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:33 GMT + - Wed, 24 Dec 2025 05:41:33 GMT expires: - '-1' pragma: @@ -6457,13 +1121,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/7af121b7-2824-4639-836a-08b2750e79c1 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/5a9bccc4-e1da-4964-8e1d-f6a28ba4b0fd x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12981,Microsoft.Compute/GetVMImageFromLocation30Min;73981 + - Microsoft.Compute/GetVMImageFromLocation3Min;12991,Microsoft.Compute/GetVMImageFromLocation30Min;73975 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 75E5AB96563D49A3B21C0D7084B37EE1 Ref B: TYO201100114019 Ref C: 2025-04-02T09:29:33Z' + - 'Ref A: 4ABF99C71BAB4890B09FB856AE3FEC76 Ref B: SG2AA1040518062 Ref C: 2025-12-24T05:41:32Z' status: code: 200 message: OK @@ -6481,13 +1145,13 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions?$top=1&$orderby=name%20desc&api-version=2024-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n \ }\r\n]" headers: cache-control: @@ -6497,7 +1161,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:35 GMT + - Wed, 24 Dec 2025 05:41:33 GMT expires: - '-1' pragma: @@ -6509,13 +1173,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/0771c113-c61f-4603-85db-18a348292b77 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/101eb604-f177-47b5-aa00-359b21d3eac0 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15973,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43973 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15990,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43972 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 1846DFD037B14C4DB1EC0DF32495FE6E Ref B: TYO201100117017 Ref C: 2025-04-02T09:29:35Z' + - 'Ref A: 4985B908E7CF426591B8B0A7C498E5B2 Ref B: SG2AA1070306040 Ref C: 2025-12-24T05:41:33Z' status: code: 200 message: OK @@ -6533,9 +1197,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.250313?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/microsoftsqlserver/artifacttypes/vmimage/offers/sql2022-ws2022/skus/enterprise-gen2/versions/16.0.251107?api-version=2024-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -6550,9 +1214,9 @@ interactions: \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n \"value\": \"False\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"sizeInGb\": - 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-03-14T00:00:00+00:00\"\r\n - \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.250313\",\r\n \"id\": - \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.250313\"\r\n}" + 127\r\n },\r\n \"dataDiskImages\": [],\r\n \"goLiveDate\": \"2025-11-15T00:00:00+00:00\"\r\n + \ },\r\n \"location\": \"westus\",\r\n \"name\": \"16.0.251107\",\r\n \"id\": + \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/microsoftsqlserver/ArtifactTypes/VMImage/Offers/sql2022-ws2022/Skus/enterprise-gen2/Versions/16.0.251107\"\r\n}" headers: cache-control: - no-cache @@ -6561,7 +1225,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:36 GMT + - Wed, 24 Dec 2025 05:41:34 GMT expires: - '-1' pragma: @@ -6573,13 +1237,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/ea3a9b1e-d9ce-4cd2-a42f-4eb0ec2bfbb9 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/71fd73b3-317d-484e-91ea-0ddb751811c2 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12979,Microsoft.Compute/GetVMImageFromLocation30Min;73979 + - Microsoft.Compute/GetVMImageFromLocation3Min;12990,Microsoft.Compute/GetVMImageFromLocation30Min;73974 x-ms-ratelimit-remaining-subscription-global-reads: - - '3748' + - '3749' x-msedge-ref: - - 'Ref A: 029BF6C25C8E49C39EF3ECE57BF8CD2A Ref B: TYO201151005036 Ref C: 2025-04-02T09:29:36Z' + - 'Ref A: 223DA70DF8AA48598E823C3ADA2E21B6 Ref B: SG2AA1070301062 Ref C: 2025-12-24T05:41:34Z' status: code: 200 message: OK @@ -6601,7 +1265,7 @@ interactions: "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG"}}}, {"apiVersion": "2024-11-01", "type": "Microsoft.Compute/virtualMachines", "name": "clisqlvm000003", "location": "westus", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/clisqlvm000003VMNic"], - "properties": {"hardwareProfile": {"vmSize": "Standard_DS2_v2"}, "networkProfile": + "properties": {"hardwareProfile": {"vmSize": "Standard_B2ms"}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic", "properties": {"deleteOption": null}}]}, "storageProfile": {"osDisk": {"createOption": "fromImage", "name": null, "caching": "ReadWrite", "managedDisk": {"storageAccountType": @@ -6621,21 +1285,21 @@ interactions: Connection: - keep-alive Content-Length: - - '2853' + - '2851' Content-Type: - application/json ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_W3mpXAhb4lFptdji9F9EsuN4Ctm3n9ql","name":"vm_deploy_W3mpXAhb4lFptdji9F9EsuN4Ctm3n9ql","type":"Microsoft.Resources/deployments","properties":{"templateHash":"8269972072073957364","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2025-04-02T09:29:40.0331986Z","duration":"PT0.0003219S","correlationId":"439d362b-da59-4b36-8d73-147e6199bf25","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000003"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_TQ5FmqOJ8jKNmNoJKvtoZTl0RseuqzK3","name":"vm_deploy_TQ5FmqOJ8jKNmNoJKvtoZTl0RseuqzK3","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16519248930508775153","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2025-12-24T05:41:39.0735367Z","duration":"PT0.000935S","correlationId":"f4401ca2-8eb9-44f9-9719-e8749f7206ad","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000003"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_W3mpXAhb4lFptdji9F9EsuN4Ctm3n9ql/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_TQ5FmqOJ8jKNmNoJKvtoZTl0RseuqzK3/operationStatuses/08584350519863901162?api-version=2024-11-01&t=639021517039956979&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=lewFS0odq7jgqheNTi9eNSbca7LoCC4guLeoSDJszypp6XF4CwJU8I5bkCZDw2jGp3BMIGKCtDXY9LeFI8DRozXLyP2x5hSzmQUgvAiK7n-mltcaLsA8UUMUzA6ay24UBxbHW8KB32NV90fhLn7TfuN3FgsmwI0ejaxAdYMwr_bVqGjMWzsBobFxUwoItIUgy7IcnRPB816b5R5cn1Yxy3toXA_B4Q4ymFaXPx5ssjYKRfimQLGuqHflpDIsNBXnDTlQAF3KrQ9JsJhWvrw7CVELTzNjmNYbz7tlBlm3UTzngSSmQppG_IBv4xEOwmHiD7BIYVJR_L_0a7iAY1K6HQ&h=PG4KGL2AJ-nAp741VFzfYttc8_Uwf1lWOP8GghII8k8 cache-control: - no-cache content-length: @@ -6643,7 +1307,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:29:43 GMT + - Wed, 24 Dec 2025 05:41:43 GMT expires: - '-1' pragma: @@ -6655,13 +1319,13 @@ interactions: x-content-type-options: - nosniff x-ms-deployment-engine-version: - - 1.280.0 + - 1.560.0 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 52A6F99045124C5FA072E311DF6CD1E8 Ref B: TYO201151003031 Ref C: 2025-04-02T09:29:36Z' + - 'Ref A: 7CD0C47AFF2F4D92AEC99180E0AA37EF Ref B: SG2AA1070305052 Ref C: 2025-12-24T05:41:35Z' status: code: 201 message: Created @@ -6679,55 +1343,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI - response: - body: - string: '{"status":"Accepted"}' - headers: - cache-control: - - no-cache - content-length: - - '21' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:29:44 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: 683C58AB7C5B4A3CB43E34B318F9EEB8 Ref B: TYO201151003031 Ref C: 2025-04-02T09:29:44Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350519863901162?api-version=2024-11-01&t=639021517039956979&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=lewFS0odq7jgqheNTi9eNSbca7LoCC4guLeoSDJszypp6XF4CwJU8I5bkCZDw2jGp3BMIGKCtDXY9LeFI8DRozXLyP2x5hSzmQUgvAiK7n-mltcaLsA8UUMUzA6ay24UBxbHW8KB32NV90fhLn7TfuN3FgsmwI0ejaxAdYMwr_bVqGjMWzsBobFxUwoItIUgy7IcnRPB816b5R5cn1Yxy3toXA_B4Q4ymFaXPx5ssjYKRfimQLGuqHflpDIsNBXnDTlQAF3KrQ9JsJhWvrw7CVELTzNjmNYbz7tlBlm3UTzngSSmQppG_IBv4xEOwmHiD7BIYVJR_L_0a7iAY1K6HQ&h=PG4KGL2AJ-nAp741VFzfYttc8_Uwf1lWOP8GghII8k8 response: body: string: '{"status":"Running"}' @@ -6739,7 +1357,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:30:15 GMT + - Wed, 24 Dec 2025 05:41:43 GMT expires: - '-1' pragma: @@ -6753,7 +1371,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 4EFF7D30DB414C6E8644DD3CBB47939D Ref B: TYO201151003031 Ref C: 2025-04-02T09:30:15Z' + - 'Ref A: 454560D2EC774B34891E1DA8156DA629 Ref B: SG2AA1040519034 Ref C: 2025-12-24T05:41:44Z' status: code: 200 message: OK @@ -6771,9 +1389,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350519863901162?api-version=2024-11-01&t=639021517039956979&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=lewFS0odq7jgqheNTi9eNSbca7LoCC4guLeoSDJszypp6XF4CwJU8I5bkCZDw2jGp3BMIGKCtDXY9LeFI8DRozXLyP2x5hSzmQUgvAiK7n-mltcaLsA8UUMUzA6ay24UBxbHW8KB32NV90fhLn7TfuN3FgsmwI0ejaxAdYMwr_bVqGjMWzsBobFxUwoItIUgy7IcnRPB816b5R5cn1Yxy3toXA_B4Q4ymFaXPx5ssjYKRfimQLGuqHflpDIsNBXnDTlQAF3KrQ9JsJhWvrw7CVELTzNjmNYbz7tlBlm3UTzngSSmQppG_IBv4xEOwmHiD7BIYVJR_L_0a7iAY1K6HQ&h=PG4KGL2AJ-nAp741VFzfYttc8_Uwf1lWOP8GghII8k8 response: body: string: '{"status":"Running"}' @@ -6785,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:30:46 GMT + - Wed, 24 Dec 2025 05:42:15 GMT expires: - '-1' pragma: @@ -6799,7 +1417,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 804B12D5E5674BE9B85DD3DA395F7D9B Ref B: TYO201151003031 Ref C: 2025-04-02T09:30:46Z' + - 'Ref A: 85B161B35BF442E18E5EFE7B8A7D6DE0 Ref B: SG2AA1040517052 Ref C: 2025-12-24T05:42:14Z' status: code: 200 message: OK @@ -6817,55 +1435,9 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 02 Apr 2025 09:31:17 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-global-reads: - - '3749' - x-msedge-ref: - - 'Ref A: 2D852AB372B144BCB7904DA17F703F55 Ref B: TYO201151003031 Ref C: 2025-04-02T09:31:17Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - vm create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n --admin-username --admin-password --image --size --nsg-rule - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584580207054319608?api-version=2024-11-01&t=638791829848145284&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=GfvJ7QaKT9caml_8RlmFkrqJoYYNFnsvRMMEnVjSyFcfJQKRUo5jQjukNFLhx-6U0-P2bbgMQaJDCb50yxkiieScLZwFe0N-Oa9R-hBQ5uwSsww2OmDwbwfW9Xq7D6Y7BJ7PHFcwkvivDMBSrX-O28C8Xep1vQO_LMmr6QK0q88RGjvoa1X54TKdRqjExNdM11_i1_Wwwl0rtrTbRna83SmOCX8b4eJ-e5D7LjF0-5albm2qhUPe3FJEcP_oRp8nuiqn8_Fhq24POsTjpm0ZS_ezQGdT2Uz9rOV1gLVgkWXvXbfZf3qfuJWm-t85SFQWQG9EwbqoDu4Ev8n3ivlUrQ&h=jVuiBmAi4_FsjjqZFdYmMgCyA4sqETkzKHWlfovvVbI + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08584350519863901162?api-version=2024-11-01&t=639021517039956979&c=MIIHhzCCBm-gAwIBAgITHgePNrHnjd12qB0bIgAAB482sTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUxMDIyMTAyMjQ3WhcNMjYwNDIwMTAyMjQ3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMa4N6biD4b3y2sbkcnqgvMUgcwQKiAzk6u9JnZaint0OklVT6F5R74wbTDsv_4dzFZJj0B58oOFYbmYdz5UpWx-trcGnzZyXvbpu8L_VPU1RpVCJQ0SRIq-g3rNEXPuVf6evWZVBtz7-MgDAFvnccLefCnMUHp7N4bZqiDsy28OfmRbQzhhoL41JzMdqzFlKgQ-dTsvi0HHLif_Mr07Es0fLchVhsZYkmIgvY9VUQZtZET0We8oF1B2WHHV6sL8vIzsz9jqtH2zdt8MgnznMeILbR56pwInNYirrHezmh8gVBHp_Zl-F56bqZmow4Eu_YTeO_XuWPKCm1F9YaLo0c0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRcVbdaRCO2xc_MBp944xfmCA0TCjAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBALWa0sUBkyggdGJnmhB4J6SrVANSHlycQCHiZlA2U4MwHUJkcgyojUIF5Xw6ZOZvN0ifW5XvRnp2jwnWjABIflBMuxsEFZV3vZM4UEcZVhbmtGa51SkNWjDMEamlhq6Z_36ecuej-YMQzDLG8AYFDMekpXYoO_e-oelBHDIepzFOUagZhG5kH9-tdIkdiy3hQyQgC8qYCj820QAMfjqA2itQaWwrPgmQzmsC4UPQZKd3MgSgpNfpCE0kLGC0paPa3hXtlF25KKEYiLlFkqhiF31gG3922DVrfGHJWIR6bZId54ZuWDj4nkCBCUsu72HLCupMgnOlyV7z9Ff4x1KXE3s&s=lewFS0odq7jgqheNTi9eNSbca7LoCC4guLeoSDJszypp6XF4CwJU8I5bkCZDw2jGp3BMIGKCtDXY9LeFI8DRozXLyP2x5hSzmQUgvAiK7n-mltcaLsA8UUMUzA6ay24UBxbHW8KB32NV90fhLn7TfuN3FgsmwI0ejaxAdYMwr_bVqGjMWzsBobFxUwoItIUgy7IcnRPB816b5R5cn1Yxy3toXA_B4Q4ymFaXPx5ssjYKRfimQLGuqHflpDIsNBXnDTlQAF3KrQ9JsJhWvrw7CVELTzNjmNYbz7tlBlm3UTzngSSmQppG_IBv4xEOwmHiD7BIYVJR_L_0a7iAY1K6HQ&h=PG4KGL2AJ-nAp741VFzfYttc8_Uwf1lWOP8GghII8k8 response: body: string: '{"status":"Succeeded"}' @@ -6877,7 +1449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:48 GMT + - Wed, 24 Dec 2025 05:42:46 GMT expires: - '-1' pragma: @@ -6891,7 +1463,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 5990B0DB4DD34743B065AFE4C2A62D1F Ref B: TYO201151003031 Ref C: 2025-04-02T09:31:47Z' + - 'Ref A: A88A10398AD84615A07599D9FCBD2FEF Ref B: SG2AA1070302023 Ref C: 2025-12-24T05:42:46Z' status: code: 200 message: OK @@ -6909,21 +1481,21 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_W3mpXAhb4lFptdji9F9EsuN4Ctm3n9ql","name":"vm_deploy_W3mpXAhb4lFptdji9F9EsuN4Ctm3n9ql","type":"Microsoft.Resources/deployments","properties":{"templateHash":"8269972072073957364","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2025-04-02T09:31:35.677966Z","correlationId":"439d362b-da59-4b36-8d73-147e6199bf25","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000003"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Resources/deployments/vm_deploy_TQ5FmqOJ8jKNmNoJKvtoZTl0RseuqzK3","name":"vm_deploy_TQ5FmqOJ8jKNmNoJKvtoZTl0RseuqzK3","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16519248930508775153","parameters":{"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2025-12-24T05:42:27.5962516Z","duration":"PT48.5227149S","correlationId":"f4401ca2-8eb9-44f9-9719-e8749f7206ad","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"clisqlvm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"clisqlvm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"clisqlvm000003"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '2920' + - '2949' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:48 GMT + - Wed, 24 Dec 2025 05:42:47 GMT expires: - '-1' pragma: @@ -6937,7 +1509,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 73D9307BDD904069AA706039D1F539DB Ref B: TYO201151003031 Ref C: 2025-04-02T09:31:48Z' + - 'Ref A: 794B32D754144778A6920BF13A514860 Ref B: SG2AA1070306062 Ref C: 2025-12-24T05:42:47Z' status: code: 200 message: OK @@ -6955,7 +1527,7 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?$expand=instanceView&api-version=2025-04-01 response: @@ -6963,16 +1535,16 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -6990,28 +1562,28 @@ interactions: \"ProvisioningState/Unavailable\",\r\n \"level\": \"Warning\",\r\n \ \"displayStatus\": \"Not Ready\",\r\n \"message\": \"VM status blob is found but not yet populated.\",\r\n \"time\": - \"2025-04-02T09:31:49+00:00\"\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n + \"2025-12-24T05:42:48+00:00\"\r\n }\r\n ]\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2025-04-02T09:30:08.9076056+00:00\"\r\n + succeeded\",\r\n \"time\": \"2025-12-24T05:42:04.9493644+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2025-04-02T09:31:32.8780853+00:00\"\r\n + succeeded\",\r\n \"time\": \"2025-12-24T05:42:22.6370826+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n \ },\r\n \"etag\": \"\\\"2\\\"\"\r\n}" headers: cache-control: - no-cache content-length: - - '3522' + - '3511' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:49 GMT + - Wed, 24 Dec 2025 05:42:48 GMT expires: - '-1' pragma: @@ -7025,11 +1597,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23991,Microsoft.Compute/LowCostGetResource;33 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23997,Microsoft.Compute/LowCostGetResource;33 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: B6E9AA8B334B4B8A924104DA84A97103 Ref B: TYO201100114011 Ref C: 2025-04-02T09:31:49Z' + - 'Ref A: 5A4DB9A7B03D454D9590C7AFD297110D Ref B: SG2AA1070301025 Ref C: 2025-12-24T05:42:48Z' status: code: 200 message: '' @@ -7047,23 +1619,23 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic?api-version=2022-01-01 response: body: - string: '{"name":"clisqlvm000003VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","etag":"W/\"7bb00cbf-258d-4919-8b43-5a950cd62f1b\"","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"37990ee0-9b54-487f-9602-7ebbf4d4caae","ipConfigurations":[{"name":"ipconfigclisqlvm000003","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic/ipConfigurations/ipconfigclisqlvm000003","etag":"W/\"7bb00cbf-258d-4919-8b43-5a950cd62f1b\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"vdzukcraicse5ast51mf4u4pod.dx.internal.cloudapp.net"},"macAddress":"60-45-BD-03-4A-A8","vnetEncryptionSupported":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard","allowPort25Out":true,"auxiliaryMode":"None"},"type":"Microsoft.Network/networkInterfaces","location":"westus","kind":"Regular"}' + string: '{"name":"clisqlvm000003VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic","etag":"W/\"0825cfe6-1895-459a-9ba1-ebf7ecd253de\"","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"bff22266-3d6f-4bbd-a53b-7b5a0b96c5e7","ipConfigurations":[{"name":"ipconfigclisqlvm000003","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic/ipConfigurations/ipconfigclisqlvm000003","etag":"W/\"0825cfe6-1895-459a-9ba1-ebf7ecd253de\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/virtualNetworks/clisqlvm000002VNET/subnets/clisqlvm000002Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"p5gybo4fcf4u3djwfgvj13agpf.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-36-E7-56","vnetEncryptionSupported":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkSecurityGroups/clisqlvm000003NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003"},"hostedWorkloads":[],"tapConfigurations":[],"nicType":"Standard","allowPort25Out":false,"auxiliaryMode":"None"},"type":"Microsoft.Network/networkInterfaces","location":"westus","kind":"Regular"}' headers: cache-control: - no-cache content-length: - - '2089' + - '2090' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:50 GMT + - Wed, 24 Dec 2025 05:42:49 GMT etag: - - W/"7bb00cbf-258d-4919-8b43-5a950cd62f1b" + - W/"0825cfe6-1895-459a-9ba1-ebf7ecd253de" expires: - '-1' pragma: @@ -7075,11 +1647,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7f9fbdef-fbec-4113-b4b4-b0fdf3683e2a + - b7f7280a-9393-4937-9aab-3215b689f112 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 1BC6EFACCD884BC2A4B15D311C1864C5 Ref B: TYO201151001052 Ref C: 2025-04-02T09:31:50Z' + - 'Ref A: 7315977768144CF5AAEEFD0813949F46 Ref B: SG2AA1040517023 Ref C: 2025-12-24T05:42:49Z' status: code: 200 message: OK @@ -7097,12 +1669,12 @@ interactions: ParameterSetName: - -l -g -n --admin-username --admin-password --image --size --nsg-rule User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP?api-version=2022-01-01 response: body: - string: '{"name":"clisqlvm000003PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","etag":"W/\"405eb2d4-7236-47df-8433-0af587424604\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1aea5d53-3ba6-4afd-8936-f36de5cfd21d","ipAddress":"172.184.144.22","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic/ipConfigurations/ipconfigclisqlvm000003"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' + string: '{"name":"clisqlvm000003PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/publicIPAddresses/clisqlvm000003PublicIP","etag":"W/\"9ca80fd1-be93-470f-b5c1-3abff6318f87\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"e6a1cfbc-7205-4ddf-8b20-79513e3d0a79","ipAddress":"172.185.138.89","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic/ipConfigurations/ipconfigclisqlvm000003"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' headers: cache-control: - no-cache @@ -7111,9 +1683,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:51 GMT + - Wed, 24 Dec 2025 05:42:50 GMT etag: - - W/"405eb2d4-7236-47df-8433-0af587424604" + - W/"9ca80fd1-be93-470f-b5c1-3abff6318f87" expires: - '-1' pragma: @@ -7125,11 +1697,11 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e07669c0-49fc-418e-aebd-acbea96d1da9 + - 82d0d969-ef80-435a-b1db-bff5d211d4b0 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: A23049C2306A43DB8698D1D90F80F8DF Ref B: TYO201151002042 Ref C: 2025-04-02T09:31:51Z' + - 'Ref A: 64BDA9F0298B492A8E6A22FEB8F19037 Ref B: SG2AA1040518042 Ref C: 2025-12-24T05:42:50Z' status: code: 200 message: OK @@ -7156,7 +1728,7 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002?api-version=2022-08-01-preview response: @@ -7164,7 +1736,7 @@ interactions: string: '{"properties":{"virtualMachineResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","provisioningState":"Provisioning","sqlServerLicenseType":"PAYG","sqlManagement":"LightWeight","leastPrivilegeMode":"NotSet","sqlImageSku":"Unknown","enableAutomaticUpgrade":true},"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002","name":"clisqlvm000002","type":"Microsoft.SqlVirtualMachine/sqlVirtualMachines"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow cache-control: - no-cache content-length: @@ -7172,7 +1744,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:55 GMT + - Wed, 24 Dec 2025 05:42:53 GMT expires: - '-1' pragma: @@ -7184,13 +1756,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/786cf39b-9532-414f-8b53-44b3340c208a + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/e34bf5eb-5d78-4337-b35f-f95aedbab3b2 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 31B302CD703647CCB7139B753F66DDF0 Ref B: TYO201151002062 Ref C: 2025-04-02T09:31:52Z' + - 'Ref A: 908B19582FE345FDB5A057D90B627297 Ref B: SG2AA1040513052 Ref C: 2025-12-24T05:42:50Z' status: code: 201 message: Created @@ -7208,12 +1780,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"InProgress","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache @@ -7222,7 +1794,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:31:56 GMT + - Wed, 24 Dec 2025 05:42:53 GMT expires: - '-1' pragma: @@ -7234,11 +1806,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/67fdbd96-a087-4fa2-8092-665abe3a5967 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/657211cc-c60e-4d78-a1ae-09f99d536210 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 57935BB14990476C8C15DBB052068BE8 Ref B: TYO201151002062 Ref C: 2025-04-02T09:31:56Z' + - 'Ref A: 93B4137B55E141ADBC01D672B173BEA6 Ref B: SG2AA1070306060 Ref C: 2025-12-24T05:42:53Z' status: code: 200 message: OK @@ -7256,12 +1828,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"InProgress","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache @@ -7270,7 +1842,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:32:12 GMT + - Wed, 24 Dec 2025 05:43:09 GMT expires: - '-1' pragma: @@ -7282,11 +1854,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/de7cfe0e-57f3-4543-9e3c-b3a57bc85047 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/dd0454e7-041a-4cc3-9cbe-5e3da16b9884 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 24B5B341F53642EDA3A339567BFB678A Ref B: TYO201151002062 Ref C: 2025-04-02T09:32:12Z' + - 'Ref A: 12AE7851BFF8449882D45BBD7CD43AF2 Ref B: SG2AA1040513025 Ref C: 2025-12-24T05:43:09Z' status: code: 200 message: OK @@ -7304,12 +1876,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"InProgress","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache @@ -7318,7 +1890,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:32:27 GMT + - Wed, 24 Dec 2025 05:43:24 GMT expires: - '-1' pragma: @@ -7330,11 +1902,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/b9af259b-b11e-4085-9de0-4e8c477fb23e + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/63e09bed-7cf5-47e7-8f3d-457a22ebed6d x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 65EAF3BED4864F03A8CEAE2DF2D9A5B1 Ref B: TYO201151002062 Ref C: 2025-04-02T09:32:28Z' + - 'Ref A: 32D651C86C2543939BB5572B67C4D250 Ref B: SG2AA1040512036 Ref C: 2025-12-24T05:43:24Z' status: code: 200 message: OK @@ -7352,12 +1924,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"InProgress","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache @@ -7366,7 +1938,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:32:42 GMT + - Wed, 24 Dec 2025 05:43:39 GMT expires: - '-1' pragma: @@ -7378,11 +1950,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/d00e3da7-6635-4715-b523-c43e97680c77 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/94ee22e0-f594-4382-8a18-4caed8bccff6 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 547337C9124640E28AE54EFB6D9F03B7 Ref B: TYO201151002062 Ref C: 2025-04-02T09:32:43Z' + - 'Ref A: D294DCFDC2DE49CB8DE269683C8E01DF Ref B: SG2AA1070301060 Ref C: 2025-12-24T05:43:40Z' status: code: 200 message: OK @@ -7400,12 +1972,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"InProgress","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache @@ -7414,7 +1986,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:32:58 GMT + - Wed, 24 Dec 2025 05:43:56 GMT expires: - '-1' pragma: @@ -7426,11 +1998,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/3c11d66e-79d9-4097-8352-0d570a35049c + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/1f2290b3-e977-40a5-9a65-b51e6b580517 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: B8E59218250F4BA899A2C840892753BB Ref B: TYO201151002062 Ref C: 2025-04-02T09:32:58Z' + - 'Ref A: 78E33EFCC2044A26BA31C7D56E76FFF0 Ref B: SG2AA1070301054 Ref C: 2025-12-24T05:43:56Z' status: code: 200 message: OK @@ -7448,21 +2020,21 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/34fa4adf-75fb-4fa5-b479-deb5c99c95e7?api-version=2022-08-01-preview&t=639021517730250601&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=G3eYYAAjAvAe4ViQbwABEGaED0_lg_amz8x1S9eeZD7kTE5wZG8I54zfUljPeK9pf9ViVLBifYsqT8MUwFZCbxC3u_whn-PMH9ptQuwVnNYZpOgAa7cM6ggawgB-k2JsK057sjDqgjc9yeBnWk1PxCXneYHTykYUKpX3zNSeRjk0V15jJWWu-HFPDI9fRHn0Hm7GigtPqCD4p7MRPvfSNdcfz1NMHTFnkbnhkIDUj028NoBqWRXlV_YtmsYbjpiM6-g2IkEdGgJPO1IDldO1EfMWCllWH_6SsCHlmYzynT1LZvuFlDDavS3D-w4Z6Hf59MuVINajH5KjBnHTNKx2qg&h=AECouPT-Ja0oSCsGN1FpA6ZPeeMIwa7pTCPJOcLu2ow response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"InProgress","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"name":"34fa4adf-75fb-4fa5-b479-deb5c99c95e7","status":"Succeeded","startTime":"2025-12-24T05:42:51.92Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:13 GMT + - Wed, 24 Dec 2025 05:44:13 GMT expires: - '-1' pragma: @@ -7474,11 +2046,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/5d42a24c-9245-417a-bb53-73ccef2be269 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/06c09038-8b05-4ac4-bb9f-b21c2cf0c813 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 77B88BF1DA9F4446B464B2565C6F65A9 Ref B: TYO201151002062 Ref C: 2025-04-02T09:33:14Z' + - 'Ref A: 83C7EE91519144BC996ADC5526D18D5C Ref B: SG2AA1070305031 Ref C: 2025-12-24T05:44:12Z' status: code: 200 message: OK @@ -7496,21 +2068,21 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/deb9ff9d-9c6d-49c5-9ddf-21eacb158c64?api-version=2022-08-01-preview&t=638791831167160829&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=ibJgOSuXLcCmP8wweloetfNpmKlWu1TQeJHarmKyuatiKsijRDxM97YMRT4ato76uVvsZUwmT6RBGYL6gs-nBRiCcgbqihu1lzaW1uibU2ad7iCNzDXuGhQamN8i-LZNaD4mdPzQCfcNhWnkDWE8gUry2ls_wIpSe58h49jiBCYTtoZTXxEzo8Hl0WQ6MCEc6SN7RjBbYcjFWgLk2evFbsOl2HwdhXJIlsFYZaG9xOQC11mnNSkeqYb34FTMTJHsAYqzui5qUL9GrfjEtApTUmLNEgq02HMgCtMaVuD7LCWEdfxfgeySZhLtcYw0QE45SRuqd9J-PoPykCy2hg683A&h=5aCleICKtb9eiCbCY9Pv3OsKw7_IzybagiwQTmGUlGE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002?api-version=2022-08-01-preview response: body: - string: '{"name":"deb9ff9d-9c6d-49c5-9ddf-21eacb158c64","status":"Succeeded","startTime":"2025-04-02T09:31:55.47Z"}' + string: '{"properties":{"virtualMachineResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","provisioningState":"Succeeded","sqlImageOffer":"SQL2019-WS2022","sqlServerLicenseType":"PAYG","sqlManagement":"LightWeight","leastPrivilegeMode":"NotSet","sqlImageSku":"Enterprise","enableAutomaticUpgrade":true},"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002","name":"clisqlvm000002","type":"Microsoft.SqlVirtualMachine/sqlVirtualMachines"}' headers: cache-control: - no-cache content-length: - - '106' + - '689' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:29 GMT + - Wed, 24 Dec 2025 05:44:15 GMT expires: - '-1' pragma: @@ -7521,12 +2093,10 @@ interactions: - CONFIG_NOCACHE x-content-type-options: - nosniff - x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/1da40f77-40d0-4ece-92ee-a4d6ade798e1 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 237FAF7CB50A47868D97FF660FA44E24 Ref B: TYO201151002062 Ref C: 2025-04-02T09:33:29Z' + - 'Ref A: B634BD48F6744216B10A9A45EE0C49D8 Ref B: SG2AA1070304023 Ref C: 2025-12-24T05:44:13Z' status: code: 200 message: OK @@ -7534,7 +2104,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -7544,7 +2114,7 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002?api-version=2022-08-01-preview response: @@ -7558,7 +2128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:30 GMT + - Wed, 24 Dec 2025 05:44:15 GMT expires: - '-1' pragma: @@ -7572,12 +2142,17 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 849F41A460044EEAAD4D146098330B9A Ref B: TYO201151002062 Ref C: 2025-04-02T09:33:30Z' + - 'Ref A: 56FDA463997A46C191BA6C7619508419 Ref B: SG2AA1040516023 Ref C: 2025-12-24T05:44:15Z' status: code: 200 message: OK - request: - body: null + body: '{"location": "westus", "tags": {}, "properties": {"virtualMachineResourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003", + "sqlServerLicenseType": "PAYG", "sqlManagement": "LightWeight", "autoPatchingSettings": + {}, "autoBackupSettings": {}, "keyVaultCredentialSettings": {}, "serverConfigurationsManagementSettings": + {"sqlConnectivityUpdateSettings": {}, "sqlWorkloadTypeUpdateSettings": {}, "additionalFeaturesServerConfigurations": + {}}, "enableAutomaticUpgrade": false}}' headers: Accept: - application/json @@ -7587,24 +2162,80 @@ interactions: - sql vm create Connection: - keep-alive + Content-Length: + - '581' + Content-Type: + - application/json ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003?api-version=2022-08-01-preview + response: + body: + string: '{"properties":{"virtualMachineResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","provisioningState":"Provisioning","sqlServerLicenseType":"PAYG","sqlManagement":"LightWeight","leastPrivilegeMode":"NotSet","sqlImageSku":"Unknown","enableAutomaticUpgrade":true},"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003","name":"clisqlvm000003","type":"Microsoft.SqlVirtualMachine/sqlVirtualMachines"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 + cache-control: + - no-cache + content-length: + - '656' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 Dec 2025 05:44:18 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/e38e1a36-7e67-4100-9e8d-883783d83ac4 + x-ms-ratelimit-remaining-subscription-global-writes: + - '2999' + x-ms-ratelimit-remaining-subscription-writes: + - '199' + x-msedge-ref: + - 'Ref A: C3078269E3E542148C649583CF1986C7 Ref B: SG2AA1070304034 Ref C: 2025-12-24T05:44:16Z' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - sql vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --license-type + User-Agent: + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002?api-version=2022-08-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"properties":{"virtualMachineResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000002","provisioningState":"Succeeded","sqlImageOffer":"SQL2019-WS2022","sqlServerLicenseType":"PAYG","sqlManagement":"LightWeight","leastPrivilegeMode":"NotSet","sqlImageSku":"Enterprise","enableAutomaticUpgrade":true},"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000002","name":"clisqlvm000002","type":"Microsoft.SqlVirtualMachine/sqlVirtualMachines"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache content-length: - - '689' + - '108' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:30 GMT + - Wed, 24 Dec 2025 05:44:18 GMT expires: - '-1' pragma: @@ -7615,53 +2246,44 @@ interactions: - CONFIG_NOCACHE x-content-type-options: - nosniff + x-ms-operation-identifier: + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/53dbf0f3-ff64-46b5-ae8a-325be933aac9 x-ms-ratelimit-remaining-subscription-global-reads: - - '3748' + - '3749' x-msedge-ref: - - 'Ref A: 4B0C248EBA094F1AB62638061CF39D61 Ref B: TYO201151002062 Ref C: 2025-04-02T09:33:31Z' + - 'Ref A: 40659B557BA44791A41A971B633CF03C Ref B: SG2AA1070301054 Ref C: 2025-12-24T05:44:19Z' status: code: 200 message: OK - request: - body: '{"location": "westus", "tags": {}, "properties": {"virtualMachineResourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003", - "sqlServerLicenseType": "PAYG", "sqlManagement": "LightWeight", "autoPatchingSettings": - {}, "autoBackupSettings": {}, "keyVaultCredentialSettings": {}, "serverConfigurationsManagementSettings": - {"sqlConnectivityUpdateSettings": {}, "sqlWorkloadTypeUpdateSettings": {}, "additionalFeaturesServerConfigurations": - {}}, "enableAutomaticUpgrade": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - sql vm create Connection: - keep-alive - Content-Length: - - '581' - Content-Type: - - application/json ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003?api-version=2022-08-01-preview + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"properties":{"virtualMachineResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003","provisioningState":"Provisioning","sqlServerLicenseType":"PAYG","sqlManagement":"LightWeight","leastPrivilegeMode":"NotSet","sqlImageSku":"Unknown","enableAutomaticUpgrade":true},"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003","name":"clisqlvm000003","type":"Microsoft.SqlVirtualMachine/sqlVirtualMachines"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 cache-control: - no-cache content-length: - - '656' + - '108' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:35 GMT + - Wed, 24 Dec 2025 05:44:34 GMT expires: - '-1' pragma: @@ -7673,16 +2295,62 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/46662878-aa89-4c42-b97a-c2e960a65452 - x-ms-ratelimit-remaining-subscription-global-writes: - - '2999' - x-ms-ratelimit-remaining-subscription-writes: - - '199' + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/81a3002c-a9f7-4cea-a12a-1933e0136844 + x-ms-ratelimit-remaining-subscription-global-reads: + - '3749' x-msedge-ref: - - 'Ref A: DB750256810F4080B3D86726546904BB Ref B: TYO201151004031 Ref C: 2025-04-02T09:33:31Z' + - 'Ref A: E78B446BD6454560B396257DBA652F95 Ref B: SG2AA1040515029 Ref C: 2025-12-24T05:44:34Z' status: - code: 201 - message: Created + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - sql vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --license-type + User-Agent: + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 + response: + body: + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 Dec 2025 05:44:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/9763f520-a60e-49c5-9884-2178afc789e6 + x-ms-ratelimit-remaining-subscription-global-reads: + - '3749' + x-msedge-ref: + - 'Ref A: 793CC10A19CE420C949AC649BA2A697C Ref B: SG2AA1070302062 Ref C: 2025-12-24T05:44:50Z' + status: + code: 200 + message: OK - request: body: null headers: @@ -7697,12 +2365,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7711,7 +2379,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:35 GMT + - Wed, 24 Dec 2025 05:45:07 GMT expires: - '-1' pragma: @@ -7723,11 +2391,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/351f938f-45c6-470f-90a6-7abfba66b6ff + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/8d35a501-8e3d-458c-8c82-5fc603863be0 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 1A37C28C88AA43719688A332E7CE5F5C Ref B: TYO201151004031 Ref C: 2025-04-02T09:33:35Z' + - 'Ref A: 114EE92CDC48481D8039FA26DA6267C7 Ref B: SG2AA1070304062 Ref C: 2025-12-24T05:45:06Z' status: code: 200 message: OK @@ -7745,12 +2413,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7759,7 +2427,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:33:51 GMT + - Wed, 24 Dec 2025 05:45:23 GMT expires: - '-1' pragma: @@ -7771,11 +2439,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/505b8bfc-15b1-41ff-8cdd-3581f9f9bc32 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/c8121fa0-2f65-4415-b07e-3be1707b9e1f x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 05F3D1C4C29E4BC08F8B6A96A85A8EE4 Ref B: TYO201151004031 Ref C: 2025-04-02T09:33:51Z' + - 'Ref A: A166496A6A7A4791B318B704965A2A2F Ref B: SG2AA1070301052 Ref C: 2025-12-24T05:45:22Z' status: code: 200 message: OK @@ -7793,12 +2461,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7807,7 +2475,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:34:06 GMT + - Wed, 24 Dec 2025 05:45:39 GMT expires: - '-1' pragma: @@ -7819,11 +2487,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/b172dd5d-2d5a-4192-9d2e-d5ea07947de1 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/4cfefb22-d108-49a0-98f0-26152bda59de x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 2372A2B0C85E438F9E75A3F0D1D23A68 Ref B: TYO201151004031 Ref C: 2025-04-02T09:34:06Z' + - 'Ref A: CE8A6B9A678441BAA187E54981F8A936 Ref B: SG2AA1040512023 Ref C: 2025-12-24T05:45:39Z' status: code: 200 message: OK @@ -7841,12 +2509,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7855,7 +2523,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:34:22 GMT + - Wed, 24 Dec 2025 05:45:54 GMT expires: - '-1' pragma: @@ -7867,11 +2535,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/30fb512c-e4df-46ab-b013-1121f0130cd3 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/706bb4fb-7e87-4502-bfe6-1552a20b2583 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 2F01AFAFEBED466DBE247A7A498222D8 Ref B: TYO201151004031 Ref C: 2025-04-02T09:34:22Z' + - 'Ref A: 9BD72BEFA7A440A3B530A5EA78757205 Ref B: SG2AA1040519042 Ref C: 2025-12-24T05:45:55Z' status: code: 200 message: OK @@ -7889,12 +2557,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7903,7 +2571,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:34:38 GMT + - Wed, 24 Dec 2025 05:46:11 GMT expires: - '-1' pragma: @@ -7915,11 +2583,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/b187d012-72d1-448c-aab4-4ec674dcfa4d + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/7f4c9625-2c5d-44c1-962a-2a1499486e5d x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: F37DE8AC59F2411DADB2702214E97606 Ref B: TYO201151004031 Ref C: 2025-04-02T09:34:38Z' + - 'Ref A: A233D328B7914A1DB559021101B8A7E9 Ref B: SG2AA1040515042 Ref C: 2025-12-24T05:46:10Z' status: code: 200 message: OK @@ -7937,12 +2605,12 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"InProgress","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7951,7 +2619,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:34:53 GMT + - Wed, 24 Dec 2025 05:46:27 GMT expires: - '-1' pragma: @@ -7963,11 +2631,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/4cad4311-ee4c-4d8a-8776-79c2f200980e + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/975a3369-136e-4d3c-851f-5dd566d2c9f2 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 74AB7B20ED62455387900239C279BB4F Ref B: TYO201151004031 Ref C: 2025-04-02T09:34:53Z' + - 'Ref A: DFB2567090A749369ED2DE001E992D2B Ref B: SG2AA1040520060 Ref C: 2025-12-24T05:46:27Z' status: code: 200 message: OK @@ -7985,12 +2653,60 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/4af5dea2-b20d-4732-87ae-1fe7103cdce8?api-version=2022-08-01-preview&t=638791832156327428&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=HQ2Jbz_miP7TBMoIxn9bnegsJ-b-ABXiHlqh_pxtgKXAiPiF9CBOrXjVUfge5XUwObnCUPygx_9i6j-Cp6-xZ_g2xqmO60BxW9sczFUD8W5WFwWK2gsKE6ritg-BGnbM39ax9YbYNapkTKafMTpK3N9uSu95bfMQcBPNQSuxhvoqDTc4YVpI473WDeS2kc1DB70xVNkttxkKNLUhxyXHuDGn6y7FQvGz8UpkgjCnRWgMKRr_P0m0B5x83hdSBLslebl3oqYmtVIFdY9bcwI6BKj4kmdDjqIZsBUjctFXa8rb4MUT187_UpoIK4xSlX3_2gl9Iepj6lbgnai1vryknw&h=BCrlJDQZ_4GL0pnAVdve6_R4j7aGITrTlp3KCncg5Q4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 response: body: - string: '{"name":"4af5dea2-b20d-4732-87ae-1fe7103cdce8","status":"Succeeded","startTime":"2025-04-02T09:33:34.393Z"}' + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"InProgress","startTime":"2025-12-24T05:44:17.673Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 24 Dec 2025 05:46:43 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/af81826b-cf7f-404f-aa58-749faa6bc153 + x-ms-ratelimit-remaining-subscription-global-reads: + - '3749' + x-msedge-ref: + - 'Ref A: 3B42671CC629471EBC8E6F904B0E839B Ref B: SG2AA1070303029 Ref C: 2025-12-24T05:46:42Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - sql vm create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --license-type + User-Agent: + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SqlVirtualMachine/locations/westus/operationTypes/createsqlvirtualmachine/operationResults/6c22950a-8492-4a7d-91e8-ce76f6217e99?api-version=2022-08-01-preview&t=639021518587653790&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=uC-nGRoN73_EzVOTKCHYiV9OAZ6QyKsVVB3nyYi2CUbd3a1ULvx8f3vRgz1v3Q_JcLYxHc5px-Gxgl04d7-91KH_TDWWSziofSYOHALgoHGkl4nqWNFB6QZTc3lRzkp2kxugDGQUZyidAmX09EJshphcpgw6j--pEMnuA2jydve-hqLvK4T03iWtF3btqJvxTpCmWqZqzO5gTGYJX-uJxPLv8PCxqZ331tHNnyYddTtMdePFJCnjhSJZ00mocDiASr0BBHqUnqbk9Ii9KS3L_UiddzpPoLVP65Mt5farFmIAP_dy7phY_iu6oeFVG1v8cMXTgX04Jah9Axeou_jylQ&h=efvaPxcZ08DVxOMmVKl4cuD2PajPpzGrAXRy13bM_00 + response: + body: + string: '{"name":"6c22950a-8492-4a7d-91e8-ce76f6217e99","status":"Succeeded","startTime":"2025-12-24T05:44:17.673Z"}' headers: cache-control: - no-cache @@ -7999,7 +2715,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:09 GMT + - Wed, 24 Dec 2025 05:46:58 GMT expires: - '-1' pragma: @@ -8011,11 +2727,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/1d544647-b201-4822-8c6e-efb266c5ee07 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/67ba6830-ced0-445d-8d10-cea44838161f x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: B127F578E64D4FC4BE88A9E641054484 Ref B: TYO201151004031 Ref C: 2025-04-02T09:35:09Z' + - 'Ref A: 7BF9F6A78EAE4906A9D1811022387815 Ref B: SG2AA1040518025 Ref C: 2025-12-24T05:46:59Z' status: code: 200 message: OK @@ -8033,7 +2749,7 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003?api-version=2022-08-01-preview response: @@ -8047,7 +2763,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:09 GMT + - Wed, 24 Dec 2025 05:47:00 GMT expires: - '-1' pragma: @@ -8061,7 +2777,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: BBC0073780B14CBC99740DA6AF4727FB Ref B: TYO201151004031 Ref C: 2025-04-02T09:35:09Z' + - 'Ref A: A61C3D33774F4B479DFA9BD02C02FA67 Ref B: SG2AA1040520052 Ref C: 2025-12-24T05:46:59Z' status: code: 200 message: OK @@ -8079,7 +2795,7 @@ interactions: ParameterSetName: - -n -g -l --license-type User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/clisqlvm000003?api-version=2022-08-01-preview response: @@ -8093,7 +2809,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:10 GMT + - Wed, 24 Dec 2025 05:47:01 GMT expires: - '-1' pragma: @@ -8107,7 +2823,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 6889C900FD9543288CB782BB1B5DBF81 Ref B: TYO201151004031 Ref C: 2025-04-02T09:35:10Z' + - 'Ref A: 365B03D93ABE4D6FAD5FC1A1A73E16FD Ref B: SG2AA1070301023 Ref C: 2025-12-24T05:47:01Z' status: code: 200 message: OK @@ -8125,21 +2841,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001","name":"sqlvm_cli_test_aad000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_sqlvm_aad_auth_negative","date":"2025-04-02T09:26:53Z","module":"sqlvm","Creator":"v-jingszhang@microsoft.com","DateCreated":"2025-04-02T09:27:04Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001","name":"sqlvm_cli_test_aad000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_sqlvm_aad_auth_negative","date":"2025-12-24T05:40:03Z","module":"sqlvm"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '457' + - '381' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:10 GMT + - Wed, 24 Dec 2025 05:47:01 GMT expires: - '-1' pragma: @@ -8153,7 +2869,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 493950C28BC846A9981D851F712F608B Ref B: TYO201151006036 Ref C: 2025-04-02T09:35:11Z' + - 'Ref A: 5946C5FF92CF42879CE8C22A99908785 Ref B: SG2AA1040519060 Ref C: 2025-12-24T05:47:02Z' status: code: 200 message: OK @@ -8175,21 +2891,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi?api-version=2024-11-30 response: body: - string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi","name":"attached_msi","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"3289ca6d-17dc-43d7-99ab-55c2aa49338a","clientId":"86410484-5e98-4363-a684-f6dd495c2cd0"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi","name":"attached_msi","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"isolationScope":"None","tenantId":"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9","principalId":"562c81c5-d273-4843-9627-c0944d91e825","clientId":"7d99798f-4925-4e63-836d-e264119292c0"}}' headers: cache-control: - no-cache content-length: - - '450' + - '474' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:14 GMT + - Wed, 24 Dec 2025 05:47:07 GMT expires: - '-1' location: @@ -8203,13 +2919,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/a142cbe3-77c2-4959-80dc-14a10fbec441 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/130af75d-8d4e-41e2-a781-f960ec513541 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 793478ECEE6244B2AEBF4FAE7FC20E63 Ref B: TYO201100114045 Ref C: 2025-04-02T09:35:11Z' + - 'Ref A: 302D1B510AE345C4A3A8278BE913EBF3 Ref B: SG2AA1070304023 Ref C: 2025-12-24T05:47:02Z' status: code: 201 message: Created @@ -8227,24 +2943,24 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8257,7 +2973,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"2\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8265,17 +2981,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3066' + - '3057' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:15 GMT + - Wed, 24 Dec 2025 05:47:07 GMT etag: - '"2"' expires: @@ -8291,17 +3007,17 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23991,Microsoft.Compute/LowCostGetResource;31 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23995,Microsoft.Compute/LowCostGetResource;31 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 516501175B314FCB8DEBF9D9C4F7C838 Ref B: TYO201100115017 Ref C: 2025-04-02T09:35:15Z' + - 'Ref A: A4A00078500B427D8122125FAB2CEC73 Ref B: SG2AA1070304054 Ref C: 2025-12-24T05:47:07Z' status: code: 200 message: '' - request: - body: '{"identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi": - {}}}}' + body: '{"identity": {"userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi": + {}}, "type": "UserAssigned"}}' headers: Accept: - application/json @@ -8318,7 +3034,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -8328,16 +3044,16 @@ interactions: \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": {}\r\n }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n - \ \"vmSize\": \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": - \"Updating\",\r\n \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n + \ \"vmSize\": \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": - \"16.0.250313\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Windows\",\r\n \"name\": \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n + \"16.0.251107\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Windows\",\r\n \"name\": \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8350,7 +3066,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8358,21 +3074,21 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/217d2ea8-be73-4bc4-a5b2-9fe0e96b63ef?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833185404999&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=YdW19Tyxx--9ZuDhwTxQTwvfifTAQYxWg8IToe6Xkv2HXi2xEVmokIPcUYCQnvbhpJL8Wt0YOJtOVGFvQk0HvlBKTKJ4yAk4_DPzA6MoWpyqAjI1Nhs2JzjwMeAW-_aCPIwhOzbVG_8QnMbwxwYTb9ZBicnS7guJU_oxtb9ZMlFSjQntOqtkCLPsAzCQq4wqcXYDd1m4EoCMOqC0bb0OGVo_zNx4SsHfkileTn0SNquT9_Dk1I0ULztHqpOvYMnSGfFqoJsKGYBXtjY0723Qj7KWnoUy163nEsh5fLnFLKI2Cqd_f0JKkDW4ZX8l3wYlYadMGro5pHBfSI3JX3FeuQ&h=Vv8OojbvuSJwpS-ZF1mI1NlamookaeDN_FwTP_gyC5o + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ae0915fb-3270-495b-b9ee-3c30f42c8852?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520290468173&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ns_Dq4PU7LuUmEIt_cMPZIwWNSv6GyhQ_cy0piumRm4K9Gsy63W1EY2V6PemQ5qONUMjz-Qq_ZNvGPrwkGYJrcmP9DaTs_dKttm-EBbuZdHC9uUVsy9AeGqRDIhaHP9jnZgkuS9CYlFG47F0sjJV3JyFVh7kjayrWR5MeVc7Ro9bJcHl5idbEQnCkrk_ipFVLwnt6VuEw2a6fewTcPFixWYLioWRSy6KphlgVos0mGHomvUPzDFW62k_aTCmmOQtdICniXHGVm20auYsnQWYzALHqdONNoQk4MdwsBZ3r19iOI8yfcOvhNhqoYQbVqDWtmanIqW6ev4WBO_fCE-LuQ&h=teNaIhCnIKgcOHJwGvfhSmZ_7s2f9CRYw87WhQYIyF8 cache-control: - no-cache content-length: - - '3334' + - '3325' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:17 GMT + - Wed, 24 Dec 2025 05:47:08 GMT etag: - '"3"' expires: @@ -8388,15 +3104,15 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/add812dc-cba0-4784-8b58-cf2c7886aaf1 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/ca606a1d-a368-4b22-af15-970b14d0ef24 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/UpdateVMSubscriptionMaximum;1495,Microsoft.Compute/UpdateVMResource;11 + - Microsoft.Compute/UpdateVMSubscriptionMaximum;1499,Microsoft.Compute/UpdateVMResource;11 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 1D59B6CFFBF448DDAA3F6B4F472EA576 Ref B: TYO201100114035 Ref C: 2025-04-02T09:35:16Z' + - 'Ref A: DAA5A3510F3C44C393B3583C93B48798 Ref B: SG2AA1040519062 Ref C: 2025-12-24T05:47:08Z' status: code: 200 message: '' @@ -8414,13 +3130,13 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/217d2ea8-be73-4bc4-a5b2-9fe0e96b63ef?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833185404999&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=YdW19Tyxx--9ZuDhwTxQTwvfifTAQYxWg8IToe6Xkv2HXi2xEVmokIPcUYCQnvbhpJL8Wt0YOJtOVGFvQk0HvlBKTKJ4yAk4_DPzA6MoWpyqAjI1Nhs2JzjwMeAW-_aCPIwhOzbVG_8QnMbwxwYTb9ZBicnS7guJU_oxtb9ZMlFSjQntOqtkCLPsAzCQq4wqcXYDd1m4EoCMOqC0bb0OGVo_zNx4SsHfkileTn0SNquT9_Dk1I0ULztHqpOvYMnSGfFqoJsKGYBXtjY0723Qj7KWnoUy163nEsh5fLnFLKI2Cqd_f0JKkDW4ZX8l3wYlYadMGro5pHBfSI3JX3FeuQ&h=Vv8OojbvuSJwpS-ZF1mI1NlamookaeDN_FwTP_gyC5o + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ae0915fb-3270-495b-b9ee-3c30f42c8852?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520290468173&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ns_Dq4PU7LuUmEIt_cMPZIwWNSv6GyhQ_cy0piumRm4K9Gsy63W1EY2V6PemQ5qONUMjz-Qq_ZNvGPrwkGYJrcmP9DaTs_dKttm-EBbuZdHC9uUVsy9AeGqRDIhaHP9jnZgkuS9CYlFG47F0sjJV3JyFVh7kjayrWR5MeVc7Ro9bJcHl5idbEQnCkrk_ipFVLwnt6VuEw2a6fewTcPFixWYLioWRSy6KphlgVos0mGHomvUPzDFW62k_aTCmmOQtdICniXHGVm20auYsnQWYzALHqdONNoQk4MdwsBZ3r19iOI8yfcOvhNhqoYQbVqDWtmanIqW6ev4WBO_fCE-LuQ&h=teNaIhCnIKgcOHJwGvfhSmZ_7s2f9CRYw87WhQYIyF8 response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:35:18.2249748+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"217d2ea8-be73-4bc4-a5b2-9fe0e96b63ef\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:47:08.9847437+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ae0915fb-3270-495b-b9ee-3c30f42c8852\"\r\n}" headers: cache-control: - no-cache @@ -8429,7 +3145,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:18 GMT + - Wed, 24 Dec 2025 05:47:09 GMT expires: - '-1' pragma: @@ -8443,13 +3159,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/e1ff9ccb-3028-4667-9b86-f8aa5af37f17 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/177849d5-2569-4660-b199-a5a8f2133078 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14990 + - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14996 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: D875B644FA9D49DC875A920441A9EF27 Ref B: TYO201100114035 Ref C: 2025-04-02T09:35:18Z' + - 'Ref A: 7A7DAF572B9A4616A7C31D81678D6049 Ref B: SG2AA1070301042 Ref C: 2025-12-24T05:47:09Z' status: code: 200 message: '' @@ -8467,23 +3183,23 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/217d2ea8-be73-4bc4-a5b2-9fe0e96b63ef?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833185404999&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=YdW19Tyxx--9ZuDhwTxQTwvfifTAQYxWg8IToe6Xkv2HXi2xEVmokIPcUYCQnvbhpJL8Wt0YOJtOVGFvQk0HvlBKTKJ4yAk4_DPzA6MoWpyqAjI1Nhs2JzjwMeAW-_aCPIwhOzbVG_8QnMbwxwYTb9ZBicnS7guJU_oxtb9ZMlFSjQntOqtkCLPsAzCQq4wqcXYDd1m4EoCMOqC0bb0OGVo_zNx4SsHfkileTn0SNquT9_Dk1I0ULztHqpOvYMnSGfFqoJsKGYBXtjY0723Qj7KWnoUy163nEsh5fLnFLKI2Cqd_f0JKkDW4ZX8l3wYlYadMGro5pHBfSI3JX3FeuQ&h=Vv8OojbvuSJwpS-ZF1mI1NlamookaeDN_FwTP_gyC5o + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ae0915fb-3270-495b-b9ee-3c30f42c8852?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520290468173&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=ns_Dq4PU7LuUmEIt_cMPZIwWNSv6GyhQ_cy0piumRm4K9Gsy63W1EY2V6PemQ5qONUMjz-Qq_ZNvGPrwkGYJrcmP9DaTs_dKttm-EBbuZdHC9uUVsy9AeGqRDIhaHP9jnZgkuS9CYlFG47F0sjJV3JyFVh7kjayrWR5MeVc7Ro9bJcHl5idbEQnCkrk_ipFVLwnt6VuEw2a6fewTcPFixWYLioWRSy6KphlgVos0mGHomvUPzDFW62k_aTCmmOQtdICniXHGVm20auYsnQWYzALHqdONNoQk4MdwsBZ3r19iOI8yfcOvhNhqoYQbVqDWtmanIqW6ev4WBO_fCE-LuQ&h=teNaIhCnIKgcOHJwGvfhSmZ_7s2f9CRYw87WhQYIyF8 response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:35:18.2249748+00:00\",\r\n \"endTime\": - \"2025-04-02T09:35:26.9281932+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"217d2ea8-be73-4bc4-a5b2-9fe0e96b63ef\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:47:08.9847437+00:00\",\r\n \"endTime\": + \"2025-12-24T05:47:16.5786+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": + \"ae0915fb-3270-495b-b9ee-3c30f42c8852\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '181' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:48 GMT + - Wed, 24 Dec 2025 05:47:39 GMT expires: - '-1' pragma: @@ -8497,13 +3213,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/aa909a08-67c8-4df5-9091-df24f8daad7e + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/35c459c6-734f-4c79-8810-015f5e1760bc x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14997 + - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14996 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: A3310775CCF046E187886396033FD690 Ref B: TYO201100114035 Ref C: 2025-04-02T09:35:49Z' + - 'Ref A: F0BF2B2C42874583AE56034472D26BEF Ref B: SG2AA1070306054 Ref C: 2025-12-24T05:47:39Z' status: code: 200 message: '' @@ -8521,7 +3237,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -8530,19 +3246,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8555,7 +3271,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8563,17 +3279,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:48 GMT + - Wed, 24 Dec 2025 05:47:40 GMT etag: - '"3"' expires: @@ -8589,11 +3305,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23983,Microsoft.Compute/LowCostGetResource;35 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23997,Microsoft.Compute/LowCostGetResource;35 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 27D77675D54E4C54B52BF9239D07FC21 Ref B: TYO201100114035 Ref C: 2025-04-02T09:35:49Z' + - 'Ref A: 39542A2C28054142A6BF0F9F4461044C Ref B: SG2AA1070302025 Ref C: 2025-12-24T05:47:40Z' status: code: 200 message: '' @@ -8611,28 +3327,28 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8645,7 +3361,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8653,17 +3369,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:49 GMT + - Wed, 24 Dec 2025 05:47:41 GMT etag: - '"3"' expires: @@ -8679,11 +3395,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23982,Microsoft.Compute/LowCostGetResource;34 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23996,Microsoft.Compute/LowCostGetResource;34 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 01F928675D884A6C9B696658A57E8945 Ref B: TYO201100115017 Ref C: 2025-04-02T09:35:50Z' + - 'Ref A: FD73D9D345CB4AEEAFE8F6E5D6DCA38D Ref B: SG2AA1070301023 Ref C: 2025-12-24T05:47:41Z' status: code: 200 message: '' @@ -8701,21 +3417,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001?api-version=2024-11-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001","name":"sqlvm_cli_test_aad000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_sqlvm_aad_auth_negative","date":"2025-04-02T09:26:53Z","module":"sqlvm","Creator":"v-jingszhang@microsoft.com","DateCreated":"2025-04-02T09:27:04Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001","name":"sqlvm_cli_test_aad000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","test":"test_sqlvm_aad_auth_negative","date":"2025-12-24T05:40:03Z","module":"sqlvm"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '457' + - '381' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:50 GMT + - Wed, 24 Dec 2025 05:47:43 GMT expires: - '-1' pragma: @@ -8729,7 +3445,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 32DC07E3562C4BEE98438223BDA1DA5B Ref B: TYO201151003054 Ref C: 2025-04-02T09:35:50Z' + - 'Ref A: B854E6BA9BF44B9B86C76B992743C725 Ref B: SG2AA1040513034 Ref C: 2025-12-24T05:47:42Z' status: code: 200 message: OK @@ -8751,21 +3467,21 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/other_msi?api-version=2024-11-30 response: body: - string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/other_msi","name":"other_msi","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"27da3db5-acb0-4dd6-89fd-8be8cde60ab9","clientId":"b25a004f-2e92-465c-97ed-48749063417f"}}' + string: '{"location":"westus","tags":{},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/other_msi","name":"other_msi","type":"Microsoft.ManagedIdentity/userAssignedIdentities","properties":{"isolationScope":"None","tenantId":"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9","principalId":"776ac0d8-e71f-4961-ae72-3235942a91e7","clientId":"6ff550ee-f132-4cf9-97de-bc3d987b44f1"}}' headers: cache-control: - no-cache content-length: - - '444' + - '468' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:54 GMT + - Wed, 24 Dec 2025 05:47:45 GMT expires: - '-1' location: @@ -8779,13 +3495,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/05c6a9cc-183c-4423-bb5f-0d818a13a94a + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/b46a331b-ce4d-4463-8cfc-242bc664d240 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 615CD946F3CE4DBAA0A28F67DE4E8587 Ref B: TYO201151006029 Ref C: 2025-04-02T09:35:51Z' + - 'Ref A: C86432A5A2454531BBABC08458ED09D0 Ref B: SG2AA1070302036 Ref C: 2025-12-24T05:47:44Z' status: code: 201 message: Created @@ -8803,7 +3519,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -8812,19 +3528,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8837,7 +3553,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8845,17 +3561,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:54 GMT + - Wed, 24 Dec 2025 05:47:45 GMT etag: - '"3"' expires: @@ -8871,11 +3587,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23978,Microsoft.Compute/LowCostGetResource;33 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23993,Microsoft.Compute/LowCostGetResource;33 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: A0C9EE3FE3CE41D1B1C2559BFC9AD6EF Ref B: TYO201100116035 Ref C: 2025-04-02T09:35:55Z' + - 'Ref A: 0AF2CEB2AC2441BBA32A5C97EE23702F Ref B: SG2AA1070304060 Ref C: 2025-12-24T05:47:46Z' status: code: 200 message: '' @@ -8893,7 +3609,7 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -8902,19 +3618,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -8927,7 +3643,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -8935,17 +3651,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:55 GMT + - Wed, 24 Dec 2025 05:47:47 GMT etag: - '"3"' expires: @@ -8961,11 +3677,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23977,Microsoft.Compute/LowCostGetResource;32 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23992,Microsoft.Compute/LowCostGetResource;32 x-ms-ratelimit-remaining-subscription-global-reads: - - '3748' + - '3749' x-msedge-ref: - - 'Ref A: FC17AA6B7D684687A6BAEA880C959B0D Ref B: TYO201100115023 Ref C: 2025-04-02T09:35:55Z' + - 'Ref A: 45CF3329ABFD478DACA12F798FFA92E3 Ref B: SG2AA1040518023 Ref C: 2025-12-24T05:47:46Z' status: code: 200 message: '' @@ -8983,28 +3699,28 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -9017,7 +3733,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"3\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -9025,17 +3741,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:35:56 GMT + - Wed, 24 Dec 2025 05:47:47 GMT etag: - '"3"' expires: @@ -9051,16 +3767,17 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23976,Microsoft.Compute/LowCostGetResource;31 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23991,Microsoft.Compute/LowCostGetResource;31 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 35ED2E6687894C2AA03DAE4B8B0A3C99 Ref B: TYO201151006062 Ref C: 2025-04-02T09:35:56Z' + - 'Ref A: 2A7F093F6A5D4B0CBDF418FB9992017B Ref B: SG2AA1070302025 Ref C: 2025-12-24T05:47:47Z' status: code: 200 message: '' - request: - body: '{"identity": {"type": "SystemAssigned, UserAssigned"}}' + body: '{"identity": {"userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi": + {}}, "type": "SystemAssigned,UserAssigned"}}' headers: Accept: - application/json @@ -9071,13 +3788,13 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '252' Content-Type: - application/json ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -9085,22 +3802,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"98205e9c-c53d-4d0f-a8fb-9b39ce283257\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"15e6a625-bced-4c31-ac49-9bd078a8cfd6\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -9113,7 +3830,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"4\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -9121,21 +3838,21 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/53b3dafd-e426-4ee2-b897-39318fdad9f1?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833606279743&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=UdPG7thojX2jFZOXPED0sTcx5Ixdp-Hs0uaE0XKuqvor23C-bnmFrBxuRbBAGOWwefXX0ErXWSruIq8Dg40SKfQmW7ni-nzi_fIJ2STbUB8xeEO-NiNuJ7JV3m_6YH8EiS41fDoRE3re7t6Kr3_uvPfjrp_OtcASBYnL8ys66eDKK2YVy86iEHv0kdi8gVrA5pKaV8ayVxMCLyep3M_mDzMlHR2ztG27WroyuvwwRg8aQih1BzAi06fNUG0ul7Z5bj9LqIPac4GY67dQadTPU2dEIV5FIfxRd-C8-oPINwTZWmaBPTdiKoj38QprSXiiUJmJEXqpiDBJbuJX-kqecQ&h=eBFZOAJPjReNXekbPyM8nGSLVJvT4-FAU9D0BZIVduw + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/65b325a4-5fd7-4840-b3ce-0af318ff95c7?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520695063175&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=fyI5YX0M0eS6_8E8cI0htY4FVfnFHHVDv_Jk4Fvu1o7_qNmOV0Syb9w4YhaKh5UDvKUAuI7bt3YzMEY7o-Latj5fh7YBMOoVZg9A3GhnalpyR3FkvVJUs_oMGIseQJFcdao6vmu_aFUfFZylWTXD4VkiUdCRngAPi32Xm1IDwZcrFLDx6CTA1D7_ux5CJp6zk1ckjPnJounzvQEwtbL8c4MBvBAqSRAHrPD_2Ibe6q5cE5aLtaeh8RWVIgBxuzH-ZE65rakg9CKa1HD9WMlSPPYofvw7wT5boL39K6t3hnK0rC452UTK6cPC-BgXeBliOWVrjE_lEED_krGKsZau9Q&h=D6VJhAEyRE2gUZikUcijnGYH-DmyHkpEwO8EoxzdN7w cache-control: - no-cache content-length: - - '3599' + - '3590' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:00 GMT + - Wed, 24 Dec 2025 05:47:48 GMT etag: - '"4"' expires: @@ -9151,15 +3868,15 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/8c0ff49e-995a-4261-b656-f546a2ee13fb + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/fa8a6e87-2e35-48c9-a5a1-87aabc1a5ed6 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/UpdateVMSubscriptionMaximum;1497,Microsoft.Compute/UpdateVMResource;11 + - Microsoft.Compute/UpdateVMSubscriptionMaximum;1498,Microsoft.Compute/UpdateVMResource;11 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: AF483C99CF7B419BBDC602015385F7B7 Ref B: TYO201151004042 Ref C: 2025-04-02T09:35:57Z' + - 'Ref A: C7A0F25F343D48B597CBC127356F7BA7 Ref B: SG2AA1070303025 Ref C: 2025-12-24T05:47:48Z' status: code: 200 message: '' @@ -9177,13 +3894,13 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/53b3dafd-e426-4ee2-b897-39318fdad9f1?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833606279743&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=UdPG7thojX2jFZOXPED0sTcx5Ixdp-Hs0uaE0XKuqvor23C-bnmFrBxuRbBAGOWwefXX0ErXWSruIq8Dg40SKfQmW7ni-nzi_fIJ2STbUB8xeEO-NiNuJ7JV3m_6YH8EiS41fDoRE3re7t6Kr3_uvPfjrp_OtcASBYnL8ys66eDKK2YVy86iEHv0kdi8gVrA5pKaV8ayVxMCLyep3M_mDzMlHR2ztG27WroyuvwwRg8aQih1BzAi06fNUG0ul7Z5bj9LqIPac4GY67dQadTPU2dEIV5FIfxRd-C8-oPINwTZWmaBPTdiKoj38QprSXiiUJmJEXqpiDBJbuJX-kqecQ&h=eBFZOAJPjReNXekbPyM8nGSLVJvT4-FAU9D0BZIVduw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/65b325a4-5fd7-4840-b3ce-0af318ff95c7?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520695063175&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=fyI5YX0M0eS6_8E8cI0htY4FVfnFHHVDv_Jk4Fvu1o7_qNmOV0Syb9w4YhaKh5UDvKUAuI7bt3YzMEY7o-Latj5fh7YBMOoVZg9A3GhnalpyR3FkvVJUs_oMGIseQJFcdao6vmu_aFUfFZylWTXD4VkiUdCRngAPi32Xm1IDwZcrFLDx6CTA1D7_ux5CJp6zk1ckjPnJounzvQEwtbL8c4MBvBAqSRAHrPD_2Ibe6q5cE5aLtaeh8RWVIgBxuzH-ZE65rakg9CKa1HD9WMlSPPYofvw7wT5boL39K6t3hnK0rC452UTK6cPC-BgXeBliOWVrjE_lEED_krGKsZau9Q&h=D6VJhAEyRE2gUZikUcijnGYH-DmyHkpEwO8EoxzdN7w response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:36:00.1941491+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"53b3dafd-e426-4ee2-b897-39318fdad9f1\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:47:49.4540408+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"65b325a4-5fd7-4840-b3ce-0af318ff95c7\"\r\n}" headers: cache-control: - no-cache @@ -9192,7 +3909,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:00 GMT + - Wed, 24 Dec 2025 05:47:50 GMT expires: - '-1' pragma: @@ -9206,13 +3923,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/98b15f04-3993-4fc7-96a3-3372c7c98a24 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/f75f7105-6afc-481f-a25a-0ce1364203e2 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14993 + - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14995 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 09183959604E4296A4809C0EB09D0493 Ref B: TYO201151004042 Ref C: 2025-04-02T09:36:00Z' + - 'Ref A: 1E06C14FF6034AF387B9001C9EDD02DF Ref B: SG2AA1070302060 Ref C: 2025-12-24T05:47:50Z' status: code: 200 message: '' @@ -9230,14 +3947,14 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/53b3dafd-e426-4ee2-b897-39318fdad9f1?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791833606279743&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=UdPG7thojX2jFZOXPED0sTcx5Ixdp-Hs0uaE0XKuqvor23C-bnmFrBxuRbBAGOWwefXX0ErXWSruIq8Dg40SKfQmW7ni-nzi_fIJ2STbUB8xeEO-NiNuJ7JV3m_6YH8EiS41fDoRE3re7t6Kr3_uvPfjrp_OtcASBYnL8ys66eDKK2YVy86iEHv0kdi8gVrA5pKaV8ayVxMCLyep3M_mDzMlHR2ztG27WroyuvwwRg8aQih1BzAi06fNUG0ul7Z5bj9LqIPac4GY67dQadTPU2dEIV5FIfxRd-C8-oPINwTZWmaBPTdiKoj38QprSXiiUJmJEXqpiDBJbuJX-kqecQ&h=eBFZOAJPjReNXekbPyM8nGSLVJvT4-FAU9D0BZIVduw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/65b325a4-5fd7-4840-b3ce-0af318ff95c7?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021520695063175&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=fyI5YX0M0eS6_8E8cI0htY4FVfnFHHVDv_Jk4Fvu1o7_qNmOV0Syb9w4YhaKh5UDvKUAuI7bt3YzMEY7o-Latj5fh7YBMOoVZg9A3GhnalpyR3FkvVJUs_oMGIseQJFcdao6vmu_aFUfFZylWTXD4VkiUdCRngAPi32Xm1IDwZcrFLDx6CTA1D7_ux5CJp6zk1ckjPnJounzvQEwtbL8c4MBvBAqSRAHrPD_2Ibe6q5cE5aLtaeh8RWVIgBxuzH-ZE65rakg9CKa1HD9WMlSPPYofvw7wT5boL39K6t3hnK0rC452UTK6cPC-BgXeBliOWVrjE_lEED_krGKsZau9Q&h=D6VJhAEyRE2gUZikUcijnGYH-DmyHkpEwO8EoxzdN7w response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:36:00.1941491+00:00\",\r\n \"endTime\": - \"2025-04-02T09:36:07.7879746+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"53b3dafd-e426-4ee2-b897-39318fdad9f1\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:47:49.4540408+00:00\",\r\n \"endTime\": + \"2025-12-24T05:47:53.1885729+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"65b325a4-5fd7-4840-b3ce-0af318ff95c7\"\r\n}" headers: cache-control: - no-cache @@ -9246,7 +3963,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:31 GMT + - Wed, 24 Dec 2025 05:48:21 GMT expires: - '-1' pragma: @@ -9260,13 +3977,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/8ce0f434-5f0c-4662-8213-593f9d22d754 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/southeastasia/48250a57-2794-490f-8ddf-4be053d7aa50 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14983 + - Microsoft.Compute/GetOperationResource;43,Microsoft.Compute/GetOperationSubscriptionMaximum;14999 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 497B7D59AFAD4C9E943F5A2A2F964A9A Ref B: TYO201151004042 Ref C: 2025-04-02T09:36:31Z' + - 'Ref A: E1F97DF99E934694B1F749D09489F9E6 Ref B: SG2AA1070303040 Ref C: 2025-12-24T05:48:21Z' status: code: 200 message: '' @@ -9284,7 +4001,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -9292,22 +4009,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"98205e9c-c53d-4d0f-a8fb-9b39ce283257\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"15e6a625-bced-4c31-ac49-9bd078a8cfd6\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -9320,7 +4037,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"4\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -9328,17 +4045,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:31 GMT + - Wed, 24 Dec 2025 05:48:21 GMT etag: - '"4"' expires: @@ -9354,11 +4071,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23980,Microsoft.Compute/LowCostGetResource;28 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23999,Microsoft.Compute/LowCostGetResource;28 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: F967FD71A3434EBF9CB1228A5D2013DC Ref B: TYO201151004042 Ref C: 2025-04-02T09:36:31Z' + - 'Ref A: F8B312CA8F964FE49F68A58E8679B764 Ref B: SG2AA1040519052 Ref C: 2025-12-24T05:48:22Z' status: code: 200 message: '' @@ -9376,30 +4093,30 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"98205e9c-c53d-4d0f-a8fb-9b39ce283257\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"15e6a625-bced-4c31-ac49-9bd078a8cfd6\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -9412,7 +4129,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"4\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -9420,17 +4137,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:31 GMT + - Wed, 24 Dec 2025 05:48:23 GMT etag: - '"4"' expires: @@ -9446,11 +4163,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23979,Microsoft.Compute/LowCostGetResource;27 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23998,Microsoft.Compute/LowCostGetResource;27 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 8959E60821C6463A8D7CF7312B591DA3 Ref B: TYO201151006062 Ref C: 2025-04-02T09:36:32Z' + - 'Ref A: 93CE67D7DC984D0380CBA6962EF7D0B8 Ref B: SG2AA1070305062 Ref C: 2025-12-24T05:48:23Z' status: code: 200 message: '' @@ -9468,7 +4185,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -9476,22 +4193,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"98205e9c-c53d-4d0f-a8fb-9b39ce283257\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"15e6a625-bced-4c31-ac49-9bd078a8cfd6\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -9504,7 +4221,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"4\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -9512,17 +4229,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:32 GMT + - Wed, 24 Dec 2025 05:48:23 GMT etag: - '"4"' expires: @@ -9538,11 +4255,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23978,Microsoft.Compute/LowCostGetResource;26 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23997,Microsoft.Compute/LowCostGetResource;26 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 9ED66D65C8C24108813A5DF7DB6BD095 Ref B: TYO201100113025 Ref C: 2025-04-02T09:36:32Z' + - 'Ref A: 8C97F91FE4BD4EC1B9A1624BD0465EC4 Ref B: SG2AA1040513023 Ref C: 2025-12-24T05:48:23Z' status: code: 200 message: '' @@ -9560,9 +4277,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/98205e9c-c53d-4d0f-a8fb-9b39ce283257/transitiveMemberOf/microsoft.graph.directoryRole + uri: https://graph.microsoft.com/v1.0/servicePrincipals/15e6a625-bced-4c31-ac49-9bd078a8cfd6/transitiveMemberOf/microsoft.graph.directoryRole response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryRoles","value":[]}' @@ -9574,11 +4291,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:34 GMT + - Wed, 24 Dec 2025 05:48:23 GMT odata-version: - '4.0' request-id: - - c7a5838d-3a8b-4bc1-b6e0-b36214d61d3b + - 0b3dad63-6acf-4bc6-b845-52e8b488df5a strict-transport-security: - max-age=31536000 transfer-encoding: @@ -9586,7 +4303,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF000198C0"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00018371"}}' x-ms-resource-unit: - '2' status: @@ -9606,14 +4323,14 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=displayName%20eq%20'Microsoft%20Graph' response: body: - string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"a3efc889-f1b7-4532-9e01-91e32d1039f4\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft - Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":null,\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft - Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"Microsoft.Azure.AgregatorService\",\"https://dod-graph.microsoft.us\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"980db52a-afb6-4420-b0b2-23bf76ce409b\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft + Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":\"2025-11-19T22:28:39Z\",\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft + Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://dod-graph.microsoft.us\",\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"samlSingleSignOnSettings\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.\",\"displayName\":\"Read all access reviews\",\"id\":\"d07a8cc0-3d51-4b77-b3b0-32704d1f69fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AccessReview.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, update, delete and perform actions on access reviews, reviewers, @@ -9630,6 +4347,90 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.\",\"displayName\":\"Read and write all administrative units\",\"id\":\"5eb59dd3-1da2-4329-8733-9dabdc435916\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent cards and their skills in your organization's Agent + Registry without a signed-in user.\",\"displayName\":\"Read all agent cards + in Agent Registry\",\"id\":\"aec9e0a0-6f46-4150-a9f7-05e9e3e87399\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent cards and manage their + skills in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all agent cards in Agent Registry\",\"id\":\"ef566853-42d6-45a5-bed9-5ccb82c98b4f\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent cards that designate the calling app as their + manager and manage their skills in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent cards + in Agent Registry\",\"id\":\"9c4a07db-e0c1-4fb0-8e85-dfd8ae3b8201\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent card manifests in your organization's Agent Registry + without a signed-in user.\",\"displayName\":\"Read all agent card manifests + in Agent Registry\",\"id\":\"3ee18438-e6e5-4858-8f1c-d7b723b45213\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write to all agent card manifests in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent card manifests in Agent Registry\",\"id\":\"228b1a03-f7ca-4348-b50d-e8a547ab61af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write agent card manifests that name it as manager in + your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write managed-by agent card manifests in Agent Registry\",\"id\":\"77f6034c-52f5-4526-9fa1-d55a67e72cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all collections and their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read all collections + in Agent Registry\",\"id\":\"e65ee1da-d1d5-467b-bdd0-3e9bb94e6e0c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all collections and manage their + membership in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all collections in Agent Registry\",\"id\":\"feb31d7d-a227-4487-898c-e014840d07b3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete collections that designate the + calling app as their manager and manage their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + managed-by collections in Agent Registry\",\"id\":\"2e0fb698-9996-479f-926b-ce63f4397829\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create agent identities, even if the app is not the parent agent + identity blueprint.\",\"displayName\":\"Create agent identities without an + agent blueprint parent\",\"id\":\"ad25cc1d-84d8-47df-a08e-b34c2e800819\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create linked agent identities without a signed-in user.\",\"displayName\":\"Create + agent identities linked to itself.\",\"id\":\"4c390976-b2b7-42e0-9187-c6be3bead001\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.CreateAsManager\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to delete and restore agent identities without a signed-in user.\",\"displayName\":\"Delete + and restore agent identities\",\"id\":\"5b016f9b-18eb-41d4-869a-66931914d1c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to enable or disable agent identities without a signed-in user.\",\"displayName\":\"Enable + or disable agent identities\",\"id\":\"69ee0943-4fa4-4ec8-8e52-d12e4ea661a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identities without a signed-in user.\",\"displayName\":\"Read + all agent identities\",\"id\":\"b2b8f011-2898-4234-9092-5059f6c1ebfa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app read, update, and delete agent identities without a signed-in user.\",\"displayName\":\"Read + and write all agent identities\",\"id\":\"dcf7150a-88d4-4fe6-9be1-c2744c455397\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint credentials without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint credentials\",\"id\":\"0510736e-bdfb-4b37-9a1f-89b4a074763a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprints without a signed-in user.\",\"displayName\":\"Create + agent identity blueprints.\",\"id\":\"ea4b2453-ad2d-4d94-9155-10d5d9493ce9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"3f80b699-6405-4e36-a4df-4f19950ff91e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identity blueprints without a signed-in user.\",\"displayName\":\"Read + all agent identity blueprints\",\"id\":\"7547a7d1-36fa-4479-9c31-559a600eaa4f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprints without a signed-in + user.\",\"displayName\":\"Read and write all agent identity blueprints.\",\"id\":\"7fddd33b-d884-4ec0-8696-72cff90ff825\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint authorization and authentication properties + without a signed-in user.\",\"displayName\":\"Update agent identity blueprint + authorization and authentication properties\",\"id\":\"19202363-278e-49c2-bf00-391e2ba00881\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint branding without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint branding\",\"id\":\"76232daa-a1e4-4544-b664-495a006513bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"8959696d-d07e-4916-9b1e-3ba9ce459161\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f86a2dd8-9298-4675-bd78-f5a3572da2d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + enabling or disabling agent identity blueprint principals without a signed-in + user.\",\"displayName\":\"Enable or disable agent identity blueprint principals.\",\"id\":\"a0bdd23d-8b19-4682-b428-574d96527c6f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + reading agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Read + agent identity blueprint principals.\",\"id\":\"9361dea9-4524-493d-941d-f1b65aaf6c7c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprint principals without + a signed-in user.\",\"displayName\":\"Read and write all agent identity blueprint + principals.\",\"id\":\"3bc933bc-8b4d-4cb6-ac49-b73774299250\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent ID user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"b782c9ad-6f2b-4894-a21b-72bf22417f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update ID agent user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"4aa6e624-eee0-40ab-bdd8-f9639038a614\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent instances and their related collections in your + organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + all agent instances in Agent Registry\",\"id\":\"799a4732-85b8-4c67-b048-75f0e88a232b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent instances in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent instances in Agent Registry\",\"id\":\"07abdd95-78dc-4353-bd32-09f880ea43d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete agent instances that designate + the calling app as their manager in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent instances + in Agent Registry\",\"id\":\"782ab1bf-24f1-4c27-8bbc-2006d42792a6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read terms of use agreements, without a signed in user.\",\"displayName\":\"Read all terms of use agreements\",\"id\":\"2f3e6f8c-093b-4c57-a58b-ba5ce494a169\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Agreement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write terms of use agreements, without a signed in user.\",\"displayName\":\"Read @@ -9653,12 +4454,14 @@ interactions: and write the remote desktop security configuration for all apps\",\"id\":\"3be0012a-cc4e-426b-895b-f9c836bf6381\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application-RemoteDesktopConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all applications and service principals without a signed-in user.\",\"displayName\":\"Read all applications\",\"id\":\"9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update all apps in your organization, without a signed-in + user.\",\"displayName\":\"Read and update all apps\",\"id\":\"fc023787-fd04-4e44-9bc7-d454f00c0f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadUpdate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\"displayName\":\"Read and write all applications\",\"id\":\"1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in - user. \\u00A0It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage + user. It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage apps that this app creates or owns\",\"id\":\"18a4783c-866b-4cc7-a460-3d5e5662c884\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without @@ -9673,7 +4476,11 @@ interactions: a signed-in user.\",\"displayName\":\"Read attack simulation data of an organization\",\"id\":\"93283d0a-6322-4fa8-966b-8c121624760d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.\",\"displayName\":\"Read, create, - and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + activity audit log from the audit store.\",\"displayName\":\"Read activity + audit log from the audit store.\",\"id\":\"99bc85fb-e857-4220-9f8c-3a1c83148d2e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"displayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"f6318678-2713-4bb6-b123-233e7336c1bd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query your audit log activities, without a signed-in user.\",\"displayName\":\"Read all audit log data\",\"id\":\"b0afded3-3588-46d8-8b3d-9842eff778da\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query audit logs from Dynamics CRM workload, without a @@ -9768,6 +4575,8 @@ interactions: basic details of calendars in all mailboxes \",\"id\":\"8ba4a692-bc31-4128-9094-475872af8a53\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\"displayName\":\"Read and write calendars in all mailboxes\",\"id\":\"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all AI Insights for all calls, without a signed-in user.\",\"displayName\":\"Read + all AI Insights for calls.\",\"id\":\"792b782b-7822-4b92-8103-77e44f2f706c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallAiInsights.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read delegation settings of you\",\"displayName\":\"Read delegation settings\",\"id\":\"5aa33e77-b893-495e-bdc5-4bf6f27d42a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallDelegation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write delegation settings of you\",\"displayName\":\"Read @@ -9778,6 +4587,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read all call events\",\"id\":\"1abb026f-7572-49f6-9ddd-ad61cbba181e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallEvents.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all PSTN and direct routing call log data without a signed-in user.\",\"displayName\":\"Read PSTN and direct routing call log data\",\"id\":\"a2611786-80b3-417e-adaa-707d4261a5f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecord-PstnCalls.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call recordings for all calls without a signed-in user.\",\"displayName\":\"Read + all call recordings\",\"id\":\"ce8fb1f1-5e1f-44a0-b102-4ec28454d0dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecordings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read call records for all calls and online meetings without a signed-in user.\",\"displayName\":\"Read all call records\",\"id\":\"45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecords.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to get direct access to media streams in a call, without a signed-in @@ -9789,13 +4600,15 @@ interactions: meetings in your organization, without a signed-in user.\",\"displayName\":\"Initiate outgoing group calls from the app\",\"id\":\"4c277553-8a09-487b-8023-29ee378d8324\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.InitiateGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to join group calls and scheduled meetings in your organization, without - a signed-in user. \\u00A0The app will be joined with the privileges of a directory + a signed-in user. The app will be joined with the privileges of a directory user to meetings in your organization.\",\"displayName\":\"Join group calls and meetings as an app\",\"id\":\"f6b49018-60ab-4f81-83bd-22caeabfed2d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to anonymously join group calls and scheduled meetings in your organization, - without a signed-in user. \\u00A0The app will be joined as a guest to meetings - in your organization.\",\"displayName\":\"Join group calls and meetings as - a guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. The app will be joined as a guest to meetings in + your organization.\",\"displayName\":\"Join group calls and meetings as a + guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call transcripts for all calls without a signed-in user.\",\"displayName\":\"Read + all call transcripts\",\"id\":\"4cd61b6d-8692-40bf-9d90-7f38db5e5fce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallTranscripts.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows to read all Change Management items.\",\"displayName\":\"Read Change Management items\",\"id\":\"418dae40-2b65-4819-900c-519a04e4d278\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChangeManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Create channels in any team, without a signed-in user.\",\"displayName\":\"Create @@ -9820,7 +4633,7 @@ interactions: and write the names, descriptions, and settings of all channels, without a signed-in user.\",\"displayName\":\"Read and write the names, descriptions, and settings of all channels\",\"id\":\"243cded2-bd16-4fd6-a953-ff8177894c3d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create chats without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create chats without a signed-in user. \",\"displayName\":\"Create chats\",\"id\":\"d9c48af6-9ad9-47ad-82c3-63757137b9af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to delete and recover deleted chats, without a signed-in user.\",\"displayName\":\"Delete and recover deleted chats\",\"id\":\"9c7abde0-eacd-4319-bf9e-35994b1a1717\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.ManageDeletion.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -9881,26 +4694,42 @@ interactions: the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.\",\"displayName\":\"Read and write all consent requests\",\"id\":\"9f1b81a7-0223-4428-bfa4-0bcb5535f27d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all contacts in all mailboxes + without a signed-in user.\",\"displayName\":\"Read and update the on-premises + sync behavior of contacts\",\"id\":\"c8948c23-e66b-42db-83fd-770b71ab78d2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read contacts in all mailboxes\",\"id\":\"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read and write contacts in all mailboxes\",\"id\":\"6918b873-d17a-4dc1-b314-35f528134491\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"displayName\":\"Process content for + data security, governance and compliance\",\"id\":\"5ad511bf-571c-4ef6-8c3c-85b94b85df98\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"displayName\":\"Process content for data + security, governance and compliance\",\"id\":\"24ceb246-ad29-4680-90b4-3e91ffad15eb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + contents activity audit log from the audit store.\",\"displayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"368425e7-6954-4f5a-9d92-90b75bd580c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"displayName\":\"Upload + content activity audit logs to the audit store.\",\"id\":\"2932e07a-3c29-44e4-bb36-6d0fc176387f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read packages information without a signed-in user.\",\"displayName\":\"Read + all packages information\",\"id\":\"72f0655d-6228-4ddc-8e1b-164973b9213b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update packages information without a signed-in user.\",\"displayName\":\"Read + and update all packages information\",\"id\":\"ed31732f-9495-47ed-ba3b-4ed0948c1c64\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.\",\"displayName\":\"Read cross-tenant basic information\",\"id\":\"cac88765-0581-4025-9725-5ebc13f729ee\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export external user data (e.g. customer content or system-generated + with the current tenant without a signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read + all shared cross-tenant user profiles and export their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to list and query any shared user profile information associated + with the current tenant without a signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant user profiles and export - their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export and remove external user data (e.g. customer content - or system-generated logs), for any user associated with the current tenant - without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant - user profiles and export or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's custom authentication extensions without a signed-in user.\",\"displayName\":\"Read all custom authentication extensions\",\"id\":\"88bb2658-5d9e-454f-aacd-a3933e079526\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CustomAuthenticationExtension.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's custom authentication extensions @@ -10026,10 +4855,15 @@ interactions: all Azure AD recommendations\",\"id\":\"ae73097b-cb2a-4447-b064-5d80f6093921\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update all Azure AD recommendations, without a signed-in user.\",\"displayName\":\"Read and update all Azure AD recommendations\",\"id\":\"0e9eea12-4f01-45f6-9b8d-3ea4c8144158\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read internal federation configuration for a domain.\",\"displayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"c0e5a7b0-e8b7-40a7-b8e0-8249e6ea81d5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"displayName\":\"Create, read, update and delete internal + federation configuration for a domain.\",\"id\":\"64d40371-8d58-4270-bc8a-b4a66de36b9a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all domain properties without a signed-in user.\",\"displayName\":\"Read domains\",\"id\":\"dbb9058a-0e50-45d7-ae91-66909b5d4664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all domain properties without a signed in user. - \\u00A0Also allows the app to add, \\u00A0verify and remove domains.\",\"displayName\":\"Read + \ Also allows the app to add, verify and remove domains.\",\"displayName\":\"Read and write domains\",\"id\":\"7e05723c-0bb0-42da-be95-ae9f08a6e53c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.\",\"displayName\":\"Read @@ -10041,16 +4875,16 @@ interactions: Education app settings\",\"id\":\"7c9db06a-ec2d-4e7b-a592-5a1e30992566\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Manage the state and settings of all Microsoft education apps.\",\"displayName\":\"Manage education app settings\",\"id\":\"9bc431c3-b8bc-4a8d-a219-40f10f92eff6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments with grades for all users without - a signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments without grades for all users without + the app to read all class assignments with grades for all users without a + signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all class assignments without grades for all users without a signed-in user.\",\"displayName\":\"Read all class assignments without grades\",\"id\":\"6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments with - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments without - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments with grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments without grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all modules and resources, without a signed-in user.\",\"displayName\":\"Read all class modules and resources\",\"id\":\"6cdb464c-3a03-40f8-900b-4cb7ea1da9c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduCurricula.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all modules and resources, without a signed-in user.\",\"displayName\":\"Read @@ -10079,6 +4913,14 @@ interactions: and write the organization's roster\",\"id\":\"d1808e82-ce13-47af-ae0d-f9b254e6d58a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduRoster.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create Viva Engage conversations without a signed-in user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"e1d2136d-eaaf-427a-a7db-f97dbe847c27\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Migration.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage conversations, and to read their properties without + a signed-in user.\",\"displayName\":\"Read all Viva Engage conversations\",\"id\":\"2c495153-cd0e-41b4-9980-3bcecf1ca22f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create Viva Engage conversations, read all conversation properties, + update conversation properties, and delete conversations without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"bfbd4840-fba0-43a7-93a9-465b687e47d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage Teams QA conversations, and to read their properties + without a signed-in user.\",\"displayName\":\"Read all Viva Engage Teams QA + conversations\",\"id\":\"d746beae-b46e-446e-924a-5b805a5c4467\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to list all Viva Engage roles and role memberships without a signed-in user.\",\"displayName\":\"Read all Viva Engage roles and role memberships\",\"id\":\"30614864-4114-45ef-bdd9-0dd7894a1cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementRole.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to assign Viva Engage role to a user, and remove a Viva Engage role @@ -10095,6 +4937,8 @@ interactions: the app to read or write your organization's authentication event listeners without a signed-in user.\",\"displayName\":\"Read and write all authentication event listeners\",\"id\":\"0edf5e9e-4ce8-468a-8432-d08631d18c43\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EventListener.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to search the email message trace, without a signed-in user.\",\"displayName\":\"Search + the email message trace\",\"id\":\"89b20d8a-76e2-4057-867b-9961f800b9a4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all external connections without a signed-in user.\",\"displayName\":\"Read all external connections\",\"id\":\"1914711b-a1cb-4793-b019-c2ce0ed21b8c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExternalConnection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all external connections without a signed-in user.\",\"displayName\":\"Read @@ -10136,15 +4980,21 @@ interactions: without a signed-in user. The specific file storage containers and the permissions granted to them will be configured in Microsoft 365 by the developer of each container type.\",\"displayName\":\"Access selected file storage containers\",\"id\":\"40dc41bc-0f7e-42ff-89bd-d9516947e474\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainer.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to manage file storage container type registrations without + a signed-in user.\",\"displayName\":\"Access selected file storage container + type registrations\",\"id\":\"2dcc6599-bd30-442b-8f11-90f88ad441dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read all group conversations\",\"id\":\"4f0a8235-6f6f-4ec7-9500-34b452a4a0c3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read and write all group conversations\",\"id\":\"6679c91b-820a-4900-ab47-e97b197a89c4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all groups without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + groups\",\"id\":\"2d9bd318-b883-40be-9df7-63ec4fcdc424\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups without a signed-in user.\",\"displayName\":\"Create groups\",\"id\":\"bf7b1a76-6e77-406b-b258-bf5c7720e98f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read group properties and memberships, and read\\u00A0conversations - for all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read group properties and memberships, and read conversations for + all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by @@ -10155,6 +5005,11 @@ interactions: of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.\",\"displayName\":\"Read and write all group memberships\",\"id\":\"dbaae8cf-10b5-4b86-a4a1-f871c94c6695\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupMember.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + without a signed-in user.\",\"displayName\":\"Read all group settings\",\"id\":\"f3c4f514-c65a-43f5-bfce-1735872258dd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects, without a signed-in user.\",\"displayName\":\"Read + and write all group settings\",\"id\":\"546168c3-1183-4281-9491-fafb24dea37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all scenario health monitoring alerts, without a signed-in user.\",\"displayName\":\"Read all scenario health monitoring alert\",\"id\":\"5183ed5d-b7f8-4e9a-915e-dafb46b9cb62\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"HealthMonitoringAlert.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all scenario monitoring alerts, without a signed-in @@ -10174,7 +5029,11 @@ interactions: information\",\"id\":\"6e472fd1-ad78-48da-a0f0-97ab2c6b769e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event - detections.\\u00A0\",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + detections. \",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read the risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read all risky agents information\",\"id\":\"4aadfb66-d49a-414a-a883-d8c240b6fa33\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read and write risky agents information\",\"id\":\"dca4e4fd-a7cf-4e6f-86d1-d1ec094d766e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all risky service principal information for your organization, without a signed-in user.\",\"displayName\":\"Read all identity risky service principal information\",\"id\":\"607c7344-0eed-41e5-823a-9695ebe1b7b0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyServicePrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10185,8 +5044,8 @@ interactions: without a signed in user.\",\"displayName\":\"Read all identity risky user information\",\"id\":\"dc5007c0-2d7d-4c42-879c-2dab87571379\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risky user information for your organization - without a signed-in user. \\u00A0Update operations include dismissing risky - users.\",\"displayName\":\"Read and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. Update operations include dismissing risky users.\",\"displayName\":\"Read + and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's user flows, without a signed-in user.\",\"displayName\":\"Read all identity user flows\",\"id\":\"1b0c317f-dd31-4305-9932-259a8b6e8099\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityUserFlow.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's user flows, without a signed-in @@ -10242,9 +5101,9 @@ interactions: directory, without a signed-in user.\",\"displayName\":\"Read and write all assignments\",\"id\":\"236c1cbd-1187-427f-b0f5-b1852454973b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningAssignedCourse.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all learning content in the organization's directory, without - a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - all learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - without a signed-in user.\",\"displayName\":\"Manage all\\u00A0learning\\u00A0content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to manage all learning content in the organization's directory, without + a signed-in user.\",\"displayName\":\"Manage all learning content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.\",\"displayName\":\"Read all self-initiated courses\",\"id\":\"467524fc-ed22-4356-a910-af61191e3503\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningSelfInitiatedCourse.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10284,6 +5143,10 @@ interactions: the application to access a subset of lists without a signed in user. The specific lists and the permissions granted will be configured in SharePoint Online.\",\"displayName\":\"Access selected Lists without a signed in user.\",\"id\":\"23c5a9bd-d900-4ecf-be26-a0689755d9e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all email, including contents + of non-draft emails in user mailboxes, without a signed-in user. Does not + include permission to send mail.\",\"displayName\":\"Read and write mail in + all mailboxes, including modifying existing non-draft mails\",\"id\":\"e118f1da-5c1c-46cf-bff6-8858d786f46f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail-Advanced.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read mail in all mailboxes without a signed-in user.\",\"displayName\":\"Read mail in all mailboxes\",\"id\":\"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read basic mail properties in all mailboxes without a signed-in @@ -10297,10 +5160,16 @@ interactions: and write mail in all mailboxes\",\"id\":\"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send mail as any user without a signed-in user.\",\"displayName\":\"Send mail as any user\",\"id\":\"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Send\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all users' UserConfiguration objects.\",\"displayName\":\"Read + all users' UserConfiguration objects\",\"id\":\"27d9d776-f4d2-426d-80ad-5f22f2b01b0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all users' UserConfiguration objects.\",\"displayName\":\"Read + and write all users' UserConfiguration objects\",\"id\":\"aa6d92d4-b25a-4640-aefe-3e3231e5e736\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read all the users' mailbox folders\",\"id\":\"99280d24-a782-4793-93cc-0888549957f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read and write all the users' mailbox folders\",\"id\":\"fef87b92-8391-4589-9da7-eb93dab7dc8a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to export all the users' mailbox items, without signed-in user.\",\"displayName\":\"Export + all the users' mailbox items\",\"id\":\"937550e9-33a3-494b-88ae-d9cd394b1fbb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to backup, restore, and modify all mailbox items without a signed-in user.\",\"displayName\":\"Allows the app to perform backup and restore for all mailbox items\",\"id\":\"76577085-e73d-4f1d-b26a-85fb33892327\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.ImportExport.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10378,11 +5247,11 @@ interactions: without a signed in user.\",\"displayName\":\"Manage on-premises published resources\",\"id\":\"0b57845e-aa49-4e6f-8109-ce654fffa618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OnPremisesPublishingProfiles.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organization and related resources, without a signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. Related resources include things like subscribed skus and tenant branding + information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write the organization and related resources, without - a signed-in user.\\u00A0Related resources include things like subscribed skus - and tenant branding information.\",\"displayName\":\"Read and write organization + a signed-in user. Related resources include things like subscribed skus and + tenant branding information.\",\"displayName\":\"Read and write organization information\",\"id\":\"292d869f-3427-49a8-9dab-8c70152b74e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organizational branding information, without a signed-in user.\",\"displayName\":\"Read organizational branding information\",\"id\":\"eb76ac34-0d62-4454-b97c-185e4250dc20\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OrganizationalBranding.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10453,6 +5322,8 @@ interactions: user.\",\"displayName\":\"Read and write telemetry for all workplace devices.\",\"id\":\"27fc435f-44e2-4b30-bf3c-e0ce74aed618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PlaceDeviceTelemetry.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all your organization's policies without a signed in user.\",\"displayName\":\"Read your organization's policies\",\"id\":\"246dd0d5-5bd0-4def-940b-0421030a5b68\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all authentication method policies for the tenant, without + a signed-in user. \",\"displayName\":\"Read authentication method policies\",\"id\":\"8e3bc81b-d2f3-4b7b-838c-32c88218d2f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's conditional access policies, without a signed-in user.\",\"displayName\":\"Read your organization's conditional access policies\",\"id\":\"37730810-e9ba-4e46-b07e-8ca78d182097\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.ConditionalAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10478,8 +5349,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read and write authentication flow policies\",\"id\":\"25f85f3c-f66c-4205-8cd5-de92dd7f0cec\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all authentication method policies for the tenant, - without a signed-in user.\\u00A0\",\"displayName\":\"Read and write all authentication - method policies\\u00A0\",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. \",\"displayName\":\"Read and write all authentication + method policies \",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.\",\"displayName\":\"Read @@ -10490,9 +5361,13 @@ interactions: the app to read and write your organization's consent requests policy without a signed-in user.\",\"displayName\":\"Read and write your organization's consent request policy\",\"id\":\"999f8c63-0a38-4f1b-91fd-ed1947bdd1a9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read and write your organization's cross tenant access policies + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"displayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities without a signed-in user.\",\"displayName\":\"Read and write your organization's - cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + M365 cross tenant access capabilities\",\"id\":\"a6325ae7-2b73-4dbd-abed-fbeacfbf8696\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and write your organization's device configuration policies without a signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -10530,7 +5405,7 @@ interactions: includes activity, availability, status note, calendar out-of-office message, time zone and location.\",\"displayName\":\"Read and write presence information for all users\",\"id\":\"83cded22-8297-4ff6-a7fa-e97e9545a259\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Presence.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read printers without a signed-in user.\\u00A0\",\"displayName\":\"Read + the application to read printers without a signed-in user. \",\"displayName\":\"Read printers\",\"id\":\"9709bb33-4549-49d4-8ed9-a8f65e45bb0f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Printer.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.\",\"displayName\":\"Read @@ -10540,19 +5415,19 @@ interactions: read and update the metadata of print jobs.\",\"displayName\":\"Perform advanced operations on print jobs\",\"id\":\"58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the metadata and document content of print jobs without - a signed-in user.\\u00A0\",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read the metadata of print jobs without a signed-in user.\\u00A0Does - not allow access to print job document content.\",\"displayName\":\"Read basic - information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user. \",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read the metadata of print jobs without a signed-in user. + Does not allow access to print job document content.\",\"displayName\":\"Read + basic information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata and document content of print jobs without a signed-in user.\",\"displayName\":\"Read and write print jobs\",\"id\":\"5114b07b-2898-4de7-a541-53b0004e2e13\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata of print jobs without a signed-in - user.\\u00A0Does not allow access to print job document content.\",\"displayName\":\"Read + user. Does not allow access to print job document content.\",\"displayName\":\"Read and write basic information for print jobs\",\"id\":\"57878358-37f4-4d3a-8c20-4816e0d457b1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read tenant-wide print settings without a signed-in user.\",\"displayName\":\"Read tenant-wide print settings\",\"id\":\"b5991872-94cf-4652-9765-29535087c6d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update print task definitions without a signed-in - user.\\u00A0\",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. \",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.\",\"displayName\":\"Read privileged @@ -10603,6 +5478,14 @@ interactions: the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.\",\"displayName\":\"Manage all programs\",\"id\":\"60a901ed-09f7-4aa5-a16e-7dd3d6f9de36\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"displayName\":\"Compute Purview + policies at tenant scope\",\"id\":\"e5a76501-dbb0-492c-ab55-5d09e8837263\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"displayName\":\"Compute Purview + policies for an individual user\",\"id\":\"fe696d63-5e1f-4515-8232-cccc316903c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and query your provisioning log activities, without a signed-in + user.\",\"displayName\":\"Read all provisioning log data\",\"id\":\"091937d3-3e38-47a1-8649-b2f99d3035f1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProvisioningLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, without a signed-in user.\",\"displayName\":\"Read all @@ -10613,9 +5496,12 @@ interactions: and write all certificate based authentication configurations\",\"id\":\"a2b63618-5350-462d-b1b3-ba6eb3684e26\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PublicKeyInfrastructure.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows an app to read all question and answers, without a signed-in user.\",\"displayName\":\"Read all Question and Answers \",\"id\":\"ee49e170-1dd1-4030-b44c-61ad6e98f743\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"QnA.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get direct access to real-time enriched data in a meeting, without + a signed-in user.\",\"displayName\":\"Access real-time enriched data in a + meeting as an app\",\"id\":\"abafe00f-ea87-4c63-b8a8-0e7bb0a88144\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read - Records Management configuration,\\u00A0labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + Records Management configuration, labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read and write Records Management configuration, labels and policies\",\"id\":\"eb158f57-df43-4751-8b21-b8932adb3d34\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10758,6 +5644,17 @@ interactions: the app to read your organization\u2019s security events without a signed-in user. Also allows the app to update editable properties in security events.\",\"displayName\":\"Read and update your organization\u2019s security events\",\"id\":\"d903a879-88e0-4c09-b0c9-82f6a1333f84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all the identity security available identity accounts without + a signed-in user.\",\"displayName\":\"Read all identity security available + identity accounts\",\"id\":\"c5bc96f5-b4a1-4cfc-8189-d5f0d772278f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write identity security available actions without a signed-in + user.\",\"displayName\":\"Read and perform all identity security available + actions\",\"id\":\"af2bf46f-7bf1-4be3-8bad-e17e279e8462\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read sensors window auditing configuration without a signed-in + user\",\"displayName\":\"Read sensors window auditing configuration\",\"id\":\"58971758-9844-4fe4-9fba-7e4ce7a659bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write sensors window auditing configuration without a + signed-in user\",\"displayName\":\"Read and write sensors window auditing + configuration\",\"id\":\"4f1f0deb-08d1-4ffb-8cca-21dfc362b7c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the identity security health issues without a signed-in user.\",\"displayName\":\"Read all identity security health issues\",\"id\":\"f8dcd971-5d83-4e1e-aa95-ef44611ad351\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesHealth.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write identity security health issues without a signed-in @@ -10775,7 +5672,17 @@ interactions: the app to read all security incidents, without a signed-in user.\",\"displayName\":\"Read all security incidents\",\"id\":\"45cc0394-e837-488b-a098-1918f48d186c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write to all security incidents, without a signed-in user.\",\"displayName\":\"Read - and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, without + a signed-in user.\",\"displayName\":\"Evaluate sensitivity labels\",\"id\":\"57f0b71b-a759-45a0-9a0f-cc099fbd9a44\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to evaluate all sensitivity label.\",\"displayName\":\"Evaluate labels + tenant scope.\",\"id\":\"986fa56a-6680-4aac-af09-4d1765376739\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels application + scope.\",\"id\":\"3b8e7aad-f6e3-4299-83f8-6fc6a5777f0b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels tenant scope.\",\"id\":\"e46a01e9-b2cf-4d89-8424-bcdc6dd445ab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabels.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all Sentiment Survey, without a signed-in user. \",\"displayName\":\"Export + all Sentiment Survey\",\"id\":\"84fa35c1-f997-4c1c-894c-bb52108cfbbf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SentimentSurvey.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Exchange service activity, without a signed-in user.\",\"displayName\":\"Read all Exchange service activity\",\"id\":\"2b655018-450a-4845-81e7-d603b1ebffdb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServiceActivity-Exchange.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Microsoft 365 Web service activity, without a signed-in @@ -10794,6 +5701,12 @@ interactions: principal endpoints\",\"id\":\"5256681e-b7f6-40c0-8447-2d9db68797a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to update service principal endpoints\",\"displayName\":\"Read and update service principal endpoints\",\"id\":\"89c8469c-83ad-45f7-8ff2-6e3d4285709e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, without a signed-in user.\",\"displayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"a0521574-fcd8-4742-b29c-f796df57ea70\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, without a signed-in user.\",\"displayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"id\":\"f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.\",\"displayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"83d4163d-a2d8-4d3b-9695-4ae3ca98f888\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointTenantSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -10804,10 +5717,18 @@ interactions: all users' short notes\",\"id\":\"0c7d31ec-31ca-4f58-b6ec-9950b6b0de69\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, edit, and delete all the short notes without a signed-in user.\",\"displayName\":\"Read, create, edit, and delete all users' short - notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your organization's sign-in identifiers, without a signed-in + user.\",\"displayName\":\"Read all sign-in identifiers\",\"id\":\"28e1fe78-598f-4df4-b55e-18bf34218925\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's sign-in identifiers, without + a signed-in user.\",\"displayName\":\"Read and write all sign-in identifiers\",\"id\":\"7fc588a2-ea2d-4d1f-bcf7-33c324b149b8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to archive/reactivate site collections without a signed in user.\",\"displayName\":\"Archive/reactivate Site Collections without a signed - in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the application to create site collections without a signed in user. Upon + creation the application will be granted Sites.Selected(application) + FullControl + to the newly created site.\",\"displayName\":\"Create Site Collections without + a signed in user.\",\"id\":\"80819dd8-2b3b-4551-a1ad-2700fc44f533\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to have full control of all site collections without a signed in user.\",\"displayName\":\"Have full control of all site collections\",\"id\":\"a82116e5-55eb-4c41-a434-62fe8a61c773\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.FullControl.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create or delete document libraries and lists in all site collections @@ -10819,19 +5740,21 @@ interactions: site collections without a signed in user.\",\"displayName\":\"Read and write items in all site collections\",\"id\":\"9492366f-7969-46a4-8d15-ed1a20078fff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to access a subset of site collections without a signed in - user.\\u00A0\\u00A0The specific site collections and the permissions granted - will be configured in SharePoint Online.\",\"displayName\":\"Access selected - site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. The specific site collections and the permissions granted will be configured + in SharePoint Online.\",\"displayName\":\"Access selected site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read SPIFFE trust domains and child resources\",\"id\":\"dcdfc277-41fd-4d68-ad0c-c3057235bd8e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read and write SPIFFE - trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0subject\\u00A0rights - requests\\u00A0without a\\u00A0signed-in\\u00A0user.\",\"displayName\":\"Read\\u00A0all - subject\\u00A0rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0and\\u00A0write - subject\\u00A0rights requests\\u00A0without a signed in user.\",\"displayName\":\"Read\\u00A0and\\u00A0write\\u00A0all - subject\\u00A0rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to modify Viva Engage storylines, read all storylines properties, + update storyline properties, and delete storyline properties without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage storylines\",\"id\":\"6eff534b-699e-44d9-af61-a4182f0ec37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Storyline.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read subject rights requests without a signed-in user.\",\"displayName\":\"Read + all subject rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write subject rights requests without a signed in user.\",\"displayName\":\"Read + and write all subject rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read Azure AD synchronization information, without a signed-in user.\",\"displayName\":\"Read all Azure AD synchronization data.\",\"id\":\"5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Synchronization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to configure the Azure AD synchronization service, without @@ -10850,7 +5773,7 @@ interactions: the app to create, read, update and delete all users\u2019 tasks and task lists in your organization, without a signed-in user\",\"displayName\":\"Read and write all users\u2019 tasks and tasklists\",\"id\":\"44e666d1-d276-445b-a5fc-8815eeb81d55\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Tasks.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create teams without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create teams without a signed-in user. \",\"displayName\":\"Create teams\",\"id\":\"23fc2474-f741-46ce-8465-674744c5c361\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Get a list of all teams, without a signed-in user.\",\"displayName\":\"Get a list of all teams\",\"id\":\"2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read @@ -11021,7 +5944,7 @@ interactions: user.\",\"displayName\":\"Read Teams devices\",\"id\":\"0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the app to read and write the management data for Teams devices, without a signed-in user.\",\"displayName\":\"Read and write Teams devices\",\"id\":\"79c02f5b-bd4f-4713-bc2c-a8a4a66e127b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read\\u00A0tags in Teams\\u00A0without a signed-in user.\",\"displayName\":\"Read + the app to read tags in Teams without a signed-in user.\",\"displayName\":\"Read tags in Teams\",\"id\":\"b74fd6c4-4bde-488e-9695-eeb100e4907f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write tags in Teams without a signed-in user.\",\"displayName\":\"Read and write tags in Teams\",\"id\":\"a3371ca5-911d-46d6-901c-42c8c7a937d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -11038,8 +5961,8 @@ interactions: the app to read all the indicators for your organization, without a signed-in user.\",\"displayName\":\"Read all threat indicators\",\"id\":\"197ee4e9-b993-4066-898f-d6aecc55125b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), without a signed-in user. \\u00A0It cannot update - any threat indicators it does not own.\",\"displayName\":\"Manage threat indicators + (read, update and delete), without a signed-in user. It cannot update any + threat indicators it does not own.\",\"displayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"21792b6c-c986-4ffc-85de-df9da54b52fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read threat intelligence information, such as indicators, observations, and and articles, without a signed in user.\",\"displayName\":\"Read all Threat @@ -11071,6 +5994,9 @@ interactions: the app to read and write secondary mail addresses for all users, without a signed-in user.\",\"displayName\":\"Read and write all secondary mail addresses for users\",\"id\":\"280d0935-0796-47d1-8d26-273470a3f17a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-Mail.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all users without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + users\",\"id\":\"a94a502d-0281-4d15-8cd2-682ac9362c4c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write password profiles and reset passwords for all users, without a signed-in user.\",\"displayName\":\"Read and write all password profiles and reset user passwords\",\"id\":\"cc117bb9-00cf-4eb8-b580-ea2a878fe8f7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-PasswordProfile.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -11115,6 +6041,41 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' authentication methods \",\"id\":\"50483e42-d915-4231-9639-7fdb7fd190e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read email methods of all users in your organization, without a + signed-in user. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' email methods\",\"id\":\"a1e58be0-1095-422b-b067-73434bd7d40f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write email methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' email methods\",\"id\":\"e8ecb853-1435-4a49-95ba-ec5b31b11672\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read external authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' external authentication methods\",\"id\":\"d2c4289f-9f95-40da-ad43-eeb1506f0db7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write external authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' external + authentication methods\",\"id\":\"c7a22c2e-5b01-4129-8159-6c8be2c78f16\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' HardwareOATH authentication methods\",\"id\":\"7b544555-7811-49ff-8223-a56be870e33a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write HardwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + HardwareOATH authentication methods\",\"id\":\"7e9ebcc1-90aa-4471-8051-e68d6b4e9c89\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Microsoft authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' Microsoft authentication methods\",\"id\":\"a9c5f16e-e5ca-4e33-89ad-903fcfc01c23\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Microsoft Authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Microsoft Authentication methods\",\"id\":\"c833c349-a1ab-4b6d-94a2-fa9a8674420c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read @@ -11122,8 +6083,70 @@ interactions: the application to read and write passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the - authentication methods\",\"displayName\":\"Read and write all users' passkey - authentication methods\",\"id\":\"0400e371-7db1-4338-a269-96069eb65227\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + authentication methods\",\"displayName\":\"Read and write all users' passkey + authentication methods\",\"id\":\"0400e371-7db1-4338-a269-96069eb65227\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read password authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' password authentication methods\",\"id\":\"8d2c17ff-b93d-40d5-9def-d843680509cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write password authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' password + authentication methods\",\"id\":\"f6d38dfd-ec08-4995-8f07-23e929df0936\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read phone authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' phone authentication methods\",\"id\":\"f529a223-ea70-43ec-b268-5012de2fbaa2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write phone methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' phone methods\",\"id\":\"6e85d483-7092-4375-babe-0a94a8213a58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read platform credentials methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' platform credentials methods\",\"id\":\"07c0b1e4-15bd-442f-834b-30f8291388d1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write platform credentials methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' platform + credentials methods\",\"id\":\"1a87acf4-a9ca-4576-a974-452ea265d5f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read QR authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' QR methods\",\"id\":\"9a45bc50-cddd-4ebe-bd9c-4f2eacf646ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write QR authentication methods of all users in + your organization, without a signed-in user. This does not allow the app to + see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' QR methods\",\"id\":\"4869299f-18c3-40c8-98f2-222657e67db1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' SoftwareOATH methods\",\"id\":\"a6b423df-a0c8-411d-a809-a4a5985d2939\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write SoftwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + SoftwareOATH methods\",\"id\":\"787442d4-3c6e-4e99-aa95-8ccca20a48ff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read all users' Temporary Access + Pass methods\",\"id\":\"bf82209c-b22b-4747-ac88-a68be99032cf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Temporary Access Pass authentication methods + of all users in your organization, without a signed-in user. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Temporary Access Pass methods\",\"id\":\"627169a8-8c15-451c-861a-5b80e383de5c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization, without a signed-in user. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"displayName\":\"Read all users' Windows Hello methods\",\"id\":\"9b8dd4c7-8cca-4ef5-a34a-9c2c75fcc934\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Windows Hello authentication methods of + all users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Windows Hello authentication methods\",\"id\":\"f14eee8a-713e-45aa-8223-2ab74632db1a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send, read, update and delete user\u2019s notifications, without a signed-in user.\",\"displayName\":\"Deliver and manage all user's notifications\",\"id\":\"4e774092-a092-48d1-90bd-baad67c7eb47\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserNotification.ReadWrite.CreatedByApp\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all users' shift schedule preferences without a signed-in @@ -11131,7 +6154,9 @@ interactions: the app to manage all users' shift schedule preferences without a signed-in user.\",\"displayName\":\"Read and write all user shift preferences\",\"id\":\"d1eec298-80f3-49b0-9efb-d90e224798ac\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserShiftPreferences.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all user teamwork settings without a signed-in user.\",\"displayName\":\"Read - all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"This + role can read Verified Id profiles in a tenant.\",\"displayName\":\"Read Verified + Id profiles\",\"id\":\"e227c591-dd64-4a8a-a033-816167f7c938\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user\u2019s data by the online meetings application access policy.\",\"displayName\":\"Read @@ -11154,6 +6179,8 @@ interactions: the app to read and write all Windows update deployment settings for the organization without a signed-in user.\",\"displayName\":\"Read and write all Windows update deployment settings\",\"id\":\"7dd1be58-6e76-4401-bf8d-31d1e8180d5b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WindowsUpdates.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read workforce integrations without a signed-in user.\",\"displayName\":\"Read + workforce integrations\",\"id\":\"f10b94b9-37d1-4c88-8b7e-bf75a1152d39\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.\",\"displayName\":\"Read and write workforce integrations\",\"id\":\"202bf709-e8e6-478e-bcfd-5d63c50b68e3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"info\":{\"logoUrl\":null,\"marketingUrl\":null,\"privacyStatementUrl\":null,\"supportUrl\":null,\"termsOfServiceUrl\":null},\"keyCredentials\":[],\"oauth2PermissionScopes\":[{\"adminConsentDescription\":\"Allows @@ -11191,6 +6218,158 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.\",\"userConsentDisplayName\":\"Read and write administrative units\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent cards and their skills in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"id\":\"73ea6732-992c-4292-98f7-9feff18d3ade\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent cards and their skills on your behalf.\",\"userConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"value\":\"AgentCard.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent cards in Agent Registry\",\"id\":\"b0f726a8-0fa2-4ce2-937b-fd17a446261f\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + on your behalf.\",\"userConsentDisplayName\":\"Read and write agent cards + in Agent Registry\",\"value\":\"AgentCard.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent card manifests in your organization's Agent Registry + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read agent + card manifests in Agent Registry\",\"id\":\"ada96a26-9579-4c29-a578-c3482a765716\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write agent card manifests in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"id\":\"80151b1a-1c31-4846-ae0d-c79939ee13d1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read collections and their membership in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + collections in Agent Registry\",\"id\":\"fa50be38-fdff-469c-96dc-ef5fce3c64bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read collections and their membership on your behalf.\",\"userConsentDisplayName\":\"Read + collections in Agent Registry\",\"value\":\"AgentCollection.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read global collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + global collection in Agent Registry\",\"id\":\"b14924c8-87f1-438a-81f2-dc370ba2f45d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read global collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + global collection in Agent Registry\",\"value\":\"AgentCollection.Read.Global\"},{\"adminConsentDescription\":\"Allows + the app to read quarantined collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"id\":\"43acfda3-daf3-4aa4-955d-b051d0024e82\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read quarantined collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"value\":\"AgentCollection.Read.Quarantined\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write collections in Agent Registry\",\"id\":\"6d8a7002-a05e-4b95-a768-0e6f0badc6c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write collections + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update global collection and manage its membership in + your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write global collection in Agent Registry\",\"id\":\"c001dd65-8a6b-4349-ab0c-4e8a410d28d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update global collection and manage its membership on + your behalf.\",\"userConsentDisplayName\":\"Read and write global collection + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Global\"},{\"adminConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write quarantined collection in Agent Registry\",\"id\":\"ae331cc9-9f51-484b-a90b-124f2e4a6398\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write quarantined + collection in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Quarantined\"},{\"adminConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"adminConsentDisplayName\":\"Delete + and restore agent identities\",\"id\":\"c8ee41e5-35e7-4fe9-8ecb-93493adcac5b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"userConsentDisplayName\":\"Delete + and restore agent identities\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"adminConsentDisplayName\":\"Enable + or disable agent identities\",\"id\":\"a501206a-e364-4a3f-be6e-765806d0e323\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"userConsentDisplayName\":\"Enable + or disable agent identities\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identities.\",\"adminConsentDisplayName\":\"Read + all agent identities\",\"id\":\"5e850691-d86a-4b24-bfa6-8a52fb37a0c1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identities.\",\"userConsentDisplayName\":\"Read + all agent identities\",\"value\":\"AgentIdentity.Read.All\"},{\"adminConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Read and write all agent identities\",\"id\":\"4a4facd5-0ee1-49b7-a5b2-fdcc2491685e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"userConsentDisplayName\":\"Read and write all agent identities\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"id\":\"75b5feb2-bfe7-423f-907d-cc505186f246\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprints.\",\"id\":\"8fc15edd-ba24-494e-9bf6-d38e1b7ba8fd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f12ba1f6-afb7-4685-9a30-21e8c3f551d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"adminConsentDisplayName\":\"Read + all agent identity blueprints\",\"id\":\"26512dc8-1364-4e9f-867c-6d8b22a9e162\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"userConsentDisplayName\":\"Read + all agent identity blueprints\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"id\":\"4fd490fc-1467-48eb-8a4c-421597ab0402\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"id\":\"6f677aa9-25af-49a5-8a1d-628dc7f0d009\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint branding\",\"id\":\"60960e31-67cb-4d25-9d36-4922109923a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint branding\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"00dcd896-6b23-42ce-b5de-c58493c05e22\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"2c70023e-a482-4af2-9ff1-51ded53e6bad\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"adminConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"id\":\"e7475e0a-9f02-43e2-a250-5c2ea74ccd0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"userConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"id\":\"88c856a2-de61-4632-b2d4-ac503cbc8dd2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"id\":\"bf2cad6a-9082-438a-9a63-95fa2687af65\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"ad57fb88-4658-4fd6-ab7d-e43184b08e4e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"52a417d9-0b3c-4466-9a3b-66960de73d74\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"adminConsentDescription\":\"Allows + the app to read agent instances and their related collections in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"id\":\"4c3c738a-2df0-4877-bf4a-f796950ff34c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent instances and their related collections on your behalf.\",\"userConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"value\":\"AgentInstance.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"id\":\"fc79e324-da24-497a-b5ec-e7de08320375\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read terms of use agreements on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all terms of use agreements\",\"id\":\"af2819c9-df71-4dd3-ade7-4d7c9dc653b7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read terms of use agreements on your behalf.\",\"userConsentDisplayName\":\"Read @@ -11270,6 +6449,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read applications\",\"id\":\"c79f8feb-a9db-4090-85f9-90d820caa0eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read applications and service principals on your behalf.\",\"userConsentDisplayName\":\"Read applications\",\"value\":\"Application.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update all apps in your organization, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read and update all apps\",\"id\":\"0586a906-4d89-4de8-b3c8-1aacdcc0c679\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update all apps in your organization, on your behalf.\",\"userConsentDisplayName\":\"Read + and update all apps\",\"value\":\"Application.ReadUpdate.All\"},{\"adminConsentDescription\":\"Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.\",\"adminConsentDisplayName\":\"Read and write all applications\",\"id\":\"bdfbf15f-ee85-4955-8675-146e8e5296b5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -11308,7 +6491,15 @@ interactions: create, and update attack simulation data of an organization\",\"id\":\"27608d7c-2c66-4cad-a657-951d575f5a60\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.\",\"userConsentDisplayName\":\"Read, create, - and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Read + activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"id\":\"16786f81-40d2-4116-bb26-d1a753bf0b20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"value\":\"AuditActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"a78fd341-0672-4792-a8ae-a5925b2546eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"value\":\"AuditActivity.Write\"},{\"adminConsentDescription\":\"Allows the app to read and query your audit log activities, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read audit log data\",\"id\":\"e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and query your audit log activities, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -11507,8 +6698,8 @@ interactions: delegate and shared calendars.\",\"adminConsentDisplayName\":\"Read user and shared calendars\",\"id\":\"2b9c4092-424d-4249-948d-b43879977640\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read events in all calendars that you can access, including delegate - and shared calendars.\\u00A0\",\"userConsentDisplayName\":\"Read calendars\\u00A0you - can access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows + and shared calendars. \",\"userConsentDisplayName\":\"Read calendars you can + access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.\",\"adminConsentDisplayName\":\"Read basic details of user calendars\",\"id\":\"662d75ba-a364-42ad-adee-f5f880ea4878\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -11527,6 +6718,10 @@ interactions: organization you have permissions to access. This includes delegate and shared calendars.\",\"userConsentDisplayName\":\"Read and write to your and shared calendars\",\"value\":\"Calendars.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read all AI Insights for calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all AI Insights for calls. \",\"id\":\"e24bdaf9-83f8-468b-a144-c681ccb6caf4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read all AI Insights for calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all AI Insights for calls.\",\"value\":\"CallAiInsights.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read delegation settings of you\",\"adminConsentDisplayName\":\"Read delegation settings\",\"id\":\"305b375b-00fe-48bf-81bc-e8d78954c1b6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows you to read your delegation settings\",\"userConsentDisplayName\":\"Read your @@ -11539,6 +6734,14 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read call event data\",\"id\":\"43431c03-960e-400f-87c6-8f910321dca3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read call event information for an organization on your behalf.\",\"userConsentDisplayName\":\"Read call event data\",\"value\":\"CallEvents.Read\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all recordings of calls. \",\"id\":\"63d31bd6-bcf5-40ca-8283-ba4130a66405\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all recordings of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all recordings of calls.\",\"value\":\"CallRecordings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all transcripts of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all transcripts of calls. \",\"id\":\"fbace248-5d8e-441c-85ca-cc19221a69a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all transcripts of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all transcripts of calls.\",\"value\":\"CallTranscripts.Read.All\"},{\"adminConsentDescription\":\"Allows to read all Change Management items.\",\"adminConsentDisplayName\":\"Read Change Management items\",\"id\":\"4628dff5-c33e-4fde-b17a-b64e7acb1bed\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows to read all Change Management items.\",\"userConsentDisplayName\":\"Read Change @@ -11595,7 +6798,7 @@ interactions: and write the names, descriptions, and settings of channels\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to create chats on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create chats\",\"id\":\"38826093-1258-4dea-98f0-00003be2b8d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create chats on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create chats on your behalf. \",\"userConsentDisplayName\":\"Create chats\",\"value\":\"Chat.Create\"},{\"adminConsentDescription\":\"Allows the app to delete and recover deleted chats, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Delete and recover deleted chats\",\"id\":\"bb64e6fc-6b6d-4752-aea0-dd922dbba588\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -11693,6 +6896,12 @@ interactions: the app to read app consent requests for your approval, and deny or approve those request on your behalf.\",\"userConsentDisplayName\":\"Read and write consent requests\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of contacts a user + has permissions to, including their own and shared contacts.\",\"adminConsentDisplayName\":\"Read + and update the on-premises sync behavior of contacts\",\"id\":\"1e4c6c41-0803-4f52-85ef-0a5d63ad8670\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of contacts you have permissions + to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of your own and shared contacts\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read user contacts. \",\"adminConsentDisplayName\":\"Read user contacts \",\"id\":\"ff74d97f-43af-4b68-9f2a-b77ee6968c5d\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read contacts in your contact folders.\",\"userConsentDisplayName\":\"Read @@ -11712,6 +6921,38 @@ interactions: the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read and write to your and shared contacts\",\"value\":\"Contacts.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"adminConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"id\":\"7e2467d1-f874-46bb-828e-24cb06b29d3f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"userConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"value\":\"Content.Process.All\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"adminConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"id\":\"1d787a13-f750-4ad6-875a-fcbd2725596b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"userConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"value\":\"Content.Process.User\"},{\"adminConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"62c55b2f-a2b1-4312-8385-be57afd901b4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"value\":\"ContentActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"id\":\"948caae6-152a-48cd-a746-4844af30e8e9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"value\":\"ContentActivity.Write\"},{\"adminConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Delete Microsoft 365 Copilot conversations\",\"id\":\"ed510a02-ac32-45f9-93e6-04864f7f7e47\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on your behalf.\",\"userConsentDisplayName\":\"Delete + Microsoft 365 Copilot conversations\",\"value\":\"CopilotConversation.Delete\"},{\"adminConsentDescription\":\"Allows + the user to read the packages information\",\"adminConsentDisplayName\":\"Read + all packages information\",\"id\":\"a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read packages information.\",\"userConsentDisplayName\":\"Read + all packages information\",\"value\":\"CopilotPackages.Read.All\"},{\"adminConsentDescription\":\"Allows + the user to read and update the packages information\",\"adminConsentDisplayName\":\"Read + and update all packages information\",\"id\":\"e9c5fd18-ac15-43dd-9f5c-6f9611dd5604\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update packages information.\",\"userConsentDisplayName\":\"Read + and update all packages information\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organization-wide copilot limited mode setting\",\"id\":\"aeb2982d-632d-4155-b533-18756ab6fdd8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -11730,46 +6971,45 @@ interactions: within the Azure AD ecosystem on your behalf.\",\"userConsentDisplayName\":\"Read cross-tenant basic information\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export external user data (e.g. customer content or system-generated - logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + the current tenant on behalf of the signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"id\":\"cb1ba48f-d22b-4325-a07f-74135a62ee41\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"value\":\"CrossTenantUserProfileSharing.Read\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export their data\",\"id\":\"759dcd16-3c90-463c-937e-abf89f991c18\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export external user data (e.g. customer content or system-generated logs), + with the current tenant on your behalf. It also permits the application to + export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export data\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export and remove external user data (e.g. customer content - or system-generated logs), associated with the current tenant on behalf of - the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant - user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the current tenant on behalf of the signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated + logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + shared cross-tenant user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export or delete their data\",\"id\":\"64dfa325-cbf8-48e3-938d-51224a0cac01\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's custom authentication extensions on behalf @@ -12026,6 +7266,16 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and update Azure AD recommendations\",\"id\":\"f37235e8-90a0-4189-93e2-e55b53867ccd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update Azure AD recommendations, on your behalf.\",\"userConsentDisplayName\":\"Read and update Azure AD recommendations\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"adminConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"33203a2a-a761-40f0-8a7c-a7e74a9f8ac6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"userConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"adminConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"id\":\"857bd3ea-490e-4284-88a7-a7de1893b6ee\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"userConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all domain properties on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read domains.\",\"id\":\"2f9ee017-59c1-4f1d-9472-bd5529a7b311\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all domain properties on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12071,7 +7321,7 @@ interactions: your assignments without grades\",\"value\":\"EduAssignments.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments and their grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments and their grades\",\"id\":\"2f233e90-164b-4501-8bce-31af2559a2d3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view and modify your assignments on your behalf including \\u00A0grades.\",\"userConsentDisplayName\":\"View + the app to view and modify your assignments on your behalf including grades.\",\"userConsentDisplayName\":\"View and modify your assignments and grades\",\"value\":\"EduAssignments.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments without grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments without grades\",\"id\":\"2ef770a1-622a-47c4-93ee-28d6adbed3a0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -12095,13 +7345,13 @@ interactions: your school, class and user information\",\"value\":\"EduRoster.Read\"},{\"adminConsentDescription\":\"Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties - about users to be read on behalf of the user.\\u00A0Includes name, status, - education role, email address and photo.\",\"adminConsentDisplayName\":\"Read - a limited subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view minimal \\u00A0information about both schools and classes - in your organization and education-related information about you and other - users on your behalf.\",\"userConsentDisplayName\":\"View a limited subset - of your school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows + about users to be read on behalf of the user. Includes name, status, education + role, email address and photo.\",\"adminConsentDisplayName\":\"Read a limited + subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to view minimal information about both schools and classes in your + organization and education-related information about you and other users on + your behalf.\",\"userConsentDisplayName\":\"View a limited subset of your + school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' @@ -12113,6 +7363,23 @@ interactions: users' email address\",\"id\":\"64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your primary email address\",\"userConsentDisplayName\":\"View your email address\",\"value\":\"email\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage conversations, and to read their properties on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Viva + Engage conversations\",\"id\":\"c55541d9-2cdd-4fad-8ead-0c08fae5b0c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage conversations\",\"value\":\"EngagementConversation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage conversations\",\"id\":\"ebbfd079-1634-4640-8618-68b19ebbed1d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + communities\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage Teams QA conversations, and to read their properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + Viva Engage Teams QA conversations\",\"id\":\"58c5819e-29bd-4400-ad52-82cd82a63fbd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage Teams QA + conversations\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"adminConsentDescription\":\"Allows the app to list a user's Viva Engage roles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's Viva Engage roles \",\"id\":\"9f1da0fc-345c-4dfb-bab5-5215a073a417\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to list your Viva Engage roles, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12165,6 +7432,10 @@ interactions: user via Exchange Web Services\",\"id\":\"9769c687-087d-48ac-9cb3-c37dde652038\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app full access to your mailboxes on your behalf.\",\"userConsentDisplayName\":\"Access your mailboxes\",\"value\":\"EWS.AccessAsUser.All\"},{\"adminConsentDescription\":\"Allows + the app to search the email message trace on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Search + the email message trace\",\"id\":\"b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to search the email message trace on your behalf.\",\"userConsentDisplayName\":\"Search + the email message trace\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.\",\"adminConsentDisplayName\":\"Read all external connections\",\"id\":\"a38267a5-26b6-4d76-9493-935b7599116b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -12275,6 +7546,26 @@ interactions: file storage containers and the permissions granted will be configured in Microsoft 365 by the developer of each container type.\",\"userConsentDisplayName\":\"Access selected file storage containers\",\"value\":\"FileStorageContainer.Selected\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container types on behalf of the signed + in user. The user must be a SharePoint Embedded Admin or Global Admin.\",\"adminConsentDisplayName\":\"Manage + file storage container types on behalf of the signed in user\",\"id\":\"8e6ec84c-5fcd-4cc7-ac8a-2296efc0ed9b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container types on your behalf. You + must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container types on your behalf\",\"value\":\"FileStorageContainerType.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container type registrations on behalf + of the signed in user. The user must be a SharePoint Embedded Admin or Global + Admin.\",\"adminConsentDisplayName\":\"Manage file storage container type + registrations on behalf of the signed in user\",\"id\":\"c319a7df-930e-44c0-a43b-7e5e9c7f4f24\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container type registrations on your + behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container type registrations on your behalf\",\"value\":\"FileStorageContainerTypeReg.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on behalf of the signed in user. The user must be a SharePoint Embedded Admin + or Global Admin.\",\"adminConsentDisplayName\":\"Access selected file storage + container type registrations.\",\"id\":\"d1e4f63a-1569-475c-b9b2-bdc140405e38\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on your behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Access + selected file storage container type registrations.\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"adminConsentDescription\":\"Allows the app to read and write financials data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write financials data\",\"id\":\"f534bf13-55d4-45a9-8f3c-c92fe64d6131\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write financials data on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12296,6 +7587,11 @@ interactions: access to.\",\"adminConsentDisplayName\":\"Read and write group conversations\",\"id\":\"302bcbb5-855a-4e49-ae20-94a331b0281e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write group conversations that the signed-in user has access to.\",\"userConsentDisplayName\":\"Read and write group conversations\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of groups on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of groups\",\"id\":\"37e00479-5776-4659-aecf-4841ec5d590a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of groups on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of groups\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access.\",\"adminConsentDisplayName\":\"Read @@ -12324,6 +7620,20 @@ interactions: the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.\",\"userConsentDisplayName\":\"Read and write group memberships\",\"value\":\"GroupMember.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + group settings that user can access\",\"id\":\"2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on your behalf.\",\"userConsentDisplayName\":\"Read all group settings that + user can access\",\"value\":\"GroupSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all group settings that user can access\",\"id\":\"c1691a6d-99e2-4cfa-b4b5-9e4d67dc0f36\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all group settings + that user can access\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all scenario health monitoring alerts\",\"adminConsentDisplayName\":\"Read all scenario health monitoring alerts\",\"id\":\"74b4ff32-4917-4536-a66d-38a4861e6220\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all scenario health monitoring alerts, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12361,13 +7671,24 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risk event information\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include confirming risk event detections.\\u00A0\",\"adminConsentDisplayName\":\"Read - and write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + confirming risk event detections. \",\"adminConsentDisplayName\":\"Read and + write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on your behalf.\\u00A0Update operations include confirming - risk event detections.\\u00A0\",\"userConsentDisplayName\":\"Read and write - risk event information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include confirming risk + event detections. \",\"userConsentDisplayName\":\"Read and write risk event + information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read risky agents information\",\"id\":\"3215c57f-3faa-4295-95c2-6f14a5bc6124\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read risky agents information\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on behalf of the signed-in user. Update operations include + dismissing risky agents.\",\"adminConsentDisplayName\":\"Read and write risky + agents information\",\"id\":\"d343bdeb-db6a-4e06-97da-9dafc2d61c60\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on your behalf. Update operations include dismissing + risky agents.\",\"userConsentDisplayName\":\"Read and write risky agents information\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity risky service principal information\",\"id\":\"ea5c4ab0-5a73-4f35-8272-5d5337884e5d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -12389,13 +7710,12 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risky user information\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write - risky user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write risky + user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on your behalf.\\u00A0Update operations include dismissing - risky users.\",\"userConsentDisplayName\":\"Read and write identity risky - user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include dismissing risky + users.\",\"userConsentDisplayName\":\"Read and write identity risky user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's user flows, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity user flows\",\"id\":\"2903d63d-4611-4d43-99ce-a33f3f52e343\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's user flows, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12502,20 +7822,21 @@ interactions: the app to read learning content in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning content\",\"id\":\"ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read learning content in the organization's directory, on your - behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on your behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Manage learning content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on your + behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning - provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0data\\u00A0for\\u00A0the - learning\\u00A0provider\\u00A0in\\u00A0the organization's\\u00A0directory, + provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read data for the learning provider in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Read learning provider\",\"value\":\"LearningProvider.Read\"},{\"adminConsentDescription\":\"Allows the app to create, update, read, and delete data for the learning provider - in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0create, - update, read, and delete\\u00A0data\\u00A0for\\u00A0the learning\\u00A0provider\\u00A0in\\u00A0the - organization's\\u00A0directory, on your behalf.\",\"userConsentDisplayName\":\"Manage + in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage + learning provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, update, read, and delete data for the learning provider + in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Manage learning provider\",\"value\":\"LearningProvider.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -12592,6 +7913,24 @@ interactions: \ The specific lists and the permissions granted will be configured in SharePoint Online.\",\"userConsentDisplayName\":\"Access selected Lists, on behalf of the signed-in user\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in user mailboxes, on behalf of the signed-in user. Does not include + permission to send mail.\",\"adminConsentDisplayName\":\"Read and write the + user's mail, including modifying existing non-draft mails\",\"id\":\"f3af82f6-18e0-4a41-8dc8-a03c11854a8d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in your mailboxes, on your behalf. Does not include permission to send + mail.\",\"userConsentDisplayName\":\"Read and write your mail, including modifying + existing non-draft mails\",\"value\":\"Mail-Advanced.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails a user has permission to access, on behalf of the signed-in + user. This includes their own and shared mail. Does not include permission + to send mail.\",\"adminConsentDisplayName\":\"Read and write all mail the + user can access, including modifying existing non-draft mails\",\"id\":\"bebf0bb6-2ff3-4295-a17d-f3561da294fb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails you have permission to access, on your behalf. This includes + your own mail and shared mail. Does not include permission to send mail.\",\"userConsentDisplayName\":\"Read + and write all mail you can access, including modifying existing non-draft + mails\",\"value\":\"Mail-Advanced.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to read the signed-in user's mailbox.\",\"adminConsentDisplayName\":\"Read user mail \",\"id\":\"570282fd-fa5c-430d-a7fd-fc8dc98a9dca\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read email in your mailbox.\",\"userConsentDisplayName\":\"Read @@ -12625,8 +7964,7 @@ interactions: mail\",\"id\":\"5df07973-7d5d-46ed-9847-1271055cbd51\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on - your behalf.\",\"userConsentDisplayName\":\"Read and write mail\\u00A0you - can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + your behalf.\",\"userConsentDisplayName\":\"Read and write mail you can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to send mail as users in the organization.\",\"adminConsentDisplayName\":\"Send mail as a user \",\"id\":\"e383f46e-2787-4529-855e-0e479a3ffac0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you.\",\"userConsentDisplayName\":\"Send mail as you @@ -12635,6 +7973,15 @@ interactions: mail on behalf of others\",\"id\":\"a367ab51-6b49-43bf-a716-a1fb06d2a174\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you or on-behalf of someone else.\",\"userConsentDisplayName\":\"Send mail on behalf of others or yourself\",\"value\":\"Mail.Send.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read user's UserConfiguration objects, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Read user's UserConfiguration objects\",\"id\":\"dce2e6fc-0f4b-40da-94e2-14b4477f3d92\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + your UserConfiguration objects\",\"value\":\"MailboxConfigItem.Read\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete user's UserConfiguration objects, + on behalf of the the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write user's UserConfiguration objects\",\"id\":\"7d461784-7715-4b09-9f90-91a6d8722652\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + and write your UserConfiguration objects\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read the user's mailbox folders, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's mailbox folders\",\"id\":\"52dc2051-4958-4636-8f2a-281d39c6981c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read @@ -12643,6 +7990,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write a user's mailbox folders\",\"id\":\"077fde41-7e0b-4c5b-bcd1-e9d743a30c80\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read and write your mailbox folders\",\"value\":\"MailboxFolder.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to export the user's mailbox items, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Export a user's mailbox items\",\"id\":\"58d3e7fa-3ce9-4a0c-9baa-0971f64709d9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export your mailbox items, on your behalf\",\"userConsentDisplayName\":\"Export + your mailbox items\",\"value\":\"MailboxItem.Export\"},{\"adminConsentDescription\":\"Allows the app to backup, restore, and modify mailbox items on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Allows the app to perform backup and restore of mailbox items\",\"id\":\"df96e8a0-f4e1-4ecf-8d83-a429f822cbd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -12801,8 +8152,8 @@ interactions: user's online meeting artifacts\",\"value\":\"OnlineMeetingArtifact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all recordings of online meetings, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all recordings of online meetings.\",\"id\":\"190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all recordings of online meetings, on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read - all recordings of online meetings.\\u00A0\",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of online meetings, on your behalf. \",\"userConsentDisplayName\":\"Read + all recordings of online meetings. \",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read online meeting details on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read user's online meetings\",\"id\":\"9be106e1-f4e3-4df5-bdff-e4bc531cbe43\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read online meeting details on your behalf.\",\"userConsentDisplayName\":\"Read @@ -12842,19 +8193,18 @@ interactions: app to read your basic profile information.\",\"userConsentDisplayName\":\"Sign in as you\",\"value\":\"openid\"},{\"adminConsentDescription\":\"Allows the app to read the organization and related resources, on behalf of the signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read the organization and related resources, on your behalf.\\u00A0Related + user. Related resources include things like subscribed skus and tenant branding + information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.\",\"userConsentDisplayName\":\"Read organization information\",\"value\":\"Organization.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and write the organization and related resources, on behalf - of the signed-in user.\\u00A0Related resources include things like subscribed - skus and tenant branding information.\",\"adminConsentDisplayName\":\"Read - and write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + of the signed-in user. Related resources include things like subscribed skus + and tenant branding information.\",\"adminConsentDisplayName\":\"Read and + write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the organization and related resources, on your - behalf.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"userConsentDisplayName\":\"Read and write organization - information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf. Related resources include things like subscribed skus and tenant branding + information.\",\"userConsentDisplayName\":\"Read and write organization information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read the organizational branding information, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organizational branding information\",\"id\":\"9082f138-6f02-4f3a-9f4d-5f3c2ce5c688\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -12867,10 +8217,10 @@ interactions: behalf.\",\"userConsentDisplayName\":\"Read and write organizational branding information\",\"value\":\"OrganizationalBranding.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all organizational contacts on behalf of the signed-in user. - \\u00A0These contacts are managed by the organization and are different from - a user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational + \ These contacts are managed by the organization and are different from a + user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational contacts\",\"id\":\"08432d1b-5911-483c-86df-7980af5cdee0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all organizational contacts on your behalf.\\u00A0 These contacts + the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.\",\"userConsentDisplayName\":\"Read organizational contacts\",\"value\":\"OrgContact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide apps and services settings on behalf of @@ -13014,6 +8364,11 @@ interactions: your organization's policies\",\"id\":\"572fea84-0151-49b2-9301-11cb16974376\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's policies on your behalf.\",\"userConsentDisplayName\":\"Read your organization's policies\",\"value\":\"Policy.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read the authentication method policies, on behalf of the signed-in + user. \",\"adminConsentDisplayName\":\"Read authentication method policies\",\"id\":\"a6ff13ac-1851-4993-8ca9-a671d70de2d5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the authentication method policies for your tenant, on your + behalf.\",\"userConsentDisplayName\":\"Read your authentication method policies + \",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows the app to read your organization's conditional access policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization's conditional access policies\",\"id\":\"633e0fce-8c58-4cfb-9495-12bbd5a24f7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -13062,8 +8417,8 @@ interactions: on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication flow policies\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"adminConsentDescription\":\"Allows the app to read and write the authentication method policies, on behalf of - the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write - authentication method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the signed-in user. \",\"adminConsentDisplayName\":\"Read and write authentication + method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the authentication method policies for your tenant, on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication method policies \",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows @@ -13086,12 +8441,19 @@ interactions: request policy\",\"id\":\"4d135e65-66b8-41a8-9f8b-081452c91774\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's consent request policy on your behalf.\",\"userConsentDisplayName\":\"Read and write consent request policy\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"adminConsentDescription\":\"Allows - the app to read and write your organization's cross tenant access policies - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and - write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's cross tenant access policies on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's cross tenant access policies\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write your organization's M365 cross tenant access capabilities\",\"id\":\"9ef7463f-1d39-406f-89ea-3483a4645e1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's + M365 cross tenant access capabilities\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"adminConsentDescription\":\"Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -13195,29 +8557,29 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write print connectors\",\"id\":\"79ef9967-7d59-4213-9c64-4b10687637d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and write print connectors on your behalf.\",\"userConsentDisplayName\":\"Read and write print connectors\",\"value\":\"PrintConnector.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to create (register) printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to create (register) printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows + the application to create (register) printers on behalf of the signed-in user. + \",\"adminConsentDisplayName\":\"Register printers \",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to create (register) printers on your behalf. \",\"userConsentDisplayName\":\"Register + printers \",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register, + printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Register, read, update, and unregister printers\",\"id\":\"93dae4bd-43a1-4a23-9a1a-92957e1d9121\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on your behalf.\\u00A0\\u00A0\",\"userConsentDisplayName\":\"Register, - read, update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows - the application to read printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + printers on your behalf. \",\"userConsentDisplayName\":\"Register, read, + update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows + the application to read printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printers\",\"id\":\"3a736c8a-018e-460a-b60c-863b2683e8bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printers on your behalf. \",\"userConsentDisplayName\":\"Read printers\",\"value\":\"Printer.Read.All\"},{\"adminConsentDescription\":\"Allows - the application to read and update printers on behalf of the signed-in user.\\u00A0Does - not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read + the application to read and update printers on behalf of the signed-in user. + Does not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read and update printers\",\"id\":\"89f66824-725f-4b8f-928e-e1c5258dc565\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printers on your behalf.\\u00A0Does not - allow creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read + the application to read and update printers on your behalf. Does not allow + creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read and update printers\",\"value\":\"Printer.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to read printer shares on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + the application to read printer shares on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printer shares\",\"id\":\"ed11134d-2f3f-440d-a2e1-411efada2502\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the application to read printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printer shares on your behalf. \",\"userConsentDisplayName\":\"Read printer shares\",\"value\":\"PrinterShare.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.\",\"adminConsentDisplayName\":\"Read @@ -13225,8 +8587,8 @@ interactions: the application to read basic information about printer shares on your behalf.\",\"userConsentDisplayName\":\"Read basic information about printer shares\",\"value\":\"PrinterShare.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update printer shares on behalf of the signed-in - user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + user. \",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to read and update printer shares on your behalf. \",\"userConsentDisplayName\":\"Read and update printer shares\",\"value\":\"PrinterShare.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Create @@ -13240,10 +8602,10 @@ interactions: the application to read the metadata and document content of print jobs that you created.\",\"userConsentDisplayName\":\"Read your print jobs\",\"value\":\"PrintJob.Read\"},{\"adminConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read - print jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read print + jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows + your behalf. \",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of user's print jobs\",\"id\":\"6a71a747-280f-4670-9ca0-a9cbf882b274\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -13251,10 +8613,10 @@ interactions: not allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of your print jobs\",\"value\":\"PrintJob.ReadBasic\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs on behalf of the signed-in - user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of print jobs\",\"id\":\"04ce8d60-72ce-4867-85cf-6d82f36922f3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read the metadata of print jobs on your behalf. Does not + allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of print jobs\",\"value\":\"PrintJob.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Read @@ -13263,11 +8625,11 @@ interactions: jobs that you created.\",\"userConsentDisplayName\":\"Read and update your print jobs\",\"value\":\"PrintJob.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + jobs on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read and write print jobs\",\"id\":\"036b9544-e8c5-46ef-900a-0646cc42b271\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read and update - print jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + jobs on your behalf. \",\"userConsentDisplayName\":\"Read and update print + jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of user's print jobs\",\"id\":\"6f2d22f2-1cb6-412c-a17c-3336817eaa82\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -13275,10 +8637,10 @@ interactions: Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of your print jobs\",\"value\":\"PrintJob.ReadWriteBasic\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs on behalf of - the signed-in user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + the signed-in user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of print jobs\",\"id\":\"3a0db2f6-0d2a-4c19-971b-49109b19ad3d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read and update the metadata of print jobs on your behalf. + Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of print jobs\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read tenant-wide print settings on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read tenant-wide print settings\",\"id\":\"490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -13330,7 +8692,7 @@ interactions: groups, storage, compute) on behalf of the signed-in users.\",\"adminConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"id\":\"a84a9652-ffd3-496e-a991-22ba5529156a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to request and manage time-based assignment and just-in-time elevation - of user privileges to manage \\u00A0your Azure resources (like your subscriptions, + of user privileges to manage your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.\",\"userConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"value\":\"PrivilegedAccess.ReadWrite.AzureResources\"},{\"adminConsentDescription\":\"Allows the app to read time-based assignment schedules for access to Azure AD groups, @@ -13394,6 +8756,22 @@ interactions: the app to read, update and perform action on programs and program controls that you have access to.\",\"userConsentDisplayName\":\"Manage programs that you can access\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"adminConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"id\":\"98f5a27a-539a-48bc-a597-f78e9e1e76bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"userConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"value\":\"ProtectionScopes.Compute.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"adminConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"id\":\"4fc04d16-a9fc-4c5e-8da4-79b6c33638a4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"userConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"value\":\"ProtectionScopes.Compute.User\"},{\"adminConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read provisioning log data\",\"id\":\"95aec97b-cf27-4a8d-a67d-42f60b5b38ef\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on your behalf.\",\"userConsentDisplayName\":\"Read + provisioning log data\",\"value\":\"ProvisioningLog.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -13414,12 +8792,18 @@ interactions: all Questions and Answers that the user can access.\",\"id\":\"f73fa04f-b9a5-4df9-8843-993ce928925e\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read all question and answer sets that you can access.\",\"userConsentDisplayName\":\"Read all Questions and Answers that you can access.\",\"value\":\"QnA.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Access real-time enriched + data in a meeting\",\"id\":\"db5d5bae-0c9e-444e-9390-8a5fea98c253\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on your + behalf.\",\"userConsentDisplayName\":\"Access real-time enriched data in a + meeting\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read - Records Management configuration,\\u00A0labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + Records Management configuration, labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.\",\"userConsentDisplayName\":\"Read Records - Management configuration,\\u00A0labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow + Management configuration, labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write Records Management configuration, labels, and policies\",\"id\":\"f2833d75-a4e6-40ab-86d4-6dfe73c97605\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -13530,11 +8914,11 @@ interactions: assignments.\",\"userConsentDisplayName\":\"Read role management data for all RBAC providers\",\"value\":\"RoleManagement.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - behalf of the signed-in user.\\u00A0 This includes reading Cloud PC role definitions + behalf of the signed-in user. This includes reading Cloud PC role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"id\":\"9619b88a-8a25-48a7-9571-d23be0337a79\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - your behalf.\\u00A0 This includes reading Cloud PC role definitions and role - assignments.\",\"userConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows + your behalf. This includes reading Cloud PC role definitions and role assignments.\",\"userConsentDisplayName\":\"Read + Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read @@ -13700,6 +9084,16 @@ interactions: like deleting an email, on your behalf.\",\"userConsentDisplayName\":\"Read metadata, detection details, and execute remediation actions on emails in your organization\",\"value\":\"SecurityAnalyzedMessage.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all Security Copilot signed-in user's resources on behalf + of the signed-in user\",\"adminConsentDisplayName\":\"Read all Security Copilot + resources for the signed-in user\",\"id\":\"84499c31-ac2e-44d3-a0cf-a6c386d4dfe8\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Read + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write Security Copilot resources owned by the signed-in + user on their behalf.\",\"adminConsentDisplayName\":\"Read and write individually + owned Security Copilot resources of the signed-in user\",\"id\":\"206291b0-2167-47a7-a640-6cdc1df710ba\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to write Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Write + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization\u2019s security events on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization\u2019s security events\",\"id\":\"64733abd-851e-478a-bffb-e47a14b18235\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -13712,6 +9106,25 @@ interactions: the app to read your organization\u2019s security events on your behalf. Also allows you to update editable properties in security events.\",\"userConsentDisplayName\":\"Read and update your organization\u2019s security events\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all the identity security available identity accounts\",\"adminConsentDisplayName\":\"Read + identity security available identity accounts\",\"id\":\"3e9ed69a-a48e-473c-8b97-413016703a37\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all the identity security available identity accounts on your + behalf.\",\"userConsentDisplayName\":\"Read identity security available identity + accounts\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write identity security available actions on behalf of + the signed-in identity.\",\"adminConsentDisplayName\":\"Read and perform identity + security available actions\",\"id\":\"818229ce-20e4-47bd-92f4-bc94dbb37a56\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write identity security available actions on your behalf.\",\"userConsentDisplayName\":\"Read + and perform identity security available actions\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the sensors window auditing configuration of the signed in + user\",\"adminConsentDisplayName\":\"Read sensors window auditing configuration\",\"id\":\"8ff90903-1ecb-4f3a-b8b2-42120374ecd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the sensors window auditing configuration on your behalf\",\"userConsentDisplayName\":\"Read + sensors window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration of the + signed in user\",\"adminConsentDisplayName\":\"Read and write sensors window + auditing configuration\",\"id\":\"b810fdb4-8733-43bd-9b37-fddb7215c69f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration on your + behalf\",\"userConsentDisplayName\":\"Read and write window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all the identity security health issues of signed user\",\"adminConsentDisplayName\":\"Read identity security health issues\",\"id\":\"a0d0da43-a6df-4416-b63d-99c79991aae8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all the identity security health issues on your behalf.\",\"userConsentDisplayName\":\"Read @@ -13747,7 +9160,30 @@ interactions: the app to read and write security incidents, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write to incidents\",\"id\":\"128ca929-1a19-45e6-a3b8-435ec44a36ba\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write to all security incidents that you have access to.\",\"userConsentDisplayName\":\"Read - and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Evaluate sensitivity + labels\",\"id\":\"a4633e44-d355-4474-99df-8c2de6b0e39e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on your + behalf.\",\"userConsentDisplayName\":\"Evaluate sensitivity labels\",\"value\":\"SensitivityLabel.Evaluate\"},{\"adminConsentDescription\":\"Allows + the app to evaluate all sensitivity label.\",\"adminConsentDisplayName\":\"Evaluate + labels tenant scope.\",\"id\":\"a42e3c42-b31e-4919-b699-696dca5dc9e7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Evaluate + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Evaluate + labels tenant scope\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + user scope.\",\"id\":\"1aeb73ce-68d7-49b7-913a-eedc80844551\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Get labels + user scope\",\"value\":\"SensitivityLabel.Read\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + app scope.\",\"id\":\"8b377c27-ea19-4863-a948-8a8588c8f2c3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels on behalf of user.\",\"userConsentDisplayName\":\"Get labels on behalf + of user\",\"value\":\"SensitivityLabels.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to export all Sentiment Survey, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Export + all Sentiment Survey\",\"id\":\"df9fd94d-51ff-443d-8f31-ae4dc1b5b8d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export all Sentiment Survey, on your behalf.\",\"userConsentDisplayName\":\"Export + all Sentiment Survey\",\"value\":\"SentimentSurvey.Export.All\"},{\"adminConsentDescription\":\"Allows the app to read all Exchange service activity, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Exchange service activity\",\"id\":\"1fe7aa48-9373-4a47-8df3-168335e0f4c9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all Exchange service activity, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -13791,6 +9227,18 @@ interactions: and update service principal endpoints\",\"id\":\"7297d82c-9546-4aed-91df-3d4f0a9b3ff0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to update service principal endpoints\",\"userConsentDisplayName\":\"Read and update service principal endpoints\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read, + write and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"c608c170-08b5-466b-a8fe-0b4074b01613\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on your behalf.\",\"userConsentDisplayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"adminConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"00dcb678-f9af-4e73-acb1-4f1657364629\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on your behalf.\",\"userConsentDisplayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"2ef70e10-5bfd-4ede-a5f6-67720500b258\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -13811,6 +9259,23 @@ interactions: create, edit, and delete short notes of the signed-in user\",\"id\":\"328438b7-4c01-4c07-a840-e625a749bb89\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, edit, and delete your short notes.\",\"userConsentDisplayName\":\"Read, create, edit, and delete your short notes\",\"value\":\"ShortNotes.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read SignInIdentifiers\",\"id\":\"458e1edc-1e75-438c-8c7b-c32115c9d373\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on your behalf.\",\"userConsentDisplayName\":\"Read + all sign-in identifiers\",\"value\":\"SignInIdentifier.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all + sign-in identifiers\",\"id\":\"b4673c3c-7b5a-4012-9826-7c7e3c8db6af\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on your + behalf.\",\"userConsentDisplayName\":\"Read and write all sign-in identifiers\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"adminConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"id\":\"0e2e68e1-3f32-4e10-9281-f749e097fcbe\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"userConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"value\":\"Sites.Create.All\"},{\"adminConsentDescription\":\"Allows the application to have full control of all site collections on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Have full control of all site collections\",\"id\":\"5a54b8b3-347c-476d-8f8e-42d5c7424d29\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -13858,6 +9323,12 @@ interactions: the app to read and write your organization's SPIFFE trust domains and child resources on your behalf.\",\"userConsentDisplayName\":\"Read and write SPIFFE trust domains and child resources\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to modify the Viva Engage storyline and read all storyline properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage storylines\",\"id\":\"fd1d61cb-4e4b-4d15-a6d2-161348681d84\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage storyline items and read all storyline properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + storylines\",\"value\":\"Storyline.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read subject rights requests on behalf of the signed-in user\",\"adminConsentDisplayName\":\"Read subject rights requests\",\"id\":\"9c3af74c-fd0f-4db4-b17a-71939e2a9d77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read subject rights requests on your behalf.\",\"userConsentDisplayName\":\"Read @@ -13910,7 +9381,7 @@ interactions: and write to your and shared tasks\",\"value\":\"Tasks.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to create teams on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create teams\",\"id\":\"7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create teams on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create teams on your behalf. \",\"userConsentDisplayName\":\"Create teams\",\"value\":\"Team.Create\"},{\"adminConsentDescription\":\"Read the names and descriptions of teams, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read the names and descriptions of teams\",\"id\":\"485be79e-c497-4b35-9400-0e3fa7f2a5d4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Read @@ -14255,7 +9726,7 @@ interactions: the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.\",\"userConsentDisplayName\":\"Read term store data\",\"value\":\"TermStore.Read.All\"},{\"adminConsentDescription\":\"Allows - the app to read or modify data that the signed-in user has access to.\\u00A0This + the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.\",\"adminConsentDisplayName\":\"Read and write term store data\",\"id\":\"6c37c71d-f50f-4bff-8fd3-8a41da390140\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read or modify data that you have access to. This includes all @@ -14278,13 +9749,13 @@ interactions: the app to read all the indicators for your organization, on your behalf.\",\"userConsentDisplayName\":\"Read all threat indicators\",\"value\":\"ThreatIndicators.Read.All\"},{\"adminConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on behalf of the signed-in user. \\u00A0It cannot - update any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage + (read, update and delete), on behalf of the signed-in user. It cannot update + any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"91e7d36d-022a-490f-a748-f8e011357b42\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on your behalf. \\u00A0It cannot update any threat - indicators that it is not an owner of.\",\"userConsentDisplayName\":\"Manage - threat indicators this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows + (read, update and delete), on your behalf. It cannot update any threat indicators + that it is not an owner of.\",\"userConsentDisplayName\":\"Manage threat indicators + this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all threat intelligence information\",\"id\":\"f266d9c0-ccb9-4fb8-a228-01ac0d8d6627\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -14363,6 +9834,11 @@ interactions: the app to read and write secondary mail addresses for all users, on your behalf.\",\"userConsentDisplayName\":\"Read and write secondary mail addresses for users\",\"value\":\"User-Mail.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of users on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of users\",\"id\":\"7ff9afdd-0cdb-439d-a61c-fea3e9339e89\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of users on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of users\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read and write password profiles and reset passwords for all users, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write password profiles and reset user passwords\",\"id\":\"56760768-b641-451f-8906-e1b8ab31bca7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -14482,6 +9958,152 @@ interactions: does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' authentication methods\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's email authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's email authentication methods\",\"id\":\"12b23cea-90c1-4873-9094-f45c5f290f86\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your email authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your email + authentication methods\",\"value\":\"UserAuthMethod-Email.Read\"},{\"adminConsentDescription\":\"Allows + the app to read email methods of all users in your organization that the signed-in + user has access to. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + all users' email methods\",\"id\":\"76caaf3a-ebdb-40a3-9299-4196e636f290\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read email methods of all users you have access to in your organization. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' email methods\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's email authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's email authentication methods\",\"id\":\"696aa421-62dc-4c99-be16-015b23444089\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your email authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your email authentication methods\",\"value\":\"UserAuthMethod-Email.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write email methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' email methods.\",\"id\":\"074f680f-c89e-45be-880e-5d0642860a1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write email methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' email methods\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's external authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's external authentication methods\",\"id\":\"d1739827-146b-4f7f-b52c-1c509253aa57\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your external authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your external + authentication methods\",\"value\":\"UserAuthMethod-External.Read\"},{\"adminConsentDescription\":\"Allows + the app to read external authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' external authentication + methods\",\"id\":\"cbca9646-4c34-4cea-8e54-9a7088018820\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read external authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' external authentication methods\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's external authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's external authentication methods\",\"id\":\"28c2e8f9-828a-4691-a090-f2f0b7fc07b3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your external authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your external authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write external authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' external methods.\",\"id\":\"9d91805d-0f53-43e3-a0f3-303ad4f3056f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write external authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' external + authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's HardwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's HardwareOATH authentication methods\",\"id\":\"ccd2eb40-8874-44e6-8f96-335908b3cfdb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your HardwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"id\":\"acd68c26-c283-4bf4-8b5c-200fc179bdd5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's HardwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's HardwareOATH authentication methods\",\"id\":\"147ca97b-6686-4849-b37e-09d9b5ad45fc\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your HardwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your HardwareOATH authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' HardwareOATH methods.\",\"id\":\"480643f2-a162-43c5-a670-dc1494fc911b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"f14a567b-3280-4124-95a0-eca86006967e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Microsoft Authenticator authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' Microsoft authentication + methods\",\"id\":\"7b627679-e2fd-4bfd-990e-989e2914d4e6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' Microsoft authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"9f7dfa0c-eb40-42be-8d45-8af4a9219c6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Microsoft Authenticator authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Microsoft Authentication methods.\",\"id\":\"1b7322b2-5cb3-4f13-928f-d7ca97c5fba9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Microsoft + Authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's passkey authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's passkey authentication methods\",\"id\":\"828fcbda-0d26-431d-8bfb-83f217224621\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your passkey authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your passkey + authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read\"},{\"adminConsentDescription\":\"Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication @@ -14491,6 +10113,14 @@ interactions: to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's passkey authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's passkey authentication methods\",\"id\":\"b2de7db9-10f7-4800-b04c-b5b91e4891d6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your passkey authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use @@ -14501,6 +10131,250 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's password authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's password authentication methods\",\"id\":\"7f0f82c3-de19-4ddc-810d-a2206d7637fd\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your password authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your password + authentication methods\",\"value\":\"UserAuthMethod-Password.Read\"},{\"adminConsentDescription\":\"Allows + the app to read password authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' password authentication + methods\",\"id\":\"4f69a4e2-2aa0-43a7-ad6b-98b4cda1f23f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read password authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' password authentication methods\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's password authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's password authentication methods\",\"id\":\"60cce20d-d41e-4594-b391-84bbf8cc31f3\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your password authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your password authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write password authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' password methods.\",\"id\":\"7f5b683d-df96-4690-a88d-6e336ed6dc7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write password authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' password + authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's phone authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's phone authentication methods\",\"id\":\"43dab3b9-e8b4-424d-8e13-6a2ad2a625fa\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your phone authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your phone + authentication methods\",\"value\":\"UserAuthMethod-Phone.Read\"},{\"adminConsentDescription\":\"Allows + the app to read phone authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' phone authentication + methods\",\"id\":\"20cf4ae1-09b9-4d29-a6f8-43e1820ce60c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read phone authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' phone authentication methods\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's phone authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's phone authentication methods\",\"id\":\"6c4aad61-f76b-46ad-a22c-57d4d3d962af\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your phone authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your phone authentication methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Phone methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' phone methods.\",\"id\":\"48c99302-9a24-4f27-a8a7-acef4debba14\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write phone methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' phone methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's platform credential authentication methods\",\"id\":\"9c694582-e8f2-40e2-8353-fb43e2e0f12a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your platform credential authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.Read\"},{\"adminConsentDescription\":\"Allows + the app to read platform credentials methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' platform credentials + methods\",\"id\":\"5936156c-f89b-4850-997d-026c4e6ce529\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read platform credentials methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' platform credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's platform credential authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's platform credential authentication methods\",\"id\":\"70327f81-b953-43c9-92d3-131c74e4beb8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' platform credentials methods.\",\"id\":\"cb11bf8c-dde1-4504-b6a5-31e1562b0749\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' platform + credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's QR authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's QR authentication methods\",\"id\":\"d6893c31-9187-405c-8dfc-f700c8fc161a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your QR authentication methods. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"userConsentDisplayName\":\"Read your QR authentication + methods\",\"value\":\"UserAuthMethod-QR.Read\"},{\"adminConsentDescription\":\"Allows + the app to read QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' QR methods\",\"id\":\"e4900dfb-ad17-410d-8ddb-7aebd8a6af1a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read QR authentication methods of all users you have access to + in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' QR methods\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's QR authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's QR authentication methods\",\"id\":\"651210da-18ce-4e42-b7db-302ff88e9326\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your QR authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your QR authentication methods\",\"value\":\"UserAuthMethod-QR.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' QR methods.\",\"id\":\"db39086a-da7d-4cbd-9ac0-6816f9a80c95\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' QR methods\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's SoftwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's SoftwareOATH authentication methods\",\"id\":\"247f2733-6e3d-46ff-a904-f5fd58eb0d97\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your SoftwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your SoftwareOATH + authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"id\":\"3e366fa0-3097-4eb6-8294-3028f77eea6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's SoftwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's SoftwareOATH authentication methods\",\"id\":\"16721eb3-4493-4ae1-9542-264d9ffe3ce9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your SoftwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your SoftwareOATH authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' SoftwareOATH methods.\",\"id\":\"5b34c8b5-2396-4b35-b284-83fb6a3e73ce\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' SoftwareOATH + methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"84ded88f-26ba-49d6-b776-efec398de692\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Temporary Access Pass authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Temporary Access Pass methods\",\"id\":\"6976c635-c9c2-41e6-a21d-e6913a155273\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Temporary Access Pass + methods\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"2424436d-902f-4651-a1c7-b3b93147c960\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Temporary Access Pass authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users in your organization that the signed-in user has access to. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write all users' Temporary Access Pass methods.\",\"id\":\"05de4a66-e51a-4312-842a-30c8094698d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users you have access to in your organization. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read and write + all users' Temporary Access Pass methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Windows Hello authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Windows Hello methods\",\"id\":\"efe2b5aa-3a8e-486c-b0be-cc4d185c1b40\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Windows Hello authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your Windows + Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Windows Hello methods\",\"id\":\"ff37d46d-b88a-4e0c-85ee-7e26c37b18eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Windows Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Windows Hello authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Windows Hello authentication methods\",\"id\":\"f11e1db9-d419-4a24-b677-792723ffd727\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Windows Hello authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Windows Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Windows Hello methods.\",\"id\":\"13eae17d-aaa4-47b8-aaee-0eb33c6e2450\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Windows + Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read cloud clipboard data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + cloud clipboard items\",\"id\":\"61e8a09a-087f-4e36-8c8c-1c77c5228017\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your cloud clipboard items.\",\"userConsentDisplayName\":\"Read + cloud clipboard items\",\"value\":\"UserCloudClipboard.Read\"},{\"adminConsentDescription\":\"Allows the app to send, read, update and delete user\u2019s notifications.\",\"adminConsentDisplayName\":\"Deliver and manage user's notifications\",\"id\":\"26e2f3e8-b2a1-47fc-9620-89bb5b042024\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send, read, update and delete your app-specific notifications.\",\"userConsentDisplayName\":\"Deliver @@ -14513,15 +10387,36 @@ interactions: Timeline.\",\"adminConsentDisplayName\":\"Write app activity to users' timeline\",\"id\":\"367492fc-594d-4972-a9b5-0d58c622c91c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to report your app activity information to Microsoft Timeline.\",\"userConsentDisplayName\":\"Write app activity to your timeline\",\"value\":\"UserTimelineActivity.Write.CreatedByApp\"},{\"adminConsentDescription\":\"Allows + the app to read a user's windows settings which are stored in cloud and their + values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + windows settings for all devices\",\"id\":\"77e07bab-1b34-40a5-bb6c-4b197b3f6027\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your windows settings which are stored in cloud and their + values.\",\"userConsentDisplayName\":\"Read your windows settings for all + devices\",\"value\":\"UserWindowsSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write a user's windows settings which are stored in cloud + and their values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write windows settings for all devices\",\"id\":\"dcb1026d-b7e1-4d31-9f61-6724d5140bf9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your windows settings which are stored in cloud + and their values.\",\"userConsentDisplayName\":\"Read and write your windows + settings for all devices\",\"value\":\"UserWindowsSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + Verified Id profiles\",\"id\":\"604b2056-41ed-4c56-aad5-1241d4ef7333\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + Verified Id profiles\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"adminConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + and write Verified Id profiles\",\"id\":\"e4a9cb5e-4767-48f8-9029-decf26a54456\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + and write Verified Id profiles\",\"value\":\"VerifiedId-Profile.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows an application to read virtual appointments for the signed-in user. Only an - organizer or participant user can read their virtual appointments.\\u202F\\u00A0\",\"adminConsentDisplayName\":\"Read + organizer or participant user can read their virtual appointments. \",\"adminConsentDisplayName\":\"Read a user's virtual appointments\",\"id\":\"27470298-d3b8-4b9c-aad4-6334312a3eac\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read virtual appointments on your behalf.\\u202F\\u202F\",\"userConsentDisplayName\":\"Read - your virtual appointments\\u202F\",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows + the app to read virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read + your virtual appointments \",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows an application to read and write virtual appointments for the signed-in user. - Only an organizer or participant user can read and write their virtual appointments.\\u202F\",\"adminConsentDisplayName\":\"Read - and write a user's virtual appointments\\u202F\\u00A0\",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read and write virtual appointments on your behalf.\\u202F\\u00A0\",\"userConsentDisplayName\":\"Read + Only an organizer or participant user can read and write their virtual appointments. + \",\"adminConsentDisplayName\":\"Read and write a user's virtual appointments + \ \",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read and write your virtual appointments\",\"value\":\"VirtualAppointment.ReadWrite\"},{\"adminConsentDescription\":\"Allows an application to send notifications for virtual appointments for the signed-in user.\",\"adminConsentDisplayName\":\"Send notification regarding virtual @@ -14556,11 +10451,20 @@ interactions: workforce integrations\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"passwordCredentials\":[],\"resourceSpecificApplicationPermissions\":[{\"description\":\"Allows the app to read user AI enterprise interactions, without a signed-in user.\",\"displayName\":\"Read user AI enterprise interactions.\",\"id\":\"10d712aa-b4cd-4472-b0ba-6196e04c344f\",\"isEnabled\":true,\"value\":\"AiEnterpriseInteraction.Read.User\"},{\"description\":\"Allows + the teams-app to read all aiInsights for calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all AI Insights for calls + where the Teams application is installed.\",\"id\":\"ff9d3910-ca91-4e7f-843f-d44ab36a961a\",\"isEnabled\":true,\"value\":\"CallAiInsights.Read.Chat\"},{\"description\":\"Allows + the teams-app to read all recordings of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all recordings of calls + where the Teams application is installed.\",\"id\":\"22748df0-bd8c-4626-aad9-6dab421b33e4\",\"isEnabled\":true,\"value\":\"CallRecordings.Read.Chat\"},{\"description\":\"Allows the app to access media streams in calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Access media streams in calls associated with this chat or meeting\",\"id\":\"e716890c-c30a-4ac3-a0e3-551e7d9e8deb\",\"isEnabled\":true,\"value\":\"Calls.AccessMedia.Chat\"},{\"description\":\"Allows the app to join calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Join calls associated with this chat or meeting\",\"id\":\"a01e73f1-94da-4f6d-9b73-02e4ea65560b\",\"isEnabled\":true,\"value\":\"Calls.JoinGroupCalls.Chat\"},{\"description\":\"Allows + the Teams app to read all transcripts of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all transcripts of calls + where the Teams app is installed.\",\"id\":\"7990a5df-4c51-43ea-939c-3e8b18d6ddad\",\"isEnabled\":true,\"value\":\"CallTranscripts.Read.Chat\"},{\"description\":\"Allows the app to create channels in this team, without a signed-in user.\",\"displayName\":\"Create channels in this team\",\"id\":\"65af85d7-62bb-4339-a206-7160fd427454\",\"isEnabled\":true,\"value\":\"Channel.Create.Group\"},{\"description\":\"Allows the app to delete this team's channels, without a signed-in user.\",\"displayName\":\"Delete @@ -14613,10 +10517,16 @@ interactions: and write this chat's settings\",\"id\":\"ed928a9c-7530-496a-a624-4c0a460ab3ed\",\"isEnabled\":true,\"value\":\"ChatSettings.ReadWrite.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's members, without a signed-in user.\",\"displayName\":\"Read this group's members\",\"id\":\"0a8ce3c7-89dd-46cf-b2c3-5ef0064437a8\",\"isEnabled\":true,\"value\":\"Member.Read.Group\"},{\"description\":\"Allows + the app to read this meeting and subscribe to meeting call updates.\",\"displayName\":\"Read + this meeting and subscribe to meeting call updates .\",\"id\":\"f991ed3f-9617-4d8d-b06c-d18d9fcbcf2a\",\"isEnabled\":true,\"value\":\"OnlineMeeting.Read.Chat\"},{\"description\":\"Allows the app to read basic properties, such as name, schedule, organizer, join link, and start or end notifications, of meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read basic properties of meetings associated with this chat\",\"id\":\"eda8d262-4e6e-4ff6-a7ba-a2fb50535165\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadBasic.Chat\"},{\"description\":\"Allows + the app to manage this online meeting, and subscribe to meeting call updates.\",\"displayName\":\"Manage + this meeting and subscribe to meeting call updates.\",\"id\":\"93400bb4-2282-4371-a745-a86d64c966d0\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadWrite.Chat\"},{\"description\":\"Read + attendance reports & attendance records for this webinar or town hall.\",\"displayName\":\"Read + virtual event artifacts\",\"id\":\"c5d06837-8c0d-42fc-9e49-545e3f941261\",\"isEnabled\":true,\"value\":\"OnlineMeetingArtifact.Read.Chat\"},{\"description\":\"Allows the app to send notifications inside meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Send notifications in the meetings associated with this chat\",\"id\":\"d9837fe0-9c31-4faa-8acb-b10874560161\",\"isEnabled\":true,\"value\":\"OnlineMeetingNotification.Send.Chat\"},{\"description\":\"Allows @@ -14626,9 +10536,9 @@ interactions: with this chat\",\"id\":\"6324a770-185c-4b4f-be13-2d9a1668e6eb\",\"isEnabled\":true,\"value\":\"OnlineMeetingParticipant.Read.Chat\"},{\"description\":\"Allows the app to read recordings of the meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read the recordings of the meetings - associated with this chat\\u00A0\",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows + associated with this chat \",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows the app to read transcripts of the meetings associated with this chat, without - a signed-in user.\\u00A0\",\"displayName\":\"Read the transcripts of the meetings + a signed-in user. \",\"displayName\":\"Read the transcripts of the meetings associated with this chat\",\"id\":\"8c477e19-f0f7-45f9-ae72-604f77a599e3\",\"isEnabled\":true,\"value\":\"OnlineMeetingTranscript.Read.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's owners, without a signed-in user.\",\"displayName\":\"Read this group's owners\",\"id\":\"70d5316c-9b27-4057-a650-3b0fe49002ab\",\"isEnabled\":true,\"value\":\"Owner.Read.Group\"},{\"description\":\"Allows @@ -14675,20 +10585,25 @@ interactions: the app to manage this chat's tabs, without a signed-in user.\",\"displayName\":\"Manage this chat's tabs\",\"id\":\"d583f4d7-57da-4b2c-9744-253e9ec3c7be\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Chat\"},{\"description\":\"Allows the app to manage this team's tabs, without a signed-in user.\",\"displayName\":\"Manage - this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"}],\"samlSingleSignOnSettings\":{\"relayState\":null},\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" + this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"},{\"description\":\"Read + information for this webinars or town halls, including schedules, speakers, + and event settings and webinar registrations.\",\"displayName\":\"Read virtual + event details\",\"id\":\"298266a0-fbf7-4804-b988-5a54e61566c8\",\"isEnabled\":true,\"value\":\"VirtualEvent.Read.Chat\"},{\"description\":\"Register + attendees and cancel registrations for this webinar.\",\"displayName\":\"Manage + virtual event registrations\",\"id\":\"0e646cc8-6b07-4030-9a41-a7db4644b4cc\",\"isEnabled\":true,\"value\":\"VirtualEventRegistration-Anon.ReadWrite.Chat\"}],\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" headers: cache-control: - no-cache content-length: - - '550263' + - '676759' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:36 GMT + - Wed, 24 Dec 2025 05:48:25 GMT odata-version: - '4.0' request-id: - - 682c30a5-b05a-45f0-a9b2-c2fb62285b05 + - bfc4ed5a-6c03-4cff-af81-4a393f4eebb2 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -14696,7 +10611,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF0000657B"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF000174A6"}}' x-ms-resource-unit: - '1' status: @@ -14716,9 +10631,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/98205e9c-c53d-4d0f-a8fb-9b39ce283257/appRoleAssignments + uri: https://graph.microsoft.com/v1.0/servicePrincipals/15e6a625-bced-4c31-ac49-9bd078a8cfd6/appRoleAssignments response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#appRoleAssignments","value":[]}' @@ -14730,11 +10645,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:38 GMT + - Wed, 24 Dec 2025 05:48:25 GMT odata-version: - '4.0' request-id: - - 2c4adbde-0160-4b19-a806-a166001dcff4 + - 4ddcf4f1-6518-4411-bda9-f45a6aff56f9 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -14742,7 +10657,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF00022E06"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00016F84"}}' x-ms-resource-unit: - '2' status: @@ -14762,30 +10677,30 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"98205e9c-c53d-4d0f-a8fb-9b39ce283257\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"15e6a625-bced-4c31-ac49-9bd078a8cfd6\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -14798,7 +10713,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"4\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -14806,17 +10721,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:39 GMT + - Wed, 24 Dec 2025 05:48:26 GMT etag: - '"4"' expires: @@ -14832,16 +10747,16 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23975,Microsoft.Compute/LowCostGetResource;35 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23996,Microsoft.Compute/LowCostGetResource;35 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 160D128748D74A7D8870B084B000C37D Ref B: TYO201151003042 Ref C: 2025-04-02T09:36:39Z' + - 'Ref A: 265CDA1A2F0448A6B77DD12C5CF4BD20 Ref B: SG2AA1040520025 Ref C: 2025-12-24T05:48:26Z' status: code: 200 message: '' - request: - body: '{"identity": {"type": "UserAssigned"}}' + body: '{"identity": {"userAssignedIdentities": null, "type": "UserAssigned"}}' headers: Accept: - application/json @@ -14852,13 +10767,13 @@ interactions: Connection: - keep-alive Content-Length: - - '38' + - '70' Content-Type: - application/json ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -14867,19 +10782,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -14892,7 +10807,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -14900,21 +10815,21 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4dcae2f-d4df-4f93-baac-31ce5384d786?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834033112910&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=QtBvVZ0Ekgb9_tIO5Q6JRTjc_wD7C4iaLIdhcJM_YT_RXP_cvbCiKMO38CNxJ19L4GkQURQnZwme9_yfg6MG9iglrjXsWVVgA9bk83h_JAfN6m-a-29QgfRcprVgaMsVBYt0j29yL0vdiczRgX-QZmOA22vc-sxyvBadaCDb1mSqdq1p8BrBMqNNJ1ZjqA6J7L6ME7505mE5Qqh-WbS0ZALWVpzUo9_c0pN0ypq616zxJNPixfIGQK2C1snpl3a_pA9PDoVhWhJ96djODtEw1DH9AgEUevSNapnBP5ydor86mvS1cOFxNCIAF2C4ToVaPRGrGV9a9pn3avVuOuo29w&h=_tVBS76FZhKwEBdcEAMYCdAZXm550mKKHhXEIXDEsSo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/8e81a153-bf11-40c7-874b-7efe6fae27ef?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521086280020&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=JcLZt7yvcLDP851pJc2UxerUKWplSPML0iq8sMDjIxMXarH41y1DGyutC6K7MX13MfBLDEMVCrLuv66q6NFc0JGwlRqrxbGeBvfqr174YYO9UkToDthAIl9y8rxSKfJgvxpfKuf79ZdheJbi3t_dvm5IOZgVmHP72VvoAz0YSpvstIs6xRrWgVur5dbrpl-xTI7etAaKw2du0iF2hkYnQk9N9acLjZA1nM1ov17YX4vmd47VhlAwSrHlNPgyp4fXFZlStQ3KkR9lnLW1PD0spBOHayO7wuxjJhkjSKgGy17FZZR9jtZNTSJGbSjGm28mAKEVKXFKvApX0CJfaK_4wQ&h=toH1yuXToHpPkQIweEmyk-nCvy_HKncksA-dakvzFAc cache-control: - no-cache content-length: - - '3466' + - '3457' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:43 GMT + - Wed, 24 Dec 2025 05:48:28 GMT etag: - '"5"' expires: @@ -14930,7 +10845,7 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/8b620364-d5ae-431a-882a-31c45c14e1cd + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/faf4bbfc-19b5-4c11-8827-2ba94d27fe4d x-ms-ratelimit-remaining-resource: - Microsoft.Compute/UpdateVMSubscriptionMaximum;1499,Microsoft.Compute/UpdateVMResource;11 x-ms-ratelimit-remaining-subscription-global-writes: @@ -14938,7 +10853,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 012F50046A774C11B0CE61C97E095CE8 Ref B: TYO201151001029 Ref C: 2025-04-02T09:36:40Z' + - 'Ref A: 71F154AD961F4D8DB63AABCB966852C3 Ref B: SG2AA1040519062 Ref C: 2025-12-24T05:48:26Z' status: code: 200 message: '' @@ -14956,13 +10871,13 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4dcae2f-d4df-4f93-baac-31ce5384d786?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834033112910&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=QtBvVZ0Ekgb9_tIO5Q6JRTjc_wD7C4iaLIdhcJM_YT_RXP_cvbCiKMO38CNxJ19L4GkQURQnZwme9_yfg6MG9iglrjXsWVVgA9bk83h_JAfN6m-a-29QgfRcprVgaMsVBYt0j29yL0vdiczRgX-QZmOA22vc-sxyvBadaCDb1mSqdq1p8BrBMqNNJ1ZjqA6J7L6ME7505mE5Qqh-WbS0ZALWVpzUo9_c0pN0ypq616zxJNPixfIGQK2C1snpl3a_pA9PDoVhWhJ96djODtEw1DH9AgEUevSNapnBP5ydor86mvS1cOFxNCIAF2C4ToVaPRGrGV9a9pn3avVuOuo29w&h=_tVBS76FZhKwEBdcEAMYCdAZXm550mKKHhXEIXDEsSo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/8e81a153-bf11-40c7-874b-7efe6fae27ef?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521086280020&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=JcLZt7yvcLDP851pJc2UxerUKWplSPML0iq8sMDjIxMXarH41y1DGyutC6K7MX13MfBLDEMVCrLuv66q6NFc0JGwlRqrxbGeBvfqr174YYO9UkToDthAIl9y8rxSKfJgvxpfKuf79ZdheJbi3t_dvm5IOZgVmHP72VvoAz0YSpvstIs6xRrWgVur5dbrpl-xTI7etAaKw2du0iF2hkYnQk9N9acLjZA1nM1ov17YX4vmd47VhlAwSrHlNPgyp4fXFZlStQ3KkR9lnLW1PD0spBOHayO7wuxjJhkjSKgGy17FZZR9jtZNTSJGbSjGm28mAKEVKXFKvApX0CJfaK_4wQ&h=toH1yuXToHpPkQIweEmyk-nCvy_HKncksA-dakvzFAc response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:36:42.9601804+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"a4dcae2f-d4df-4f93-baac-31ce5384d786\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:48:28.5796513+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"8e81a153-bf11-40c7-874b-7efe6fae27ef\"\r\n}" headers: cache-control: - no-cache @@ -14971,7 +10886,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:36:44 GMT + - Wed, 24 Dec 2025 05:48:30 GMT expires: - '-1' pragma: @@ -14985,13 +10900,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/59150693-6b65-41c7-a90b-a85101584f9e + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/4bc858ac-7bff-46d6-92c9-0650d179e1bf x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14977 + - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14998 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 4BAF4CAEB9AC42A5B7D20FBF5EC67A5E Ref B: TYO201151001029 Ref C: 2025-04-02T09:36:44Z' + - 'Ref A: 7EB4E22D5AA9439CB05C578DFE9A41E9 Ref B: SG2AA1070304036 Ref C: 2025-12-24T05:48:29Z' status: code: 200 message: '' @@ -15009,14 +10924,14 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4dcae2f-d4df-4f93-baac-31ce5384d786?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834033112910&c=MIIHhzCCBm-gAwIBAgITfAaYKeS_Y1hBpcE2bQAABpgp5DANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwMTIzMTU0OTA5WhcNMjUwNzIyMTU0OTA5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJbiXA51hGktR2MNbSlroYAHe7pbqEWp0A-TCXSyvin2bII7xH08VxT-hAYBjJp17FiHgK9yK-xq6xfHxRSkMqVLkhWjjn4M5cKxT5b-z30Idwg-Fll_gejERu-ZctFls3HYGEJgA2O7dsco88yDNzLfiKSrydo3reGuee9BMkVU_0WnoEcz5QgETf6hOK5mSgOdhXRk6FrlEa0N4utrIz8wgMfqAkwy8FeWekNPgQSFLnP5qBUvtll1zGq1kC8A8eGNTNv4EJTXpmWf3UT7hYgMr3Pl5sGhjct9JtFcEqV9OKRhnaboSPU7Jgjus-w7zzWRiTHRXzpLe7MLqQkJDd0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSFhGHUx6qYRUgSEA_wnhKzeB4DBzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJoUa4AH2sOlm-m22mrE9jtxKT-RediVwcDUWanH-WJBU0CRfHD_ElVnglvs2wcg1EGK-SqbymEwPyLUqrR6H2nZZKQ7XBPyx6zIY7Nc8wfa2FAW3aeVbFd9A4SXuxuoo0bUde_rNuZkwwXKodh1x4WIOowJO51S7Rc7pCn0g_3e8LxMcDfqZTds4GBtPE6MfSLTANZlNO016j0gkCqgRCvlfg8_iJEyjnyI6oGBnX9mH-FXRvvC-5x2gki77aXS-NmKl72SQUmKv8-ygNzrrctb5cnfZRNo5nkoGtPgeEyxmqOk3fW5plNGaKviNHmUh3HM0BlcCpPyDaIev-fej44&s=QtBvVZ0Ekgb9_tIO5Q6JRTjc_wD7C4iaLIdhcJM_YT_RXP_cvbCiKMO38CNxJ19L4GkQURQnZwme9_yfg6MG9iglrjXsWVVgA9bk83h_JAfN6m-a-29QgfRcprVgaMsVBYt0j29yL0vdiczRgX-QZmOA22vc-sxyvBadaCDb1mSqdq1p8BrBMqNNJ1ZjqA6J7L6ME7505mE5Qqh-WbS0ZALWVpzUo9_c0pN0ypq616zxJNPixfIGQK2C1snpl3a_pA9PDoVhWhJ96djODtEw1DH9AgEUevSNapnBP5ydor86mvS1cOFxNCIAF2C4ToVaPRGrGV9a9pn3avVuOuo29w&h=_tVBS76FZhKwEBdcEAMYCdAZXm550mKKHhXEIXDEsSo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/8e81a153-bf11-40c7-874b-7efe6fae27ef?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521086280020&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=JcLZt7yvcLDP851pJc2UxerUKWplSPML0iq8sMDjIxMXarH41y1DGyutC6K7MX13MfBLDEMVCrLuv66q6NFc0JGwlRqrxbGeBvfqr174YYO9UkToDthAIl9y8rxSKfJgvxpfKuf79ZdheJbi3t_dvm5IOZgVmHP72VvoAz0YSpvstIs6xRrWgVur5dbrpl-xTI7etAaKw2du0iF2hkYnQk9N9acLjZA1nM1ov17YX4vmd47VhlAwSrHlNPgyp4fXFZlStQ3KkR9lnLW1PD0spBOHayO7wuxjJhkjSKgGy17FZZR9jtZNTSJGbSjGm28mAKEVKXFKvApX0CJfaK_4wQ&h=toH1yuXToHpPkQIweEmyk-nCvy_HKncksA-dakvzFAc response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:36:42.9601804+00:00\",\r\n \"endTime\": - \"2025-04-02T09:36:51.5540126+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"a4dcae2f-d4df-4f93-baac-31ce5384d786\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:48:28.5796513+00:00\",\r\n \"endTime\": + \"2025-12-24T05:48:33.9546491+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"8e81a153-bf11-40c7-874b-7efe6fae27ef\"\r\n}" headers: cache-control: - no-cache @@ -15025,7 +10940,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:14 GMT + - Wed, 24 Dec 2025 05:49:00 GMT expires: - '-1' pragma: @@ -15039,13 +10954,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japanwest/c61258cd-087d-4721-bec8-9a39679057e3 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/9d68cf3b-6e82-4ba6-8a8c-0a1e9e5807d8 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14991 + - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14996 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: C267B692158842688C6E6C90413C432B Ref B: TYO201151001029 Ref C: 2025-04-02T09:37:14Z' + - 'Ref A: C2704DA8E81D4CE6B7FB0A66553C336E Ref B: SG2AA1040512034 Ref C: 2025-12-24T05:49:00Z' status: code: 200 message: '' @@ -15063,7 +10978,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -15072,19 +10987,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -15097,7 +11012,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -15105,17 +11020,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:14 GMT + - Wed, 24 Dec 2025 05:49:01 GMT etag: - '"5"' expires: @@ -15131,11 +11046,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23997,Microsoft.Compute/LowCostGetResource;33 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23993,Microsoft.Compute/LowCostGetResource;32 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 1AA9A85EAB8546E9A5F3B3B251971AD6 Ref B: TYO201151001029 Ref C: 2025-04-02T09:37:14Z' + - 'Ref A: 27B70CF7DD26472E815A69C52FA8D0DC Ref B: SG2AA1070303025 Ref C: 2025-12-24T05:49:01Z' status: code: 200 message: '' @@ -15153,7 +11068,7 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -15162,19 +11077,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -15187,7 +11102,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -15195,17 +11110,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:15 GMT + - Wed, 24 Dec 2025 05:49:01 GMT etag: - '"5"' expires: @@ -15221,11 +11136,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23996,Microsoft.Compute/LowCostGetResource;32 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23992,Microsoft.Compute/LowCostGetResource;31 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 321D4160C4E24460B6E489E5A4D90D9B Ref B: TYO201100117017 Ref C: 2025-04-02T09:37:15Z' + - 'Ref A: C4354F0F3F234C2BA12CD2D776FE7B73 Ref B: SG2AA1070305034 Ref C: 2025-12-24T05:49:02Z' status: code: 200 message: '' @@ -15243,9 +11158,9 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/3289ca6d-17dc-43d7-99ab-55c2aa49338a/transitiveMemberOf/microsoft.graph.directoryRole + uri: https://graph.microsoft.com/v1.0/servicePrincipals/562c81c5-d273-4843-9627-c0944d91e825/transitiveMemberOf/microsoft.graph.directoryRole response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryRoles","value":[]}' @@ -15257,11 +11172,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:17 GMT + - Wed, 24 Dec 2025 05:49:01 GMT odata-version: - '4.0' request-id: - - c61e2df6-5fbf-4431-838c-2e67495836ef + - 6083ae09-7bec-46c5-9a2b-680fe8c33a0f strict-transport-security: - max-age=31536000 transfer-encoding: @@ -15269,7 +11184,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF00010EFA"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00018370"}}' x-ms-resource-unit: - '2' status: @@ -15289,14 +11204,14 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=displayName%20eq%20'Microsoft%20Graph' response: body: - string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"a3efc889-f1b7-4532-9e01-91e32d1039f4\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft - Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":null,\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft - Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"Microsoft.Azure.AgregatorService\",\"https://dod-graph.microsoft.us\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"980db52a-afb6-4420-b0b2-23bf76ce409b\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft + Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":\"2025-11-19T22:28:39Z\",\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft + Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://dod-graph.microsoft.us\",\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"samlSingleSignOnSettings\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.\",\"displayName\":\"Read all access reviews\",\"id\":\"d07a8cc0-3d51-4b77-b3b0-32704d1f69fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AccessReview.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, update, delete and perform actions on access reviews, reviewers, @@ -15313,6 +11228,90 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.\",\"displayName\":\"Read and write all administrative units\",\"id\":\"5eb59dd3-1da2-4329-8733-9dabdc435916\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent cards and their skills in your organization's Agent + Registry without a signed-in user.\",\"displayName\":\"Read all agent cards + in Agent Registry\",\"id\":\"aec9e0a0-6f46-4150-a9f7-05e9e3e87399\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent cards and manage their + skills in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all agent cards in Agent Registry\",\"id\":\"ef566853-42d6-45a5-bed9-5ccb82c98b4f\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent cards that designate the calling app as their + manager and manage their skills in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent cards + in Agent Registry\",\"id\":\"9c4a07db-e0c1-4fb0-8e85-dfd8ae3b8201\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent card manifests in your organization's Agent Registry + without a signed-in user.\",\"displayName\":\"Read all agent card manifests + in Agent Registry\",\"id\":\"3ee18438-e6e5-4858-8f1c-d7b723b45213\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write to all agent card manifests in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent card manifests in Agent Registry\",\"id\":\"228b1a03-f7ca-4348-b50d-e8a547ab61af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write agent card manifests that name it as manager in + your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write managed-by agent card manifests in Agent Registry\",\"id\":\"77f6034c-52f5-4526-9fa1-d55a67e72cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all collections and their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read all collections + in Agent Registry\",\"id\":\"e65ee1da-d1d5-467b-bdd0-3e9bb94e6e0c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all collections and manage their + membership in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all collections in Agent Registry\",\"id\":\"feb31d7d-a227-4487-898c-e014840d07b3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete collections that designate the + calling app as their manager and manage their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + managed-by collections in Agent Registry\",\"id\":\"2e0fb698-9996-479f-926b-ce63f4397829\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create agent identities, even if the app is not the parent agent + identity blueprint.\",\"displayName\":\"Create agent identities without an + agent blueprint parent\",\"id\":\"ad25cc1d-84d8-47df-a08e-b34c2e800819\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create linked agent identities without a signed-in user.\",\"displayName\":\"Create + agent identities linked to itself.\",\"id\":\"4c390976-b2b7-42e0-9187-c6be3bead001\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.CreateAsManager\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to delete and restore agent identities without a signed-in user.\",\"displayName\":\"Delete + and restore agent identities\",\"id\":\"5b016f9b-18eb-41d4-869a-66931914d1c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to enable or disable agent identities without a signed-in user.\",\"displayName\":\"Enable + or disable agent identities\",\"id\":\"69ee0943-4fa4-4ec8-8e52-d12e4ea661a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identities without a signed-in user.\",\"displayName\":\"Read + all agent identities\",\"id\":\"b2b8f011-2898-4234-9092-5059f6c1ebfa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app read, update, and delete agent identities without a signed-in user.\",\"displayName\":\"Read + and write all agent identities\",\"id\":\"dcf7150a-88d4-4fe6-9be1-c2744c455397\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint credentials without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint credentials\",\"id\":\"0510736e-bdfb-4b37-9a1f-89b4a074763a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprints without a signed-in user.\",\"displayName\":\"Create + agent identity blueprints.\",\"id\":\"ea4b2453-ad2d-4d94-9155-10d5d9493ce9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"3f80b699-6405-4e36-a4df-4f19950ff91e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identity blueprints without a signed-in user.\",\"displayName\":\"Read + all agent identity blueprints\",\"id\":\"7547a7d1-36fa-4479-9c31-559a600eaa4f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprints without a signed-in + user.\",\"displayName\":\"Read and write all agent identity blueprints.\",\"id\":\"7fddd33b-d884-4ec0-8696-72cff90ff825\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint authorization and authentication properties + without a signed-in user.\",\"displayName\":\"Update agent identity blueprint + authorization and authentication properties\",\"id\":\"19202363-278e-49c2-bf00-391e2ba00881\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint branding without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint branding\",\"id\":\"76232daa-a1e4-4544-b664-495a006513bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"8959696d-d07e-4916-9b1e-3ba9ce459161\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f86a2dd8-9298-4675-bd78-f5a3572da2d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + enabling or disabling agent identity blueprint principals without a signed-in + user.\",\"displayName\":\"Enable or disable agent identity blueprint principals.\",\"id\":\"a0bdd23d-8b19-4682-b428-574d96527c6f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + reading agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Read + agent identity blueprint principals.\",\"id\":\"9361dea9-4524-493d-941d-f1b65aaf6c7c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprint principals without + a signed-in user.\",\"displayName\":\"Read and write all agent identity blueprint + principals.\",\"id\":\"3bc933bc-8b4d-4cb6-ac49-b73774299250\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent ID user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"b782c9ad-6f2b-4894-a21b-72bf22417f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update ID agent user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"4aa6e624-eee0-40ab-bdd8-f9639038a614\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent instances and their related collections in your + organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + all agent instances in Agent Registry\",\"id\":\"799a4732-85b8-4c67-b048-75f0e88a232b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent instances in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent instances in Agent Registry\",\"id\":\"07abdd95-78dc-4353-bd32-09f880ea43d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete agent instances that designate + the calling app as their manager in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent instances + in Agent Registry\",\"id\":\"782ab1bf-24f1-4c27-8bbc-2006d42792a6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read terms of use agreements, without a signed in user.\",\"displayName\":\"Read all terms of use agreements\",\"id\":\"2f3e6f8c-093b-4c57-a58b-ba5ce494a169\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Agreement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write terms of use agreements, without a signed in user.\",\"displayName\":\"Read @@ -15336,12 +11335,14 @@ interactions: and write the remote desktop security configuration for all apps\",\"id\":\"3be0012a-cc4e-426b-895b-f9c836bf6381\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application-RemoteDesktopConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all applications and service principals without a signed-in user.\",\"displayName\":\"Read all applications\",\"id\":\"9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update all apps in your organization, without a signed-in + user.\",\"displayName\":\"Read and update all apps\",\"id\":\"fc023787-fd04-4e44-9bc7-d454f00c0f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadUpdate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\"displayName\":\"Read and write all applications\",\"id\":\"1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in - user. \\u00A0It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage + user. It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage apps that this app creates or owns\",\"id\":\"18a4783c-866b-4cc7-a460-3d5e5662c884\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without @@ -15356,7 +11357,11 @@ interactions: a signed-in user.\",\"displayName\":\"Read attack simulation data of an organization\",\"id\":\"93283d0a-6322-4fa8-966b-8c121624760d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.\",\"displayName\":\"Read, create, - and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + activity audit log from the audit store.\",\"displayName\":\"Read activity + audit log from the audit store.\",\"id\":\"99bc85fb-e857-4220-9f8c-3a1c83148d2e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"displayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"f6318678-2713-4bb6-b123-233e7336c1bd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query your audit log activities, without a signed-in user.\",\"displayName\":\"Read all audit log data\",\"id\":\"b0afded3-3588-46d8-8b3d-9842eff778da\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query audit logs from Dynamics CRM workload, without a @@ -15451,6 +11456,8 @@ interactions: basic details of calendars in all mailboxes \",\"id\":\"8ba4a692-bc31-4128-9094-475872af8a53\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\"displayName\":\"Read and write calendars in all mailboxes\",\"id\":\"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all AI Insights for all calls, without a signed-in user.\",\"displayName\":\"Read + all AI Insights for calls.\",\"id\":\"792b782b-7822-4b92-8103-77e44f2f706c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallAiInsights.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read delegation settings of you\",\"displayName\":\"Read delegation settings\",\"id\":\"5aa33e77-b893-495e-bdc5-4bf6f27d42a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallDelegation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write delegation settings of you\",\"displayName\":\"Read @@ -15461,6 +11468,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read all call events\",\"id\":\"1abb026f-7572-49f6-9ddd-ad61cbba181e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallEvents.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all PSTN and direct routing call log data without a signed-in user.\",\"displayName\":\"Read PSTN and direct routing call log data\",\"id\":\"a2611786-80b3-417e-adaa-707d4261a5f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecord-PstnCalls.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call recordings for all calls without a signed-in user.\",\"displayName\":\"Read + all call recordings\",\"id\":\"ce8fb1f1-5e1f-44a0-b102-4ec28454d0dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecordings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read call records for all calls and online meetings without a signed-in user.\",\"displayName\":\"Read all call records\",\"id\":\"45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecords.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to get direct access to media streams in a call, without a signed-in @@ -15472,13 +11481,15 @@ interactions: meetings in your organization, without a signed-in user.\",\"displayName\":\"Initiate outgoing group calls from the app\",\"id\":\"4c277553-8a09-487b-8023-29ee378d8324\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.InitiateGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to join group calls and scheduled meetings in your organization, without - a signed-in user. \\u00A0The app will be joined with the privileges of a directory + a signed-in user. The app will be joined with the privileges of a directory user to meetings in your organization.\",\"displayName\":\"Join group calls and meetings as an app\",\"id\":\"f6b49018-60ab-4f81-83bd-22caeabfed2d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to anonymously join group calls and scheduled meetings in your organization, - without a signed-in user. \\u00A0The app will be joined as a guest to meetings - in your organization.\",\"displayName\":\"Join group calls and meetings as - a guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. The app will be joined as a guest to meetings in + your organization.\",\"displayName\":\"Join group calls and meetings as a + guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call transcripts for all calls without a signed-in user.\",\"displayName\":\"Read + all call transcripts\",\"id\":\"4cd61b6d-8692-40bf-9d90-7f38db5e5fce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallTranscripts.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows to read all Change Management items.\",\"displayName\":\"Read Change Management items\",\"id\":\"418dae40-2b65-4819-900c-519a04e4d278\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChangeManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Create channels in any team, without a signed-in user.\",\"displayName\":\"Create @@ -15503,7 +11514,7 @@ interactions: and write the names, descriptions, and settings of all channels, without a signed-in user.\",\"displayName\":\"Read and write the names, descriptions, and settings of all channels\",\"id\":\"243cded2-bd16-4fd6-a953-ff8177894c3d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create chats without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create chats without a signed-in user. \",\"displayName\":\"Create chats\",\"id\":\"d9c48af6-9ad9-47ad-82c3-63757137b9af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to delete and recover deleted chats, without a signed-in user.\",\"displayName\":\"Delete and recover deleted chats\",\"id\":\"9c7abde0-eacd-4319-bf9e-35994b1a1717\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.ManageDeletion.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -15564,26 +11575,42 @@ interactions: the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.\",\"displayName\":\"Read and write all consent requests\",\"id\":\"9f1b81a7-0223-4428-bfa4-0bcb5535f27d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all contacts in all mailboxes + without a signed-in user.\",\"displayName\":\"Read and update the on-premises + sync behavior of contacts\",\"id\":\"c8948c23-e66b-42db-83fd-770b71ab78d2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read contacts in all mailboxes\",\"id\":\"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read and write contacts in all mailboxes\",\"id\":\"6918b873-d17a-4dc1-b314-35f528134491\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"displayName\":\"Process content for + data security, governance and compliance\",\"id\":\"5ad511bf-571c-4ef6-8c3c-85b94b85df98\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"displayName\":\"Process content for data + security, governance and compliance\",\"id\":\"24ceb246-ad29-4680-90b4-3e91ffad15eb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + contents activity audit log from the audit store.\",\"displayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"368425e7-6954-4f5a-9d92-90b75bd580c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"displayName\":\"Upload + content activity audit logs to the audit store.\",\"id\":\"2932e07a-3c29-44e4-bb36-6d0fc176387f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read packages information without a signed-in user.\",\"displayName\":\"Read + all packages information\",\"id\":\"72f0655d-6228-4ddc-8e1b-164973b9213b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update packages information without a signed-in user.\",\"displayName\":\"Read + and update all packages information\",\"id\":\"ed31732f-9495-47ed-ba3b-4ed0948c1c64\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.\",\"displayName\":\"Read cross-tenant basic information\",\"id\":\"cac88765-0581-4025-9725-5ebc13f729ee\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export external user data (e.g. customer content or system-generated + with the current tenant without a signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read + all shared cross-tenant user profiles and export their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to list and query any shared user profile information associated + with the current tenant without a signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant user profiles and export - their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export and remove external user data (e.g. customer content - or system-generated logs), for any user associated with the current tenant - without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant - user profiles and export or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's custom authentication extensions without a signed-in user.\",\"displayName\":\"Read all custom authentication extensions\",\"id\":\"88bb2658-5d9e-454f-aacd-a3933e079526\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CustomAuthenticationExtension.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's custom authentication extensions @@ -15709,10 +11736,15 @@ interactions: all Azure AD recommendations\",\"id\":\"ae73097b-cb2a-4447-b064-5d80f6093921\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update all Azure AD recommendations, without a signed-in user.\",\"displayName\":\"Read and update all Azure AD recommendations\",\"id\":\"0e9eea12-4f01-45f6-9b8d-3ea4c8144158\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read internal federation configuration for a domain.\",\"displayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"c0e5a7b0-e8b7-40a7-b8e0-8249e6ea81d5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"displayName\":\"Create, read, update and delete internal + federation configuration for a domain.\",\"id\":\"64d40371-8d58-4270-bc8a-b4a66de36b9a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all domain properties without a signed-in user.\",\"displayName\":\"Read domains\",\"id\":\"dbb9058a-0e50-45d7-ae91-66909b5d4664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all domain properties without a signed in user. - \\u00A0Also allows the app to add, \\u00A0verify and remove domains.\",\"displayName\":\"Read + \ Also allows the app to add, verify and remove domains.\",\"displayName\":\"Read and write domains\",\"id\":\"7e05723c-0bb0-42da-be95-ae9f08a6e53c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.\",\"displayName\":\"Read @@ -15724,16 +11756,16 @@ interactions: Education app settings\",\"id\":\"7c9db06a-ec2d-4e7b-a592-5a1e30992566\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Manage the state and settings of all Microsoft education apps.\",\"displayName\":\"Manage education app settings\",\"id\":\"9bc431c3-b8bc-4a8d-a219-40f10f92eff6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments with grades for all users without - a signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments without grades for all users without + the app to read all class assignments with grades for all users without a + signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all class assignments without grades for all users without a signed-in user.\",\"displayName\":\"Read all class assignments without grades\",\"id\":\"6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments with - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments without - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments with grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments without grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all modules and resources, without a signed-in user.\",\"displayName\":\"Read all class modules and resources\",\"id\":\"6cdb464c-3a03-40f8-900b-4cb7ea1da9c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduCurricula.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all modules and resources, without a signed-in user.\",\"displayName\":\"Read @@ -15762,6 +11794,14 @@ interactions: and write the organization's roster\",\"id\":\"d1808e82-ce13-47af-ae0d-f9b254e6d58a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduRoster.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create Viva Engage conversations without a signed-in user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"e1d2136d-eaaf-427a-a7db-f97dbe847c27\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Migration.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage conversations, and to read their properties without + a signed-in user.\",\"displayName\":\"Read all Viva Engage conversations\",\"id\":\"2c495153-cd0e-41b4-9980-3bcecf1ca22f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create Viva Engage conversations, read all conversation properties, + update conversation properties, and delete conversations without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"bfbd4840-fba0-43a7-93a9-465b687e47d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage Teams QA conversations, and to read their properties + without a signed-in user.\",\"displayName\":\"Read all Viva Engage Teams QA + conversations\",\"id\":\"d746beae-b46e-446e-924a-5b805a5c4467\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to list all Viva Engage roles and role memberships without a signed-in user.\",\"displayName\":\"Read all Viva Engage roles and role memberships\",\"id\":\"30614864-4114-45ef-bdd9-0dd7894a1cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementRole.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to assign Viva Engage role to a user, and remove a Viva Engage role @@ -15778,6 +11818,8 @@ interactions: the app to read or write your organization's authentication event listeners without a signed-in user.\",\"displayName\":\"Read and write all authentication event listeners\",\"id\":\"0edf5e9e-4ce8-468a-8432-d08631d18c43\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EventListener.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to search the email message trace, without a signed-in user.\",\"displayName\":\"Search + the email message trace\",\"id\":\"89b20d8a-76e2-4057-867b-9961f800b9a4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all external connections without a signed-in user.\",\"displayName\":\"Read all external connections\",\"id\":\"1914711b-a1cb-4793-b019-c2ce0ed21b8c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExternalConnection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all external connections without a signed-in user.\",\"displayName\":\"Read @@ -15819,15 +11861,21 @@ interactions: without a signed-in user. The specific file storage containers and the permissions granted to them will be configured in Microsoft 365 by the developer of each container type.\",\"displayName\":\"Access selected file storage containers\",\"id\":\"40dc41bc-0f7e-42ff-89bd-d9516947e474\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainer.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to manage file storage container type registrations without + a signed-in user.\",\"displayName\":\"Access selected file storage container + type registrations\",\"id\":\"2dcc6599-bd30-442b-8f11-90f88ad441dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read all group conversations\",\"id\":\"4f0a8235-6f6f-4ec7-9500-34b452a4a0c3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read and write all group conversations\",\"id\":\"6679c91b-820a-4900-ab47-e97b197a89c4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all groups without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + groups\",\"id\":\"2d9bd318-b883-40be-9df7-63ec4fcdc424\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups without a signed-in user.\",\"displayName\":\"Create groups\",\"id\":\"bf7b1a76-6e77-406b-b258-bf5c7720e98f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read group properties and memberships, and read\\u00A0conversations - for all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read group properties and memberships, and read conversations for + all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by @@ -15838,6 +11886,11 @@ interactions: of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.\",\"displayName\":\"Read and write all group memberships\",\"id\":\"dbaae8cf-10b5-4b86-a4a1-f871c94c6695\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupMember.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + without a signed-in user.\",\"displayName\":\"Read all group settings\",\"id\":\"f3c4f514-c65a-43f5-bfce-1735872258dd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects, without a signed-in user.\",\"displayName\":\"Read + and write all group settings\",\"id\":\"546168c3-1183-4281-9491-fafb24dea37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all scenario health monitoring alerts, without a signed-in user.\",\"displayName\":\"Read all scenario health monitoring alert\",\"id\":\"5183ed5d-b7f8-4e9a-915e-dafb46b9cb62\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"HealthMonitoringAlert.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all scenario monitoring alerts, without a signed-in @@ -15857,7 +11910,11 @@ interactions: information\",\"id\":\"6e472fd1-ad78-48da-a0f0-97ab2c6b769e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event - detections.\\u00A0\",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + detections. \",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read the risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read all risky agents information\",\"id\":\"4aadfb66-d49a-414a-a883-d8c240b6fa33\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read and write risky agents information\",\"id\":\"dca4e4fd-a7cf-4e6f-86d1-d1ec094d766e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all risky service principal information for your organization, without a signed-in user.\",\"displayName\":\"Read all identity risky service principal information\",\"id\":\"607c7344-0eed-41e5-823a-9695ebe1b7b0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyServicePrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -15868,8 +11925,8 @@ interactions: without a signed in user.\",\"displayName\":\"Read all identity risky user information\",\"id\":\"dc5007c0-2d7d-4c42-879c-2dab87571379\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risky user information for your organization - without a signed-in user. \\u00A0Update operations include dismissing risky - users.\",\"displayName\":\"Read and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. Update operations include dismissing risky users.\",\"displayName\":\"Read + and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's user flows, without a signed-in user.\",\"displayName\":\"Read all identity user flows\",\"id\":\"1b0c317f-dd31-4305-9932-259a8b6e8099\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityUserFlow.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's user flows, without a signed-in @@ -15925,9 +11982,9 @@ interactions: directory, without a signed-in user.\",\"displayName\":\"Read and write all assignments\",\"id\":\"236c1cbd-1187-427f-b0f5-b1852454973b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningAssignedCourse.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all learning content in the organization's directory, without - a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - all learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - without a signed-in user.\",\"displayName\":\"Manage all\\u00A0learning\\u00A0content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to manage all learning content in the organization's directory, without + a signed-in user.\",\"displayName\":\"Manage all learning content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.\",\"displayName\":\"Read all self-initiated courses\",\"id\":\"467524fc-ed22-4356-a910-af61191e3503\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningSelfInitiatedCourse.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -15967,6 +12024,10 @@ interactions: the application to access a subset of lists without a signed in user. The specific lists and the permissions granted will be configured in SharePoint Online.\",\"displayName\":\"Access selected Lists without a signed in user.\",\"id\":\"23c5a9bd-d900-4ecf-be26-a0689755d9e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all email, including contents + of non-draft emails in user mailboxes, without a signed-in user. Does not + include permission to send mail.\",\"displayName\":\"Read and write mail in + all mailboxes, including modifying existing non-draft mails\",\"id\":\"e118f1da-5c1c-46cf-bff6-8858d786f46f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail-Advanced.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read mail in all mailboxes without a signed-in user.\",\"displayName\":\"Read mail in all mailboxes\",\"id\":\"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read basic mail properties in all mailboxes without a signed-in @@ -15980,10 +12041,16 @@ interactions: and write mail in all mailboxes\",\"id\":\"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send mail as any user without a signed-in user.\",\"displayName\":\"Send mail as any user\",\"id\":\"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Send\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all users' UserConfiguration objects.\",\"displayName\":\"Read + all users' UserConfiguration objects\",\"id\":\"27d9d776-f4d2-426d-80ad-5f22f2b01b0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all users' UserConfiguration objects.\",\"displayName\":\"Read + and write all users' UserConfiguration objects\",\"id\":\"aa6d92d4-b25a-4640-aefe-3e3231e5e736\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read all the users' mailbox folders\",\"id\":\"99280d24-a782-4793-93cc-0888549957f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read and write all the users' mailbox folders\",\"id\":\"fef87b92-8391-4589-9da7-eb93dab7dc8a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to export all the users' mailbox items, without signed-in user.\",\"displayName\":\"Export + all the users' mailbox items\",\"id\":\"937550e9-33a3-494b-88ae-d9cd394b1fbb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to backup, restore, and modify all mailbox items without a signed-in user.\",\"displayName\":\"Allows the app to perform backup and restore for all mailbox items\",\"id\":\"76577085-e73d-4f1d-b26a-85fb33892327\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.ImportExport.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16061,11 +12128,11 @@ interactions: without a signed in user.\",\"displayName\":\"Manage on-premises published resources\",\"id\":\"0b57845e-aa49-4e6f-8109-ce654fffa618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OnPremisesPublishingProfiles.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organization and related resources, without a signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. Related resources include things like subscribed skus and tenant branding + information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write the organization and related resources, without - a signed-in user.\\u00A0Related resources include things like subscribed skus - and tenant branding information.\",\"displayName\":\"Read and write organization + a signed-in user. Related resources include things like subscribed skus and + tenant branding information.\",\"displayName\":\"Read and write organization information\",\"id\":\"292d869f-3427-49a8-9dab-8c70152b74e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organizational branding information, without a signed-in user.\",\"displayName\":\"Read organizational branding information\",\"id\":\"eb76ac34-0d62-4454-b97c-185e4250dc20\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OrganizationalBranding.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16136,6 +12203,8 @@ interactions: user.\",\"displayName\":\"Read and write telemetry for all workplace devices.\",\"id\":\"27fc435f-44e2-4b30-bf3c-e0ce74aed618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PlaceDeviceTelemetry.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all your organization's policies without a signed in user.\",\"displayName\":\"Read your organization's policies\",\"id\":\"246dd0d5-5bd0-4def-940b-0421030a5b68\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all authentication method policies for the tenant, without + a signed-in user. \",\"displayName\":\"Read authentication method policies\",\"id\":\"8e3bc81b-d2f3-4b7b-838c-32c88218d2f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's conditional access policies, without a signed-in user.\",\"displayName\":\"Read your organization's conditional access policies\",\"id\":\"37730810-e9ba-4e46-b07e-8ca78d182097\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.ConditionalAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16161,8 +12230,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read and write authentication flow policies\",\"id\":\"25f85f3c-f66c-4205-8cd5-de92dd7f0cec\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all authentication method policies for the tenant, - without a signed-in user.\\u00A0\",\"displayName\":\"Read and write all authentication - method policies\\u00A0\",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. \",\"displayName\":\"Read and write all authentication + method policies \",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.\",\"displayName\":\"Read @@ -16173,9 +12242,13 @@ interactions: the app to read and write your organization's consent requests policy without a signed-in user.\",\"displayName\":\"Read and write your organization's consent request policy\",\"id\":\"999f8c63-0a38-4f1b-91fd-ed1947bdd1a9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read and write your organization's cross tenant access policies + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"displayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities without a signed-in user.\",\"displayName\":\"Read and write your organization's - cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + M365 cross tenant access capabilities\",\"id\":\"a6325ae7-2b73-4dbd-abed-fbeacfbf8696\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and write your organization's device configuration policies without a signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -16213,7 +12286,7 @@ interactions: includes activity, availability, status note, calendar out-of-office message, time zone and location.\",\"displayName\":\"Read and write presence information for all users\",\"id\":\"83cded22-8297-4ff6-a7fa-e97e9545a259\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Presence.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read printers without a signed-in user.\\u00A0\",\"displayName\":\"Read + the application to read printers without a signed-in user. \",\"displayName\":\"Read printers\",\"id\":\"9709bb33-4549-49d4-8ed9-a8f65e45bb0f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Printer.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.\",\"displayName\":\"Read @@ -16223,19 +12296,19 @@ interactions: read and update the metadata of print jobs.\",\"displayName\":\"Perform advanced operations on print jobs\",\"id\":\"58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the metadata and document content of print jobs without - a signed-in user.\\u00A0\",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read the metadata of print jobs without a signed-in user.\\u00A0Does - not allow access to print job document content.\",\"displayName\":\"Read basic - information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user. \",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read the metadata of print jobs without a signed-in user. + Does not allow access to print job document content.\",\"displayName\":\"Read + basic information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata and document content of print jobs without a signed-in user.\",\"displayName\":\"Read and write print jobs\",\"id\":\"5114b07b-2898-4de7-a541-53b0004e2e13\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata of print jobs without a signed-in - user.\\u00A0Does not allow access to print job document content.\",\"displayName\":\"Read + user. Does not allow access to print job document content.\",\"displayName\":\"Read and write basic information for print jobs\",\"id\":\"57878358-37f4-4d3a-8c20-4816e0d457b1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read tenant-wide print settings without a signed-in user.\",\"displayName\":\"Read tenant-wide print settings\",\"id\":\"b5991872-94cf-4652-9765-29535087c6d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update print task definitions without a signed-in - user.\\u00A0\",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. \",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.\",\"displayName\":\"Read privileged @@ -16286,6 +12359,14 @@ interactions: the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.\",\"displayName\":\"Manage all programs\",\"id\":\"60a901ed-09f7-4aa5-a16e-7dd3d6f9de36\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"displayName\":\"Compute Purview + policies at tenant scope\",\"id\":\"e5a76501-dbb0-492c-ab55-5d09e8837263\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"displayName\":\"Compute Purview + policies for an individual user\",\"id\":\"fe696d63-5e1f-4515-8232-cccc316903c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and query your provisioning log activities, without a signed-in + user.\",\"displayName\":\"Read all provisioning log data\",\"id\":\"091937d3-3e38-47a1-8649-b2f99d3035f1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProvisioningLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, without a signed-in user.\",\"displayName\":\"Read all @@ -16296,9 +12377,12 @@ interactions: and write all certificate based authentication configurations\",\"id\":\"a2b63618-5350-462d-b1b3-ba6eb3684e26\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PublicKeyInfrastructure.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows an app to read all question and answers, without a signed-in user.\",\"displayName\":\"Read all Question and Answers \",\"id\":\"ee49e170-1dd1-4030-b44c-61ad6e98f743\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"QnA.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get direct access to real-time enriched data in a meeting, without + a signed-in user.\",\"displayName\":\"Access real-time enriched data in a + meeting as an app\",\"id\":\"abafe00f-ea87-4c63-b8a8-0e7bb0a88144\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read - Records Management configuration,\\u00A0labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + Records Management configuration, labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read and write Records Management configuration, labels and policies\",\"id\":\"eb158f57-df43-4751-8b21-b8932adb3d34\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16441,6 +12525,17 @@ interactions: the app to read your organization\u2019s security events without a signed-in user. Also allows the app to update editable properties in security events.\",\"displayName\":\"Read and update your organization\u2019s security events\",\"id\":\"d903a879-88e0-4c09-b0c9-82f6a1333f84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all the identity security available identity accounts without + a signed-in user.\",\"displayName\":\"Read all identity security available + identity accounts\",\"id\":\"c5bc96f5-b4a1-4cfc-8189-d5f0d772278f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write identity security available actions without a signed-in + user.\",\"displayName\":\"Read and perform all identity security available + actions\",\"id\":\"af2bf46f-7bf1-4be3-8bad-e17e279e8462\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read sensors window auditing configuration without a signed-in + user\",\"displayName\":\"Read sensors window auditing configuration\",\"id\":\"58971758-9844-4fe4-9fba-7e4ce7a659bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write sensors window auditing configuration without a + signed-in user\",\"displayName\":\"Read and write sensors window auditing + configuration\",\"id\":\"4f1f0deb-08d1-4ffb-8cca-21dfc362b7c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the identity security health issues without a signed-in user.\",\"displayName\":\"Read all identity security health issues\",\"id\":\"f8dcd971-5d83-4e1e-aa95-ef44611ad351\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesHealth.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write identity security health issues without a signed-in @@ -16458,7 +12553,17 @@ interactions: the app to read all security incidents, without a signed-in user.\",\"displayName\":\"Read all security incidents\",\"id\":\"45cc0394-e837-488b-a098-1918f48d186c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write to all security incidents, without a signed-in user.\",\"displayName\":\"Read - and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, without + a signed-in user.\",\"displayName\":\"Evaluate sensitivity labels\",\"id\":\"57f0b71b-a759-45a0-9a0f-cc099fbd9a44\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to evaluate all sensitivity label.\",\"displayName\":\"Evaluate labels + tenant scope.\",\"id\":\"986fa56a-6680-4aac-af09-4d1765376739\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels application + scope.\",\"id\":\"3b8e7aad-f6e3-4299-83f8-6fc6a5777f0b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels tenant scope.\",\"id\":\"e46a01e9-b2cf-4d89-8424-bcdc6dd445ab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabels.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all Sentiment Survey, without a signed-in user. \",\"displayName\":\"Export + all Sentiment Survey\",\"id\":\"84fa35c1-f997-4c1c-894c-bb52108cfbbf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SentimentSurvey.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Exchange service activity, without a signed-in user.\",\"displayName\":\"Read all Exchange service activity\",\"id\":\"2b655018-450a-4845-81e7-d603b1ebffdb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServiceActivity-Exchange.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Microsoft 365 Web service activity, without a signed-in @@ -16477,6 +12582,12 @@ interactions: principal endpoints\",\"id\":\"5256681e-b7f6-40c0-8447-2d9db68797a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to update service principal endpoints\",\"displayName\":\"Read and update service principal endpoints\",\"id\":\"89c8469c-83ad-45f7-8ff2-6e3d4285709e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, without a signed-in user.\",\"displayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"a0521574-fcd8-4742-b29c-f796df57ea70\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, without a signed-in user.\",\"displayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"id\":\"f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.\",\"displayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"83d4163d-a2d8-4d3b-9695-4ae3ca98f888\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointTenantSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16487,10 +12598,18 @@ interactions: all users' short notes\",\"id\":\"0c7d31ec-31ca-4f58-b6ec-9950b6b0de69\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, edit, and delete all the short notes without a signed-in user.\",\"displayName\":\"Read, create, edit, and delete all users' short - notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your organization's sign-in identifiers, without a signed-in + user.\",\"displayName\":\"Read all sign-in identifiers\",\"id\":\"28e1fe78-598f-4df4-b55e-18bf34218925\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's sign-in identifiers, without + a signed-in user.\",\"displayName\":\"Read and write all sign-in identifiers\",\"id\":\"7fc588a2-ea2d-4d1f-bcf7-33c324b149b8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to archive/reactivate site collections without a signed in user.\",\"displayName\":\"Archive/reactivate Site Collections without a signed - in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the application to create site collections without a signed in user. Upon + creation the application will be granted Sites.Selected(application) + FullControl + to the newly created site.\",\"displayName\":\"Create Site Collections without + a signed in user.\",\"id\":\"80819dd8-2b3b-4551-a1ad-2700fc44f533\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to have full control of all site collections without a signed in user.\",\"displayName\":\"Have full control of all site collections\",\"id\":\"a82116e5-55eb-4c41-a434-62fe8a61c773\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.FullControl.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create or delete document libraries and lists in all site collections @@ -16502,19 +12621,21 @@ interactions: site collections without a signed in user.\",\"displayName\":\"Read and write items in all site collections\",\"id\":\"9492366f-7969-46a4-8d15-ed1a20078fff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to access a subset of site collections without a signed in - user.\\u00A0\\u00A0The specific site collections and the permissions granted - will be configured in SharePoint Online.\",\"displayName\":\"Access selected - site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. The specific site collections and the permissions granted will be configured + in SharePoint Online.\",\"displayName\":\"Access selected site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read SPIFFE trust domains and child resources\",\"id\":\"dcdfc277-41fd-4d68-ad0c-c3057235bd8e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read and write SPIFFE - trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0subject\\u00A0rights - requests\\u00A0without a\\u00A0signed-in\\u00A0user.\",\"displayName\":\"Read\\u00A0all - subject\\u00A0rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0and\\u00A0write - subject\\u00A0rights requests\\u00A0without a signed in user.\",\"displayName\":\"Read\\u00A0and\\u00A0write\\u00A0all - subject\\u00A0rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to modify Viva Engage storylines, read all storylines properties, + update storyline properties, and delete storyline properties without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage storylines\",\"id\":\"6eff534b-699e-44d9-af61-a4182f0ec37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Storyline.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read subject rights requests without a signed-in user.\",\"displayName\":\"Read + all subject rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write subject rights requests without a signed in user.\",\"displayName\":\"Read + and write all subject rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read Azure AD synchronization information, without a signed-in user.\",\"displayName\":\"Read all Azure AD synchronization data.\",\"id\":\"5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Synchronization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to configure the Azure AD synchronization service, without @@ -16533,7 +12654,7 @@ interactions: the app to create, read, update and delete all users\u2019 tasks and task lists in your organization, without a signed-in user\",\"displayName\":\"Read and write all users\u2019 tasks and tasklists\",\"id\":\"44e666d1-d276-445b-a5fc-8815eeb81d55\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Tasks.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create teams without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create teams without a signed-in user. \",\"displayName\":\"Create teams\",\"id\":\"23fc2474-f741-46ce-8465-674744c5c361\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Get a list of all teams, without a signed-in user.\",\"displayName\":\"Get a list of all teams\",\"id\":\"2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read @@ -16704,7 +12825,7 @@ interactions: user.\",\"displayName\":\"Read Teams devices\",\"id\":\"0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the app to read and write the management data for Teams devices, without a signed-in user.\",\"displayName\":\"Read and write Teams devices\",\"id\":\"79c02f5b-bd4f-4713-bc2c-a8a4a66e127b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read\\u00A0tags in Teams\\u00A0without a signed-in user.\",\"displayName\":\"Read + the app to read tags in Teams without a signed-in user.\",\"displayName\":\"Read tags in Teams\",\"id\":\"b74fd6c4-4bde-488e-9695-eeb100e4907f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write tags in Teams without a signed-in user.\",\"displayName\":\"Read and write tags in Teams\",\"id\":\"a3371ca5-911d-46d6-901c-42c8c7a937d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16721,8 +12842,8 @@ interactions: the app to read all the indicators for your organization, without a signed-in user.\",\"displayName\":\"Read all threat indicators\",\"id\":\"197ee4e9-b993-4066-898f-d6aecc55125b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), without a signed-in user. \\u00A0It cannot update - any threat indicators it does not own.\",\"displayName\":\"Manage threat indicators + (read, update and delete), without a signed-in user. It cannot update any + threat indicators it does not own.\",\"displayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"21792b6c-c986-4ffc-85de-df9da54b52fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read threat intelligence information, such as indicators, observations, and and articles, without a signed in user.\",\"displayName\":\"Read all Threat @@ -16754,6 +12875,9 @@ interactions: the app to read and write secondary mail addresses for all users, without a signed-in user.\",\"displayName\":\"Read and write all secondary mail addresses for users\",\"id\":\"280d0935-0796-47d1-8d26-273470a3f17a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-Mail.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all users without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + users\",\"id\":\"a94a502d-0281-4d15-8cd2-682ac9362c4c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write password profiles and reset passwords for all users, without a signed-in user.\",\"displayName\":\"Read and write all password profiles and reset user passwords\",\"id\":\"cc117bb9-00cf-4eb8-b580-ea2a878fe8f7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-PasswordProfile.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -16798,6 +12922,41 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' authentication methods \",\"id\":\"50483e42-d915-4231-9639-7fdb7fd190e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read email methods of all users in your organization, without a + signed-in user. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' email methods\",\"id\":\"a1e58be0-1095-422b-b067-73434bd7d40f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write email methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' email methods\",\"id\":\"e8ecb853-1435-4a49-95ba-ec5b31b11672\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read external authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' external authentication methods\",\"id\":\"d2c4289f-9f95-40da-ad43-eeb1506f0db7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write external authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' external + authentication methods\",\"id\":\"c7a22c2e-5b01-4129-8159-6c8be2c78f16\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' HardwareOATH authentication methods\",\"id\":\"7b544555-7811-49ff-8223-a56be870e33a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write HardwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + HardwareOATH authentication methods\",\"id\":\"7e9ebcc1-90aa-4471-8051-e68d6b4e9c89\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Microsoft authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' Microsoft authentication methods\",\"id\":\"a9c5f16e-e5ca-4e33-89ad-903fcfc01c23\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Microsoft Authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Microsoft Authentication methods\",\"id\":\"c833c349-a1ab-4b6d-94a2-fa9a8674420c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read @@ -16807,6 +12966,68 @@ interactions: to see secret information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' passkey authentication methods\",\"id\":\"0400e371-7db1-4338-a269-96069eb65227\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read password authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' password authentication methods\",\"id\":\"8d2c17ff-b93d-40d5-9def-d843680509cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write password authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' password + authentication methods\",\"id\":\"f6d38dfd-ec08-4995-8f07-23e929df0936\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read phone authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' phone authentication methods\",\"id\":\"f529a223-ea70-43ec-b268-5012de2fbaa2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write phone methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' phone methods\",\"id\":\"6e85d483-7092-4375-babe-0a94a8213a58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read platform credentials methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' platform credentials methods\",\"id\":\"07c0b1e4-15bd-442f-834b-30f8291388d1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write platform credentials methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' platform + credentials methods\",\"id\":\"1a87acf4-a9ca-4576-a974-452ea265d5f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read QR authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' QR methods\",\"id\":\"9a45bc50-cddd-4ebe-bd9c-4f2eacf646ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write QR authentication methods of all users in + your organization, without a signed-in user. This does not allow the app to + see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' QR methods\",\"id\":\"4869299f-18c3-40c8-98f2-222657e67db1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' SoftwareOATH methods\",\"id\":\"a6b423df-a0c8-411d-a809-a4a5985d2939\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write SoftwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + SoftwareOATH methods\",\"id\":\"787442d4-3c6e-4e99-aa95-8ccca20a48ff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read all users' Temporary Access + Pass methods\",\"id\":\"bf82209c-b22b-4747-ac88-a68be99032cf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Temporary Access Pass authentication methods + of all users in your organization, without a signed-in user. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Temporary Access Pass methods\",\"id\":\"627169a8-8c15-451c-861a-5b80e383de5c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization, without a signed-in user. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"displayName\":\"Read all users' Windows Hello methods\",\"id\":\"9b8dd4c7-8cca-4ef5-a34a-9c2c75fcc934\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Windows Hello authentication methods of + all users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Windows Hello authentication methods\",\"id\":\"f14eee8a-713e-45aa-8223-2ab74632db1a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send, read, update and delete user\u2019s notifications, without a signed-in user.\",\"displayName\":\"Deliver and manage all user's notifications\",\"id\":\"4e774092-a092-48d1-90bd-baad67c7eb47\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserNotification.ReadWrite.CreatedByApp\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all users' shift schedule preferences without a signed-in @@ -16814,7 +13035,9 @@ interactions: the app to manage all users' shift schedule preferences without a signed-in user.\",\"displayName\":\"Read and write all user shift preferences\",\"id\":\"d1eec298-80f3-49b0-9efb-d90e224798ac\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserShiftPreferences.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all user teamwork settings without a signed-in user.\",\"displayName\":\"Read - all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"This + role can read Verified Id profiles in a tenant.\",\"displayName\":\"Read Verified + Id profiles\",\"id\":\"e227c591-dd64-4a8a-a033-816167f7c938\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user\u2019s data by the online meetings application access policy.\",\"displayName\":\"Read @@ -16837,6 +13060,8 @@ interactions: the app to read and write all Windows update deployment settings for the organization without a signed-in user.\",\"displayName\":\"Read and write all Windows update deployment settings\",\"id\":\"7dd1be58-6e76-4401-bf8d-31d1e8180d5b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WindowsUpdates.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read workforce integrations without a signed-in user.\",\"displayName\":\"Read + workforce integrations\",\"id\":\"f10b94b9-37d1-4c88-8b7e-bf75a1152d39\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.\",\"displayName\":\"Read and write workforce integrations\",\"id\":\"202bf709-e8e6-478e-bcfd-5d63c50b68e3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"info\":{\"logoUrl\":null,\"marketingUrl\":null,\"privacyStatementUrl\":null,\"supportUrl\":null,\"termsOfServiceUrl\":null},\"keyCredentials\":[],\"oauth2PermissionScopes\":[{\"adminConsentDescription\":\"Allows @@ -16874,6 +13099,158 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.\",\"userConsentDisplayName\":\"Read and write administrative units\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent cards and their skills in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"id\":\"73ea6732-992c-4292-98f7-9feff18d3ade\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent cards and their skills on your behalf.\",\"userConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"value\":\"AgentCard.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent cards in Agent Registry\",\"id\":\"b0f726a8-0fa2-4ce2-937b-fd17a446261f\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + on your behalf.\",\"userConsentDisplayName\":\"Read and write agent cards + in Agent Registry\",\"value\":\"AgentCard.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent card manifests in your organization's Agent Registry + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read agent + card manifests in Agent Registry\",\"id\":\"ada96a26-9579-4c29-a578-c3482a765716\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write agent card manifests in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"id\":\"80151b1a-1c31-4846-ae0d-c79939ee13d1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read collections and their membership in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + collections in Agent Registry\",\"id\":\"fa50be38-fdff-469c-96dc-ef5fce3c64bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read collections and their membership on your behalf.\",\"userConsentDisplayName\":\"Read + collections in Agent Registry\",\"value\":\"AgentCollection.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read global collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + global collection in Agent Registry\",\"id\":\"b14924c8-87f1-438a-81f2-dc370ba2f45d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read global collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + global collection in Agent Registry\",\"value\":\"AgentCollection.Read.Global\"},{\"adminConsentDescription\":\"Allows + the app to read quarantined collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"id\":\"43acfda3-daf3-4aa4-955d-b051d0024e82\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read quarantined collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"value\":\"AgentCollection.Read.Quarantined\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write collections in Agent Registry\",\"id\":\"6d8a7002-a05e-4b95-a768-0e6f0badc6c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write collections + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update global collection and manage its membership in + your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write global collection in Agent Registry\",\"id\":\"c001dd65-8a6b-4349-ab0c-4e8a410d28d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update global collection and manage its membership on + your behalf.\",\"userConsentDisplayName\":\"Read and write global collection + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Global\"},{\"adminConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write quarantined collection in Agent Registry\",\"id\":\"ae331cc9-9f51-484b-a90b-124f2e4a6398\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write quarantined + collection in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Quarantined\"},{\"adminConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"adminConsentDisplayName\":\"Delete + and restore agent identities\",\"id\":\"c8ee41e5-35e7-4fe9-8ecb-93493adcac5b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"userConsentDisplayName\":\"Delete + and restore agent identities\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"adminConsentDisplayName\":\"Enable + or disable agent identities\",\"id\":\"a501206a-e364-4a3f-be6e-765806d0e323\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"userConsentDisplayName\":\"Enable + or disable agent identities\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identities.\",\"adminConsentDisplayName\":\"Read + all agent identities\",\"id\":\"5e850691-d86a-4b24-bfa6-8a52fb37a0c1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identities.\",\"userConsentDisplayName\":\"Read + all agent identities\",\"value\":\"AgentIdentity.Read.All\"},{\"adminConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Read and write all agent identities\",\"id\":\"4a4facd5-0ee1-49b7-a5b2-fdcc2491685e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"userConsentDisplayName\":\"Read and write all agent identities\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"id\":\"75b5feb2-bfe7-423f-907d-cc505186f246\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprints.\",\"id\":\"8fc15edd-ba24-494e-9bf6-d38e1b7ba8fd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f12ba1f6-afb7-4685-9a30-21e8c3f551d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"adminConsentDisplayName\":\"Read + all agent identity blueprints\",\"id\":\"26512dc8-1364-4e9f-867c-6d8b22a9e162\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"userConsentDisplayName\":\"Read + all agent identity blueprints\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"id\":\"4fd490fc-1467-48eb-8a4c-421597ab0402\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"id\":\"6f677aa9-25af-49a5-8a1d-628dc7f0d009\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint branding\",\"id\":\"60960e31-67cb-4d25-9d36-4922109923a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint branding\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"00dcd896-6b23-42ce-b5de-c58493c05e22\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"2c70023e-a482-4af2-9ff1-51ded53e6bad\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"adminConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"id\":\"e7475e0a-9f02-43e2-a250-5c2ea74ccd0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"userConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"id\":\"88c856a2-de61-4632-b2d4-ac503cbc8dd2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"id\":\"bf2cad6a-9082-438a-9a63-95fa2687af65\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"ad57fb88-4658-4fd6-ab7d-e43184b08e4e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"52a417d9-0b3c-4466-9a3b-66960de73d74\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"adminConsentDescription\":\"Allows + the app to read agent instances and their related collections in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"id\":\"4c3c738a-2df0-4877-bf4a-f796950ff34c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent instances and their related collections on your behalf.\",\"userConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"value\":\"AgentInstance.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"id\":\"fc79e324-da24-497a-b5ec-e7de08320375\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read terms of use agreements on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all terms of use agreements\",\"id\":\"af2819c9-df71-4dd3-ade7-4d7c9dc653b7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read terms of use agreements on your behalf.\",\"userConsentDisplayName\":\"Read @@ -16953,6 +13330,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read applications\",\"id\":\"c79f8feb-a9db-4090-85f9-90d820caa0eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read applications and service principals on your behalf.\",\"userConsentDisplayName\":\"Read applications\",\"value\":\"Application.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update all apps in your organization, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read and update all apps\",\"id\":\"0586a906-4d89-4de8-b3c8-1aacdcc0c679\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update all apps in your organization, on your behalf.\",\"userConsentDisplayName\":\"Read + and update all apps\",\"value\":\"Application.ReadUpdate.All\"},{\"adminConsentDescription\":\"Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.\",\"adminConsentDisplayName\":\"Read and write all applications\",\"id\":\"bdfbf15f-ee85-4955-8675-146e8e5296b5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -16991,7 +13372,15 @@ interactions: create, and update attack simulation data of an organization\",\"id\":\"27608d7c-2c66-4cad-a657-951d575f5a60\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.\",\"userConsentDisplayName\":\"Read, create, - and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Read + activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"id\":\"16786f81-40d2-4116-bb26-d1a753bf0b20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"value\":\"AuditActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"a78fd341-0672-4792-a8ae-a5925b2546eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"value\":\"AuditActivity.Write\"},{\"adminConsentDescription\":\"Allows the app to read and query your audit log activities, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read audit log data\",\"id\":\"e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and query your audit log activities, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -17190,8 +13579,8 @@ interactions: delegate and shared calendars.\",\"adminConsentDisplayName\":\"Read user and shared calendars\",\"id\":\"2b9c4092-424d-4249-948d-b43879977640\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read events in all calendars that you can access, including delegate - and shared calendars.\\u00A0\",\"userConsentDisplayName\":\"Read calendars\\u00A0you - can access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows + and shared calendars. \",\"userConsentDisplayName\":\"Read calendars you can + access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.\",\"adminConsentDisplayName\":\"Read basic details of user calendars\",\"id\":\"662d75ba-a364-42ad-adee-f5f880ea4878\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -17210,6 +13599,10 @@ interactions: organization you have permissions to access. This includes delegate and shared calendars.\",\"userConsentDisplayName\":\"Read and write to your and shared calendars\",\"value\":\"Calendars.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read all AI Insights for calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all AI Insights for calls. \",\"id\":\"e24bdaf9-83f8-468b-a144-c681ccb6caf4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read all AI Insights for calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all AI Insights for calls.\",\"value\":\"CallAiInsights.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read delegation settings of you\",\"adminConsentDisplayName\":\"Read delegation settings\",\"id\":\"305b375b-00fe-48bf-81bc-e8d78954c1b6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows you to read your delegation settings\",\"userConsentDisplayName\":\"Read your @@ -17222,6 +13615,14 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read call event data\",\"id\":\"43431c03-960e-400f-87c6-8f910321dca3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read call event information for an organization on your behalf.\",\"userConsentDisplayName\":\"Read call event data\",\"value\":\"CallEvents.Read\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all recordings of calls. \",\"id\":\"63d31bd6-bcf5-40ca-8283-ba4130a66405\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all recordings of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all recordings of calls.\",\"value\":\"CallRecordings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all transcripts of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all transcripts of calls. \",\"id\":\"fbace248-5d8e-441c-85ca-cc19221a69a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all transcripts of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all transcripts of calls.\",\"value\":\"CallTranscripts.Read.All\"},{\"adminConsentDescription\":\"Allows to read all Change Management items.\",\"adminConsentDisplayName\":\"Read Change Management items\",\"id\":\"4628dff5-c33e-4fde-b17a-b64e7acb1bed\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows to read all Change Management items.\",\"userConsentDisplayName\":\"Read Change @@ -17278,7 +13679,7 @@ interactions: and write the names, descriptions, and settings of channels\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to create chats on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create chats\",\"id\":\"38826093-1258-4dea-98f0-00003be2b8d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create chats on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create chats on your behalf. \",\"userConsentDisplayName\":\"Create chats\",\"value\":\"Chat.Create\"},{\"adminConsentDescription\":\"Allows the app to delete and recover deleted chats, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Delete and recover deleted chats\",\"id\":\"bb64e6fc-6b6d-4752-aea0-dd922dbba588\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -17376,6 +13777,12 @@ interactions: the app to read app consent requests for your approval, and deny or approve those request on your behalf.\",\"userConsentDisplayName\":\"Read and write consent requests\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of contacts a user + has permissions to, including their own and shared contacts.\",\"adminConsentDisplayName\":\"Read + and update the on-premises sync behavior of contacts\",\"id\":\"1e4c6c41-0803-4f52-85ef-0a5d63ad8670\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of contacts you have permissions + to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of your own and shared contacts\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read user contacts. \",\"adminConsentDisplayName\":\"Read user contacts \",\"id\":\"ff74d97f-43af-4b68-9f2a-b77ee6968c5d\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read contacts in your contact folders.\",\"userConsentDisplayName\":\"Read @@ -17395,6 +13802,38 @@ interactions: the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read and write to your and shared contacts\",\"value\":\"Contacts.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"adminConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"id\":\"7e2467d1-f874-46bb-828e-24cb06b29d3f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"userConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"value\":\"Content.Process.All\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"adminConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"id\":\"1d787a13-f750-4ad6-875a-fcbd2725596b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"userConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"value\":\"Content.Process.User\"},{\"adminConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"62c55b2f-a2b1-4312-8385-be57afd901b4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"value\":\"ContentActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"id\":\"948caae6-152a-48cd-a746-4844af30e8e9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"value\":\"ContentActivity.Write\"},{\"adminConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Delete Microsoft 365 Copilot conversations\",\"id\":\"ed510a02-ac32-45f9-93e6-04864f7f7e47\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on your behalf.\",\"userConsentDisplayName\":\"Delete + Microsoft 365 Copilot conversations\",\"value\":\"CopilotConversation.Delete\"},{\"adminConsentDescription\":\"Allows + the user to read the packages information\",\"adminConsentDisplayName\":\"Read + all packages information\",\"id\":\"a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read packages information.\",\"userConsentDisplayName\":\"Read + all packages information\",\"value\":\"CopilotPackages.Read.All\"},{\"adminConsentDescription\":\"Allows + the user to read and update the packages information\",\"adminConsentDisplayName\":\"Read + and update all packages information\",\"id\":\"e9c5fd18-ac15-43dd-9f5c-6f9611dd5604\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update packages information.\",\"userConsentDisplayName\":\"Read + and update all packages information\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organization-wide copilot limited mode setting\",\"id\":\"aeb2982d-632d-4155-b533-18756ab6fdd8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -17413,46 +13852,45 @@ interactions: within the Azure AD ecosystem on your behalf.\",\"userConsentDisplayName\":\"Read cross-tenant basic information\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export external user data (e.g. customer content or system-generated - logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + the current tenant on behalf of the signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"id\":\"cb1ba48f-d22b-4325-a07f-74135a62ee41\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"value\":\"CrossTenantUserProfileSharing.Read\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export their data\",\"id\":\"759dcd16-3c90-463c-937e-abf89f991c18\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export external user data (e.g. customer content or system-generated logs), + with the current tenant on your behalf. It also permits the application to + export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export data\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export and remove external user data (e.g. customer content - or system-generated logs), associated with the current tenant on behalf of - the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant - user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the current tenant on behalf of the signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated + logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + shared cross-tenant user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export or delete their data\",\"id\":\"64dfa325-cbf8-48e3-938d-51224a0cac01\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's custom authentication extensions on behalf @@ -17709,6 +14147,16 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and update Azure AD recommendations\",\"id\":\"f37235e8-90a0-4189-93e2-e55b53867ccd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update Azure AD recommendations, on your behalf.\",\"userConsentDisplayName\":\"Read and update Azure AD recommendations\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"adminConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"33203a2a-a761-40f0-8a7c-a7e74a9f8ac6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"userConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"adminConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"id\":\"857bd3ea-490e-4284-88a7-a7de1893b6ee\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"userConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all domain properties on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read domains.\",\"id\":\"2f9ee017-59c1-4f1d-9472-bd5529a7b311\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all domain properties on your behalf.\",\"userConsentDisplayName\":\"Read @@ -17754,7 +14202,7 @@ interactions: your assignments without grades\",\"value\":\"EduAssignments.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments and their grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments and their grades\",\"id\":\"2f233e90-164b-4501-8bce-31af2559a2d3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view and modify your assignments on your behalf including \\u00A0grades.\",\"userConsentDisplayName\":\"View + the app to view and modify your assignments on your behalf including grades.\",\"userConsentDisplayName\":\"View and modify your assignments and grades\",\"value\":\"EduAssignments.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments without grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments without grades\",\"id\":\"2ef770a1-622a-47c4-93ee-28d6adbed3a0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -17778,13 +14226,13 @@ interactions: your school, class and user information\",\"value\":\"EduRoster.Read\"},{\"adminConsentDescription\":\"Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties - about users to be read on behalf of the user.\\u00A0Includes name, status, - education role, email address and photo.\",\"adminConsentDisplayName\":\"Read - a limited subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view minimal \\u00A0information about both schools and classes - in your organization and education-related information about you and other - users on your behalf.\",\"userConsentDisplayName\":\"View a limited subset - of your school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows + about users to be read on behalf of the user. Includes name, status, education + role, email address and photo.\",\"adminConsentDisplayName\":\"Read a limited + subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to view minimal information about both schools and classes in your + organization and education-related information about you and other users on + your behalf.\",\"userConsentDisplayName\":\"View a limited subset of your + school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' @@ -17796,6 +14244,23 @@ interactions: users' email address\",\"id\":\"64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your primary email address\",\"userConsentDisplayName\":\"View your email address\",\"value\":\"email\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage conversations, and to read their properties on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Viva + Engage conversations\",\"id\":\"c55541d9-2cdd-4fad-8ead-0c08fae5b0c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage conversations\",\"value\":\"EngagementConversation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage conversations\",\"id\":\"ebbfd079-1634-4640-8618-68b19ebbed1d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + communities\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage Teams QA conversations, and to read their properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + Viva Engage Teams QA conversations\",\"id\":\"58c5819e-29bd-4400-ad52-82cd82a63fbd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage Teams QA + conversations\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"adminConsentDescription\":\"Allows the app to list a user's Viva Engage roles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's Viva Engage roles \",\"id\":\"9f1da0fc-345c-4dfb-bab5-5215a073a417\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to list your Viva Engage roles, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -17848,6 +14313,10 @@ interactions: user via Exchange Web Services\",\"id\":\"9769c687-087d-48ac-9cb3-c37dde652038\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app full access to your mailboxes on your behalf.\",\"userConsentDisplayName\":\"Access your mailboxes\",\"value\":\"EWS.AccessAsUser.All\"},{\"adminConsentDescription\":\"Allows + the app to search the email message trace on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Search + the email message trace\",\"id\":\"b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to search the email message trace on your behalf.\",\"userConsentDisplayName\":\"Search + the email message trace\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.\",\"adminConsentDisplayName\":\"Read all external connections\",\"id\":\"a38267a5-26b6-4d76-9493-935b7599116b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -17958,6 +14427,26 @@ interactions: file storage containers and the permissions granted will be configured in Microsoft 365 by the developer of each container type.\",\"userConsentDisplayName\":\"Access selected file storage containers\",\"value\":\"FileStorageContainer.Selected\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container types on behalf of the signed + in user. The user must be a SharePoint Embedded Admin or Global Admin.\",\"adminConsentDisplayName\":\"Manage + file storage container types on behalf of the signed in user\",\"id\":\"8e6ec84c-5fcd-4cc7-ac8a-2296efc0ed9b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container types on your behalf. You + must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container types on your behalf\",\"value\":\"FileStorageContainerType.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container type registrations on behalf + of the signed in user. The user must be a SharePoint Embedded Admin or Global + Admin.\",\"adminConsentDisplayName\":\"Manage file storage container type + registrations on behalf of the signed in user\",\"id\":\"c319a7df-930e-44c0-a43b-7e5e9c7f4f24\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container type registrations on your + behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container type registrations on your behalf\",\"value\":\"FileStorageContainerTypeReg.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on behalf of the signed in user. The user must be a SharePoint Embedded Admin + or Global Admin.\",\"adminConsentDisplayName\":\"Access selected file storage + container type registrations.\",\"id\":\"d1e4f63a-1569-475c-b9b2-bdc140405e38\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on your behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Access + selected file storage container type registrations.\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"adminConsentDescription\":\"Allows the app to read and write financials data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write financials data\",\"id\":\"f534bf13-55d4-45a9-8f3c-c92fe64d6131\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write financials data on your behalf.\",\"userConsentDisplayName\":\"Read @@ -17979,6 +14468,11 @@ interactions: access to.\",\"adminConsentDisplayName\":\"Read and write group conversations\",\"id\":\"302bcbb5-855a-4e49-ae20-94a331b0281e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write group conversations that the signed-in user has access to.\",\"userConsentDisplayName\":\"Read and write group conversations\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of groups on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of groups\",\"id\":\"37e00479-5776-4659-aecf-4841ec5d590a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of groups on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of groups\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access.\",\"adminConsentDisplayName\":\"Read @@ -18007,6 +14501,20 @@ interactions: the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.\",\"userConsentDisplayName\":\"Read and write group memberships\",\"value\":\"GroupMember.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + group settings that user can access\",\"id\":\"2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on your behalf.\",\"userConsentDisplayName\":\"Read all group settings that + user can access\",\"value\":\"GroupSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all group settings that user can access\",\"id\":\"c1691a6d-99e2-4cfa-b4b5-9e4d67dc0f36\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all group settings + that user can access\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all scenario health monitoring alerts\",\"adminConsentDisplayName\":\"Read all scenario health monitoring alerts\",\"id\":\"74b4ff32-4917-4536-a66d-38a4861e6220\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all scenario health monitoring alerts, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -18044,13 +14552,24 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risk event information\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include confirming risk event detections.\\u00A0\",\"adminConsentDisplayName\":\"Read - and write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + confirming risk event detections. \",\"adminConsentDisplayName\":\"Read and + write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on your behalf.\\u00A0Update operations include confirming - risk event detections.\\u00A0\",\"userConsentDisplayName\":\"Read and write - risk event information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include confirming risk + event detections. \",\"userConsentDisplayName\":\"Read and write risk event + information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read risky agents information\",\"id\":\"3215c57f-3faa-4295-95c2-6f14a5bc6124\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read risky agents information\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on behalf of the signed-in user. Update operations include + dismissing risky agents.\",\"adminConsentDisplayName\":\"Read and write risky + agents information\",\"id\":\"d343bdeb-db6a-4e06-97da-9dafc2d61c60\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on your behalf. Update operations include dismissing + risky agents.\",\"userConsentDisplayName\":\"Read and write risky agents information\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity risky service principal information\",\"id\":\"ea5c4ab0-5a73-4f35-8272-5d5337884e5d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -18072,13 +14591,12 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risky user information\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write - risky user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write risky + user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on your behalf.\\u00A0Update operations include dismissing - risky users.\",\"userConsentDisplayName\":\"Read and write identity risky - user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include dismissing risky + users.\",\"userConsentDisplayName\":\"Read and write identity risky user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's user flows, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity user flows\",\"id\":\"2903d63d-4611-4d43-99ce-a33f3f52e343\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's user flows, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -18185,20 +14703,21 @@ interactions: the app to read learning content in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning content\",\"id\":\"ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read learning content in the organization's directory, on your - behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on your behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Manage learning content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on your + behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning - provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0data\\u00A0for\\u00A0the - learning\\u00A0provider\\u00A0in\\u00A0the organization's\\u00A0directory, + provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read data for the learning provider in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Read learning provider\",\"value\":\"LearningProvider.Read\"},{\"adminConsentDescription\":\"Allows the app to create, update, read, and delete data for the learning provider - in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0create, - update, read, and delete\\u00A0data\\u00A0for\\u00A0the learning\\u00A0provider\\u00A0in\\u00A0the - organization's\\u00A0directory, on your behalf.\",\"userConsentDisplayName\":\"Manage + in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage + learning provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, update, read, and delete data for the learning provider + in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Manage learning provider\",\"value\":\"LearningProvider.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -18275,6 +14794,24 @@ interactions: \ The specific lists and the permissions granted will be configured in SharePoint Online.\",\"userConsentDisplayName\":\"Access selected Lists, on behalf of the signed-in user\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in user mailboxes, on behalf of the signed-in user. Does not include + permission to send mail.\",\"adminConsentDisplayName\":\"Read and write the + user's mail, including modifying existing non-draft mails\",\"id\":\"f3af82f6-18e0-4a41-8dc8-a03c11854a8d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in your mailboxes, on your behalf. Does not include permission to send + mail.\",\"userConsentDisplayName\":\"Read and write your mail, including modifying + existing non-draft mails\",\"value\":\"Mail-Advanced.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails a user has permission to access, on behalf of the signed-in + user. This includes their own and shared mail. Does not include permission + to send mail.\",\"adminConsentDisplayName\":\"Read and write all mail the + user can access, including modifying existing non-draft mails\",\"id\":\"bebf0bb6-2ff3-4295-a17d-f3561da294fb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails you have permission to access, on your behalf. This includes + your own mail and shared mail. Does not include permission to send mail.\",\"userConsentDisplayName\":\"Read + and write all mail you can access, including modifying existing non-draft + mails\",\"value\":\"Mail-Advanced.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to read the signed-in user's mailbox.\",\"adminConsentDisplayName\":\"Read user mail \",\"id\":\"570282fd-fa5c-430d-a7fd-fc8dc98a9dca\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read email in your mailbox.\",\"userConsentDisplayName\":\"Read @@ -18308,8 +14845,7 @@ interactions: mail\",\"id\":\"5df07973-7d5d-46ed-9847-1271055cbd51\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on - your behalf.\",\"userConsentDisplayName\":\"Read and write mail\\u00A0you - can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + your behalf.\",\"userConsentDisplayName\":\"Read and write mail you can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to send mail as users in the organization.\",\"adminConsentDisplayName\":\"Send mail as a user \",\"id\":\"e383f46e-2787-4529-855e-0e479a3ffac0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you.\",\"userConsentDisplayName\":\"Send mail as you @@ -18318,6 +14854,15 @@ interactions: mail on behalf of others\",\"id\":\"a367ab51-6b49-43bf-a716-a1fb06d2a174\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you or on-behalf of someone else.\",\"userConsentDisplayName\":\"Send mail on behalf of others or yourself\",\"value\":\"Mail.Send.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read user's UserConfiguration objects, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Read user's UserConfiguration objects\",\"id\":\"dce2e6fc-0f4b-40da-94e2-14b4477f3d92\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + your UserConfiguration objects\",\"value\":\"MailboxConfigItem.Read\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete user's UserConfiguration objects, + on behalf of the the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write user's UserConfiguration objects\",\"id\":\"7d461784-7715-4b09-9f90-91a6d8722652\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + and write your UserConfiguration objects\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read the user's mailbox folders, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's mailbox folders\",\"id\":\"52dc2051-4958-4636-8f2a-281d39c6981c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read @@ -18326,6 +14871,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write a user's mailbox folders\",\"id\":\"077fde41-7e0b-4c5b-bcd1-e9d743a30c80\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read and write your mailbox folders\",\"value\":\"MailboxFolder.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to export the user's mailbox items, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Export a user's mailbox items\",\"id\":\"58d3e7fa-3ce9-4a0c-9baa-0971f64709d9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export your mailbox items, on your behalf\",\"userConsentDisplayName\":\"Export + your mailbox items\",\"value\":\"MailboxItem.Export\"},{\"adminConsentDescription\":\"Allows the app to backup, restore, and modify mailbox items on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Allows the app to perform backup and restore of mailbox items\",\"id\":\"df96e8a0-f4e1-4ecf-8d83-a429f822cbd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -18484,8 +15033,8 @@ interactions: user's online meeting artifacts\",\"value\":\"OnlineMeetingArtifact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all recordings of online meetings, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all recordings of online meetings.\",\"id\":\"190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all recordings of online meetings, on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read - all recordings of online meetings.\\u00A0\",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of online meetings, on your behalf. \",\"userConsentDisplayName\":\"Read + all recordings of online meetings. \",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read online meeting details on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read user's online meetings\",\"id\":\"9be106e1-f4e3-4df5-bdff-e4bc531cbe43\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read online meeting details on your behalf.\",\"userConsentDisplayName\":\"Read @@ -18525,19 +15074,18 @@ interactions: app to read your basic profile information.\",\"userConsentDisplayName\":\"Sign in as you\",\"value\":\"openid\"},{\"adminConsentDescription\":\"Allows the app to read the organization and related resources, on behalf of the signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read the organization and related resources, on your behalf.\\u00A0Related + user. Related resources include things like subscribed skus and tenant branding + information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.\",\"userConsentDisplayName\":\"Read organization information\",\"value\":\"Organization.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and write the organization and related resources, on behalf - of the signed-in user.\\u00A0Related resources include things like subscribed - skus and tenant branding information.\",\"adminConsentDisplayName\":\"Read - and write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + of the signed-in user. Related resources include things like subscribed skus + and tenant branding information.\",\"adminConsentDisplayName\":\"Read and + write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the organization and related resources, on your - behalf.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"userConsentDisplayName\":\"Read and write organization - information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf. Related resources include things like subscribed skus and tenant branding + information.\",\"userConsentDisplayName\":\"Read and write organization information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read the organizational branding information, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organizational branding information\",\"id\":\"9082f138-6f02-4f3a-9f4d-5f3c2ce5c688\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -18550,10 +15098,10 @@ interactions: behalf.\",\"userConsentDisplayName\":\"Read and write organizational branding information\",\"value\":\"OrganizationalBranding.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all organizational contacts on behalf of the signed-in user. - \\u00A0These contacts are managed by the organization and are different from - a user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational + \ These contacts are managed by the organization and are different from a + user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational contacts\",\"id\":\"08432d1b-5911-483c-86df-7980af5cdee0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all organizational contacts on your behalf.\\u00A0 These contacts + the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.\",\"userConsentDisplayName\":\"Read organizational contacts\",\"value\":\"OrgContact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide apps and services settings on behalf of @@ -18697,6 +15245,11 @@ interactions: your organization's policies\",\"id\":\"572fea84-0151-49b2-9301-11cb16974376\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's policies on your behalf.\",\"userConsentDisplayName\":\"Read your organization's policies\",\"value\":\"Policy.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read the authentication method policies, on behalf of the signed-in + user. \",\"adminConsentDisplayName\":\"Read authentication method policies\",\"id\":\"a6ff13ac-1851-4993-8ca9-a671d70de2d5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the authentication method policies for your tenant, on your + behalf.\",\"userConsentDisplayName\":\"Read your authentication method policies + \",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows the app to read your organization's conditional access policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization's conditional access policies\",\"id\":\"633e0fce-8c58-4cfb-9495-12bbd5a24f7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -18745,8 +15298,8 @@ interactions: on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication flow policies\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"adminConsentDescription\":\"Allows the app to read and write the authentication method policies, on behalf of - the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write - authentication method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the signed-in user. \",\"adminConsentDisplayName\":\"Read and write authentication + method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the authentication method policies for your tenant, on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication method policies \",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows @@ -18769,12 +15322,19 @@ interactions: request policy\",\"id\":\"4d135e65-66b8-41a8-9f8b-081452c91774\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's consent request policy on your behalf.\",\"userConsentDisplayName\":\"Read and write consent request policy\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"adminConsentDescription\":\"Allows - the app to read and write your organization's cross tenant access policies - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and - write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's cross tenant access policies on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's cross tenant access policies\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write your organization's M365 cross tenant access capabilities\",\"id\":\"9ef7463f-1d39-406f-89ea-3483a4645e1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's + M365 cross tenant access capabilities\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"adminConsentDescription\":\"Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -18878,29 +15438,29 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write print connectors\",\"id\":\"79ef9967-7d59-4213-9c64-4b10687637d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and write print connectors on your behalf.\",\"userConsentDisplayName\":\"Read and write print connectors\",\"value\":\"PrintConnector.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to create (register) printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to create (register) printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows + the application to create (register) printers on behalf of the signed-in user. + \",\"adminConsentDisplayName\":\"Register printers \",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to create (register) printers on your behalf. \",\"userConsentDisplayName\":\"Register + printers \",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register, + printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Register, read, update, and unregister printers\",\"id\":\"93dae4bd-43a1-4a23-9a1a-92957e1d9121\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on your behalf.\\u00A0\\u00A0\",\"userConsentDisplayName\":\"Register, - read, update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows - the application to read printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + printers on your behalf. \",\"userConsentDisplayName\":\"Register, read, + update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows + the application to read printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printers\",\"id\":\"3a736c8a-018e-460a-b60c-863b2683e8bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printers on your behalf. \",\"userConsentDisplayName\":\"Read printers\",\"value\":\"Printer.Read.All\"},{\"adminConsentDescription\":\"Allows - the application to read and update printers on behalf of the signed-in user.\\u00A0Does - not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read + the application to read and update printers on behalf of the signed-in user. + Does not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read and update printers\",\"id\":\"89f66824-725f-4b8f-928e-e1c5258dc565\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printers on your behalf.\\u00A0Does not - allow creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read + the application to read and update printers on your behalf. Does not allow + creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read and update printers\",\"value\":\"Printer.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to read printer shares on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + the application to read printer shares on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printer shares\",\"id\":\"ed11134d-2f3f-440d-a2e1-411efada2502\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the application to read printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printer shares on your behalf. \",\"userConsentDisplayName\":\"Read printer shares\",\"value\":\"PrinterShare.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.\",\"adminConsentDisplayName\":\"Read @@ -18908,8 +15468,8 @@ interactions: the application to read basic information about printer shares on your behalf.\",\"userConsentDisplayName\":\"Read basic information about printer shares\",\"value\":\"PrinterShare.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update printer shares on behalf of the signed-in - user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + user. \",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to read and update printer shares on your behalf. \",\"userConsentDisplayName\":\"Read and update printer shares\",\"value\":\"PrinterShare.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Create @@ -18923,10 +15483,10 @@ interactions: the application to read the metadata and document content of print jobs that you created.\",\"userConsentDisplayName\":\"Read your print jobs\",\"value\":\"PrintJob.Read\"},{\"adminConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read - print jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read print + jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows + your behalf. \",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of user's print jobs\",\"id\":\"6a71a747-280f-4670-9ca0-a9cbf882b274\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -18934,10 +15494,10 @@ interactions: not allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of your print jobs\",\"value\":\"PrintJob.ReadBasic\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs on behalf of the signed-in - user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of print jobs\",\"id\":\"04ce8d60-72ce-4867-85cf-6d82f36922f3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read the metadata of print jobs on your behalf. Does not + allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of print jobs\",\"value\":\"PrintJob.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Read @@ -18946,11 +15506,11 @@ interactions: jobs that you created.\",\"userConsentDisplayName\":\"Read and update your print jobs\",\"value\":\"PrintJob.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + jobs on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read and write print jobs\",\"id\":\"036b9544-e8c5-46ef-900a-0646cc42b271\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read and update - print jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + jobs on your behalf. \",\"userConsentDisplayName\":\"Read and update print + jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of user's print jobs\",\"id\":\"6f2d22f2-1cb6-412c-a17c-3336817eaa82\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -18958,10 +15518,10 @@ interactions: Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of your print jobs\",\"value\":\"PrintJob.ReadWriteBasic\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs on behalf of - the signed-in user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + the signed-in user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of print jobs\",\"id\":\"3a0db2f6-0d2a-4c19-971b-49109b19ad3d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read and update the metadata of print jobs on your behalf. + Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of print jobs\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read tenant-wide print settings on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read tenant-wide print settings\",\"id\":\"490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -19013,7 +15573,7 @@ interactions: groups, storage, compute) on behalf of the signed-in users.\",\"adminConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"id\":\"a84a9652-ffd3-496e-a991-22ba5529156a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to request and manage time-based assignment and just-in-time elevation - of user privileges to manage \\u00A0your Azure resources (like your subscriptions, + of user privileges to manage your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.\",\"userConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"value\":\"PrivilegedAccess.ReadWrite.AzureResources\"},{\"adminConsentDescription\":\"Allows the app to read time-based assignment schedules for access to Azure AD groups, @@ -19077,6 +15637,22 @@ interactions: the app to read, update and perform action on programs and program controls that you have access to.\",\"userConsentDisplayName\":\"Manage programs that you can access\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"adminConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"id\":\"98f5a27a-539a-48bc-a597-f78e9e1e76bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"userConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"value\":\"ProtectionScopes.Compute.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"adminConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"id\":\"4fc04d16-a9fc-4c5e-8da4-79b6c33638a4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"userConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"value\":\"ProtectionScopes.Compute.User\"},{\"adminConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read provisioning log data\",\"id\":\"95aec97b-cf27-4a8d-a67d-42f60b5b38ef\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on your behalf.\",\"userConsentDisplayName\":\"Read + provisioning log data\",\"value\":\"ProvisioningLog.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -19097,12 +15673,18 @@ interactions: all Questions and Answers that the user can access.\",\"id\":\"f73fa04f-b9a5-4df9-8843-993ce928925e\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read all question and answer sets that you can access.\",\"userConsentDisplayName\":\"Read all Questions and Answers that you can access.\",\"value\":\"QnA.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Access real-time enriched + data in a meeting\",\"id\":\"db5d5bae-0c9e-444e-9390-8a5fea98c253\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on your + behalf.\",\"userConsentDisplayName\":\"Access real-time enriched data in a + meeting\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read - Records Management configuration,\\u00A0labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + Records Management configuration, labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.\",\"userConsentDisplayName\":\"Read Records - Management configuration,\\u00A0labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow + Management configuration, labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write Records Management configuration, labels, and policies\",\"id\":\"f2833d75-a4e6-40ab-86d4-6dfe73c97605\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -19213,11 +15795,11 @@ interactions: assignments.\",\"userConsentDisplayName\":\"Read role management data for all RBAC providers\",\"value\":\"RoleManagement.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - behalf of the signed-in user.\\u00A0 This includes reading Cloud PC role definitions + behalf of the signed-in user. This includes reading Cloud PC role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"id\":\"9619b88a-8a25-48a7-9571-d23be0337a79\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - your behalf.\\u00A0 This includes reading Cloud PC role definitions and role - assignments.\",\"userConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows + your behalf. This includes reading Cloud PC role definitions and role assignments.\",\"userConsentDisplayName\":\"Read + Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read @@ -19383,6 +15965,16 @@ interactions: like deleting an email, on your behalf.\",\"userConsentDisplayName\":\"Read metadata, detection details, and execute remediation actions on emails in your organization\",\"value\":\"SecurityAnalyzedMessage.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all Security Copilot signed-in user's resources on behalf + of the signed-in user\",\"adminConsentDisplayName\":\"Read all Security Copilot + resources for the signed-in user\",\"id\":\"84499c31-ac2e-44d3-a0cf-a6c386d4dfe8\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Read + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write Security Copilot resources owned by the signed-in + user on their behalf.\",\"adminConsentDisplayName\":\"Read and write individually + owned Security Copilot resources of the signed-in user\",\"id\":\"206291b0-2167-47a7-a640-6cdc1df710ba\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to write Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Write + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization\u2019s security events on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization\u2019s security events\",\"id\":\"64733abd-851e-478a-bffb-e47a14b18235\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -19395,6 +15987,25 @@ interactions: the app to read your organization\u2019s security events on your behalf. Also allows you to update editable properties in security events.\",\"userConsentDisplayName\":\"Read and update your organization\u2019s security events\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all the identity security available identity accounts\",\"adminConsentDisplayName\":\"Read + identity security available identity accounts\",\"id\":\"3e9ed69a-a48e-473c-8b97-413016703a37\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all the identity security available identity accounts on your + behalf.\",\"userConsentDisplayName\":\"Read identity security available identity + accounts\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write identity security available actions on behalf of + the signed-in identity.\",\"adminConsentDisplayName\":\"Read and perform identity + security available actions\",\"id\":\"818229ce-20e4-47bd-92f4-bc94dbb37a56\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write identity security available actions on your behalf.\",\"userConsentDisplayName\":\"Read + and perform identity security available actions\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the sensors window auditing configuration of the signed in + user\",\"adminConsentDisplayName\":\"Read sensors window auditing configuration\",\"id\":\"8ff90903-1ecb-4f3a-b8b2-42120374ecd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the sensors window auditing configuration on your behalf\",\"userConsentDisplayName\":\"Read + sensors window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration of the + signed in user\",\"adminConsentDisplayName\":\"Read and write sensors window + auditing configuration\",\"id\":\"b810fdb4-8733-43bd-9b37-fddb7215c69f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration on your + behalf\",\"userConsentDisplayName\":\"Read and write window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all the identity security health issues of signed user\",\"adminConsentDisplayName\":\"Read identity security health issues\",\"id\":\"a0d0da43-a6df-4416-b63d-99c79991aae8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all the identity security health issues on your behalf.\",\"userConsentDisplayName\":\"Read @@ -19430,7 +16041,30 @@ interactions: the app to read and write security incidents, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write to incidents\",\"id\":\"128ca929-1a19-45e6-a3b8-435ec44a36ba\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write to all security incidents that you have access to.\",\"userConsentDisplayName\":\"Read - and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Evaluate sensitivity + labels\",\"id\":\"a4633e44-d355-4474-99df-8c2de6b0e39e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on your + behalf.\",\"userConsentDisplayName\":\"Evaluate sensitivity labels\",\"value\":\"SensitivityLabel.Evaluate\"},{\"adminConsentDescription\":\"Allows + the app to evaluate all sensitivity label.\",\"adminConsentDisplayName\":\"Evaluate + labels tenant scope.\",\"id\":\"a42e3c42-b31e-4919-b699-696dca5dc9e7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Evaluate + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Evaluate + labels tenant scope\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + user scope.\",\"id\":\"1aeb73ce-68d7-49b7-913a-eedc80844551\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Get labels + user scope\",\"value\":\"SensitivityLabel.Read\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + app scope.\",\"id\":\"8b377c27-ea19-4863-a948-8a8588c8f2c3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels on behalf of user.\",\"userConsentDisplayName\":\"Get labels on behalf + of user\",\"value\":\"SensitivityLabels.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to export all Sentiment Survey, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Export + all Sentiment Survey\",\"id\":\"df9fd94d-51ff-443d-8f31-ae4dc1b5b8d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export all Sentiment Survey, on your behalf.\",\"userConsentDisplayName\":\"Export + all Sentiment Survey\",\"value\":\"SentimentSurvey.Export.All\"},{\"adminConsentDescription\":\"Allows the app to read all Exchange service activity, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Exchange service activity\",\"id\":\"1fe7aa48-9373-4a47-8df3-168335e0f4c9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all Exchange service activity, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -19474,6 +16108,18 @@ interactions: and update service principal endpoints\",\"id\":\"7297d82c-9546-4aed-91df-3d4f0a9b3ff0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to update service principal endpoints\",\"userConsentDisplayName\":\"Read and update service principal endpoints\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read, + write and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"c608c170-08b5-466b-a8fe-0b4074b01613\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on your behalf.\",\"userConsentDisplayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"adminConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"00dcb678-f9af-4e73-acb1-4f1657364629\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on your behalf.\",\"userConsentDisplayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"2ef70e10-5bfd-4ede-a5f6-67720500b258\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -19494,6 +16140,23 @@ interactions: create, edit, and delete short notes of the signed-in user\",\"id\":\"328438b7-4c01-4c07-a840-e625a749bb89\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, edit, and delete your short notes.\",\"userConsentDisplayName\":\"Read, create, edit, and delete your short notes\",\"value\":\"ShortNotes.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read SignInIdentifiers\",\"id\":\"458e1edc-1e75-438c-8c7b-c32115c9d373\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on your behalf.\",\"userConsentDisplayName\":\"Read + all sign-in identifiers\",\"value\":\"SignInIdentifier.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all + sign-in identifiers\",\"id\":\"b4673c3c-7b5a-4012-9826-7c7e3c8db6af\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on your + behalf.\",\"userConsentDisplayName\":\"Read and write all sign-in identifiers\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"adminConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"id\":\"0e2e68e1-3f32-4e10-9281-f749e097fcbe\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"userConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"value\":\"Sites.Create.All\"},{\"adminConsentDescription\":\"Allows the application to have full control of all site collections on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Have full control of all site collections\",\"id\":\"5a54b8b3-347c-476d-8f8e-42d5c7424d29\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -19541,6 +16204,12 @@ interactions: the app to read and write your organization's SPIFFE trust domains and child resources on your behalf.\",\"userConsentDisplayName\":\"Read and write SPIFFE trust domains and child resources\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to modify the Viva Engage storyline and read all storyline properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage storylines\",\"id\":\"fd1d61cb-4e4b-4d15-a6d2-161348681d84\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage storyline items and read all storyline properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + storylines\",\"value\":\"Storyline.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read subject rights requests on behalf of the signed-in user\",\"adminConsentDisplayName\":\"Read subject rights requests\",\"id\":\"9c3af74c-fd0f-4db4-b17a-71939e2a9d77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read subject rights requests on your behalf.\",\"userConsentDisplayName\":\"Read @@ -19593,7 +16262,7 @@ interactions: and write to your and shared tasks\",\"value\":\"Tasks.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to create teams on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create teams\",\"id\":\"7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create teams on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create teams on your behalf. \",\"userConsentDisplayName\":\"Create teams\",\"value\":\"Team.Create\"},{\"adminConsentDescription\":\"Read the names and descriptions of teams, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read the names and descriptions of teams\",\"id\":\"485be79e-c497-4b35-9400-0e3fa7f2a5d4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Read @@ -19938,7 +16607,7 @@ interactions: the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.\",\"userConsentDisplayName\":\"Read term store data\",\"value\":\"TermStore.Read.All\"},{\"adminConsentDescription\":\"Allows - the app to read or modify data that the signed-in user has access to.\\u00A0This + the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.\",\"adminConsentDisplayName\":\"Read and write term store data\",\"id\":\"6c37c71d-f50f-4bff-8fd3-8a41da390140\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read or modify data that you have access to. This includes all @@ -19961,13 +16630,13 @@ interactions: the app to read all the indicators for your organization, on your behalf.\",\"userConsentDisplayName\":\"Read all threat indicators\",\"value\":\"ThreatIndicators.Read.All\"},{\"adminConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on behalf of the signed-in user. \\u00A0It cannot - update any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage + (read, update and delete), on behalf of the signed-in user. It cannot update + any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"91e7d36d-022a-490f-a748-f8e011357b42\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on your behalf. \\u00A0It cannot update any threat - indicators that it is not an owner of.\",\"userConsentDisplayName\":\"Manage - threat indicators this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows + (read, update and delete), on your behalf. It cannot update any threat indicators + that it is not an owner of.\",\"userConsentDisplayName\":\"Manage threat indicators + this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all threat intelligence information\",\"id\":\"f266d9c0-ccb9-4fb8-a228-01ac0d8d6627\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -20046,6 +16715,11 @@ interactions: the app to read and write secondary mail addresses for all users, on your behalf.\",\"userConsentDisplayName\":\"Read and write secondary mail addresses for users\",\"value\":\"User-Mail.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of users on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of users\",\"id\":\"7ff9afdd-0cdb-439d-a61c-fea3e9339e89\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of users on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of users\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read and write password profiles and reset passwords for all users, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write password profiles and reset user passwords\",\"id\":\"56760768-b641-451f-8906-e1b8ab31bca7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -20165,6 +16839,152 @@ interactions: does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' authentication methods\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's email authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's email authentication methods\",\"id\":\"12b23cea-90c1-4873-9094-f45c5f290f86\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your email authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your email + authentication methods\",\"value\":\"UserAuthMethod-Email.Read\"},{\"adminConsentDescription\":\"Allows + the app to read email methods of all users in your organization that the signed-in + user has access to. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + all users' email methods\",\"id\":\"76caaf3a-ebdb-40a3-9299-4196e636f290\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read email methods of all users you have access to in your organization. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' email methods\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's email authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's email authentication methods\",\"id\":\"696aa421-62dc-4c99-be16-015b23444089\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your email authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your email authentication methods\",\"value\":\"UserAuthMethod-Email.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write email methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' email methods.\",\"id\":\"074f680f-c89e-45be-880e-5d0642860a1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write email methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' email methods\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's external authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's external authentication methods\",\"id\":\"d1739827-146b-4f7f-b52c-1c509253aa57\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your external authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your external + authentication methods\",\"value\":\"UserAuthMethod-External.Read\"},{\"adminConsentDescription\":\"Allows + the app to read external authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' external authentication + methods\",\"id\":\"cbca9646-4c34-4cea-8e54-9a7088018820\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read external authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' external authentication methods\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's external authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's external authentication methods\",\"id\":\"28c2e8f9-828a-4691-a090-f2f0b7fc07b3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your external authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your external authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write external authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' external methods.\",\"id\":\"9d91805d-0f53-43e3-a0f3-303ad4f3056f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write external authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' external + authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's HardwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's HardwareOATH authentication methods\",\"id\":\"ccd2eb40-8874-44e6-8f96-335908b3cfdb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your HardwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"id\":\"acd68c26-c283-4bf4-8b5c-200fc179bdd5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's HardwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's HardwareOATH authentication methods\",\"id\":\"147ca97b-6686-4849-b37e-09d9b5ad45fc\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your HardwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your HardwareOATH authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' HardwareOATH methods.\",\"id\":\"480643f2-a162-43c5-a670-dc1494fc911b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"f14a567b-3280-4124-95a0-eca86006967e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Microsoft Authenticator authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' Microsoft authentication + methods\",\"id\":\"7b627679-e2fd-4bfd-990e-989e2914d4e6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' Microsoft authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"9f7dfa0c-eb40-42be-8d45-8af4a9219c6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Microsoft Authenticator authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Microsoft Authentication methods.\",\"id\":\"1b7322b2-5cb3-4f13-928f-d7ca97c5fba9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Microsoft + Authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's passkey authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's passkey authentication methods\",\"id\":\"828fcbda-0d26-431d-8bfb-83f217224621\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your passkey authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your passkey + authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read\"},{\"adminConsentDescription\":\"Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication @@ -20174,6 +16994,14 @@ interactions: to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's passkey authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's passkey authentication methods\",\"id\":\"b2de7db9-10f7-4800-b04c-b5b91e4891d6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your passkey authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use @@ -20184,6 +17012,250 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's password authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's password authentication methods\",\"id\":\"7f0f82c3-de19-4ddc-810d-a2206d7637fd\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your password authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your password + authentication methods\",\"value\":\"UserAuthMethod-Password.Read\"},{\"adminConsentDescription\":\"Allows + the app to read password authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' password authentication + methods\",\"id\":\"4f69a4e2-2aa0-43a7-ad6b-98b4cda1f23f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read password authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' password authentication methods\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's password authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's password authentication methods\",\"id\":\"60cce20d-d41e-4594-b391-84bbf8cc31f3\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your password authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your password authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write password authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' password methods.\",\"id\":\"7f5b683d-df96-4690-a88d-6e336ed6dc7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write password authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' password + authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's phone authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's phone authentication methods\",\"id\":\"43dab3b9-e8b4-424d-8e13-6a2ad2a625fa\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your phone authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your phone + authentication methods\",\"value\":\"UserAuthMethod-Phone.Read\"},{\"adminConsentDescription\":\"Allows + the app to read phone authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' phone authentication + methods\",\"id\":\"20cf4ae1-09b9-4d29-a6f8-43e1820ce60c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read phone authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' phone authentication methods\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's phone authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's phone authentication methods\",\"id\":\"6c4aad61-f76b-46ad-a22c-57d4d3d962af\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your phone authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your phone authentication methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Phone methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' phone methods.\",\"id\":\"48c99302-9a24-4f27-a8a7-acef4debba14\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write phone methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' phone methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's platform credential authentication methods\",\"id\":\"9c694582-e8f2-40e2-8353-fb43e2e0f12a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your platform credential authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.Read\"},{\"adminConsentDescription\":\"Allows + the app to read platform credentials methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' platform credentials + methods\",\"id\":\"5936156c-f89b-4850-997d-026c4e6ce529\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read platform credentials methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' platform credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's platform credential authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's platform credential authentication methods\",\"id\":\"70327f81-b953-43c9-92d3-131c74e4beb8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' platform credentials methods.\",\"id\":\"cb11bf8c-dde1-4504-b6a5-31e1562b0749\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' platform + credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's QR authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's QR authentication methods\",\"id\":\"d6893c31-9187-405c-8dfc-f700c8fc161a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your QR authentication methods. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"userConsentDisplayName\":\"Read your QR authentication + methods\",\"value\":\"UserAuthMethod-QR.Read\"},{\"adminConsentDescription\":\"Allows + the app to read QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' QR methods\",\"id\":\"e4900dfb-ad17-410d-8ddb-7aebd8a6af1a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read QR authentication methods of all users you have access to + in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' QR methods\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's QR authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's QR authentication methods\",\"id\":\"651210da-18ce-4e42-b7db-302ff88e9326\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your QR authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your QR authentication methods\",\"value\":\"UserAuthMethod-QR.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' QR methods.\",\"id\":\"db39086a-da7d-4cbd-9ac0-6816f9a80c95\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' QR methods\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's SoftwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's SoftwareOATH authentication methods\",\"id\":\"247f2733-6e3d-46ff-a904-f5fd58eb0d97\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your SoftwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your SoftwareOATH + authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"id\":\"3e366fa0-3097-4eb6-8294-3028f77eea6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's SoftwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's SoftwareOATH authentication methods\",\"id\":\"16721eb3-4493-4ae1-9542-264d9ffe3ce9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your SoftwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your SoftwareOATH authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' SoftwareOATH methods.\",\"id\":\"5b34c8b5-2396-4b35-b284-83fb6a3e73ce\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' SoftwareOATH + methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"84ded88f-26ba-49d6-b776-efec398de692\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Temporary Access Pass authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Temporary Access Pass methods\",\"id\":\"6976c635-c9c2-41e6-a21d-e6913a155273\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Temporary Access Pass + methods\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"2424436d-902f-4651-a1c7-b3b93147c960\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Temporary Access Pass authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users in your organization that the signed-in user has access to. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write all users' Temporary Access Pass methods.\",\"id\":\"05de4a66-e51a-4312-842a-30c8094698d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users you have access to in your organization. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read and write + all users' Temporary Access Pass methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Windows Hello authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Windows Hello methods\",\"id\":\"efe2b5aa-3a8e-486c-b0be-cc4d185c1b40\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Windows Hello authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your Windows + Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Windows Hello methods\",\"id\":\"ff37d46d-b88a-4e0c-85ee-7e26c37b18eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Windows Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Windows Hello authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Windows Hello authentication methods\",\"id\":\"f11e1db9-d419-4a24-b677-792723ffd727\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Windows Hello authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Windows Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Windows Hello methods.\",\"id\":\"13eae17d-aaa4-47b8-aaee-0eb33c6e2450\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Windows + Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read cloud clipboard data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + cloud clipboard items\",\"id\":\"61e8a09a-087f-4e36-8c8c-1c77c5228017\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your cloud clipboard items.\",\"userConsentDisplayName\":\"Read + cloud clipboard items\",\"value\":\"UserCloudClipboard.Read\"},{\"adminConsentDescription\":\"Allows the app to send, read, update and delete user\u2019s notifications.\",\"adminConsentDisplayName\":\"Deliver and manage user's notifications\",\"id\":\"26e2f3e8-b2a1-47fc-9620-89bb5b042024\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send, read, update and delete your app-specific notifications.\",\"userConsentDisplayName\":\"Deliver @@ -20196,15 +17268,36 @@ interactions: Timeline.\",\"adminConsentDisplayName\":\"Write app activity to users' timeline\",\"id\":\"367492fc-594d-4972-a9b5-0d58c622c91c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to report your app activity information to Microsoft Timeline.\",\"userConsentDisplayName\":\"Write app activity to your timeline\",\"value\":\"UserTimelineActivity.Write.CreatedByApp\"},{\"adminConsentDescription\":\"Allows + the app to read a user's windows settings which are stored in cloud and their + values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + windows settings for all devices\",\"id\":\"77e07bab-1b34-40a5-bb6c-4b197b3f6027\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your windows settings which are stored in cloud and their + values.\",\"userConsentDisplayName\":\"Read your windows settings for all + devices\",\"value\":\"UserWindowsSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write a user's windows settings which are stored in cloud + and their values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write windows settings for all devices\",\"id\":\"dcb1026d-b7e1-4d31-9f61-6724d5140bf9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your windows settings which are stored in cloud + and their values.\",\"userConsentDisplayName\":\"Read and write your windows + settings for all devices\",\"value\":\"UserWindowsSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + Verified Id profiles\",\"id\":\"604b2056-41ed-4c56-aad5-1241d4ef7333\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + Verified Id profiles\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"adminConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + and write Verified Id profiles\",\"id\":\"e4a9cb5e-4767-48f8-9029-decf26a54456\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + and write Verified Id profiles\",\"value\":\"VerifiedId-Profile.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows an application to read virtual appointments for the signed-in user. Only an - organizer or participant user can read their virtual appointments.\\u202F\\u00A0\",\"adminConsentDisplayName\":\"Read + organizer or participant user can read their virtual appointments. \",\"adminConsentDisplayName\":\"Read a user's virtual appointments\",\"id\":\"27470298-d3b8-4b9c-aad4-6334312a3eac\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read virtual appointments on your behalf.\\u202F\\u202F\",\"userConsentDisplayName\":\"Read - your virtual appointments\\u202F\",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows + the app to read virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read + your virtual appointments \",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows an application to read and write virtual appointments for the signed-in user. - Only an organizer or participant user can read and write their virtual appointments.\\u202F\",\"adminConsentDisplayName\":\"Read - and write a user's virtual appointments\\u202F\\u00A0\",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read and write virtual appointments on your behalf.\\u202F\\u00A0\",\"userConsentDisplayName\":\"Read + Only an organizer or participant user can read and write their virtual appointments. + \",\"adminConsentDisplayName\":\"Read and write a user's virtual appointments + \ \",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read and write your virtual appointments\",\"value\":\"VirtualAppointment.ReadWrite\"},{\"adminConsentDescription\":\"Allows an application to send notifications for virtual appointments for the signed-in user.\",\"adminConsentDisplayName\":\"Send notification regarding virtual @@ -20239,11 +17332,20 @@ interactions: workforce integrations\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"passwordCredentials\":[],\"resourceSpecificApplicationPermissions\":[{\"description\":\"Allows the app to read user AI enterprise interactions, without a signed-in user.\",\"displayName\":\"Read user AI enterprise interactions.\",\"id\":\"10d712aa-b4cd-4472-b0ba-6196e04c344f\",\"isEnabled\":true,\"value\":\"AiEnterpriseInteraction.Read.User\"},{\"description\":\"Allows + the teams-app to read all aiInsights for calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all AI Insights for calls + where the Teams application is installed.\",\"id\":\"ff9d3910-ca91-4e7f-843f-d44ab36a961a\",\"isEnabled\":true,\"value\":\"CallAiInsights.Read.Chat\"},{\"description\":\"Allows + the teams-app to read all recordings of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all recordings of calls + where the Teams application is installed.\",\"id\":\"22748df0-bd8c-4626-aad9-6dab421b33e4\",\"isEnabled\":true,\"value\":\"CallRecordings.Read.Chat\"},{\"description\":\"Allows the app to access media streams in calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Access media streams in calls associated with this chat or meeting\",\"id\":\"e716890c-c30a-4ac3-a0e3-551e7d9e8deb\",\"isEnabled\":true,\"value\":\"Calls.AccessMedia.Chat\"},{\"description\":\"Allows the app to join calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Join calls associated with this chat or meeting\",\"id\":\"a01e73f1-94da-4f6d-9b73-02e4ea65560b\",\"isEnabled\":true,\"value\":\"Calls.JoinGroupCalls.Chat\"},{\"description\":\"Allows + the Teams app to read all transcripts of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all transcripts of calls + where the Teams app is installed.\",\"id\":\"7990a5df-4c51-43ea-939c-3e8b18d6ddad\",\"isEnabled\":true,\"value\":\"CallTranscripts.Read.Chat\"},{\"description\":\"Allows the app to create channels in this team, without a signed-in user.\",\"displayName\":\"Create channels in this team\",\"id\":\"65af85d7-62bb-4339-a206-7160fd427454\",\"isEnabled\":true,\"value\":\"Channel.Create.Group\"},{\"description\":\"Allows the app to delete this team's channels, without a signed-in user.\",\"displayName\":\"Delete @@ -20296,10 +17398,16 @@ interactions: and write this chat's settings\",\"id\":\"ed928a9c-7530-496a-a624-4c0a460ab3ed\",\"isEnabled\":true,\"value\":\"ChatSettings.ReadWrite.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's members, without a signed-in user.\",\"displayName\":\"Read this group's members\",\"id\":\"0a8ce3c7-89dd-46cf-b2c3-5ef0064437a8\",\"isEnabled\":true,\"value\":\"Member.Read.Group\"},{\"description\":\"Allows + the app to read this meeting and subscribe to meeting call updates.\",\"displayName\":\"Read + this meeting and subscribe to meeting call updates .\",\"id\":\"f991ed3f-9617-4d8d-b06c-d18d9fcbcf2a\",\"isEnabled\":true,\"value\":\"OnlineMeeting.Read.Chat\"},{\"description\":\"Allows the app to read basic properties, such as name, schedule, organizer, join link, and start or end notifications, of meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read basic properties of meetings associated with this chat\",\"id\":\"eda8d262-4e6e-4ff6-a7ba-a2fb50535165\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadBasic.Chat\"},{\"description\":\"Allows + the app to manage this online meeting, and subscribe to meeting call updates.\",\"displayName\":\"Manage + this meeting and subscribe to meeting call updates.\",\"id\":\"93400bb4-2282-4371-a745-a86d64c966d0\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadWrite.Chat\"},{\"description\":\"Read + attendance reports & attendance records for this webinar or town hall.\",\"displayName\":\"Read + virtual event artifacts\",\"id\":\"c5d06837-8c0d-42fc-9e49-545e3f941261\",\"isEnabled\":true,\"value\":\"OnlineMeetingArtifact.Read.Chat\"},{\"description\":\"Allows the app to send notifications inside meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Send notifications in the meetings associated with this chat\",\"id\":\"d9837fe0-9c31-4faa-8acb-b10874560161\",\"isEnabled\":true,\"value\":\"OnlineMeetingNotification.Send.Chat\"},{\"description\":\"Allows @@ -20309,9 +17417,9 @@ interactions: with this chat\",\"id\":\"6324a770-185c-4b4f-be13-2d9a1668e6eb\",\"isEnabled\":true,\"value\":\"OnlineMeetingParticipant.Read.Chat\"},{\"description\":\"Allows the app to read recordings of the meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read the recordings of the meetings - associated with this chat\\u00A0\",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows + associated with this chat \",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows the app to read transcripts of the meetings associated with this chat, without - a signed-in user.\\u00A0\",\"displayName\":\"Read the transcripts of the meetings + a signed-in user. \",\"displayName\":\"Read the transcripts of the meetings associated with this chat\",\"id\":\"8c477e19-f0f7-45f9-ae72-604f77a599e3\",\"isEnabled\":true,\"value\":\"OnlineMeetingTranscript.Read.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's owners, without a signed-in user.\",\"displayName\":\"Read this group's owners\",\"id\":\"70d5316c-9b27-4057-a650-3b0fe49002ab\",\"isEnabled\":true,\"value\":\"Owner.Read.Group\"},{\"description\":\"Allows @@ -20358,20 +17466,25 @@ interactions: the app to manage this chat's tabs, without a signed-in user.\",\"displayName\":\"Manage this chat's tabs\",\"id\":\"d583f4d7-57da-4b2c-9744-253e9ec3c7be\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Chat\"},{\"description\":\"Allows the app to manage this team's tabs, without a signed-in user.\",\"displayName\":\"Manage - this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"}],\"samlSingleSignOnSettings\":{\"relayState\":null},\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" + this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"},{\"description\":\"Read + information for this webinars or town halls, including schedules, speakers, + and event settings and webinar registrations.\",\"displayName\":\"Read virtual + event details\",\"id\":\"298266a0-fbf7-4804-b988-5a54e61566c8\",\"isEnabled\":true,\"value\":\"VirtualEvent.Read.Chat\"},{\"description\":\"Register + attendees and cancel registrations for this webinar.\",\"displayName\":\"Manage + virtual event registrations\",\"id\":\"0e646cc8-6b07-4030-9a41-a7db4644b4cc\",\"isEnabled\":true,\"value\":\"VirtualEventRegistration-Anon.ReadWrite.Chat\"}],\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" headers: cache-control: - no-cache content-length: - - '550263' + - '676759' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:19 GMT + - Wed, 24 Dec 2025 05:49:04 GMT odata-version: - '4.0' request-id: - - f000449f-5f2e-4921-9a71-75ba7025c5eb + - 114975a3-f7dc-4be4-832e-22e2964dd839 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -20379,7 +17492,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF00022E05"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00018369"}}' x-ms-resource-unit: - '1' status: @@ -20399,9 +17512,9 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/3289ca6d-17dc-43d7-99ab-55c2aa49338a/appRoleAssignments + uri: https://graph.microsoft.com/v1.0/servicePrincipals/562c81c5-d273-4843-9627-c0944d91e825/appRoleAssignments response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#appRoleAssignments","value":[]}' @@ -20413,11 +17526,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:20 GMT + - Wed, 24 Dec 2025 05:49:06 GMT odata-version: - '4.0' request-id: - - 27fe8072-902c-48ab-8d26-543fdb1f6bda + - 4bf6cca7-95ac-4003-bed9-7c6d3dc6b580 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -20425,7 +17538,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SI1PEPF00022E03"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0001836C"}}' x-ms-resource-unit: - '2' status: @@ -20445,7 +17558,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -20454,19 +17567,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -20479,7 +17592,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -20487,17 +17600,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:21 GMT + - Wed, 24 Dec 2025 05:49:07 GMT etag: - '"5"' expires: @@ -20513,11 +17626,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23992,Microsoft.Compute/LowCostGetResource;31 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23988,Microsoft.Compute/LowCostGetResource;29 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: A34730070EE14B34A71E2345C3ACCDB1 Ref B: TYO201151006052 Ref C: 2025-04-02T09:37:21Z' + - 'Ref A: 501E86B97C2D43C280E3980C7AB7E264 Ref B: SG2AA1040512025 Ref C: 2025-12-24T05:49:06Z' status: code: 200 message: '' @@ -20535,7 +17648,7 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -20544,19 +17657,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -20569,7 +17682,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -20577,17 +17690,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:22 GMT + - Wed, 24 Dec 2025 05:49:07 GMT etag: - '"5"' expires: @@ -20603,11 +17716,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23991,Microsoft.Compute/LowCostGetResource;30 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23987,Microsoft.Compute/LowCostGetResource;28 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: D7333BFB8A484E5185A1AC5B2E67C59C Ref B: TYO201151006054 Ref C: 2025-04-02T09:37:22Z' + - 'Ref A: 87DDC46076604DE2A391556758EDF40C Ref B: SG2AA1040517011 Ref C: 2025-12-24T05:49:07Z' status: code: 200 message: '' @@ -20625,28 +17738,28 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -20659,7 +17772,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"5\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -20667,17 +17780,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:23 GMT + - Wed, 24 Dec 2025 05:49:09 GMT etag: - '"5"' expires: @@ -20693,16 +17806,17 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23990,Microsoft.Compute/LowCostGetResource;29 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23986,Microsoft.Compute/LowCostGetResource;27 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 7239C5740EB046969A66C144F000ECD2 Ref B: TYO201100114021 Ref C: 2025-04-02T09:37:23Z' + - 'Ref A: 84A6D3AB36D144C58BC3BA3E6628A070 Ref B: SG2AA1070303054 Ref C: 2025-12-24T05:49:08Z' status: code: 200 message: '' - request: - body: '{"identity": {"type": "SystemAssigned, UserAssigned"}}' + body: '{"identity": {"userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi": + {}}, "type": "SystemAssigned,UserAssigned"}}' headers: Accept: - application/json @@ -20713,13 +17827,13 @@ interactions: Connection: - keep-alive Content-Length: - - '54' + - '252' Content-Type: - application/json ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -20727,22 +17841,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"e1214564-a5a1-47b7-94fc-ac2f909af8f2\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"82cfc56f-e4de-4f41-9f66-7bdee8ad3d43\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -20755,7 +17869,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"6\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -20763,21 +17877,21 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/aa02b72a-3aa9-489e-88f0-213777bfeb3e?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834464284695&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=Yl74Q2sPPuaaOfra-62_yyFucU8zrdmRVjQbI4-ig5Faowk6hF3leSgO9hIPUMIF1oPvXbSZTF8vdV5hMQu2KoIRZh26Po3cdeLf6DaKSnRnSrhE-BBcc2hGXgcbgH5kxJ9B343ldd4GhGJjnzMjC6Wk0VK0LE_YfhbJFxZJOG0S91WcKeNSec7_7OTOdk-nTPGiR2niAyxu-y5dHq8yk7yBZKlIrRKGGtNcv6Y2I3QA0VLH88P3qRtNogGiURtnAaFz-93kAW5Lk21PKAG0csxYVaxKroB2n8UFSOgd6AONltWOzmxSfj_RCXd_GwL093Oc4fsyBYcpsKwDEmg4zQ&h=gMpeNFFKJAQUvIN8WP-uMkakCXpLbXqo50ruGpQJbZw + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/221ce07f-a255-4b8c-831b-23a8c6f46182?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521510908551&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=SziT9EKfUc3edLZ5B-8ayfsonmhbG_NzBafIouJJCkH_Wlj7NVHxykgXu6eyZDajgdX2mdFGAM3XWmrNs3JJhygzNgjQOnXzNbve3PSQRFiLjF5hEDFONQODT50uIbr2FVxjVYoFdJCGKwg78m3ioeysqAkN1EChW5P8l7wAWpAyUSZp8YAmwDt8BttFEgL9sBsFKS1Bj8Ew1umT5YHAN8jytMK7rWbHri25rWxLUjjqhDZFxst1PDVlG3GCJnphB6rogasxBJ7THdZnCZwKPCsTv02PjqJm1uIeHhWYyQFy4NlLjLlWQQF9AvQacqo5zUohCQe9yvMnLS-EBzbEhw&h=BI-WQkaAWWk0fcX1jsvNcdgX3pQIBZGPnufwCfBEL-k cache-control: - no-cache content-length: - - '3599' + - '3590' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:26 GMT + - Wed, 24 Dec 2025 05:49:11 GMT etag: - '"6"' expires: @@ -20793,15 +17907,15 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/279b5b25-04a6-4253-b06e-34210c233dcf + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/f8393088-db3d-445e-8bf0-daefe5059798 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/UpdateVMSubscriptionMaximum;1496,Microsoft.Compute/UpdateVMResource;10 + - Microsoft.Compute/UpdateVMSubscriptionMaximum;1499,Microsoft.Compute/UpdateVMResource;10 x-ms-ratelimit-remaining-subscription-global-writes: - '2999' x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 505D02A173604DBD8C3F25617767BDA2 Ref B: TYO201100117025 Ref C: 2025-04-02T09:37:24Z' + - 'Ref A: 54676851AC2A4E20B80A25F91047E885 Ref B: SG2AA1070305023 Ref C: 2025-12-24T05:49:09Z' status: code: 200 message: '' @@ -20819,13 +17933,13 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/aa02b72a-3aa9-489e-88f0-213777bfeb3e?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834464284695&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=Yl74Q2sPPuaaOfra-62_yyFucU8zrdmRVjQbI4-ig5Faowk6hF3leSgO9hIPUMIF1oPvXbSZTF8vdV5hMQu2KoIRZh26Po3cdeLf6DaKSnRnSrhE-BBcc2hGXgcbgH5kxJ9B343ldd4GhGJjnzMjC6Wk0VK0LE_YfhbJFxZJOG0S91WcKeNSec7_7OTOdk-nTPGiR2niAyxu-y5dHq8yk7yBZKlIrRKGGtNcv6Y2I3QA0VLH88P3qRtNogGiURtnAaFz-93kAW5Lk21PKAG0csxYVaxKroB2n8UFSOgd6AONltWOzmxSfj_RCXd_GwL093Oc4fsyBYcpsKwDEmg4zQ&h=gMpeNFFKJAQUvIN8WP-uMkakCXpLbXqo50ruGpQJbZw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/221ce07f-a255-4b8c-831b-23a8c6f46182?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521510908551&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=SziT9EKfUc3edLZ5B-8ayfsonmhbG_NzBafIouJJCkH_Wlj7NVHxykgXu6eyZDajgdX2mdFGAM3XWmrNs3JJhygzNgjQOnXzNbve3PSQRFiLjF5hEDFONQODT50uIbr2FVxjVYoFdJCGKwg78m3ioeysqAkN1EChW5P8l7wAWpAyUSZp8YAmwDt8BttFEgL9sBsFKS1Bj8Ew1umT5YHAN8jytMK7rWbHri25rWxLUjjqhDZFxst1PDVlG3GCJnphB6rogasxBJ7THdZnCZwKPCsTv02PjqJm1uIeHhWYyQFy4NlLjLlWQQF9AvQacqo5zUohCQe9yvMnLS-EBzbEhw&h=BI-WQkaAWWk0fcX1jsvNcdgX3pQIBZGPnufwCfBEL-k response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:37:26.0855651+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"aa02b72a-3aa9-489e-88f0-213777bfeb3e\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:49:11.0489488+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"221ce07f-a255-4b8c-831b-23a8c6f46182\"\r\n}" headers: cache-control: - no-cache @@ -20834,7 +17948,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:26 GMT + - Wed, 24 Dec 2025 05:49:12 GMT expires: - '-1' pragma: @@ -20848,13 +17962,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/d2ce6c19-4c60-4f1f-ab60-ff79d49303c6 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/836343cf-beed-4cc7-9718-b1d273fe5e75 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14988 + - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14995 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 540B97F10D7A4373BA1FA49AC1A11006 Ref B: TYO201100117025 Ref C: 2025-04-02T09:37:26Z' + - 'Ref A: C6502A109469411DAEE34B9108DBD2CD Ref B: SG2AA1040512036 Ref C: 2025-12-24T05:49:11Z' status: code: 200 message: '' @@ -20872,14 +17986,14 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/aa02b72a-3aa9-489e-88f0-213777bfeb3e?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834464284695&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=Yl74Q2sPPuaaOfra-62_yyFucU8zrdmRVjQbI4-ig5Faowk6hF3leSgO9hIPUMIF1oPvXbSZTF8vdV5hMQu2KoIRZh26Po3cdeLf6DaKSnRnSrhE-BBcc2hGXgcbgH5kxJ9B343ldd4GhGJjnzMjC6Wk0VK0LE_YfhbJFxZJOG0S91WcKeNSec7_7OTOdk-nTPGiR2niAyxu-y5dHq8yk7yBZKlIrRKGGtNcv6Y2I3QA0VLH88P3qRtNogGiURtnAaFz-93kAW5Lk21PKAG0csxYVaxKroB2n8UFSOgd6AONltWOzmxSfj_RCXd_GwL093Oc4fsyBYcpsKwDEmg4zQ&h=gMpeNFFKJAQUvIN8WP-uMkakCXpLbXqo50ruGpQJbZw + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/221ce07f-a255-4b8c-831b-23a8c6f46182?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521510908551&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=SziT9EKfUc3edLZ5B-8ayfsonmhbG_NzBafIouJJCkH_Wlj7NVHxykgXu6eyZDajgdX2mdFGAM3XWmrNs3JJhygzNgjQOnXzNbve3PSQRFiLjF5hEDFONQODT50uIbr2FVxjVYoFdJCGKwg78m3ioeysqAkN1EChW5P8l7wAWpAyUSZp8YAmwDt8BttFEgL9sBsFKS1Bj8Ew1umT5YHAN8jytMK7rWbHri25rWxLUjjqhDZFxst1PDVlG3GCJnphB6rogasxBJ7THdZnCZwKPCsTv02PjqJm1uIeHhWYyQFy4NlLjLlWQQF9AvQacqo5zUohCQe9yvMnLS-EBzbEhw&h=BI-WQkaAWWk0fcX1jsvNcdgX3pQIBZGPnufwCfBEL-k response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:37:26.0855651+00:00\",\r\n \"endTime\": - \"2025-04-02T09:37:30.2574748+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"aa02b72a-3aa9-489e-88f0-213777bfeb3e\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:49:11.0489488+00:00\",\r\n \"endTime\": + \"2025-12-24T05:49:14.6114396+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"221ce07f-a255-4b8c-831b-23a8c6f46182\"\r\n}" headers: cache-control: - no-cache @@ -20888,7 +18002,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:57 GMT + - Wed, 24 Dec 2025 05:49:42 GMT expires: - '-1' pragma: @@ -20902,13 +18016,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/b381ec9b-4fcf-4114-8055-d9814ca40d61 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/907f0993-b2d8-48e7-b509-fe2a7591f1a7 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14996 + - Microsoft.Compute/GetOperationResource;43,Microsoft.Compute/GetOperationSubscriptionMaximum;14999 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 02B987AF4DC44FD7A066F12312154F55 Ref B: TYO201100117025 Ref C: 2025-04-02T09:37:57Z' + - 'Ref A: 8243C164CEE94CE3B22A5C27BBF64921 Ref B: SG2AA1070306023 Ref C: 2025-12-24T05:49:42Z' status: code: 200 message: '' @@ -20926,7 +18040,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -20934,22 +18048,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"e1214564-a5a1-47b7-94fc-ac2f909af8f2\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"82cfc56f-e4de-4f41-9f66-7bdee8ad3d43\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -20962,7 +18076,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"6\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -20970,17 +18084,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:57 GMT + - Wed, 24 Dec 2025 05:49:42 GMT etag: - '"6"' expires: @@ -20996,11 +18110,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23977,Microsoft.Compute/LowCostGetResource;35 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23997,Microsoft.Compute/LowCostGetResource;35 x-ms-ratelimit-remaining-subscription-global-reads: - - '3748' + - '3749' x-msedge-ref: - - 'Ref A: E98E4CFDB36249EDB0D4A3B297DB0BE0 Ref B: TYO201100117025 Ref C: 2025-04-02T09:37:57Z' + - 'Ref A: 77BDD860AC7E4E7D8AF73E4870CF27C6 Ref B: SG2AA1070302029 Ref C: 2025-12-24T05:49:42Z' status: code: 200 message: '' @@ -21018,30 +18132,30 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"e1214564-a5a1-47b7-94fc-ac2f909af8f2\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"82cfc56f-e4de-4f41-9f66-7bdee8ad3d43\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -21054,7 +18168,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"6\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -21062,17 +18176,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:57 GMT + - Wed, 24 Dec 2025 05:49:43 GMT etag: - '"6"' expires: @@ -21088,11 +18202,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23976,Microsoft.Compute/LowCostGetResource;34 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23996,Microsoft.Compute/LowCostGetResource;34 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: A4F9CBD1A32B4C25800EBC427AB87D54 Ref B: TYO201100114021 Ref C: 2025-04-02T09:37:58Z' + - 'Ref A: 9C0ADD6044B14492941849A38F38F668 Ref B: SG2AA1040518029 Ref C: 2025-12-24T05:49:43Z' status: code: 200 message: '' @@ -21110,7 +18224,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -21118,22 +18232,22 @@ interactions: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"e1214564-a5a1-47b7-94fc-ac2f909af8f2\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"82cfc56f-e4de-4f41-9f66-7bdee8ad3d43\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -21146,7 +18260,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"6\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -21154,17 +18268,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:37:58 GMT + - Wed, 24 Dec 2025 05:49:44 GMT etag: - '"6"' expires: @@ -21180,11 +18294,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23975,Microsoft.Compute/LowCostGetResource;33 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23995,Microsoft.Compute/LowCostGetResource;33 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 7515187A55144CF9A7667137E5751DE9 Ref B: TYO201151003040 Ref C: 2025-04-02T09:37:59Z' + - 'Ref A: C99E41A1929B4E1A90E842E4932B7825 Ref B: SG2AA1070304042 Ref C: 2025-12-24T05:49:44Z' status: code: 200 message: '' @@ -21202,9 +18316,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/e1214564-a5a1-47b7-94fc-ac2f909af8f2/transitiveMemberOf/microsoft.graph.directoryRole + uri: https://graph.microsoft.com/v1.0/servicePrincipals/82cfc56f-e4de-4f41-9f66-7bdee8ad3d43/transitiveMemberOf/microsoft.graph.directoryRole response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryRoles","value":[]}' @@ -21216,11 +18330,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:00 GMT + - Wed, 24 Dec 2025 05:49:44 GMT odata-version: - '4.0' request-id: - - 4a75c43c-7a10-4e69-93a6-f0ae645f4635 + - 46726174-cf2b-4594-b9ea-575fceddf52c strict-transport-security: - max-age=31536000 transfer-encoding: @@ -21228,7 +18342,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF00008C6C"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00003E62"}}' x-ms-resource-unit: - '2' status: @@ -21248,14 +18362,14 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=displayName%20eq%20'Microsoft%20Graph' response: body: - string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"a3efc889-f1b7-4532-9e01-91e32d1039f4\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft - Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":null,\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft - Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"Microsoft.Azure.AgregatorService\",\"https://dod-graph.microsoft.us\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"980db52a-afb6-4420-b0b2-23bf76ce409b\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft + Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":\"2025-11-19T22:28:39Z\",\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft + Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://dod-graph.microsoft.us\",\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"samlSingleSignOnSettings\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.\",\"displayName\":\"Read all access reviews\",\"id\":\"d07a8cc0-3d51-4b77-b3b0-32704d1f69fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AccessReview.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, update, delete and perform actions on access reviews, reviewers, @@ -21272,6 +18386,90 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.\",\"displayName\":\"Read and write all administrative units\",\"id\":\"5eb59dd3-1da2-4329-8733-9dabdc435916\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent cards and their skills in your organization's Agent + Registry without a signed-in user.\",\"displayName\":\"Read all agent cards + in Agent Registry\",\"id\":\"aec9e0a0-6f46-4150-a9f7-05e9e3e87399\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent cards and manage their + skills in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all agent cards in Agent Registry\",\"id\":\"ef566853-42d6-45a5-bed9-5ccb82c98b4f\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent cards that designate the calling app as their + manager and manage their skills in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent cards + in Agent Registry\",\"id\":\"9c4a07db-e0c1-4fb0-8e85-dfd8ae3b8201\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent card manifests in your organization's Agent Registry + without a signed-in user.\",\"displayName\":\"Read all agent card manifests + in Agent Registry\",\"id\":\"3ee18438-e6e5-4858-8f1c-d7b723b45213\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write to all agent card manifests in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent card manifests in Agent Registry\",\"id\":\"228b1a03-f7ca-4348-b50d-e8a547ab61af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write agent card manifests that name it as manager in + your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write managed-by agent card manifests in Agent Registry\",\"id\":\"77f6034c-52f5-4526-9fa1-d55a67e72cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all collections and their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read all collections + in Agent Registry\",\"id\":\"e65ee1da-d1d5-467b-bdd0-3e9bb94e6e0c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all collections and manage their + membership in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all collections in Agent Registry\",\"id\":\"feb31d7d-a227-4487-898c-e014840d07b3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete collections that designate the + calling app as their manager and manage their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + managed-by collections in Agent Registry\",\"id\":\"2e0fb698-9996-479f-926b-ce63f4397829\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create agent identities, even if the app is not the parent agent + identity blueprint.\",\"displayName\":\"Create agent identities without an + agent blueprint parent\",\"id\":\"ad25cc1d-84d8-47df-a08e-b34c2e800819\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create linked agent identities without a signed-in user.\",\"displayName\":\"Create + agent identities linked to itself.\",\"id\":\"4c390976-b2b7-42e0-9187-c6be3bead001\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.CreateAsManager\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to delete and restore agent identities without a signed-in user.\",\"displayName\":\"Delete + and restore agent identities\",\"id\":\"5b016f9b-18eb-41d4-869a-66931914d1c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to enable or disable agent identities without a signed-in user.\",\"displayName\":\"Enable + or disable agent identities\",\"id\":\"69ee0943-4fa4-4ec8-8e52-d12e4ea661a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identities without a signed-in user.\",\"displayName\":\"Read + all agent identities\",\"id\":\"b2b8f011-2898-4234-9092-5059f6c1ebfa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app read, update, and delete agent identities without a signed-in user.\",\"displayName\":\"Read + and write all agent identities\",\"id\":\"dcf7150a-88d4-4fe6-9be1-c2744c455397\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint credentials without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint credentials\",\"id\":\"0510736e-bdfb-4b37-9a1f-89b4a074763a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprints without a signed-in user.\",\"displayName\":\"Create + agent identity blueprints.\",\"id\":\"ea4b2453-ad2d-4d94-9155-10d5d9493ce9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"3f80b699-6405-4e36-a4df-4f19950ff91e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identity blueprints without a signed-in user.\",\"displayName\":\"Read + all agent identity blueprints\",\"id\":\"7547a7d1-36fa-4479-9c31-559a600eaa4f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprints without a signed-in + user.\",\"displayName\":\"Read and write all agent identity blueprints.\",\"id\":\"7fddd33b-d884-4ec0-8696-72cff90ff825\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint authorization and authentication properties + without a signed-in user.\",\"displayName\":\"Update agent identity blueprint + authorization and authentication properties\",\"id\":\"19202363-278e-49c2-bf00-391e2ba00881\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint branding without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint branding\",\"id\":\"76232daa-a1e4-4544-b664-495a006513bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"8959696d-d07e-4916-9b1e-3ba9ce459161\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f86a2dd8-9298-4675-bd78-f5a3572da2d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + enabling or disabling agent identity blueprint principals without a signed-in + user.\",\"displayName\":\"Enable or disable agent identity blueprint principals.\",\"id\":\"a0bdd23d-8b19-4682-b428-574d96527c6f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + reading agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Read + agent identity blueprint principals.\",\"id\":\"9361dea9-4524-493d-941d-f1b65aaf6c7c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprint principals without + a signed-in user.\",\"displayName\":\"Read and write all agent identity blueprint + principals.\",\"id\":\"3bc933bc-8b4d-4cb6-ac49-b73774299250\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent ID user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"b782c9ad-6f2b-4894-a21b-72bf22417f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update ID agent user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"4aa6e624-eee0-40ab-bdd8-f9639038a614\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent instances and their related collections in your + organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + all agent instances in Agent Registry\",\"id\":\"799a4732-85b8-4c67-b048-75f0e88a232b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent instances in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent instances in Agent Registry\",\"id\":\"07abdd95-78dc-4353-bd32-09f880ea43d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete agent instances that designate + the calling app as their manager in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent instances + in Agent Registry\",\"id\":\"782ab1bf-24f1-4c27-8bbc-2006d42792a6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read terms of use agreements, without a signed in user.\",\"displayName\":\"Read all terms of use agreements\",\"id\":\"2f3e6f8c-093b-4c57-a58b-ba5ce494a169\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Agreement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write terms of use agreements, without a signed in user.\",\"displayName\":\"Read @@ -21295,12 +18493,14 @@ interactions: and write the remote desktop security configuration for all apps\",\"id\":\"3be0012a-cc4e-426b-895b-f9c836bf6381\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application-RemoteDesktopConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all applications and service principals without a signed-in user.\",\"displayName\":\"Read all applications\",\"id\":\"9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update all apps in your organization, without a signed-in + user.\",\"displayName\":\"Read and update all apps\",\"id\":\"fc023787-fd04-4e44-9bc7-d454f00c0f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadUpdate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\"displayName\":\"Read and write all applications\",\"id\":\"1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in - user. \\u00A0It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage + user. It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage apps that this app creates or owns\",\"id\":\"18a4783c-866b-4cc7-a460-3d5e5662c884\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without @@ -21315,7 +18515,11 @@ interactions: a signed-in user.\",\"displayName\":\"Read attack simulation data of an organization\",\"id\":\"93283d0a-6322-4fa8-966b-8c121624760d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.\",\"displayName\":\"Read, create, - and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + activity audit log from the audit store.\",\"displayName\":\"Read activity + audit log from the audit store.\",\"id\":\"99bc85fb-e857-4220-9f8c-3a1c83148d2e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"displayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"f6318678-2713-4bb6-b123-233e7336c1bd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query your audit log activities, without a signed-in user.\",\"displayName\":\"Read all audit log data\",\"id\":\"b0afded3-3588-46d8-8b3d-9842eff778da\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query audit logs from Dynamics CRM workload, without a @@ -21410,6 +18614,8 @@ interactions: basic details of calendars in all mailboxes \",\"id\":\"8ba4a692-bc31-4128-9094-475872af8a53\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\"displayName\":\"Read and write calendars in all mailboxes\",\"id\":\"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all AI Insights for all calls, without a signed-in user.\",\"displayName\":\"Read + all AI Insights for calls.\",\"id\":\"792b782b-7822-4b92-8103-77e44f2f706c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallAiInsights.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read delegation settings of you\",\"displayName\":\"Read delegation settings\",\"id\":\"5aa33e77-b893-495e-bdc5-4bf6f27d42a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallDelegation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write delegation settings of you\",\"displayName\":\"Read @@ -21420,6 +18626,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read all call events\",\"id\":\"1abb026f-7572-49f6-9ddd-ad61cbba181e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallEvents.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all PSTN and direct routing call log data without a signed-in user.\",\"displayName\":\"Read PSTN and direct routing call log data\",\"id\":\"a2611786-80b3-417e-adaa-707d4261a5f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecord-PstnCalls.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call recordings for all calls without a signed-in user.\",\"displayName\":\"Read + all call recordings\",\"id\":\"ce8fb1f1-5e1f-44a0-b102-4ec28454d0dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecordings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read call records for all calls and online meetings without a signed-in user.\",\"displayName\":\"Read all call records\",\"id\":\"45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecords.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to get direct access to media streams in a call, without a signed-in @@ -21431,13 +18639,15 @@ interactions: meetings in your organization, without a signed-in user.\",\"displayName\":\"Initiate outgoing group calls from the app\",\"id\":\"4c277553-8a09-487b-8023-29ee378d8324\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.InitiateGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to join group calls and scheduled meetings in your organization, without - a signed-in user. \\u00A0The app will be joined with the privileges of a directory + a signed-in user. The app will be joined with the privileges of a directory user to meetings in your organization.\",\"displayName\":\"Join group calls and meetings as an app\",\"id\":\"f6b49018-60ab-4f81-83bd-22caeabfed2d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to anonymously join group calls and scheduled meetings in your organization, - without a signed-in user. \\u00A0The app will be joined as a guest to meetings - in your organization.\",\"displayName\":\"Join group calls and meetings as - a guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. The app will be joined as a guest to meetings in + your organization.\",\"displayName\":\"Join group calls and meetings as a + guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call transcripts for all calls without a signed-in user.\",\"displayName\":\"Read + all call transcripts\",\"id\":\"4cd61b6d-8692-40bf-9d90-7f38db5e5fce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallTranscripts.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows to read all Change Management items.\",\"displayName\":\"Read Change Management items\",\"id\":\"418dae40-2b65-4819-900c-519a04e4d278\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChangeManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Create channels in any team, without a signed-in user.\",\"displayName\":\"Create @@ -21462,7 +18672,7 @@ interactions: and write the names, descriptions, and settings of all channels, without a signed-in user.\",\"displayName\":\"Read and write the names, descriptions, and settings of all channels\",\"id\":\"243cded2-bd16-4fd6-a953-ff8177894c3d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create chats without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create chats without a signed-in user. \",\"displayName\":\"Create chats\",\"id\":\"d9c48af6-9ad9-47ad-82c3-63757137b9af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to delete and recover deleted chats, without a signed-in user.\",\"displayName\":\"Delete and recover deleted chats\",\"id\":\"9c7abde0-eacd-4319-bf9e-35994b1a1717\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.ManageDeletion.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -21523,26 +18733,42 @@ interactions: the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.\",\"displayName\":\"Read and write all consent requests\",\"id\":\"9f1b81a7-0223-4428-bfa4-0bcb5535f27d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all contacts in all mailboxes + without a signed-in user.\",\"displayName\":\"Read and update the on-premises + sync behavior of contacts\",\"id\":\"c8948c23-e66b-42db-83fd-770b71ab78d2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read contacts in all mailboxes\",\"id\":\"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read and write contacts in all mailboxes\",\"id\":\"6918b873-d17a-4dc1-b314-35f528134491\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"displayName\":\"Process content for + data security, governance and compliance\",\"id\":\"5ad511bf-571c-4ef6-8c3c-85b94b85df98\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"displayName\":\"Process content for data + security, governance and compliance\",\"id\":\"24ceb246-ad29-4680-90b4-3e91ffad15eb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + contents activity audit log from the audit store.\",\"displayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"368425e7-6954-4f5a-9d92-90b75bd580c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"displayName\":\"Upload + content activity audit logs to the audit store.\",\"id\":\"2932e07a-3c29-44e4-bb36-6d0fc176387f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read packages information without a signed-in user.\",\"displayName\":\"Read + all packages information\",\"id\":\"72f0655d-6228-4ddc-8e1b-164973b9213b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update packages information without a signed-in user.\",\"displayName\":\"Read + and update all packages information\",\"id\":\"ed31732f-9495-47ed-ba3b-4ed0948c1c64\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.\",\"displayName\":\"Read cross-tenant basic information\",\"id\":\"cac88765-0581-4025-9725-5ebc13f729ee\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export external user data (e.g. customer content or system-generated + with the current tenant without a signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read + all shared cross-tenant user profiles and export their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to list and query any shared user profile information associated + with the current tenant without a signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant user profiles and export - their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export and remove external user data (e.g. customer content - or system-generated logs), for any user associated with the current tenant - without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant - user profiles and export or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's custom authentication extensions without a signed-in user.\",\"displayName\":\"Read all custom authentication extensions\",\"id\":\"88bb2658-5d9e-454f-aacd-a3933e079526\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CustomAuthenticationExtension.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's custom authentication extensions @@ -21668,10 +18894,15 @@ interactions: all Azure AD recommendations\",\"id\":\"ae73097b-cb2a-4447-b064-5d80f6093921\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update all Azure AD recommendations, without a signed-in user.\",\"displayName\":\"Read and update all Azure AD recommendations\",\"id\":\"0e9eea12-4f01-45f6-9b8d-3ea4c8144158\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read internal federation configuration for a domain.\",\"displayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"c0e5a7b0-e8b7-40a7-b8e0-8249e6ea81d5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"displayName\":\"Create, read, update and delete internal + federation configuration for a domain.\",\"id\":\"64d40371-8d58-4270-bc8a-b4a66de36b9a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all domain properties without a signed-in user.\",\"displayName\":\"Read domains\",\"id\":\"dbb9058a-0e50-45d7-ae91-66909b5d4664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all domain properties without a signed in user. - \\u00A0Also allows the app to add, \\u00A0verify and remove domains.\",\"displayName\":\"Read + \ Also allows the app to add, verify and remove domains.\",\"displayName\":\"Read and write domains\",\"id\":\"7e05723c-0bb0-42da-be95-ae9f08a6e53c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.\",\"displayName\":\"Read @@ -21683,16 +18914,16 @@ interactions: Education app settings\",\"id\":\"7c9db06a-ec2d-4e7b-a592-5a1e30992566\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Manage the state and settings of all Microsoft education apps.\",\"displayName\":\"Manage education app settings\",\"id\":\"9bc431c3-b8bc-4a8d-a219-40f10f92eff6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments with grades for all users without - a signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments without grades for all users without + the app to read all class assignments with grades for all users without a + signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all class assignments without grades for all users without a signed-in user.\",\"displayName\":\"Read all class assignments without grades\",\"id\":\"6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments with - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments without - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments with grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments without grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all modules and resources, without a signed-in user.\",\"displayName\":\"Read all class modules and resources\",\"id\":\"6cdb464c-3a03-40f8-900b-4cb7ea1da9c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduCurricula.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all modules and resources, without a signed-in user.\",\"displayName\":\"Read @@ -21721,6 +18952,14 @@ interactions: and write the organization's roster\",\"id\":\"d1808e82-ce13-47af-ae0d-f9b254e6d58a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduRoster.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create Viva Engage conversations without a signed-in user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"e1d2136d-eaaf-427a-a7db-f97dbe847c27\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Migration.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage conversations, and to read their properties without + a signed-in user.\",\"displayName\":\"Read all Viva Engage conversations\",\"id\":\"2c495153-cd0e-41b4-9980-3bcecf1ca22f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create Viva Engage conversations, read all conversation properties, + update conversation properties, and delete conversations without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"bfbd4840-fba0-43a7-93a9-465b687e47d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage Teams QA conversations, and to read their properties + without a signed-in user.\",\"displayName\":\"Read all Viva Engage Teams QA + conversations\",\"id\":\"d746beae-b46e-446e-924a-5b805a5c4467\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to list all Viva Engage roles and role memberships without a signed-in user.\",\"displayName\":\"Read all Viva Engage roles and role memberships\",\"id\":\"30614864-4114-45ef-bdd9-0dd7894a1cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementRole.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to assign Viva Engage role to a user, and remove a Viva Engage role @@ -21737,6 +18976,8 @@ interactions: the app to read or write your organization's authentication event listeners without a signed-in user.\",\"displayName\":\"Read and write all authentication event listeners\",\"id\":\"0edf5e9e-4ce8-468a-8432-d08631d18c43\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EventListener.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to search the email message trace, without a signed-in user.\",\"displayName\":\"Search + the email message trace\",\"id\":\"89b20d8a-76e2-4057-867b-9961f800b9a4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all external connections without a signed-in user.\",\"displayName\":\"Read all external connections\",\"id\":\"1914711b-a1cb-4793-b019-c2ce0ed21b8c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExternalConnection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all external connections without a signed-in user.\",\"displayName\":\"Read @@ -21778,15 +19019,21 @@ interactions: without a signed-in user. The specific file storage containers and the permissions granted to them will be configured in Microsoft 365 by the developer of each container type.\",\"displayName\":\"Access selected file storage containers\",\"id\":\"40dc41bc-0f7e-42ff-89bd-d9516947e474\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainer.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to manage file storage container type registrations without + a signed-in user.\",\"displayName\":\"Access selected file storage container + type registrations\",\"id\":\"2dcc6599-bd30-442b-8f11-90f88ad441dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read all group conversations\",\"id\":\"4f0a8235-6f6f-4ec7-9500-34b452a4a0c3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read and write all group conversations\",\"id\":\"6679c91b-820a-4900-ab47-e97b197a89c4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all groups without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + groups\",\"id\":\"2d9bd318-b883-40be-9df7-63ec4fcdc424\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups without a signed-in user.\",\"displayName\":\"Create groups\",\"id\":\"bf7b1a76-6e77-406b-b258-bf5c7720e98f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read group properties and memberships, and read\\u00A0conversations - for all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read group properties and memberships, and read conversations for + all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by @@ -21797,6 +19044,11 @@ interactions: of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.\",\"displayName\":\"Read and write all group memberships\",\"id\":\"dbaae8cf-10b5-4b86-a4a1-f871c94c6695\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupMember.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + without a signed-in user.\",\"displayName\":\"Read all group settings\",\"id\":\"f3c4f514-c65a-43f5-bfce-1735872258dd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects, without a signed-in user.\",\"displayName\":\"Read + and write all group settings\",\"id\":\"546168c3-1183-4281-9491-fafb24dea37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all scenario health monitoring alerts, without a signed-in user.\",\"displayName\":\"Read all scenario health monitoring alert\",\"id\":\"5183ed5d-b7f8-4e9a-915e-dafb46b9cb62\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"HealthMonitoringAlert.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all scenario monitoring alerts, without a signed-in @@ -21816,7 +19068,11 @@ interactions: information\",\"id\":\"6e472fd1-ad78-48da-a0f0-97ab2c6b769e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event - detections.\\u00A0\",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + detections. \",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read the risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read all risky agents information\",\"id\":\"4aadfb66-d49a-414a-a883-d8c240b6fa33\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read and write risky agents information\",\"id\":\"dca4e4fd-a7cf-4e6f-86d1-d1ec094d766e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all risky service principal information for your organization, without a signed-in user.\",\"displayName\":\"Read all identity risky service principal information\",\"id\":\"607c7344-0eed-41e5-823a-9695ebe1b7b0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyServicePrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -21827,8 +19083,8 @@ interactions: without a signed in user.\",\"displayName\":\"Read all identity risky user information\",\"id\":\"dc5007c0-2d7d-4c42-879c-2dab87571379\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risky user information for your organization - without a signed-in user. \\u00A0Update operations include dismissing risky - users.\",\"displayName\":\"Read and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. Update operations include dismissing risky users.\",\"displayName\":\"Read + and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's user flows, without a signed-in user.\",\"displayName\":\"Read all identity user flows\",\"id\":\"1b0c317f-dd31-4305-9932-259a8b6e8099\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityUserFlow.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's user flows, without a signed-in @@ -21884,9 +19140,9 @@ interactions: directory, without a signed-in user.\",\"displayName\":\"Read and write all assignments\",\"id\":\"236c1cbd-1187-427f-b0f5-b1852454973b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningAssignedCourse.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all learning content in the organization's directory, without - a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - all learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - without a signed-in user.\",\"displayName\":\"Manage all\\u00A0learning\\u00A0content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to manage all learning content in the organization's directory, without + a signed-in user.\",\"displayName\":\"Manage all learning content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.\",\"displayName\":\"Read all self-initiated courses\",\"id\":\"467524fc-ed22-4356-a910-af61191e3503\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningSelfInitiatedCourse.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -21926,6 +19182,10 @@ interactions: the application to access a subset of lists without a signed in user. The specific lists and the permissions granted will be configured in SharePoint Online.\",\"displayName\":\"Access selected Lists without a signed in user.\",\"id\":\"23c5a9bd-d900-4ecf-be26-a0689755d9e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all email, including contents + of non-draft emails in user mailboxes, without a signed-in user. Does not + include permission to send mail.\",\"displayName\":\"Read and write mail in + all mailboxes, including modifying existing non-draft mails\",\"id\":\"e118f1da-5c1c-46cf-bff6-8858d786f46f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail-Advanced.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read mail in all mailboxes without a signed-in user.\",\"displayName\":\"Read mail in all mailboxes\",\"id\":\"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read basic mail properties in all mailboxes without a signed-in @@ -21939,10 +19199,16 @@ interactions: and write mail in all mailboxes\",\"id\":\"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send mail as any user without a signed-in user.\",\"displayName\":\"Send mail as any user\",\"id\":\"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Send\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all users' UserConfiguration objects.\",\"displayName\":\"Read + all users' UserConfiguration objects\",\"id\":\"27d9d776-f4d2-426d-80ad-5f22f2b01b0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all users' UserConfiguration objects.\",\"displayName\":\"Read + and write all users' UserConfiguration objects\",\"id\":\"aa6d92d4-b25a-4640-aefe-3e3231e5e736\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read all the users' mailbox folders\",\"id\":\"99280d24-a782-4793-93cc-0888549957f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read and write all the users' mailbox folders\",\"id\":\"fef87b92-8391-4589-9da7-eb93dab7dc8a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to export all the users' mailbox items, without signed-in user.\",\"displayName\":\"Export + all the users' mailbox items\",\"id\":\"937550e9-33a3-494b-88ae-d9cd394b1fbb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to backup, restore, and modify all mailbox items without a signed-in user.\",\"displayName\":\"Allows the app to perform backup and restore for all mailbox items\",\"id\":\"76577085-e73d-4f1d-b26a-85fb33892327\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.ImportExport.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22020,11 +19286,11 @@ interactions: without a signed in user.\",\"displayName\":\"Manage on-premises published resources\",\"id\":\"0b57845e-aa49-4e6f-8109-ce654fffa618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OnPremisesPublishingProfiles.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organization and related resources, without a signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. Related resources include things like subscribed skus and tenant branding + information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write the organization and related resources, without - a signed-in user.\\u00A0Related resources include things like subscribed skus - and tenant branding information.\",\"displayName\":\"Read and write organization + a signed-in user. Related resources include things like subscribed skus and + tenant branding information.\",\"displayName\":\"Read and write organization information\",\"id\":\"292d869f-3427-49a8-9dab-8c70152b74e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organizational branding information, without a signed-in user.\",\"displayName\":\"Read organizational branding information\",\"id\":\"eb76ac34-0d62-4454-b97c-185e4250dc20\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OrganizationalBranding.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22095,6 +19361,8 @@ interactions: user.\",\"displayName\":\"Read and write telemetry for all workplace devices.\",\"id\":\"27fc435f-44e2-4b30-bf3c-e0ce74aed618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PlaceDeviceTelemetry.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all your organization's policies without a signed in user.\",\"displayName\":\"Read your organization's policies\",\"id\":\"246dd0d5-5bd0-4def-940b-0421030a5b68\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all authentication method policies for the tenant, without + a signed-in user. \",\"displayName\":\"Read authentication method policies\",\"id\":\"8e3bc81b-d2f3-4b7b-838c-32c88218d2f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's conditional access policies, without a signed-in user.\",\"displayName\":\"Read your organization's conditional access policies\",\"id\":\"37730810-e9ba-4e46-b07e-8ca78d182097\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.ConditionalAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22120,8 +19388,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read and write authentication flow policies\",\"id\":\"25f85f3c-f66c-4205-8cd5-de92dd7f0cec\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all authentication method policies for the tenant, - without a signed-in user.\\u00A0\",\"displayName\":\"Read and write all authentication - method policies\\u00A0\",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. \",\"displayName\":\"Read and write all authentication + method policies \",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.\",\"displayName\":\"Read @@ -22132,9 +19400,13 @@ interactions: the app to read and write your organization's consent requests policy without a signed-in user.\",\"displayName\":\"Read and write your organization's consent request policy\",\"id\":\"999f8c63-0a38-4f1b-91fd-ed1947bdd1a9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read and write your organization's cross tenant access policies + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"displayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities without a signed-in user.\",\"displayName\":\"Read and write your organization's - cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + M365 cross tenant access capabilities\",\"id\":\"a6325ae7-2b73-4dbd-abed-fbeacfbf8696\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and write your organization's device configuration policies without a signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -22172,7 +19444,7 @@ interactions: includes activity, availability, status note, calendar out-of-office message, time zone and location.\",\"displayName\":\"Read and write presence information for all users\",\"id\":\"83cded22-8297-4ff6-a7fa-e97e9545a259\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Presence.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read printers without a signed-in user.\\u00A0\",\"displayName\":\"Read + the application to read printers without a signed-in user. \",\"displayName\":\"Read printers\",\"id\":\"9709bb33-4549-49d4-8ed9-a8f65e45bb0f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Printer.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.\",\"displayName\":\"Read @@ -22182,19 +19454,19 @@ interactions: read and update the metadata of print jobs.\",\"displayName\":\"Perform advanced operations on print jobs\",\"id\":\"58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the metadata and document content of print jobs without - a signed-in user.\\u00A0\",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read the metadata of print jobs without a signed-in user.\\u00A0Does - not allow access to print job document content.\",\"displayName\":\"Read basic - information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user. \",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read the metadata of print jobs without a signed-in user. + Does not allow access to print job document content.\",\"displayName\":\"Read + basic information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata and document content of print jobs without a signed-in user.\",\"displayName\":\"Read and write print jobs\",\"id\":\"5114b07b-2898-4de7-a541-53b0004e2e13\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata of print jobs without a signed-in - user.\\u00A0Does not allow access to print job document content.\",\"displayName\":\"Read + user. Does not allow access to print job document content.\",\"displayName\":\"Read and write basic information for print jobs\",\"id\":\"57878358-37f4-4d3a-8c20-4816e0d457b1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read tenant-wide print settings without a signed-in user.\",\"displayName\":\"Read tenant-wide print settings\",\"id\":\"b5991872-94cf-4652-9765-29535087c6d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update print task definitions without a signed-in - user.\\u00A0\",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. \",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.\",\"displayName\":\"Read privileged @@ -22245,6 +19517,14 @@ interactions: the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.\",\"displayName\":\"Manage all programs\",\"id\":\"60a901ed-09f7-4aa5-a16e-7dd3d6f9de36\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"displayName\":\"Compute Purview + policies at tenant scope\",\"id\":\"e5a76501-dbb0-492c-ab55-5d09e8837263\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"displayName\":\"Compute Purview + policies for an individual user\",\"id\":\"fe696d63-5e1f-4515-8232-cccc316903c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and query your provisioning log activities, without a signed-in + user.\",\"displayName\":\"Read all provisioning log data\",\"id\":\"091937d3-3e38-47a1-8649-b2f99d3035f1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProvisioningLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, without a signed-in user.\",\"displayName\":\"Read all @@ -22255,9 +19535,12 @@ interactions: and write all certificate based authentication configurations\",\"id\":\"a2b63618-5350-462d-b1b3-ba6eb3684e26\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PublicKeyInfrastructure.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows an app to read all question and answers, without a signed-in user.\",\"displayName\":\"Read all Question and Answers \",\"id\":\"ee49e170-1dd1-4030-b44c-61ad6e98f743\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"QnA.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get direct access to real-time enriched data in a meeting, without + a signed-in user.\",\"displayName\":\"Access real-time enriched data in a + meeting as an app\",\"id\":\"abafe00f-ea87-4c63-b8a8-0e7bb0a88144\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read - Records Management configuration,\\u00A0labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + Records Management configuration, labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read and write Records Management configuration, labels and policies\",\"id\":\"eb158f57-df43-4751-8b21-b8932adb3d34\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22400,6 +19683,17 @@ interactions: the app to read your organization\u2019s security events without a signed-in user. Also allows the app to update editable properties in security events.\",\"displayName\":\"Read and update your organization\u2019s security events\",\"id\":\"d903a879-88e0-4c09-b0c9-82f6a1333f84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all the identity security available identity accounts without + a signed-in user.\",\"displayName\":\"Read all identity security available + identity accounts\",\"id\":\"c5bc96f5-b4a1-4cfc-8189-d5f0d772278f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write identity security available actions without a signed-in + user.\",\"displayName\":\"Read and perform all identity security available + actions\",\"id\":\"af2bf46f-7bf1-4be3-8bad-e17e279e8462\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read sensors window auditing configuration without a signed-in + user\",\"displayName\":\"Read sensors window auditing configuration\",\"id\":\"58971758-9844-4fe4-9fba-7e4ce7a659bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write sensors window auditing configuration without a + signed-in user\",\"displayName\":\"Read and write sensors window auditing + configuration\",\"id\":\"4f1f0deb-08d1-4ffb-8cca-21dfc362b7c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the identity security health issues without a signed-in user.\",\"displayName\":\"Read all identity security health issues\",\"id\":\"f8dcd971-5d83-4e1e-aa95-ef44611ad351\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesHealth.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write identity security health issues without a signed-in @@ -22417,7 +19711,17 @@ interactions: the app to read all security incidents, without a signed-in user.\",\"displayName\":\"Read all security incidents\",\"id\":\"45cc0394-e837-488b-a098-1918f48d186c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write to all security incidents, without a signed-in user.\",\"displayName\":\"Read - and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, without + a signed-in user.\",\"displayName\":\"Evaluate sensitivity labels\",\"id\":\"57f0b71b-a759-45a0-9a0f-cc099fbd9a44\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to evaluate all sensitivity label.\",\"displayName\":\"Evaluate labels + tenant scope.\",\"id\":\"986fa56a-6680-4aac-af09-4d1765376739\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels application + scope.\",\"id\":\"3b8e7aad-f6e3-4299-83f8-6fc6a5777f0b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels tenant scope.\",\"id\":\"e46a01e9-b2cf-4d89-8424-bcdc6dd445ab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabels.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all Sentiment Survey, without a signed-in user. \",\"displayName\":\"Export + all Sentiment Survey\",\"id\":\"84fa35c1-f997-4c1c-894c-bb52108cfbbf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SentimentSurvey.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Exchange service activity, without a signed-in user.\",\"displayName\":\"Read all Exchange service activity\",\"id\":\"2b655018-450a-4845-81e7-d603b1ebffdb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServiceActivity-Exchange.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Microsoft 365 Web service activity, without a signed-in @@ -22436,6 +19740,12 @@ interactions: principal endpoints\",\"id\":\"5256681e-b7f6-40c0-8447-2d9db68797a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to update service principal endpoints\",\"displayName\":\"Read and update service principal endpoints\",\"id\":\"89c8469c-83ad-45f7-8ff2-6e3d4285709e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, without a signed-in user.\",\"displayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"a0521574-fcd8-4742-b29c-f796df57ea70\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, without a signed-in user.\",\"displayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"id\":\"f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.\",\"displayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"83d4163d-a2d8-4d3b-9695-4ae3ca98f888\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointTenantSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22446,10 +19756,18 @@ interactions: all users' short notes\",\"id\":\"0c7d31ec-31ca-4f58-b6ec-9950b6b0de69\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, edit, and delete all the short notes without a signed-in user.\",\"displayName\":\"Read, create, edit, and delete all users' short - notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your organization's sign-in identifiers, without a signed-in + user.\",\"displayName\":\"Read all sign-in identifiers\",\"id\":\"28e1fe78-598f-4df4-b55e-18bf34218925\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's sign-in identifiers, without + a signed-in user.\",\"displayName\":\"Read and write all sign-in identifiers\",\"id\":\"7fc588a2-ea2d-4d1f-bcf7-33c324b149b8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to archive/reactivate site collections without a signed in user.\",\"displayName\":\"Archive/reactivate Site Collections without a signed - in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the application to create site collections without a signed in user. Upon + creation the application will be granted Sites.Selected(application) + FullControl + to the newly created site.\",\"displayName\":\"Create Site Collections without + a signed in user.\",\"id\":\"80819dd8-2b3b-4551-a1ad-2700fc44f533\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to have full control of all site collections without a signed in user.\",\"displayName\":\"Have full control of all site collections\",\"id\":\"a82116e5-55eb-4c41-a434-62fe8a61c773\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.FullControl.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create or delete document libraries and lists in all site collections @@ -22461,19 +19779,21 @@ interactions: site collections without a signed in user.\",\"displayName\":\"Read and write items in all site collections\",\"id\":\"9492366f-7969-46a4-8d15-ed1a20078fff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to access a subset of site collections without a signed in - user.\\u00A0\\u00A0The specific site collections and the permissions granted - will be configured in SharePoint Online.\",\"displayName\":\"Access selected - site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. The specific site collections and the permissions granted will be configured + in SharePoint Online.\",\"displayName\":\"Access selected site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read SPIFFE trust domains and child resources\",\"id\":\"dcdfc277-41fd-4d68-ad0c-c3057235bd8e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read and write SPIFFE - trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0subject\\u00A0rights - requests\\u00A0without a\\u00A0signed-in\\u00A0user.\",\"displayName\":\"Read\\u00A0all - subject\\u00A0rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0and\\u00A0write - subject\\u00A0rights requests\\u00A0without a signed in user.\",\"displayName\":\"Read\\u00A0and\\u00A0write\\u00A0all - subject\\u00A0rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to modify Viva Engage storylines, read all storylines properties, + update storyline properties, and delete storyline properties without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage storylines\",\"id\":\"6eff534b-699e-44d9-af61-a4182f0ec37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Storyline.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read subject rights requests without a signed-in user.\",\"displayName\":\"Read + all subject rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write subject rights requests without a signed in user.\",\"displayName\":\"Read + and write all subject rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read Azure AD synchronization information, without a signed-in user.\",\"displayName\":\"Read all Azure AD synchronization data.\",\"id\":\"5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Synchronization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to configure the Azure AD synchronization service, without @@ -22492,7 +19812,7 @@ interactions: the app to create, read, update and delete all users\u2019 tasks and task lists in your organization, without a signed-in user\",\"displayName\":\"Read and write all users\u2019 tasks and tasklists\",\"id\":\"44e666d1-d276-445b-a5fc-8815eeb81d55\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Tasks.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create teams without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create teams without a signed-in user. \",\"displayName\":\"Create teams\",\"id\":\"23fc2474-f741-46ce-8465-674744c5c361\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Get a list of all teams, without a signed-in user.\",\"displayName\":\"Get a list of all teams\",\"id\":\"2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read @@ -22663,7 +19983,7 @@ interactions: user.\",\"displayName\":\"Read Teams devices\",\"id\":\"0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the app to read and write the management data for Teams devices, without a signed-in user.\",\"displayName\":\"Read and write Teams devices\",\"id\":\"79c02f5b-bd4f-4713-bc2c-a8a4a66e127b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read\\u00A0tags in Teams\\u00A0without a signed-in user.\",\"displayName\":\"Read + the app to read tags in Teams without a signed-in user.\",\"displayName\":\"Read tags in Teams\",\"id\":\"b74fd6c4-4bde-488e-9695-eeb100e4907f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write tags in Teams without a signed-in user.\",\"displayName\":\"Read and write tags in Teams\",\"id\":\"a3371ca5-911d-46d6-901c-42c8c7a937d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22680,8 +20000,8 @@ interactions: the app to read all the indicators for your organization, without a signed-in user.\",\"displayName\":\"Read all threat indicators\",\"id\":\"197ee4e9-b993-4066-898f-d6aecc55125b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), without a signed-in user. \\u00A0It cannot update - any threat indicators it does not own.\",\"displayName\":\"Manage threat indicators + (read, update and delete), without a signed-in user. It cannot update any + threat indicators it does not own.\",\"displayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"21792b6c-c986-4ffc-85de-df9da54b52fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read threat intelligence information, such as indicators, observations, and and articles, without a signed in user.\",\"displayName\":\"Read all Threat @@ -22713,6 +20033,9 @@ interactions: the app to read and write secondary mail addresses for all users, without a signed-in user.\",\"displayName\":\"Read and write all secondary mail addresses for users\",\"id\":\"280d0935-0796-47d1-8d26-273470a3f17a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-Mail.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all users without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + users\",\"id\":\"a94a502d-0281-4d15-8cd2-682ac9362c4c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write password profiles and reset passwords for all users, without a signed-in user.\",\"displayName\":\"Read and write all password profiles and reset user passwords\",\"id\":\"cc117bb9-00cf-4eb8-b580-ea2a878fe8f7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-PasswordProfile.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -22757,6 +20080,41 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' authentication methods \",\"id\":\"50483e42-d915-4231-9639-7fdb7fd190e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read email methods of all users in your organization, without a + signed-in user. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' email methods\",\"id\":\"a1e58be0-1095-422b-b067-73434bd7d40f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write email methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' email methods\",\"id\":\"e8ecb853-1435-4a49-95ba-ec5b31b11672\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read external authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' external authentication methods\",\"id\":\"d2c4289f-9f95-40da-ad43-eeb1506f0db7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write external authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' external + authentication methods\",\"id\":\"c7a22c2e-5b01-4129-8159-6c8be2c78f16\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' HardwareOATH authentication methods\",\"id\":\"7b544555-7811-49ff-8223-a56be870e33a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write HardwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + HardwareOATH authentication methods\",\"id\":\"7e9ebcc1-90aa-4471-8051-e68d6b4e9c89\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Microsoft authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' Microsoft authentication methods\",\"id\":\"a9c5f16e-e5ca-4e33-89ad-903fcfc01c23\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Microsoft Authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Microsoft Authentication methods\",\"id\":\"c833c349-a1ab-4b6d-94a2-fa9a8674420c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read @@ -22766,6 +20124,68 @@ interactions: to see secret information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' passkey authentication methods\",\"id\":\"0400e371-7db1-4338-a269-96069eb65227\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read password authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' password authentication methods\",\"id\":\"8d2c17ff-b93d-40d5-9def-d843680509cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write password authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' password + authentication methods\",\"id\":\"f6d38dfd-ec08-4995-8f07-23e929df0936\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read phone authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' phone authentication methods\",\"id\":\"f529a223-ea70-43ec-b268-5012de2fbaa2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write phone methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' phone methods\",\"id\":\"6e85d483-7092-4375-babe-0a94a8213a58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read platform credentials methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' platform credentials methods\",\"id\":\"07c0b1e4-15bd-442f-834b-30f8291388d1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write platform credentials methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' platform + credentials methods\",\"id\":\"1a87acf4-a9ca-4576-a974-452ea265d5f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read QR authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' QR methods\",\"id\":\"9a45bc50-cddd-4ebe-bd9c-4f2eacf646ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write QR authentication methods of all users in + your organization, without a signed-in user. This does not allow the app to + see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' QR methods\",\"id\":\"4869299f-18c3-40c8-98f2-222657e67db1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' SoftwareOATH methods\",\"id\":\"a6b423df-a0c8-411d-a809-a4a5985d2939\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write SoftwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + SoftwareOATH methods\",\"id\":\"787442d4-3c6e-4e99-aa95-8ccca20a48ff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read all users' Temporary Access + Pass methods\",\"id\":\"bf82209c-b22b-4747-ac88-a68be99032cf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Temporary Access Pass authentication methods + of all users in your organization, without a signed-in user. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Temporary Access Pass methods\",\"id\":\"627169a8-8c15-451c-861a-5b80e383de5c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization, without a signed-in user. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"displayName\":\"Read all users' Windows Hello methods\",\"id\":\"9b8dd4c7-8cca-4ef5-a34a-9c2c75fcc934\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Windows Hello authentication methods of + all users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Windows Hello authentication methods\",\"id\":\"f14eee8a-713e-45aa-8223-2ab74632db1a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send, read, update and delete user\u2019s notifications, without a signed-in user.\",\"displayName\":\"Deliver and manage all user's notifications\",\"id\":\"4e774092-a092-48d1-90bd-baad67c7eb47\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserNotification.ReadWrite.CreatedByApp\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all users' shift schedule preferences without a signed-in @@ -22773,7 +20193,9 @@ interactions: the app to manage all users' shift schedule preferences without a signed-in user.\",\"displayName\":\"Read and write all user shift preferences\",\"id\":\"d1eec298-80f3-49b0-9efb-d90e224798ac\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserShiftPreferences.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all user teamwork settings without a signed-in user.\",\"displayName\":\"Read - all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"This + role can read Verified Id profiles in a tenant.\",\"displayName\":\"Read Verified + Id profiles\",\"id\":\"e227c591-dd64-4a8a-a033-816167f7c938\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user\u2019s data by the online meetings application access policy.\",\"displayName\":\"Read @@ -22796,6 +20218,8 @@ interactions: the app to read and write all Windows update deployment settings for the organization without a signed-in user.\",\"displayName\":\"Read and write all Windows update deployment settings\",\"id\":\"7dd1be58-6e76-4401-bf8d-31d1e8180d5b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WindowsUpdates.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read workforce integrations without a signed-in user.\",\"displayName\":\"Read + workforce integrations\",\"id\":\"f10b94b9-37d1-4c88-8b7e-bf75a1152d39\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.\",\"displayName\":\"Read and write workforce integrations\",\"id\":\"202bf709-e8e6-478e-bcfd-5d63c50b68e3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"info\":{\"logoUrl\":null,\"marketingUrl\":null,\"privacyStatementUrl\":null,\"supportUrl\":null,\"termsOfServiceUrl\":null},\"keyCredentials\":[],\"oauth2PermissionScopes\":[{\"adminConsentDescription\":\"Allows @@ -22833,6 +20257,158 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.\",\"userConsentDisplayName\":\"Read and write administrative units\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent cards and their skills in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"id\":\"73ea6732-992c-4292-98f7-9feff18d3ade\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent cards and their skills on your behalf.\",\"userConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"value\":\"AgentCard.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent cards in Agent Registry\",\"id\":\"b0f726a8-0fa2-4ce2-937b-fd17a446261f\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + on your behalf.\",\"userConsentDisplayName\":\"Read and write agent cards + in Agent Registry\",\"value\":\"AgentCard.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent card manifests in your organization's Agent Registry + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read agent + card manifests in Agent Registry\",\"id\":\"ada96a26-9579-4c29-a578-c3482a765716\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write agent card manifests in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"id\":\"80151b1a-1c31-4846-ae0d-c79939ee13d1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read collections and their membership in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + collections in Agent Registry\",\"id\":\"fa50be38-fdff-469c-96dc-ef5fce3c64bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read collections and their membership on your behalf.\",\"userConsentDisplayName\":\"Read + collections in Agent Registry\",\"value\":\"AgentCollection.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read global collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + global collection in Agent Registry\",\"id\":\"b14924c8-87f1-438a-81f2-dc370ba2f45d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read global collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + global collection in Agent Registry\",\"value\":\"AgentCollection.Read.Global\"},{\"adminConsentDescription\":\"Allows + the app to read quarantined collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"id\":\"43acfda3-daf3-4aa4-955d-b051d0024e82\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read quarantined collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"value\":\"AgentCollection.Read.Quarantined\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write collections in Agent Registry\",\"id\":\"6d8a7002-a05e-4b95-a768-0e6f0badc6c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write collections + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update global collection and manage its membership in + your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write global collection in Agent Registry\",\"id\":\"c001dd65-8a6b-4349-ab0c-4e8a410d28d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update global collection and manage its membership on + your behalf.\",\"userConsentDisplayName\":\"Read and write global collection + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Global\"},{\"adminConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write quarantined collection in Agent Registry\",\"id\":\"ae331cc9-9f51-484b-a90b-124f2e4a6398\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write quarantined + collection in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Quarantined\"},{\"adminConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"adminConsentDisplayName\":\"Delete + and restore agent identities\",\"id\":\"c8ee41e5-35e7-4fe9-8ecb-93493adcac5b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"userConsentDisplayName\":\"Delete + and restore agent identities\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"adminConsentDisplayName\":\"Enable + or disable agent identities\",\"id\":\"a501206a-e364-4a3f-be6e-765806d0e323\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"userConsentDisplayName\":\"Enable + or disable agent identities\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identities.\",\"adminConsentDisplayName\":\"Read + all agent identities\",\"id\":\"5e850691-d86a-4b24-bfa6-8a52fb37a0c1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identities.\",\"userConsentDisplayName\":\"Read + all agent identities\",\"value\":\"AgentIdentity.Read.All\"},{\"adminConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Read and write all agent identities\",\"id\":\"4a4facd5-0ee1-49b7-a5b2-fdcc2491685e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"userConsentDisplayName\":\"Read and write all agent identities\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"id\":\"75b5feb2-bfe7-423f-907d-cc505186f246\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprints.\",\"id\":\"8fc15edd-ba24-494e-9bf6-d38e1b7ba8fd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f12ba1f6-afb7-4685-9a30-21e8c3f551d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"adminConsentDisplayName\":\"Read + all agent identity blueprints\",\"id\":\"26512dc8-1364-4e9f-867c-6d8b22a9e162\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"userConsentDisplayName\":\"Read + all agent identity blueprints\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"id\":\"4fd490fc-1467-48eb-8a4c-421597ab0402\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"id\":\"6f677aa9-25af-49a5-8a1d-628dc7f0d009\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint branding\",\"id\":\"60960e31-67cb-4d25-9d36-4922109923a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint branding\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"00dcd896-6b23-42ce-b5de-c58493c05e22\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"2c70023e-a482-4af2-9ff1-51ded53e6bad\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"adminConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"id\":\"e7475e0a-9f02-43e2-a250-5c2ea74ccd0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"userConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"id\":\"88c856a2-de61-4632-b2d4-ac503cbc8dd2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"id\":\"bf2cad6a-9082-438a-9a63-95fa2687af65\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"ad57fb88-4658-4fd6-ab7d-e43184b08e4e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"52a417d9-0b3c-4466-9a3b-66960de73d74\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"adminConsentDescription\":\"Allows + the app to read agent instances and their related collections in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"id\":\"4c3c738a-2df0-4877-bf4a-f796950ff34c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent instances and their related collections on your behalf.\",\"userConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"value\":\"AgentInstance.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"id\":\"fc79e324-da24-497a-b5ec-e7de08320375\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read terms of use agreements on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all terms of use agreements\",\"id\":\"af2819c9-df71-4dd3-ade7-4d7c9dc653b7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read terms of use agreements on your behalf.\",\"userConsentDisplayName\":\"Read @@ -22912,6 +20488,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read applications\",\"id\":\"c79f8feb-a9db-4090-85f9-90d820caa0eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read applications and service principals on your behalf.\",\"userConsentDisplayName\":\"Read applications\",\"value\":\"Application.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update all apps in your organization, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read and update all apps\",\"id\":\"0586a906-4d89-4de8-b3c8-1aacdcc0c679\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update all apps in your organization, on your behalf.\",\"userConsentDisplayName\":\"Read + and update all apps\",\"value\":\"Application.ReadUpdate.All\"},{\"adminConsentDescription\":\"Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.\",\"adminConsentDisplayName\":\"Read and write all applications\",\"id\":\"bdfbf15f-ee85-4955-8675-146e8e5296b5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -22950,7 +20530,15 @@ interactions: create, and update attack simulation data of an organization\",\"id\":\"27608d7c-2c66-4cad-a657-951d575f5a60\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.\",\"userConsentDisplayName\":\"Read, create, - and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Read + activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"id\":\"16786f81-40d2-4116-bb26-d1a753bf0b20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"value\":\"AuditActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"a78fd341-0672-4792-a8ae-a5925b2546eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"value\":\"AuditActivity.Write\"},{\"adminConsentDescription\":\"Allows the app to read and query your audit log activities, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read audit log data\",\"id\":\"e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and query your audit log activities, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -23149,8 +20737,8 @@ interactions: delegate and shared calendars.\",\"adminConsentDisplayName\":\"Read user and shared calendars\",\"id\":\"2b9c4092-424d-4249-948d-b43879977640\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read events in all calendars that you can access, including delegate - and shared calendars.\\u00A0\",\"userConsentDisplayName\":\"Read calendars\\u00A0you - can access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows + and shared calendars. \",\"userConsentDisplayName\":\"Read calendars you can + access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.\",\"adminConsentDisplayName\":\"Read basic details of user calendars\",\"id\":\"662d75ba-a364-42ad-adee-f5f880ea4878\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -23169,6 +20757,10 @@ interactions: organization you have permissions to access. This includes delegate and shared calendars.\",\"userConsentDisplayName\":\"Read and write to your and shared calendars\",\"value\":\"Calendars.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read all AI Insights for calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all AI Insights for calls. \",\"id\":\"e24bdaf9-83f8-468b-a144-c681ccb6caf4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read all AI Insights for calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all AI Insights for calls.\",\"value\":\"CallAiInsights.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read delegation settings of you\",\"adminConsentDisplayName\":\"Read delegation settings\",\"id\":\"305b375b-00fe-48bf-81bc-e8d78954c1b6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows you to read your delegation settings\",\"userConsentDisplayName\":\"Read your @@ -23181,6 +20773,14 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read call event data\",\"id\":\"43431c03-960e-400f-87c6-8f910321dca3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read call event information for an organization on your behalf.\",\"userConsentDisplayName\":\"Read call event data\",\"value\":\"CallEvents.Read\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all recordings of calls. \",\"id\":\"63d31bd6-bcf5-40ca-8283-ba4130a66405\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all recordings of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all recordings of calls.\",\"value\":\"CallRecordings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all transcripts of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all transcripts of calls. \",\"id\":\"fbace248-5d8e-441c-85ca-cc19221a69a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all transcripts of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all transcripts of calls.\",\"value\":\"CallTranscripts.Read.All\"},{\"adminConsentDescription\":\"Allows to read all Change Management items.\",\"adminConsentDisplayName\":\"Read Change Management items\",\"id\":\"4628dff5-c33e-4fde-b17a-b64e7acb1bed\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows to read all Change Management items.\",\"userConsentDisplayName\":\"Read Change @@ -23237,7 +20837,7 @@ interactions: and write the names, descriptions, and settings of channels\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to create chats on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create chats\",\"id\":\"38826093-1258-4dea-98f0-00003be2b8d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create chats on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create chats on your behalf. \",\"userConsentDisplayName\":\"Create chats\",\"value\":\"Chat.Create\"},{\"adminConsentDescription\":\"Allows the app to delete and recover deleted chats, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Delete and recover deleted chats\",\"id\":\"bb64e6fc-6b6d-4752-aea0-dd922dbba588\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -23335,6 +20935,12 @@ interactions: the app to read app consent requests for your approval, and deny or approve those request on your behalf.\",\"userConsentDisplayName\":\"Read and write consent requests\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of contacts a user + has permissions to, including their own and shared contacts.\",\"adminConsentDisplayName\":\"Read + and update the on-premises sync behavior of contacts\",\"id\":\"1e4c6c41-0803-4f52-85ef-0a5d63ad8670\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of contacts you have permissions + to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of your own and shared contacts\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read user contacts. \",\"adminConsentDisplayName\":\"Read user contacts \",\"id\":\"ff74d97f-43af-4b68-9f2a-b77ee6968c5d\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read contacts in your contact folders.\",\"userConsentDisplayName\":\"Read @@ -23354,6 +20960,38 @@ interactions: the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read and write to your and shared contacts\",\"value\":\"Contacts.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"adminConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"id\":\"7e2467d1-f874-46bb-828e-24cb06b29d3f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"userConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"value\":\"Content.Process.All\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"adminConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"id\":\"1d787a13-f750-4ad6-875a-fcbd2725596b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"userConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"value\":\"Content.Process.User\"},{\"adminConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"62c55b2f-a2b1-4312-8385-be57afd901b4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"value\":\"ContentActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"id\":\"948caae6-152a-48cd-a746-4844af30e8e9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"value\":\"ContentActivity.Write\"},{\"adminConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Delete Microsoft 365 Copilot conversations\",\"id\":\"ed510a02-ac32-45f9-93e6-04864f7f7e47\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on your behalf.\",\"userConsentDisplayName\":\"Delete + Microsoft 365 Copilot conversations\",\"value\":\"CopilotConversation.Delete\"},{\"adminConsentDescription\":\"Allows + the user to read the packages information\",\"adminConsentDisplayName\":\"Read + all packages information\",\"id\":\"a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read packages information.\",\"userConsentDisplayName\":\"Read + all packages information\",\"value\":\"CopilotPackages.Read.All\"},{\"adminConsentDescription\":\"Allows + the user to read and update the packages information\",\"adminConsentDisplayName\":\"Read + and update all packages information\",\"id\":\"e9c5fd18-ac15-43dd-9f5c-6f9611dd5604\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update packages information.\",\"userConsentDisplayName\":\"Read + and update all packages information\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organization-wide copilot limited mode setting\",\"id\":\"aeb2982d-632d-4155-b533-18756ab6fdd8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -23372,46 +21010,45 @@ interactions: within the Azure AD ecosystem on your behalf.\",\"userConsentDisplayName\":\"Read cross-tenant basic information\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export external user data (e.g. customer content or system-generated - logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + the current tenant on behalf of the signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"id\":\"cb1ba48f-d22b-4325-a07f-74135a62ee41\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"value\":\"CrossTenantUserProfileSharing.Read\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export their data\",\"id\":\"759dcd16-3c90-463c-937e-abf89f991c18\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export external user data (e.g. customer content or system-generated logs), + with the current tenant on your behalf. It also permits the application to + export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export data\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export and remove external user data (e.g. customer content - or system-generated logs), associated with the current tenant on behalf of - the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant - user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the current tenant on behalf of the signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated + logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + shared cross-tenant user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export or delete their data\",\"id\":\"64dfa325-cbf8-48e3-938d-51224a0cac01\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's custom authentication extensions on behalf @@ -23668,6 +21305,16 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and update Azure AD recommendations\",\"id\":\"f37235e8-90a0-4189-93e2-e55b53867ccd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update Azure AD recommendations, on your behalf.\",\"userConsentDisplayName\":\"Read and update Azure AD recommendations\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"adminConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"33203a2a-a761-40f0-8a7c-a7e74a9f8ac6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"userConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"adminConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"id\":\"857bd3ea-490e-4284-88a7-a7de1893b6ee\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"userConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all domain properties on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read domains.\",\"id\":\"2f9ee017-59c1-4f1d-9472-bd5529a7b311\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all domain properties on your behalf.\",\"userConsentDisplayName\":\"Read @@ -23713,7 +21360,7 @@ interactions: your assignments without grades\",\"value\":\"EduAssignments.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments and their grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments and their grades\",\"id\":\"2f233e90-164b-4501-8bce-31af2559a2d3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view and modify your assignments on your behalf including \\u00A0grades.\",\"userConsentDisplayName\":\"View + the app to view and modify your assignments on your behalf including grades.\",\"userConsentDisplayName\":\"View and modify your assignments and grades\",\"value\":\"EduAssignments.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments without grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments without grades\",\"id\":\"2ef770a1-622a-47c4-93ee-28d6adbed3a0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -23737,13 +21384,13 @@ interactions: your school, class and user information\",\"value\":\"EduRoster.Read\"},{\"adminConsentDescription\":\"Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties - about users to be read on behalf of the user.\\u00A0Includes name, status, - education role, email address and photo.\",\"adminConsentDisplayName\":\"Read - a limited subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view minimal \\u00A0information about both schools and classes - in your organization and education-related information about you and other - users on your behalf.\",\"userConsentDisplayName\":\"View a limited subset - of your school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows + about users to be read on behalf of the user. Includes name, status, education + role, email address and photo.\",\"adminConsentDisplayName\":\"Read a limited + subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to view minimal information about both schools and classes in your + organization and education-related information about you and other users on + your behalf.\",\"userConsentDisplayName\":\"View a limited subset of your + school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' @@ -23755,6 +21402,23 @@ interactions: users' email address\",\"id\":\"64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your primary email address\",\"userConsentDisplayName\":\"View your email address\",\"value\":\"email\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage conversations, and to read their properties on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Viva + Engage conversations\",\"id\":\"c55541d9-2cdd-4fad-8ead-0c08fae5b0c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage conversations\",\"value\":\"EngagementConversation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage conversations\",\"id\":\"ebbfd079-1634-4640-8618-68b19ebbed1d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + communities\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage Teams QA conversations, and to read their properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + Viva Engage Teams QA conversations\",\"id\":\"58c5819e-29bd-4400-ad52-82cd82a63fbd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage Teams QA + conversations\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"adminConsentDescription\":\"Allows the app to list a user's Viva Engage roles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's Viva Engage roles \",\"id\":\"9f1da0fc-345c-4dfb-bab5-5215a073a417\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to list your Viva Engage roles, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -23807,6 +21471,10 @@ interactions: user via Exchange Web Services\",\"id\":\"9769c687-087d-48ac-9cb3-c37dde652038\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app full access to your mailboxes on your behalf.\",\"userConsentDisplayName\":\"Access your mailboxes\",\"value\":\"EWS.AccessAsUser.All\"},{\"adminConsentDescription\":\"Allows + the app to search the email message trace on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Search + the email message trace\",\"id\":\"b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to search the email message trace on your behalf.\",\"userConsentDisplayName\":\"Search + the email message trace\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.\",\"adminConsentDisplayName\":\"Read all external connections\",\"id\":\"a38267a5-26b6-4d76-9493-935b7599116b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -23917,6 +21585,26 @@ interactions: file storage containers and the permissions granted will be configured in Microsoft 365 by the developer of each container type.\",\"userConsentDisplayName\":\"Access selected file storage containers\",\"value\":\"FileStorageContainer.Selected\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container types on behalf of the signed + in user. The user must be a SharePoint Embedded Admin or Global Admin.\",\"adminConsentDisplayName\":\"Manage + file storage container types on behalf of the signed in user\",\"id\":\"8e6ec84c-5fcd-4cc7-ac8a-2296efc0ed9b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container types on your behalf. You + must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container types on your behalf\",\"value\":\"FileStorageContainerType.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container type registrations on behalf + of the signed in user. The user must be a SharePoint Embedded Admin or Global + Admin.\",\"adminConsentDisplayName\":\"Manage file storage container type + registrations on behalf of the signed in user\",\"id\":\"c319a7df-930e-44c0-a43b-7e5e9c7f4f24\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container type registrations on your + behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container type registrations on your behalf\",\"value\":\"FileStorageContainerTypeReg.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on behalf of the signed in user. The user must be a SharePoint Embedded Admin + or Global Admin.\",\"adminConsentDisplayName\":\"Access selected file storage + container type registrations.\",\"id\":\"d1e4f63a-1569-475c-b9b2-bdc140405e38\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on your behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Access + selected file storage container type registrations.\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"adminConsentDescription\":\"Allows the app to read and write financials data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write financials data\",\"id\":\"f534bf13-55d4-45a9-8f3c-c92fe64d6131\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write financials data on your behalf.\",\"userConsentDisplayName\":\"Read @@ -23938,6 +21626,11 @@ interactions: access to.\",\"adminConsentDisplayName\":\"Read and write group conversations\",\"id\":\"302bcbb5-855a-4e49-ae20-94a331b0281e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write group conversations that the signed-in user has access to.\",\"userConsentDisplayName\":\"Read and write group conversations\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of groups on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of groups\",\"id\":\"37e00479-5776-4659-aecf-4841ec5d590a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of groups on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of groups\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access.\",\"adminConsentDisplayName\":\"Read @@ -23966,6 +21659,20 @@ interactions: the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.\",\"userConsentDisplayName\":\"Read and write group memberships\",\"value\":\"GroupMember.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + group settings that user can access\",\"id\":\"2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on your behalf.\",\"userConsentDisplayName\":\"Read all group settings that + user can access\",\"value\":\"GroupSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all group settings that user can access\",\"id\":\"c1691a6d-99e2-4cfa-b4b5-9e4d67dc0f36\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all group settings + that user can access\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all scenario health monitoring alerts\",\"adminConsentDisplayName\":\"Read all scenario health monitoring alerts\",\"id\":\"74b4ff32-4917-4536-a66d-38a4861e6220\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all scenario health monitoring alerts, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -24003,13 +21710,24 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risk event information\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include confirming risk event detections.\\u00A0\",\"adminConsentDisplayName\":\"Read - and write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + confirming risk event detections. \",\"adminConsentDisplayName\":\"Read and + write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on your behalf.\\u00A0Update operations include confirming - risk event detections.\\u00A0\",\"userConsentDisplayName\":\"Read and write - risk event information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include confirming risk + event detections. \",\"userConsentDisplayName\":\"Read and write risk event + information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read risky agents information\",\"id\":\"3215c57f-3faa-4295-95c2-6f14a5bc6124\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read risky agents information\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on behalf of the signed-in user. Update operations include + dismissing risky agents.\",\"adminConsentDisplayName\":\"Read and write risky + agents information\",\"id\":\"d343bdeb-db6a-4e06-97da-9dafc2d61c60\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on your behalf. Update operations include dismissing + risky agents.\",\"userConsentDisplayName\":\"Read and write risky agents information\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity risky service principal information\",\"id\":\"ea5c4ab0-5a73-4f35-8272-5d5337884e5d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -24031,13 +21749,12 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risky user information\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write - risky user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write risky + user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on your behalf.\\u00A0Update operations include dismissing - risky users.\",\"userConsentDisplayName\":\"Read and write identity risky - user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include dismissing risky + users.\",\"userConsentDisplayName\":\"Read and write identity risky user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's user flows, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity user flows\",\"id\":\"2903d63d-4611-4d43-99ce-a33f3f52e343\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's user flows, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -24144,20 +21861,21 @@ interactions: the app to read learning content in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning content\",\"id\":\"ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read learning content in the organization's directory, on your - behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on your behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Manage learning content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on your + behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning - provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0data\\u00A0for\\u00A0the - learning\\u00A0provider\\u00A0in\\u00A0the organization's\\u00A0directory, + provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read data for the learning provider in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Read learning provider\",\"value\":\"LearningProvider.Read\"},{\"adminConsentDescription\":\"Allows the app to create, update, read, and delete data for the learning provider - in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0create, - update, read, and delete\\u00A0data\\u00A0for\\u00A0the learning\\u00A0provider\\u00A0in\\u00A0the - organization's\\u00A0directory, on your behalf.\",\"userConsentDisplayName\":\"Manage + in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage + learning provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, update, read, and delete data for the learning provider + in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Manage learning provider\",\"value\":\"LearningProvider.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -24234,6 +21952,24 @@ interactions: \ The specific lists and the permissions granted will be configured in SharePoint Online.\",\"userConsentDisplayName\":\"Access selected Lists, on behalf of the signed-in user\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in user mailboxes, on behalf of the signed-in user. Does not include + permission to send mail.\",\"adminConsentDisplayName\":\"Read and write the + user's mail, including modifying existing non-draft mails\",\"id\":\"f3af82f6-18e0-4a41-8dc8-a03c11854a8d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in your mailboxes, on your behalf. Does not include permission to send + mail.\",\"userConsentDisplayName\":\"Read and write your mail, including modifying + existing non-draft mails\",\"value\":\"Mail-Advanced.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails a user has permission to access, on behalf of the signed-in + user. This includes their own and shared mail. Does not include permission + to send mail.\",\"adminConsentDisplayName\":\"Read and write all mail the + user can access, including modifying existing non-draft mails\",\"id\":\"bebf0bb6-2ff3-4295-a17d-f3561da294fb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails you have permission to access, on your behalf. This includes + your own mail and shared mail. Does not include permission to send mail.\",\"userConsentDisplayName\":\"Read + and write all mail you can access, including modifying existing non-draft + mails\",\"value\":\"Mail-Advanced.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to read the signed-in user's mailbox.\",\"adminConsentDisplayName\":\"Read user mail \",\"id\":\"570282fd-fa5c-430d-a7fd-fc8dc98a9dca\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read email in your mailbox.\",\"userConsentDisplayName\":\"Read @@ -24267,8 +22003,7 @@ interactions: mail\",\"id\":\"5df07973-7d5d-46ed-9847-1271055cbd51\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on - your behalf.\",\"userConsentDisplayName\":\"Read and write mail\\u00A0you - can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + your behalf.\",\"userConsentDisplayName\":\"Read and write mail you can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to send mail as users in the organization.\",\"adminConsentDisplayName\":\"Send mail as a user \",\"id\":\"e383f46e-2787-4529-855e-0e479a3ffac0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you.\",\"userConsentDisplayName\":\"Send mail as you @@ -24277,6 +22012,15 @@ interactions: mail on behalf of others\",\"id\":\"a367ab51-6b49-43bf-a716-a1fb06d2a174\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you or on-behalf of someone else.\",\"userConsentDisplayName\":\"Send mail on behalf of others or yourself\",\"value\":\"Mail.Send.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read user's UserConfiguration objects, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Read user's UserConfiguration objects\",\"id\":\"dce2e6fc-0f4b-40da-94e2-14b4477f3d92\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + your UserConfiguration objects\",\"value\":\"MailboxConfigItem.Read\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete user's UserConfiguration objects, + on behalf of the the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write user's UserConfiguration objects\",\"id\":\"7d461784-7715-4b09-9f90-91a6d8722652\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + and write your UserConfiguration objects\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read the user's mailbox folders, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's mailbox folders\",\"id\":\"52dc2051-4958-4636-8f2a-281d39c6981c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read @@ -24285,6 +22029,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write a user's mailbox folders\",\"id\":\"077fde41-7e0b-4c5b-bcd1-e9d743a30c80\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read and write your mailbox folders\",\"value\":\"MailboxFolder.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to export the user's mailbox items, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Export a user's mailbox items\",\"id\":\"58d3e7fa-3ce9-4a0c-9baa-0971f64709d9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export your mailbox items, on your behalf\",\"userConsentDisplayName\":\"Export + your mailbox items\",\"value\":\"MailboxItem.Export\"},{\"adminConsentDescription\":\"Allows the app to backup, restore, and modify mailbox items on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Allows the app to perform backup and restore of mailbox items\",\"id\":\"df96e8a0-f4e1-4ecf-8d83-a429f822cbd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -24443,8 +22191,8 @@ interactions: user's online meeting artifacts\",\"value\":\"OnlineMeetingArtifact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all recordings of online meetings, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all recordings of online meetings.\",\"id\":\"190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all recordings of online meetings, on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read - all recordings of online meetings.\\u00A0\",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of online meetings, on your behalf. \",\"userConsentDisplayName\":\"Read + all recordings of online meetings. \",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read online meeting details on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read user's online meetings\",\"id\":\"9be106e1-f4e3-4df5-bdff-e4bc531cbe43\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read online meeting details on your behalf.\",\"userConsentDisplayName\":\"Read @@ -24484,19 +22232,18 @@ interactions: app to read your basic profile information.\",\"userConsentDisplayName\":\"Sign in as you\",\"value\":\"openid\"},{\"adminConsentDescription\":\"Allows the app to read the organization and related resources, on behalf of the signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read the organization and related resources, on your behalf.\\u00A0Related + user. Related resources include things like subscribed skus and tenant branding + information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.\",\"userConsentDisplayName\":\"Read organization information\",\"value\":\"Organization.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and write the organization and related resources, on behalf - of the signed-in user.\\u00A0Related resources include things like subscribed - skus and tenant branding information.\",\"adminConsentDisplayName\":\"Read - and write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + of the signed-in user. Related resources include things like subscribed skus + and tenant branding information.\",\"adminConsentDisplayName\":\"Read and + write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the organization and related resources, on your - behalf.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"userConsentDisplayName\":\"Read and write organization - information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf. Related resources include things like subscribed skus and tenant branding + information.\",\"userConsentDisplayName\":\"Read and write organization information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read the organizational branding information, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organizational branding information\",\"id\":\"9082f138-6f02-4f3a-9f4d-5f3c2ce5c688\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -24509,10 +22256,10 @@ interactions: behalf.\",\"userConsentDisplayName\":\"Read and write organizational branding information\",\"value\":\"OrganizationalBranding.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all organizational contacts on behalf of the signed-in user. - \\u00A0These contacts are managed by the organization and are different from - a user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational + \ These contacts are managed by the organization and are different from a + user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational contacts\",\"id\":\"08432d1b-5911-483c-86df-7980af5cdee0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all organizational contacts on your behalf.\\u00A0 These contacts + the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.\",\"userConsentDisplayName\":\"Read organizational contacts\",\"value\":\"OrgContact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide apps and services settings on behalf of @@ -24656,6 +22403,11 @@ interactions: your organization's policies\",\"id\":\"572fea84-0151-49b2-9301-11cb16974376\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's policies on your behalf.\",\"userConsentDisplayName\":\"Read your organization's policies\",\"value\":\"Policy.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read the authentication method policies, on behalf of the signed-in + user. \",\"adminConsentDisplayName\":\"Read authentication method policies\",\"id\":\"a6ff13ac-1851-4993-8ca9-a671d70de2d5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the authentication method policies for your tenant, on your + behalf.\",\"userConsentDisplayName\":\"Read your authentication method policies + \",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows the app to read your organization's conditional access policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization's conditional access policies\",\"id\":\"633e0fce-8c58-4cfb-9495-12bbd5a24f7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -24704,8 +22456,8 @@ interactions: on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication flow policies\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"adminConsentDescription\":\"Allows the app to read and write the authentication method policies, on behalf of - the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write - authentication method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the signed-in user. \",\"adminConsentDisplayName\":\"Read and write authentication + method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the authentication method policies for your tenant, on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication method policies \",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows @@ -24728,12 +22480,19 @@ interactions: request policy\",\"id\":\"4d135e65-66b8-41a8-9f8b-081452c91774\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's consent request policy on your behalf.\",\"userConsentDisplayName\":\"Read and write consent request policy\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"adminConsentDescription\":\"Allows - the app to read and write your organization's cross tenant access policies - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and - write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's cross tenant access policies on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's cross tenant access policies\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write your organization's M365 cross tenant access capabilities\",\"id\":\"9ef7463f-1d39-406f-89ea-3483a4645e1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's + M365 cross tenant access capabilities\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"adminConsentDescription\":\"Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -24837,29 +22596,29 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write print connectors\",\"id\":\"79ef9967-7d59-4213-9c64-4b10687637d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and write print connectors on your behalf.\",\"userConsentDisplayName\":\"Read and write print connectors\",\"value\":\"PrintConnector.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to create (register) printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to create (register) printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows + the application to create (register) printers on behalf of the signed-in user. + \",\"adminConsentDisplayName\":\"Register printers \",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to create (register) printers on your behalf. \",\"userConsentDisplayName\":\"Register + printers \",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register, + printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Register, read, update, and unregister printers\",\"id\":\"93dae4bd-43a1-4a23-9a1a-92957e1d9121\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on your behalf.\\u00A0\\u00A0\",\"userConsentDisplayName\":\"Register, - read, update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows - the application to read printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + printers on your behalf. \",\"userConsentDisplayName\":\"Register, read, + update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows + the application to read printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printers\",\"id\":\"3a736c8a-018e-460a-b60c-863b2683e8bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printers on your behalf. \",\"userConsentDisplayName\":\"Read printers\",\"value\":\"Printer.Read.All\"},{\"adminConsentDescription\":\"Allows - the application to read and update printers on behalf of the signed-in user.\\u00A0Does - not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read + the application to read and update printers on behalf of the signed-in user. + Does not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read and update printers\",\"id\":\"89f66824-725f-4b8f-928e-e1c5258dc565\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printers on your behalf.\\u00A0Does not - allow creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read + the application to read and update printers on your behalf. Does not allow + creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read and update printers\",\"value\":\"Printer.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to read printer shares on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + the application to read printer shares on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printer shares\",\"id\":\"ed11134d-2f3f-440d-a2e1-411efada2502\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the application to read printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printer shares on your behalf. \",\"userConsentDisplayName\":\"Read printer shares\",\"value\":\"PrinterShare.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.\",\"adminConsentDisplayName\":\"Read @@ -24867,8 +22626,8 @@ interactions: the application to read basic information about printer shares on your behalf.\",\"userConsentDisplayName\":\"Read basic information about printer shares\",\"value\":\"PrinterShare.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update printer shares on behalf of the signed-in - user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + user. \",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to read and update printer shares on your behalf. \",\"userConsentDisplayName\":\"Read and update printer shares\",\"value\":\"PrinterShare.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Create @@ -24882,10 +22641,10 @@ interactions: the application to read the metadata and document content of print jobs that you created.\",\"userConsentDisplayName\":\"Read your print jobs\",\"value\":\"PrintJob.Read\"},{\"adminConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read - print jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read print + jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows + your behalf. \",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of user's print jobs\",\"id\":\"6a71a747-280f-4670-9ca0-a9cbf882b274\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -24893,10 +22652,10 @@ interactions: not allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of your print jobs\",\"value\":\"PrintJob.ReadBasic\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs on behalf of the signed-in - user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of print jobs\",\"id\":\"04ce8d60-72ce-4867-85cf-6d82f36922f3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read the metadata of print jobs on your behalf. Does not + allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of print jobs\",\"value\":\"PrintJob.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Read @@ -24905,11 +22664,11 @@ interactions: jobs that you created.\",\"userConsentDisplayName\":\"Read and update your print jobs\",\"value\":\"PrintJob.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + jobs on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read and write print jobs\",\"id\":\"036b9544-e8c5-46ef-900a-0646cc42b271\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read and update - print jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + jobs on your behalf. \",\"userConsentDisplayName\":\"Read and update print + jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of user's print jobs\",\"id\":\"6f2d22f2-1cb6-412c-a17c-3336817eaa82\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -24917,10 +22676,10 @@ interactions: Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of your print jobs\",\"value\":\"PrintJob.ReadWriteBasic\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs on behalf of - the signed-in user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + the signed-in user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of print jobs\",\"id\":\"3a0db2f6-0d2a-4c19-971b-49109b19ad3d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read and update the metadata of print jobs on your behalf. + Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of print jobs\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read tenant-wide print settings on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read tenant-wide print settings\",\"id\":\"490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -24972,7 +22731,7 @@ interactions: groups, storage, compute) on behalf of the signed-in users.\",\"adminConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"id\":\"a84a9652-ffd3-496e-a991-22ba5529156a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to request and manage time-based assignment and just-in-time elevation - of user privileges to manage \\u00A0your Azure resources (like your subscriptions, + of user privileges to manage your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.\",\"userConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"value\":\"PrivilegedAccess.ReadWrite.AzureResources\"},{\"adminConsentDescription\":\"Allows the app to read time-based assignment schedules for access to Azure AD groups, @@ -25036,6 +22795,22 @@ interactions: the app to read, update and perform action on programs and program controls that you have access to.\",\"userConsentDisplayName\":\"Manage programs that you can access\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"adminConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"id\":\"98f5a27a-539a-48bc-a597-f78e9e1e76bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"userConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"value\":\"ProtectionScopes.Compute.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"adminConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"id\":\"4fc04d16-a9fc-4c5e-8da4-79b6c33638a4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"userConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"value\":\"ProtectionScopes.Compute.User\"},{\"adminConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read provisioning log data\",\"id\":\"95aec97b-cf27-4a8d-a67d-42f60b5b38ef\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on your behalf.\",\"userConsentDisplayName\":\"Read + provisioning log data\",\"value\":\"ProvisioningLog.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -25056,12 +22831,18 @@ interactions: all Questions and Answers that the user can access.\",\"id\":\"f73fa04f-b9a5-4df9-8843-993ce928925e\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read all question and answer sets that you can access.\",\"userConsentDisplayName\":\"Read all Questions and Answers that you can access.\",\"value\":\"QnA.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Access real-time enriched + data in a meeting\",\"id\":\"db5d5bae-0c9e-444e-9390-8a5fea98c253\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on your + behalf.\",\"userConsentDisplayName\":\"Access real-time enriched data in a + meeting\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read - Records Management configuration,\\u00A0labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + Records Management configuration, labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.\",\"userConsentDisplayName\":\"Read Records - Management configuration,\\u00A0labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow + Management configuration, labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write Records Management configuration, labels, and policies\",\"id\":\"f2833d75-a4e6-40ab-86d4-6dfe73c97605\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -25172,11 +22953,11 @@ interactions: assignments.\",\"userConsentDisplayName\":\"Read role management data for all RBAC providers\",\"value\":\"RoleManagement.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - behalf of the signed-in user.\\u00A0 This includes reading Cloud PC role definitions + behalf of the signed-in user. This includes reading Cloud PC role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"id\":\"9619b88a-8a25-48a7-9571-d23be0337a79\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - your behalf.\\u00A0 This includes reading Cloud PC role definitions and role - assignments.\",\"userConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows + your behalf. This includes reading Cloud PC role definitions and role assignments.\",\"userConsentDisplayName\":\"Read + Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read @@ -25342,6 +23123,16 @@ interactions: like deleting an email, on your behalf.\",\"userConsentDisplayName\":\"Read metadata, detection details, and execute remediation actions on emails in your organization\",\"value\":\"SecurityAnalyzedMessage.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all Security Copilot signed-in user's resources on behalf + of the signed-in user\",\"adminConsentDisplayName\":\"Read all Security Copilot + resources for the signed-in user\",\"id\":\"84499c31-ac2e-44d3-a0cf-a6c386d4dfe8\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Read + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write Security Copilot resources owned by the signed-in + user on their behalf.\",\"adminConsentDisplayName\":\"Read and write individually + owned Security Copilot resources of the signed-in user\",\"id\":\"206291b0-2167-47a7-a640-6cdc1df710ba\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to write Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Write + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization\u2019s security events on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization\u2019s security events\",\"id\":\"64733abd-851e-478a-bffb-e47a14b18235\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -25354,6 +23145,25 @@ interactions: the app to read your organization\u2019s security events on your behalf. Also allows you to update editable properties in security events.\",\"userConsentDisplayName\":\"Read and update your organization\u2019s security events\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all the identity security available identity accounts\",\"adminConsentDisplayName\":\"Read + identity security available identity accounts\",\"id\":\"3e9ed69a-a48e-473c-8b97-413016703a37\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all the identity security available identity accounts on your + behalf.\",\"userConsentDisplayName\":\"Read identity security available identity + accounts\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write identity security available actions on behalf of + the signed-in identity.\",\"adminConsentDisplayName\":\"Read and perform identity + security available actions\",\"id\":\"818229ce-20e4-47bd-92f4-bc94dbb37a56\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write identity security available actions on your behalf.\",\"userConsentDisplayName\":\"Read + and perform identity security available actions\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the sensors window auditing configuration of the signed in + user\",\"adminConsentDisplayName\":\"Read sensors window auditing configuration\",\"id\":\"8ff90903-1ecb-4f3a-b8b2-42120374ecd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the sensors window auditing configuration on your behalf\",\"userConsentDisplayName\":\"Read + sensors window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration of the + signed in user\",\"adminConsentDisplayName\":\"Read and write sensors window + auditing configuration\",\"id\":\"b810fdb4-8733-43bd-9b37-fddb7215c69f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration on your + behalf\",\"userConsentDisplayName\":\"Read and write window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all the identity security health issues of signed user\",\"adminConsentDisplayName\":\"Read identity security health issues\",\"id\":\"a0d0da43-a6df-4416-b63d-99c79991aae8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all the identity security health issues on your behalf.\",\"userConsentDisplayName\":\"Read @@ -25389,7 +23199,30 @@ interactions: the app to read and write security incidents, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write to incidents\",\"id\":\"128ca929-1a19-45e6-a3b8-435ec44a36ba\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write to all security incidents that you have access to.\",\"userConsentDisplayName\":\"Read - and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Evaluate sensitivity + labels\",\"id\":\"a4633e44-d355-4474-99df-8c2de6b0e39e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on your + behalf.\",\"userConsentDisplayName\":\"Evaluate sensitivity labels\",\"value\":\"SensitivityLabel.Evaluate\"},{\"adminConsentDescription\":\"Allows + the app to evaluate all sensitivity label.\",\"adminConsentDisplayName\":\"Evaluate + labels tenant scope.\",\"id\":\"a42e3c42-b31e-4919-b699-696dca5dc9e7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Evaluate + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Evaluate + labels tenant scope\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + user scope.\",\"id\":\"1aeb73ce-68d7-49b7-913a-eedc80844551\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Get labels + user scope\",\"value\":\"SensitivityLabel.Read\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + app scope.\",\"id\":\"8b377c27-ea19-4863-a948-8a8588c8f2c3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels on behalf of user.\",\"userConsentDisplayName\":\"Get labels on behalf + of user\",\"value\":\"SensitivityLabels.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to export all Sentiment Survey, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Export + all Sentiment Survey\",\"id\":\"df9fd94d-51ff-443d-8f31-ae4dc1b5b8d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export all Sentiment Survey, on your behalf.\",\"userConsentDisplayName\":\"Export + all Sentiment Survey\",\"value\":\"SentimentSurvey.Export.All\"},{\"adminConsentDescription\":\"Allows the app to read all Exchange service activity, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Exchange service activity\",\"id\":\"1fe7aa48-9373-4a47-8df3-168335e0f4c9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all Exchange service activity, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -25433,6 +23266,18 @@ interactions: and update service principal endpoints\",\"id\":\"7297d82c-9546-4aed-91df-3d4f0a9b3ff0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to update service principal endpoints\",\"userConsentDisplayName\":\"Read and update service principal endpoints\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read, + write and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"c608c170-08b5-466b-a8fe-0b4074b01613\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on your behalf.\",\"userConsentDisplayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"adminConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"00dcb678-f9af-4e73-acb1-4f1657364629\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on your behalf.\",\"userConsentDisplayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"2ef70e10-5bfd-4ede-a5f6-67720500b258\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -25453,6 +23298,23 @@ interactions: create, edit, and delete short notes of the signed-in user\",\"id\":\"328438b7-4c01-4c07-a840-e625a749bb89\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, edit, and delete your short notes.\",\"userConsentDisplayName\":\"Read, create, edit, and delete your short notes\",\"value\":\"ShortNotes.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read SignInIdentifiers\",\"id\":\"458e1edc-1e75-438c-8c7b-c32115c9d373\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on your behalf.\",\"userConsentDisplayName\":\"Read + all sign-in identifiers\",\"value\":\"SignInIdentifier.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all + sign-in identifiers\",\"id\":\"b4673c3c-7b5a-4012-9826-7c7e3c8db6af\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on your + behalf.\",\"userConsentDisplayName\":\"Read and write all sign-in identifiers\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"adminConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"id\":\"0e2e68e1-3f32-4e10-9281-f749e097fcbe\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"userConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"value\":\"Sites.Create.All\"},{\"adminConsentDescription\":\"Allows the application to have full control of all site collections on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Have full control of all site collections\",\"id\":\"5a54b8b3-347c-476d-8f8e-42d5c7424d29\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -25500,6 +23362,12 @@ interactions: the app to read and write your organization's SPIFFE trust domains and child resources on your behalf.\",\"userConsentDisplayName\":\"Read and write SPIFFE trust domains and child resources\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to modify the Viva Engage storyline and read all storyline properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage storylines\",\"id\":\"fd1d61cb-4e4b-4d15-a6d2-161348681d84\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage storyline items and read all storyline properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + storylines\",\"value\":\"Storyline.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read subject rights requests on behalf of the signed-in user\",\"adminConsentDisplayName\":\"Read subject rights requests\",\"id\":\"9c3af74c-fd0f-4db4-b17a-71939e2a9d77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read subject rights requests on your behalf.\",\"userConsentDisplayName\":\"Read @@ -25552,7 +23420,7 @@ interactions: and write to your and shared tasks\",\"value\":\"Tasks.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to create teams on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create teams\",\"id\":\"7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create teams on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create teams on your behalf. \",\"userConsentDisplayName\":\"Create teams\",\"value\":\"Team.Create\"},{\"adminConsentDescription\":\"Read the names and descriptions of teams, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read the names and descriptions of teams\",\"id\":\"485be79e-c497-4b35-9400-0e3fa7f2a5d4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Read @@ -25897,7 +23765,7 @@ interactions: the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.\",\"userConsentDisplayName\":\"Read term store data\",\"value\":\"TermStore.Read.All\"},{\"adminConsentDescription\":\"Allows - the app to read or modify data that the signed-in user has access to.\\u00A0This + the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.\",\"adminConsentDisplayName\":\"Read and write term store data\",\"id\":\"6c37c71d-f50f-4bff-8fd3-8a41da390140\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read or modify data that you have access to. This includes all @@ -25920,13 +23788,13 @@ interactions: the app to read all the indicators for your organization, on your behalf.\",\"userConsentDisplayName\":\"Read all threat indicators\",\"value\":\"ThreatIndicators.Read.All\"},{\"adminConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on behalf of the signed-in user. \\u00A0It cannot - update any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage + (read, update and delete), on behalf of the signed-in user. It cannot update + any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"91e7d36d-022a-490f-a748-f8e011357b42\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on your behalf. \\u00A0It cannot update any threat - indicators that it is not an owner of.\",\"userConsentDisplayName\":\"Manage - threat indicators this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows + (read, update and delete), on your behalf. It cannot update any threat indicators + that it is not an owner of.\",\"userConsentDisplayName\":\"Manage threat indicators + this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all threat intelligence information\",\"id\":\"f266d9c0-ccb9-4fb8-a228-01ac0d8d6627\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -26005,6 +23873,11 @@ interactions: the app to read and write secondary mail addresses for all users, on your behalf.\",\"userConsentDisplayName\":\"Read and write secondary mail addresses for users\",\"value\":\"User-Mail.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of users on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of users\",\"id\":\"7ff9afdd-0cdb-439d-a61c-fea3e9339e89\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of users on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of users\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read and write password profiles and reset passwords for all users, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write password profiles and reset user passwords\",\"id\":\"56760768-b641-451f-8906-e1b8ab31bca7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -26124,6 +23997,152 @@ interactions: does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' authentication methods\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's email authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's email authentication methods\",\"id\":\"12b23cea-90c1-4873-9094-f45c5f290f86\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your email authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your email + authentication methods\",\"value\":\"UserAuthMethod-Email.Read\"},{\"adminConsentDescription\":\"Allows + the app to read email methods of all users in your organization that the signed-in + user has access to. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + all users' email methods\",\"id\":\"76caaf3a-ebdb-40a3-9299-4196e636f290\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read email methods of all users you have access to in your organization. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' email methods\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's email authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's email authentication methods\",\"id\":\"696aa421-62dc-4c99-be16-015b23444089\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your email authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your email authentication methods\",\"value\":\"UserAuthMethod-Email.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write email methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' email methods.\",\"id\":\"074f680f-c89e-45be-880e-5d0642860a1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write email methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' email methods\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's external authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's external authentication methods\",\"id\":\"d1739827-146b-4f7f-b52c-1c509253aa57\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your external authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your external + authentication methods\",\"value\":\"UserAuthMethod-External.Read\"},{\"adminConsentDescription\":\"Allows + the app to read external authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' external authentication + methods\",\"id\":\"cbca9646-4c34-4cea-8e54-9a7088018820\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read external authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' external authentication methods\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's external authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's external authentication methods\",\"id\":\"28c2e8f9-828a-4691-a090-f2f0b7fc07b3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your external authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your external authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write external authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' external methods.\",\"id\":\"9d91805d-0f53-43e3-a0f3-303ad4f3056f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write external authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' external + authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's HardwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's HardwareOATH authentication methods\",\"id\":\"ccd2eb40-8874-44e6-8f96-335908b3cfdb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your HardwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"id\":\"acd68c26-c283-4bf4-8b5c-200fc179bdd5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's HardwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's HardwareOATH authentication methods\",\"id\":\"147ca97b-6686-4849-b37e-09d9b5ad45fc\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your HardwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your HardwareOATH authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' HardwareOATH methods.\",\"id\":\"480643f2-a162-43c5-a670-dc1494fc911b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"f14a567b-3280-4124-95a0-eca86006967e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Microsoft Authenticator authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' Microsoft authentication + methods\",\"id\":\"7b627679-e2fd-4bfd-990e-989e2914d4e6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' Microsoft authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"9f7dfa0c-eb40-42be-8d45-8af4a9219c6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Microsoft Authenticator authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Microsoft Authentication methods.\",\"id\":\"1b7322b2-5cb3-4f13-928f-d7ca97c5fba9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Microsoft + Authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's passkey authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's passkey authentication methods\",\"id\":\"828fcbda-0d26-431d-8bfb-83f217224621\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your passkey authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your passkey + authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read\"},{\"adminConsentDescription\":\"Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication @@ -26133,6 +24152,14 @@ interactions: to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's passkey authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's passkey authentication methods\",\"id\":\"b2de7db9-10f7-4800-b04c-b5b91e4891d6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your passkey authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use @@ -26143,6 +24170,250 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's password authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's password authentication methods\",\"id\":\"7f0f82c3-de19-4ddc-810d-a2206d7637fd\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your password authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your password + authentication methods\",\"value\":\"UserAuthMethod-Password.Read\"},{\"adminConsentDescription\":\"Allows + the app to read password authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' password authentication + methods\",\"id\":\"4f69a4e2-2aa0-43a7-ad6b-98b4cda1f23f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read password authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' password authentication methods\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's password authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's password authentication methods\",\"id\":\"60cce20d-d41e-4594-b391-84bbf8cc31f3\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your password authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your password authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write password authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' password methods.\",\"id\":\"7f5b683d-df96-4690-a88d-6e336ed6dc7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write password authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' password + authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's phone authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's phone authentication methods\",\"id\":\"43dab3b9-e8b4-424d-8e13-6a2ad2a625fa\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your phone authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your phone + authentication methods\",\"value\":\"UserAuthMethod-Phone.Read\"},{\"adminConsentDescription\":\"Allows + the app to read phone authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' phone authentication + methods\",\"id\":\"20cf4ae1-09b9-4d29-a6f8-43e1820ce60c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read phone authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' phone authentication methods\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's phone authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's phone authentication methods\",\"id\":\"6c4aad61-f76b-46ad-a22c-57d4d3d962af\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your phone authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your phone authentication methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Phone methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' phone methods.\",\"id\":\"48c99302-9a24-4f27-a8a7-acef4debba14\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write phone methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' phone methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's platform credential authentication methods\",\"id\":\"9c694582-e8f2-40e2-8353-fb43e2e0f12a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your platform credential authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.Read\"},{\"adminConsentDescription\":\"Allows + the app to read platform credentials methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' platform credentials + methods\",\"id\":\"5936156c-f89b-4850-997d-026c4e6ce529\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read platform credentials methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' platform credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's platform credential authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's platform credential authentication methods\",\"id\":\"70327f81-b953-43c9-92d3-131c74e4beb8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' platform credentials methods.\",\"id\":\"cb11bf8c-dde1-4504-b6a5-31e1562b0749\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' platform + credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's QR authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's QR authentication methods\",\"id\":\"d6893c31-9187-405c-8dfc-f700c8fc161a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your QR authentication methods. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"userConsentDisplayName\":\"Read your QR authentication + methods\",\"value\":\"UserAuthMethod-QR.Read\"},{\"adminConsentDescription\":\"Allows + the app to read QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' QR methods\",\"id\":\"e4900dfb-ad17-410d-8ddb-7aebd8a6af1a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read QR authentication methods of all users you have access to + in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' QR methods\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's QR authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's QR authentication methods\",\"id\":\"651210da-18ce-4e42-b7db-302ff88e9326\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your QR authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your QR authentication methods\",\"value\":\"UserAuthMethod-QR.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' QR methods.\",\"id\":\"db39086a-da7d-4cbd-9ac0-6816f9a80c95\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' QR methods\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's SoftwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's SoftwareOATH authentication methods\",\"id\":\"247f2733-6e3d-46ff-a904-f5fd58eb0d97\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your SoftwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your SoftwareOATH + authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"id\":\"3e366fa0-3097-4eb6-8294-3028f77eea6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's SoftwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's SoftwareOATH authentication methods\",\"id\":\"16721eb3-4493-4ae1-9542-264d9ffe3ce9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your SoftwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your SoftwareOATH authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' SoftwareOATH methods.\",\"id\":\"5b34c8b5-2396-4b35-b284-83fb6a3e73ce\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' SoftwareOATH + methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"84ded88f-26ba-49d6-b776-efec398de692\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Temporary Access Pass authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Temporary Access Pass methods\",\"id\":\"6976c635-c9c2-41e6-a21d-e6913a155273\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Temporary Access Pass + methods\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"2424436d-902f-4651-a1c7-b3b93147c960\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Temporary Access Pass authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users in your organization that the signed-in user has access to. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write all users' Temporary Access Pass methods.\",\"id\":\"05de4a66-e51a-4312-842a-30c8094698d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users you have access to in your organization. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read and write + all users' Temporary Access Pass methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Windows Hello authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Windows Hello methods\",\"id\":\"efe2b5aa-3a8e-486c-b0be-cc4d185c1b40\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Windows Hello authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your Windows + Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Windows Hello methods\",\"id\":\"ff37d46d-b88a-4e0c-85ee-7e26c37b18eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Windows Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Windows Hello authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Windows Hello authentication methods\",\"id\":\"f11e1db9-d419-4a24-b677-792723ffd727\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Windows Hello authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Windows Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Windows Hello methods.\",\"id\":\"13eae17d-aaa4-47b8-aaee-0eb33c6e2450\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Windows + Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read cloud clipboard data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + cloud clipboard items\",\"id\":\"61e8a09a-087f-4e36-8c8c-1c77c5228017\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your cloud clipboard items.\",\"userConsentDisplayName\":\"Read + cloud clipboard items\",\"value\":\"UserCloudClipboard.Read\"},{\"adminConsentDescription\":\"Allows the app to send, read, update and delete user\u2019s notifications.\",\"adminConsentDisplayName\":\"Deliver and manage user's notifications\",\"id\":\"26e2f3e8-b2a1-47fc-9620-89bb5b042024\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send, read, update and delete your app-specific notifications.\",\"userConsentDisplayName\":\"Deliver @@ -26155,15 +24426,36 @@ interactions: Timeline.\",\"adminConsentDisplayName\":\"Write app activity to users' timeline\",\"id\":\"367492fc-594d-4972-a9b5-0d58c622c91c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to report your app activity information to Microsoft Timeline.\",\"userConsentDisplayName\":\"Write app activity to your timeline\",\"value\":\"UserTimelineActivity.Write.CreatedByApp\"},{\"adminConsentDescription\":\"Allows + the app to read a user's windows settings which are stored in cloud and their + values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + windows settings for all devices\",\"id\":\"77e07bab-1b34-40a5-bb6c-4b197b3f6027\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your windows settings which are stored in cloud and their + values.\",\"userConsentDisplayName\":\"Read your windows settings for all + devices\",\"value\":\"UserWindowsSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write a user's windows settings which are stored in cloud + and their values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write windows settings for all devices\",\"id\":\"dcb1026d-b7e1-4d31-9f61-6724d5140bf9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your windows settings which are stored in cloud + and their values.\",\"userConsentDisplayName\":\"Read and write your windows + settings for all devices\",\"value\":\"UserWindowsSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + Verified Id profiles\",\"id\":\"604b2056-41ed-4c56-aad5-1241d4ef7333\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + Verified Id profiles\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"adminConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + and write Verified Id profiles\",\"id\":\"e4a9cb5e-4767-48f8-9029-decf26a54456\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + and write Verified Id profiles\",\"value\":\"VerifiedId-Profile.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows an application to read virtual appointments for the signed-in user. Only an - organizer or participant user can read their virtual appointments.\\u202F\\u00A0\",\"adminConsentDisplayName\":\"Read + organizer or participant user can read their virtual appointments. \",\"adminConsentDisplayName\":\"Read a user's virtual appointments\",\"id\":\"27470298-d3b8-4b9c-aad4-6334312a3eac\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read virtual appointments on your behalf.\\u202F\\u202F\",\"userConsentDisplayName\":\"Read - your virtual appointments\\u202F\",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows + the app to read virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read + your virtual appointments \",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows an application to read and write virtual appointments for the signed-in user. - Only an organizer or participant user can read and write their virtual appointments.\\u202F\",\"adminConsentDisplayName\":\"Read - and write a user's virtual appointments\\u202F\\u00A0\",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read and write virtual appointments on your behalf.\\u202F\\u00A0\",\"userConsentDisplayName\":\"Read + Only an organizer or participant user can read and write their virtual appointments. + \",\"adminConsentDisplayName\":\"Read and write a user's virtual appointments + \ \",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read and write your virtual appointments\",\"value\":\"VirtualAppointment.ReadWrite\"},{\"adminConsentDescription\":\"Allows an application to send notifications for virtual appointments for the signed-in user.\",\"adminConsentDisplayName\":\"Send notification regarding virtual @@ -26198,11 +24490,20 @@ interactions: workforce integrations\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"passwordCredentials\":[],\"resourceSpecificApplicationPermissions\":[{\"description\":\"Allows the app to read user AI enterprise interactions, without a signed-in user.\",\"displayName\":\"Read user AI enterprise interactions.\",\"id\":\"10d712aa-b4cd-4472-b0ba-6196e04c344f\",\"isEnabled\":true,\"value\":\"AiEnterpriseInteraction.Read.User\"},{\"description\":\"Allows + the teams-app to read all aiInsights for calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all AI Insights for calls + where the Teams application is installed.\",\"id\":\"ff9d3910-ca91-4e7f-843f-d44ab36a961a\",\"isEnabled\":true,\"value\":\"CallAiInsights.Read.Chat\"},{\"description\":\"Allows + the teams-app to read all recordings of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all recordings of calls + where the Teams application is installed.\",\"id\":\"22748df0-bd8c-4626-aad9-6dab421b33e4\",\"isEnabled\":true,\"value\":\"CallRecordings.Read.Chat\"},{\"description\":\"Allows the app to access media streams in calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Access media streams in calls associated with this chat or meeting\",\"id\":\"e716890c-c30a-4ac3-a0e3-551e7d9e8deb\",\"isEnabled\":true,\"value\":\"Calls.AccessMedia.Chat\"},{\"description\":\"Allows the app to join calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Join calls associated with this chat or meeting\",\"id\":\"a01e73f1-94da-4f6d-9b73-02e4ea65560b\",\"isEnabled\":true,\"value\":\"Calls.JoinGroupCalls.Chat\"},{\"description\":\"Allows + the Teams app to read all transcripts of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all transcripts of calls + where the Teams app is installed.\",\"id\":\"7990a5df-4c51-43ea-939c-3e8b18d6ddad\",\"isEnabled\":true,\"value\":\"CallTranscripts.Read.Chat\"},{\"description\":\"Allows the app to create channels in this team, without a signed-in user.\",\"displayName\":\"Create channels in this team\",\"id\":\"65af85d7-62bb-4339-a206-7160fd427454\",\"isEnabled\":true,\"value\":\"Channel.Create.Group\"},{\"description\":\"Allows the app to delete this team's channels, without a signed-in user.\",\"displayName\":\"Delete @@ -26255,10 +24556,16 @@ interactions: and write this chat's settings\",\"id\":\"ed928a9c-7530-496a-a624-4c0a460ab3ed\",\"isEnabled\":true,\"value\":\"ChatSettings.ReadWrite.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's members, without a signed-in user.\",\"displayName\":\"Read this group's members\",\"id\":\"0a8ce3c7-89dd-46cf-b2c3-5ef0064437a8\",\"isEnabled\":true,\"value\":\"Member.Read.Group\"},{\"description\":\"Allows + the app to read this meeting and subscribe to meeting call updates.\",\"displayName\":\"Read + this meeting and subscribe to meeting call updates .\",\"id\":\"f991ed3f-9617-4d8d-b06c-d18d9fcbcf2a\",\"isEnabled\":true,\"value\":\"OnlineMeeting.Read.Chat\"},{\"description\":\"Allows the app to read basic properties, such as name, schedule, organizer, join link, and start or end notifications, of meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read basic properties of meetings associated with this chat\",\"id\":\"eda8d262-4e6e-4ff6-a7ba-a2fb50535165\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadBasic.Chat\"},{\"description\":\"Allows + the app to manage this online meeting, and subscribe to meeting call updates.\",\"displayName\":\"Manage + this meeting and subscribe to meeting call updates.\",\"id\":\"93400bb4-2282-4371-a745-a86d64c966d0\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadWrite.Chat\"},{\"description\":\"Read + attendance reports & attendance records for this webinar or town hall.\",\"displayName\":\"Read + virtual event artifacts\",\"id\":\"c5d06837-8c0d-42fc-9e49-545e3f941261\",\"isEnabled\":true,\"value\":\"OnlineMeetingArtifact.Read.Chat\"},{\"description\":\"Allows the app to send notifications inside meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Send notifications in the meetings associated with this chat\",\"id\":\"d9837fe0-9c31-4faa-8acb-b10874560161\",\"isEnabled\":true,\"value\":\"OnlineMeetingNotification.Send.Chat\"},{\"description\":\"Allows @@ -26268,9 +24575,9 @@ interactions: with this chat\",\"id\":\"6324a770-185c-4b4f-be13-2d9a1668e6eb\",\"isEnabled\":true,\"value\":\"OnlineMeetingParticipant.Read.Chat\"},{\"description\":\"Allows the app to read recordings of the meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read the recordings of the meetings - associated with this chat\\u00A0\",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows + associated with this chat \",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows the app to read transcripts of the meetings associated with this chat, without - a signed-in user.\\u00A0\",\"displayName\":\"Read the transcripts of the meetings + a signed-in user. \",\"displayName\":\"Read the transcripts of the meetings associated with this chat\",\"id\":\"8c477e19-f0f7-45f9-ae72-604f77a599e3\",\"isEnabled\":true,\"value\":\"OnlineMeetingTranscript.Read.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's owners, without a signed-in user.\",\"displayName\":\"Read this group's owners\",\"id\":\"70d5316c-9b27-4057-a650-3b0fe49002ab\",\"isEnabled\":true,\"value\":\"Owner.Read.Group\"},{\"description\":\"Allows @@ -26317,20 +24624,25 @@ interactions: the app to manage this chat's tabs, without a signed-in user.\",\"displayName\":\"Manage this chat's tabs\",\"id\":\"d583f4d7-57da-4b2c-9744-253e9ec3c7be\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Chat\"},{\"description\":\"Allows the app to manage this team's tabs, without a signed-in user.\",\"displayName\":\"Manage - this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"}],\"samlSingleSignOnSettings\":{\"relayState\":null},\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" + this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"},{\"description\":\"Read + information for this webinars or town halls, including schedules, speakers, + and event settings and webinar registrations.\",\"displayName\":\"Read virtual + event details\",\"id\":\"298266a0-fbf7-4804-b988-5a54e61566c8\",\"isEnabled\":true,\"value\":\"VirtualEvent.Read.Chat\"},{\"description\":\"Register + attendees and cancel registrations for this webinar.\",\"displayName\":\"Manage + virtual event registrations\",\"id\":\"0e646cc8-6b07-4030-9a41-a7db4644b4cc\",\"isEnabled\":true,\"value\":\"VirtualEventRegistration-Anon.ReadWrite.Chat\"}],\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" headers: cache-control: - no-cache content-length: - - '550263' + - '676759' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:01 GMT + - Wed, 24 Dec 2025 05:49:46 GMT odata-version: - '4.0' request-id: - - 97a30b96-0166-4123-9c1b-8b2fd466be76 + - 235a4bbf-ca03-43f3-8392-0ee29c79f2d6 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -26338,7 +24650,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF00006070"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00001309"}}' x-ms-resource-unit: - '1' status: @@ -26358,9 +24670,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/e1214564-a5a1-47b7-94fc-ac2f909af8f2/appRoleAssignments + uri: https://graph.microsoft.com/v1.0/servicePrincipals/82cfc56f-e4de-4f41-9f66-7bdee8ad3d43/appRoleAssignments response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#appRoleAssignments","value":[]}' @@ -26372,11 +24684,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:03 GMT + - Wed, 24 Dec 2025 05:49:47 GMT odata-version: - '4.0' request-id: - - 02cc8ccf-4a3e-4742-b110-11caacad3a31 + - 57d72436-c3e8-4f40-83dd-2e858a4b09a4 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -26384,7 +24696,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF0000C0E3"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF00002016"}}' x-ms-resource-unit: - '2' status: @@ -26404,30 +24716,30 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"clisqlvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"e1214564-a5a1-47b7-94fc-ac2f909af8f2\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"82cfc56f-e4de-4f41-9f66-7bdee8ad3d43\",\r\n \"tenantId\": + \"4b71fe15-44c6-47b7-94ac-5a6b2cc290e9\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -26440,7 +24752,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"6\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -26448,17 +24760,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3600' + - '3591' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:03 GMT + - Wed, 24 Dec 2025 05:49:48 GMT etag: - '"6"' expires: @@ -26474,16 +24786,16 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23999,Microsoft.Compute/LowCostGetResource;32 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23994,Microsoft.Compute/LowCostGetResource;32 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 972976B7B489496E876B9D487B832F93 Ref B: TYO201100113031 Ref C: 2025-04-02T09:38:04Z' + - 'Ref A: 1B292E1FD6134F039694FDDD1A56125D Ref B: SG2AA1070301036 Ref C: 2025-12-24T05:49:47Z' status: code: 200 message: '' - request: - body: '{"identity": {"type": "UserAssigned"}}' + body: '{"identity": {"userAssignedIdentities": null, "type": "UserAssigned"}}' headers: Accept: - application/json @@ -26494,13 +24806,13 @@ interactions: Connection: - keep-alive Content-Length: - - '38' + - '70' Content-Type: - application/json ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -26509,19 +24821,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -26534,7 +24846,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"7\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -26542,21 +24854,21 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f8309545-25dd-4944-9753-f8da6b64c1c5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834879633101&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=eW-BsozlMZHKPq7t3STBTdraPJLcAgcIOdEG-0hW3TR4jZgAysGx-kz3Jp2YqtrcNIyo1W3VjUj5rPOUZCUEQQoIwUdJx2tkYmMu-K7-Pdudsd-fvtvHPyeLItKRzdIPZOZs7NMwQ0Kp9Xr_ZJ3JRANvPw7CIDAeu-umkh27IDl5C5iJfq2KKcbgqfqDS-rQMyjWzUqIoYlIrlmbhP_BZ7_GEGBik5-048fiC4QJWc_LeRtINeF1L_QqQHmluvdxrbR-DJg1yC_7jy4tbNRynN1VqAGfGb4KOcVT0Iqp-DA_21CWzlgoJTFVZYyzu2Za8xV1A4tj6UYLZQu8lTvVjQ&h=cjYNQrL5bTWv_uSOZrSQNLWeeZ_8MUbpXZRh3aj9toE + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/2036bd72-66bd-468e-8411-5e6e4c737d21?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521893832593&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Bh2fHRxGb6Ak7G-5KG-1EDqaOq8565EC-mr9ImRCY6nru-ECnK4nlL8lFVdGiklbY_CEKP4qVYvTIqZ4XbMGyJz7dy7lFHBhOD3ADxsw7SiI-udb4BnHVrLdjusflpuyba2WdwTBIQa0mANJDQTvoAaXi9Foc8e3FB7C-89BCdDZmiOl93jo8u9HhgOQYRpfVyMLm6--7XTomnefawYe1lZPoGMA5acBxSNe_QgW4J_hwAmxd0YoUqYGWkD74zMzf5aKupWqGgsg6qad9Bjyx75KXWqm708yxlmso_Sz-knR7QClhL-UhmR96884RhnVVRqgZQd3T0tiDlF174FP4A&h=FQYOtPq8Gr7yj5YGLOLrAhz0A0bA3M-lKmYi2J5af94 cache-control: - no-cache content-length: - - '3466' + - '3457' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:08 GMT + - Wed, 24 Dec 2025 05:49:49 GMT etag: - '"7"' expires: @@ -26572,7 +24884,7 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/acb5db8a-b480-4f10-bed0-eef5add0f8e4 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/53b1eb7c-d802-4048-bf3a-9fbc40459fdf x-ms-ratelimit-remaining-resource: - Microsoft.Compute/UpdateVMSubscriptionMaximum;1498,Microsoft.Compute/UpdateVMResource;11 x-ms-ratelimit-remaining-subscription-global-writes: @@ -26580,7 +24892,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '199' x-msedge-ref: - - 'Ref A: 75D813105F5F43C2BE32EFAE13C9A6B0 Ref B: TYO201151004042 Ref C: 2025-04-02T09:38:05Z' + - 'Ref A: 713C37BED3214716924AB80F38C5FABA Ref B: SG2AA1040519052 Ref C: 2025-12-24T05:49:48Z' status: code: 200 message: '' @@ -26598,13 +24910,13 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f8309545-25dd-4944-9753-f8da6b64c1c5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834879633101&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=eW-BsozlMZHKPq7t3STBTdraPJLcAgcIOdEG-0hW3TR4jZgAysGx-kz3Jp2YqtrcNIyo1W3VjUj5rPOUZCUEQQoIwUdJx2tkYmMu-K7-Pdudsd-fvtvHPyeLItKRzdIPZOZs7NMwQ0Kp9Xr_ZJ3JRANvPw7CIDAeu-umkh27IDl5C5iJfq2KKcbgqfqDS-rQMyjWzUqIoYlIrlmbhP_BZ7_GEGBik5-048fiC4QJWc_LeRtINeF1L_QqQHmluvdxrbR-DJg1yC_7jy4tbNRynN1VqAGfGb4KOcVT0Iqp-DA_21CWzlgoJTFVZYyzu2Za8xV1A4tj6UYLZQu8lTvVjQ&h=cjYNQrL5bTWv_uSOZrSQNLWeeZ_8MUbpXZRh3aj9toE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/2036bd72-66bd-468e-8411-5e6e4c737d21?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521893832593&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Bh2fHRxGb6Ak7G-5KG-1EDqaOq8565EC-mr9ImRCY6nru-ECnK4nlL8lFVdGiklbY_CEKP4qVYvTIqZ4XbMGyJz7dy7lFHBhOD3ADxsw7SiI-udb4BnHVrLdjusflpuyba2WdwTBIQa0mANJDQTvoAaXi9Foc8e3FB7C-89BCdDZmiOl93jo8u9HhgOQYRpfVyMLm6--7XTomnefawYe1lZPoGMA5acBxSNe_QgW4J_hwAmxd0YoUqYGWkD74zMzf5aKupWqGgsg6qad9Bjyx75KXWqm708yxlmso_Sz-knR7QClhL-UhmR96884RhnVVRqgZQd3T0tiDlF174FP4A&h=FQYOtPq8Gr7yj5YGLOLrAhz0A0bA3M-lKmYi2J5af94 response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:38:07.6171493+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"f8309545-25dd-4944-9753-f8da6b64c1c5\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:49:49.3150896+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"2036bd72-66bd-468e-8411-5e6e4c737d21\"\r\n}" headers: cache-control: - no-cache @@ -26613,7 +24925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:08 GMT + - Wed, 24 Dec 2025 05:49:49 GMT expires: - '-1' pragma: @@ -26627,13 +24939,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/6a1b9779-b991-4c64-8046-48b0885d52be + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/48d6a52e-fbe6-4c65-80d2-bd2164375026 x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14993 + - Microsoft.Compute/GetOperationResource;44,Microsoft.Compute/GetOperationSubscriptionMaximum;14998 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: AD74C57A0003467C81333C9BCD0BCF4B Ref B: TYO201151004042 Ref C: 2025-04-02T09:38:09Z' + - 'Ref A: 7A9473B865724D8890656D7C739ECD9B Ref B: SG2AA1040517052 Ref C: 2025-12-24T05:49:50Z' status: code: 200 message: '' @@ -26651,14 +24963,14 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f8309545-25dd-4944-9753-f8da6b64c1c5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2024-11-01&t=638791834879633101&c=MIIHpTCCBo2gAwIBAgITOgSvQhYJhJv3upoQdAAEBK9CFjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwMTIyMDMwMTU5WhcNMjUwNzIxMDMwMTU5WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO17fDEiEOGH85D6qKUDJHIVDhcCjC2pu4JSSnkzGvOfrDCdUzVb55WbvUJigZShRYx9KK2Tifd8u0x9mEr-BqCG740-56xJ0FwyN5eybwhvEZ37UsLxhboIFxyx8uV2cqjMOs-Wr3aVNi8bKw0dtj3MtKzSA4Jq4N4u6-4-Ve8zwiJ_jiBJD5vLZNVRVztWgP8QjyVPSwjglbSddVuTWXJSQakaWh1cPVGHgxxfUaOmZDxb9JexQGcMwciHiIFG5kA_MAl6kb1azqKp2PFoOeWH8ByQpEwrsmsQWO7ccFQjKlu5nqLgOblLusGnyq9Vj9AEge3hXfM-KgADwgsXhYkCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBQqlNOqQcSYZM1Po0mRxKKD3_DOajAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFtR1erRcnsRy81VZmW7vRJcTBeMa0QB2qPhaTv9xWMZZOO66KX4BS-2T-NOp4JpCPxajSVb7F0sqEEzzC9vk-T0I_jwfthGmZIpEpGJ1TwIN6hgdxae4FN0YxjZilZ1-XJmRty4se4EkXWVaQcNOG5rxRK2CdhIkpt0W_PBONwCrQMdfpnbGiVXsZZWKvdCtsflEnI9H052zGSlCHXFA79czpOAtnaM2y7VpcgWWcwfQoxrlRc9j2iOK6k-5eQ4vR-2ax5Dz8pS4SjHx6OUFXJPIVjXWQ3Gy15ex5ORHBva_2bbIfAjhFE6f1KdMHw8ippUrN2jpPlixMwyULn6sdQ&s=eW-BsozlMZHKPq7t3STBTdraPJLcAgcIOdEG-0hW3TR4jZgAysGx-kz3Jp2YqtrcNIyo1W3VjUj5rPOUZCUEQQoIwUdJx2tkYmMu-K7-Pdudsd-fvtvHPyeLItKRzdIPZOZs7NMwQ0Kp9Xr_ZJ3JRANvPw7CIDAeu-umkh27IDl5C5iJfq2KKcbgqfqDS-rQMyjWzUqIoYlIrlmbhP_BZ7_GEGBik5-048fiC4QJWc_LeRtINeF1L_QqQHmluvdxrbR-DJg1yC_7jy4tbNRynN1VqAGfGb4KOcVT0Iqp-DA_21CWzlgoJTFVZYyzu2Za8xV1A4tj6UYLZQu8lTvVjQ&h=cjYNQrL5bTWv_uSOZrSQNLWeeZ_8MUbpXZRh3aj9toE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/2036bd72-66bd-468e-8411-5e6e4c737d21?p=ac343211-fdb3-4ef9-aebf-3295dda24268&api-version=2024-11-01&t=639021521893832593&c=MIIHhzCCBm-gAwIBAgITfAla5jyv8QRP_5ow7AAACVrmPDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIwMDQzNjIzWhcNMjYwNDE4MDQzNjIzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMddVfpiBdDmUhIBJwKZ3KQON7oBNDWmOOmY4g1ElyXgEkjon3Gv6o2iUWBTlxPP_EZQJhupEuO2DlNcI72qn4SyWwWct2tCEYRZJerV4rv1id9sCDj3fEamCo4QEH3xMKcGXqtPe3f3eb4VUSK8a2gJFqPiH-B-2oetOTm_-t1_J9TkLUFEUdYIHsylTl0OH2FEQVYAAgRXhe4lJ-WGzZ1ffooW6zFScKcbHC-ij1AA2xiuPbLogZIDjkgpOYoQbn9dJCcXDjro2GtBWEIEIaRIheA5TONmvBvNjwgvM95OihgVouEt3T1X5Jz2jgZVe8XVf5WuHz-a-o1TsKrZzcECAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSklsMGrs_eAsv_RTi_q4qgDc9qNDAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAJ51PdAaul136rrBMSwKBqaPsalRACK88HnU3-MuFwPY3EKcBNfr_DcyIemG6qcdAt6oBTDGXSVm8qGYJ2eHSVBH91yTQvJd5-a7_b9xta0wy4EJYoK-Olj6bE5ygF6klhRzpEyjfq2vFjpc2SF6xPxtXMaj4I7ACMq2QHy3CO_thX0U9_MhBYBb-v3ICmOFIZIBb4wOpeX0BsfrYbqwos0TpMW5k0T0RtCs4mpGUt-7YgEXCPIwlt7JN4fLqGTiEElAPaYcSl4-0aYA_RVN98y83vlGlM0kIjglh8_t1QOAUw0jy8LA4CNtMdgL_ncOt66gFr9ocwuFusQMx11WpTM&s=Bh2fHRxGb6Ak7G-5KG-1EDqaOq8565EC-mr9ImRCY6nru-ECnK4nlL8lFVdGiklbY_CEKP4qVYvTIqZ4XbMGyJz7dy7lFHBhOD3ADxsw7SiI-udb4BnHVrLdjusflpuyba2WdwTBIQa0mANJDQTvoAaXi9Foc8e3FB7C-89BCdDZmiOl93jo8u9HhgOQYRpfVyMLm6--7XTomnefawYe1lZPoGMA5acBxSNe_QgW4J_hwAmxd0YoUqYGWkD74zMzf5aKupWqGgsg6qad9Bjyx75KXWqm708yxlmso_Sz-knR7QClhL-UhmR96884RhnVVRqgZQd3T0tiDlF174FP4A&h=FQYOtPq8Gr7yj5YGLOLrAhz0A0bA3M-lKmYi2J5af94 response: body: - string: "{\r\n \"startTime\": \"2025-04-02T09:38:07.6171493+00:00\",\r\n \"endTime\": - \"2025-04-02T09:38:13.0703232+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"f8309545-25dd-4944-9753-f8da6b64c1c5\"\r\n}" + string: "{\r\n \"startTime\": \"2025-12-24T05:49:49.3150896+00:00\",\r\n \"endTime\": + \"2025-12-24T05:49:53.2995688+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"2036bd72-66bd-468e-8411-5e6e4c737d21\"\r\n}" headers: cache-control: - no-cache @@ -26667,7 +24979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:39 GMT + - Wed, 24 Dec 2025 05:50:21 GMT expires: - '-1' pragma: @@ -26681,13 +24993,13 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-operation-identifier: - - tenantId=54826b22-38d6-4fb2-bad9-b7b93a3e9c5a,objectId=d44a2991-98c6-47c3-b59b-2b30d72cfcc2/japaneast/e9ce505b-2c82-4591-98b2-bd77fa8477b2 + - tenantId=4b71fe15-44c6-47b7-94ac-5a6b2cc290e9,objectId=fe51c4e5-d60c-4818-a8d9-80928d053b7b/westus/64c40ede-7da8-4493-9f27-0ae256920fbb x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperationResource;42,Microsoft.Compute/GetOperationSubscriptionMaximum;14985 + - Microsoft.Compute/GetOperationResource;43,Microsoft.Compute/GetOperationSubscriptionMaximum;14999 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: 3AD7CD468614429C89C6755EEBD8276A Ref B: TYO201151004042 Ref C: 2025-04-02T09:38:39Z' + - 'Ref A: 4444C3C555734A11AA9F968F0BA4FBDA Ref B: SG2AA1040517023 Ref C: 2025-12-24T05:50:21Z' status: code: 200 message: '' @@ -26705,7 +25017,7 @@ interactions: ParameterSetName: - -n -g --identities User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -26714,19 +25026,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -26739,7 +25051,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"7\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -26747,17 +25059,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:39 GMT + - Wed, 24 Dec 2025 05:50:22 GMT etag: - '"7"' expires: @@ -26773,11 +25085,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23988,Microsoft.Compute/LowCostGetResource;35 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23999,Microsoft.Compute/LowCostGetResource;29 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: AB15CEFBD0BB47D5BC6B96C0885C899E Ref B: TYO201151004042 Ref C: 2025-04-02T09:38:39Z' + - 'Ref A: E5A2B1117CDB431FA767389271310BE2 Ref B: SG2AA1040515029 Ref C: 2025-12-24T05:50:22Z' status: code: 200 message: '' @@ -26795,7 +25107,7 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) + - AZURECLI/2.81.0 azsdk-python-core/1.35.0 Python/3.12.10 (Windows-11-10.0.26200-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003?api-version=2024-11-01 response: @@ -26804,19 +25116,19 @@ interactions: \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \ \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/attached_msi\": - {\r\n \"principalId\": \"3289ca6d-17dc-43d7-99ab-55c2aa49338a\",\r\n - \ \"clientId\": \"86410484-5e98-4363-a684-f6dd495c2cd0\"\r\n }\r\n + {\r\n \"principalId\": \"562c81c5-d273-4843-9627-c0944d91e825\",\r\n + \ \"clientId\": \"7d99798f-4925-4e63-836d-e264119292c0\"\r\n }\r\n \ }\r\n },\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": - \"Standard_DS2_v2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"vmId\": \"b5e53365-1b68-4004-b1df-c8fe7a6eb4d6\",\r\n \"storageProfile\": + \"Standard_B2ms\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"vmId\": \"6d3f3c35-8e25-4ffd-9446-88b01197bd9c\",\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftsqlserver\",\r\n \ \"offer\": \"sql2022-ws2022\",\r\n \"sku\": \"enterprise-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.250313\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"16.0.251107\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": - \"clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\",\r\n \"createOption\": + \"clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_OsDisk_1_c244139f6e13444faecd444d406fe2a7\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/disks/clisqlvm000003_disk1_fddb63693fba4bb4abce806a0d019f8a\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": [],\r\n \"diskControllerType\": \"SCSI\"\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"clisqlvm000003\",\r\n @@ -26829,7 +25141,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Network/networkInterfaces/clisqlvm000003VMNic\"}]},\r\n - \ \"timeCreated\": \"2025-04-02T09:30:06.1262993+00:00\"\r\n },\r\n \"etag\": + \ \"timeCreated\": \"2025-12-24T05:42:02.4492556+00:00\"\r\n },\r\n \"etag\": \"\\\"7\\\"\",\r\n \"resources\": [\r\n {\r\n \"name\": \"SqlIaasExtension\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlvm_cli_test_aad000001/providers/Microsoft.Compute/virtualMachines/clisqlvm000003/extensions/SqlIaasExtension\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -26837,17 +25149,17 @@ interactions: true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"enableAutomaticUpgrade\": true,\r\n \"publisher\": \"Microsoft.SqlServer.Management\",\r\n \"type\": \"SqlIaaSAgent\",\r\n \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": - {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":1748381627}}\r\n + {\"SqlManagement\":{\"IsEnabled\":false},\"DeploymentTokenSettings\":{\"DeploymentToken\":140791993}}\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '3467' + - '3458' content-type: - application/json; charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:40 GMT + - Wed, 24 Dec 2025 05:50:22 GMT etag: - '"7"' expires: @@ -26863,11 +25175,11 @@ interactions: x-ms-need-to-refresh-epl-cache: - 'False' x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGetSubscriptionMaximum;23986,Microsoft.Compute/LowCostGetResource;34 + - Microsoft.Compute/LowCostGetSubscriptionMaximum;23998,Microsoft.Compute/LowCostGetResource;28 x-ms-ratelimit-remaining-subscription-global-reads: - '3749' x-msedge-ref: - - 'Ref A: C92D99C022974B4FB5B851FE0B2F4E0C Ref B: TYO201100116019 Ref C: 2025-04-02T09:38:40Z' + - 'Ref A: 79C7124F835C44F2AC7C3DB668DC90D8 Ref B: SG2AA1040519062 Ref C: 2025-12-24T05:50:23Z' status: code: 200 message: '' @@ -26885,9 +25197,9 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/3289ca6d-17dc-43d7-99ab-55c2aa49338a/transitiveMemberOf/microsoft.graph.directoryRole + uri: https://graph.microsoft.com/v1.0/servicePrincipals/562c81c5-d273-4843-9627-c0944d91e825/transitiveMemberOf/microsoft.graph.directoryRole response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryRoles","value":[]}' @@ -26899,11 +25211,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:42 GMT + - Wed, 24 Dec 2025 05:50:23 GMT odata-version: - '4.0' request-id: - - 8c6013a9-e92d-4eff-91f0-25a535eeb6d4 + - debc788b-f85b-4e9c-bc3c-7995e5fe41a1 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -26911,7 +25223,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF00006054"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0001836C"}}' x-ms-resource-unit: - '2' status: @@ -26931,14 +25243,14 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=displayName%20eq%20'Microsoft%20Graph' response: body: - string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"a3efc889-f1b7-4532-9e01-91e32d1039f4\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft - Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":null,\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft - Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"Microsoft.Azure.AgregatorService\",\"https://dod-graph.microsoft.us\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + string: "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals\",\"value\":[{\"id\":\"980db52a-afb6-4420-b0b2-23bf76ce409b\",\"deletedDateTime\":null,\"accountEnabled\":true,\"alternativeNames\":[],\"appDisplayName\":\"Microsoft + Graph\",\"appDescription\":null,\"appId\":\"00000003-0000-0000-c000-000000000000\",\"applicationTemplateId\":null,\"appOwnerOrganizationId\":\"f8cdef31-a31e-4b4a-93e4-5f571e91255a\",\"appRoleAssignmentRequired\":false,\"createdDateTime\":\"2025-11-19T22:28:39Z\",\"description\":null,\"disabledByMicrosoftStatus\":null,\"displayName\":\"Microsoft + Graph\",\"homepage\":null,\"loginUrl\":null,\"logoutUrl\":null,\"notes\":null,\"notificationEmailAddresses\":[],\"preferredSingleSignOnMode\":null,\"preferredTokenSigningKeyThumbprint\":null,\"replyUrls\":[],\"servicePrincipalNames\":[\"00000003-0000-0000-c000-000000000000/ags.windows.net\",\"00000003-0000-0000-c000-000000000000\",\"https://canary.graph.microsoft.com\",\"https://graph.microsoft.com\",\"https://ags.windows.net\",\"https://graph.microsoft.us\",\"https://graph.microsoft.com/\",\"https://dod-graph.microsoft.us\",\"https://canary.graph.microsoft.com/\",\"https://graph.microsoft.us/\",\"https://dod-graph.microsoft.us/\"],\"servicePrincipalType\":\"Application\",\"signInAudience\":\"AzureADMultipleOrgs\",\"tags\":[],\"tokenEncryptionKeyId\":null,\"samlSingleSignOnSettings\":null,\"addIns\":[],\"appRoles\":[{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.\",\"displayName\":\"Read all access reviews\",\"id\":\"d07a8cc0-3d51-4b77-b3b0-32704d1f69fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AccessReview.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, update, delete and perform actions on access reviews, reviewers, @@ -26955,6 +25267,90 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.\",\"displayName\":\"Read and write all administrative units\",\"id\":\"5eb59dd3-1da2-4329-8733-9dabdc435916\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent cards and their skills in your organization's Agent + Registry without a signed-in user.\",\"displayName\":\"Read all agent cards + in Agent Registry\",\"id\":\"aec9e0a0-6f46-4150-a9f7-05e9e3e87399\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent cards and manage their + skills in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all agent cards in Agent Registry\",\"id\":\"ef566853-42d6-45a5-bed9-5ccb82c98b4f\",\"isEnabled\":false,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent cards that designate the calling app as their + manager and manage their skills in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent cards + in Agent Registry\",\"id\":\"9c4a07db-e0c1-4fb0-8e85-dfd8ae3b8201\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCard.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent card manifests in your organization's Agent Registry + without a signed-in user.\",\"displayName\":\"Read all agent card manifests + in Agent Registry\",\"id\":\"3ee18438-e6e5-4858-8f1c-d7b723b45213\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write to all agent card manifests in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent card manifests in Agent Registry\",\"id\":\"228b1a03-f7ca-4348-b50d-e8a547ab61af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write agent card manifests that name it as manager in + your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write managed-by agent card manifests in Agent Registry\",\"id\":\"77f6034c-52f5-4526-9fa1-d55a67e72cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCardManifest.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all collections and their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read all collections + in Agent Registry\",\"id\":\"e65ee1da-d1d5-467b-bdd0-3e9bb94e6e0c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all collections and manage their + membership in your organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + and write all collections in Agent Registry\",\"id\":\"feb31d7d-a227-4487-898c-e014840d07b3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete collections that designate the + calling app as their manager and manage their membership in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + managed-by collections in Agent Registry\",\"id\":\"2e0fb698-9996-479f-926b-ce63f4397829\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentCollection.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create agent identities, even if the app is not the parent agent + identity blueprint.\",\"displayName\":\"Create agent identities without an + agent blueprint parent\",\"id\":\"ad25cc1d-84d8-47df-a08e-b34c2e800819\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create linked agent identities without a signed-in user.\",\"displayName\":\"Create + agent identities linked to itself.\",\"id\":\"4c390976-b2b7-42e0-9187-c6be3bead001\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.CreateAsManager\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to delete and restore agent identities without a signed-in user.\",\"displayName\":\"Delete + and restore agent identities\",\"id\":\"5b016f9b-18eb-41d4-869a-66931914d1c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to enable or disable agent identities without a signed-in user.\",\"displayName\":\"Enable + or disable agent identities\",\"id\":\"69ee0943-4fa4-4ec8-8e52-d12e4ea661a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identities without a signed-in user.\",\"displayName\":\"Read + all agent identities\",\"id\":\"b2b8f011-2898-4234-9092-5059f6c1ebfa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app read, update, and delete agent identities without a signed-in user.\",\"displayName\":\"Read + and write all agent identities\",\"id\":\"dcf7150a-88d4-4fe6-9be1-c2744c455397\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint credentials without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint credentials\",\"id\":\"0510736e-bdfb-4b37-9a1f-89b4a074763a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprints without a signed-in user.\",\"displayName\":\"Create + agent identity blueprints.\",\"id\":\"ea4b2453-ad2d-4d94-9155-10d5d9493ce9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"3f80b699-6405-4e36-a4df-4f19950ff91e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent identity blueprints without a signed-in user.\",\"displayName\":\"Read + all agent identity blueprints\",\"id\":\"7547a7d1-36fa-4479-9c31-559a600eaa4f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprints without a signed-in + user.\",\"displayName\":\"Read and write all agent identity blueprints.\",\"id\":\"7fddd33b-d884-4ec0-8696-72cff90ff825\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint authorization and authentication properties + without a signed-in user.\",\"displayName\":\"Update agent identity blueprint + authorization and authentication properties\",\"id\":\"19202363-278e-49c2-bf00-391e2ba00881\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + updating agent identity blueprint branding without a signed-in user.\",\"displayName\":\"Update + agent identity blueprint branding\",\"id\":\"76232daa-a1e4-4544-b664-495a006513bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + creating new agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"8959696d-d07e-4916-9b1e-3ba9ce459161\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + deleting or restoring agent identity blueprints without a signed-in user.\",\"displayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f86a2dd8-9298-4675-bd78-f5a3572da2d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + enabling or disabling agent identity blueprint principals without a signed-in + user.\",\"displayName\":\"Enable or disable agent identity blueprint principals.\",\"id\":\"a0bdd23d-8b19-4682-b428-574d96527c6f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + reading agent identity blueprint principals without a signed-in user.\",\"displayName\":\"Read + agent identity blueprint principals.\",\"id\":\"9361dea9-4524-493d-941d-f1b65aaf6c7c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, update, and delete agent identity blueprint principals without + a signed-in user.\",\"displayName\":\"Read and write all agent identity blueprint + principals.\",\"id\":\"3bc933bc-8b4d-4cb6-ac49-b73774299250\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update agent ID user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"b782c9ad-6f2b-4894-a21b-72bf22417f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update ID agent user profiles and read basic company properties + without a signed in user.\",\"displayName\":\"Read and write all agent ID + users' full profiles\",\"id\":\"4aa6e624-eee0-40ab-bdd8-f9639038a614\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all agent instances and their related collections in your + organization's Agent Registry without a signed-in user.\",\"displayName\":\"Read + all agent instances in Agent Registry\",\"id\":\"799a4732-85b8-4c67-b048-75f0e88a232b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all agent instances in your organization's + Agent Registry without a signed-in user.\",\"displayName\":\"Read and write + all agent instances in Agent Registry\",\"id\":\"07abdd95-78dc-4353-bd32-09f880ea43d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete agent instances that designate + the calling app as their manager in your organization's Agent Registry without + a signed-in user.\",\"displayName\":\"Read and write managed-by agent instances + in Agent Registry\",\"id\":\"782ab1bf-24f1-4c27-8bbc-2006d42792a6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AgentInstance.ReadWrite.ManagedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read terms of use agreements, without a signed in user.\",\"displayName\":\"Read all terms of use agreements\",\"id\":\"2f3e6f8c-093b-4c57-a58b-ba5ce494a169\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Agreement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write terms of use agreements, without a signed in user.\",\"displayName\":\"Read @@ -26978,12 +25374,14 @@ interactions: and write the remote desktop security configuration for all apps\",\"id\":\"3be0012a-cc4e-426b-895b-f9c836bf6381\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application-RemoteDesktopConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all applications and service principals without a signed-in user.\",\"displayName\":\"Read all applications\",\"id\":\"9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update all apps in your organization, without a signed-in + user.\",\"displayName\":\"Read and update all apps\",\"id\":\"fc023787-fd04-4e44-9bc7-d454f00c0f0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadUpdate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.\",\"displayName\":\"Read and write all applications\",\"id\":\"1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in - user. \\u00A0It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage + user. It cannot update any apps that it is not an owner of.\",\"displayName\":\"Manage apps that this app creates or owns\",\"id\":\"18a4783c-866b-4cc7-a460-3d5e5662c884\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Application.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without @@ -26998,7 +25396,11 @@ interactions: a signed-in user.\",\"displayName\":\"Read attack simulation data of an organization\",\"id\":\"93283d0a-6322-4fa8-966b-8c121624760d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.\",\"displayName\":\"Read, create, - and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and update all attack simulation data of an organization\",\"id\":\"e125258e-8c8a-42a8-8f55-ab502afa52f3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + activity audit log from the audit store.\",\"displayName\":\"Read activity + audit log from the audit store.\",\"id\":\"99bc85fb-e857-4220-9f8c-3a1c83148d2e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"displayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"f6318678-2713-4bb6-b123-233e7336c1bd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query your audit log activities, without a signed-in user.\",\"displayName\":\"Read all audit log data\",\"id\":\"b0afded3-3588-46d8-8b3d-9842eff778da\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"AuditLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and query audit logs from Dynamics CRM workload, without a @@ -27093,6 +25495,8 @@ interactions: basic details of calendars in all mailboxes \",\"id\":\"8ba4a692-bc31-4128-9094-475872af8a53\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete events of all calendars without a signed-in user.\",\"displayName\":\"Read and write calendars in all mailboxes\",\"id\":\"ef54d2bf-783f-4e0f-bca1-3210c0444d99\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calendars.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all AI Insights for all calls, without a signed-in user.\",\"displayName\":\"Read + all AI Insights for calls.\",\"id\":\"792b782b-7822-4b92-8103-77e44f2f706c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallAiInsights.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read delegation settings of you\",\"displayName\":\"Read delegation settings\",\"id\":\"5aa33e77-b893-495e-bdc5-4bf6f27d42a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallDelegation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write delegation settings of you\",\"displayName\":\"Read @@ -27103,6 +25507,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read all call events\",\"id\":\"1abb026f-7572-49f6-9ddd-ad61cbba181e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallEvents.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all PSTN and direct routing call log data without a signed-in user.\",\"displayName\":\"Read PSTN and direct routing call log data\",\"id\":\"a2611786-80b3-417e-adaa-707d4261a5f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecord-PstnCalls.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call recordings for all calls without a signed-in user.\",\"displayName\":\"Read + all call recordings\",\"id\":\"ce8fb1f1-5e1f-44a0-b102-4ec28454d0dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecordings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read call records for all calls and online meetings without a signed-in user.\",\"displayName\":\"Read all call records\",\"id\":\"45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallRecords.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to get direct access to media streams in a call, without a signed-in @@ -27114,13 +25520,15 @@ interactions: meetings in your organization, without a signed-in user.\",\"displayName\":\"Initiate outgoing group calls from the app\",\"id\":\"4c277553-8a09-487b-8023-29ee378d8324\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.InitiateGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to join group calls and scheduled meetings in your organization, without - a signed-in user. \\u00A0The app will be joined with the privileges of a directory + a signed-in user. The app will be joined with the privileges of a directory user to meetings in your organization.\",\"displayName\":\"Join group calls and meetings as an app\",\"id\":\"f6b49018-60ab-4f81-83bd-22caeabfed2d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCall.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to anonymously join group calls and scheduled meetings in your organization, - without a signed-in user. \\u00A0The app will be joined as a guest to meetings - in your organization.\",\"displayName\":\"Join group calls and meetings as - a guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. The app will be joined as a guest to meetings in + your organization.\",\"displayName\":\"Join group calls and meetings as a + guest\",\"id\":\"fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Calls.JoinGroupCallAsGuest.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read call transcripts for all calls without a signed-in user.\",\"displayName\":\"Read + all call transcripts\",\"id\":\"4cd61b6d-8692-40bf-9d90-7f38db5e5fce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CallTranscripts.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows to read all Change Management items.\",\"displayName\":\"Read Change Management items\",\"id\":\"418dae40-2b65-4819-900c-519a04e4d278\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChangeManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Create channels in any team, without a signed-in user.\",\"displayName\":\"Create @@ -27145,7 +25553,7 @@ interactions: and write the names, descriptions, and settings of all channels, without a signed-in user.\",\"displayName\":\"Read and write the names, descriptions, and settings of all channels\",\"id\":\"243cded2-bd16-4fd6-a953-ff8177894c3d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create chats without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create chats without a signed-in user. \",\"displayName\":\"Create chats\",\"id\":\"d9c48af6-9ad9-47ad-82c3-63757137b9af\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to delete and recover deleted chats, without a signed-in user.\",\"displayName\":\"Delete and recover deleted chats\",\"id\":\"9c7abde0-eacd-4319-bf9e-35994b1a1717\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Chat.ManageDeletion.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27206,26 +25614,42 @@ interactions: the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.\",\"displayName\":\"Read and write all consent requests\",\"id\":\"9f1b81a7-0223-4428-bfa4-0bcb5535f27d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all contacts in all mailboxes + without a signed-in user.\",\"displayName\":\"Read and update the on-premises + sync behavior of contacts\",\"id\":\"c8948c23-e66b-42db-83fd-770b71ab78d2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read contacts in all mailboxes\",\"id\":\"089fe4d0-434a-44c5-8827-41ba8a0b17f5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.\",\"displayName\":\"Read and write contacts in all mailboxes\",\"id\":\"6918b873-d17a-4dc1-b314-35f528134491\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Contacts.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"displayName\":\"Process content for + data security, governance and compliance\",\"id\":\"5ad511bf-571c-4ef6-8c3c-85b94b85df98\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"displayName\":\"Process content for data + security, governance and compliance\",\"id\":\"24ceb246-ad29-4680-90b4-3e91ffad15eb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Content.Process.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read + contents activity audit log from the audit store.\",\"displayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"368425e7-6954-4f5a-9d92-90b75bd580c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"displayName\":\"Upload + content activity audit logs to the audit store.\",\"id\":\"2932e07a-3c29-44e4-bb36-6d0fc176387f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ContentActivity.Write\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read packages information without a signed-in user.\",\"displayName\":\"Read + all packages information\",\"id\":\"72f0655d-6228-4ddc-8e1b-164973b9213b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update packages information without a signed-in user.\",\"displayName\":\"Read + and update all packages information\",\"id\":\"ed31732f-9495-47ed-ba3b-4ed0948c1c64\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.\",\"displayName\":\"Read cross-tenant basic information\",\"id\":\"cac88765-0581-4025-9725-5ebc13f729ee\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export external user data (e.g. customer content or system-generated + with the current tenant without a signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read + all shared cross-tenant user profiles and export their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to list and query any shared user profile information associated + with the current tenant without a signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant user profiles and export - their data\",\"id\":\"8b919d44-6192-4f3d-8a3b-f86f8069ae3c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to list and query any shared user profile information associated - with the current tenant without a signed-in user.\\u00A0 It also permits the - application to export and remove external user data (e.g. customer content - or system-generated logs), for any user associated with the current tenant - without a signed-in user.\",\"displayName\":\"Read all shared cross-tenant - user profiles and export or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + or delete their data\",\"id\":\"306785c5-c09b-4ba0-a4ee-023f3da165cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's custom authentication extensions without a signed-in user.\",\"displayName\":\"Read all custom authentication extensions\",\"id\":\"88bb2658-5d9e-454f-aacd-a3933e079526\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"CustomAuthenticationExtension.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's custom authentication extensions @@ -27351,10 +25775,15 @@ interactions: all Azure AD recommendations\",\"id\":\"ae73097b-cb2a-4447-b064-5d80f6093921\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update all Azure AD recommendations, without a signed-in user.\",\"displayName\":\"Read and update all Azure AD recommendations\",\"id\":\"0e9eea12-4f01-45f6-9b8d-3ea4c8144158\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read internal federation configuration for a domain.\",\"displayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"c0e5a7b0-e8b7-40a7-b8e0-8249e6ea81d5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"displayName\":\"Create, read, update and delete internal + federation configuration for a domain.\",\"id\":\"64d40371-8d58-4270-bc8a-b4a66de36b9a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all domain properties without a signed-in user.\",\"displayName\":\"Read domains\",\"id\":\"dbb9058a-0e50-45d7-ae91-66909b5d4664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all domain properties without a signed in user. - \\u00A0Also allows the app to add, \\u00A0verify and remove domains.\",\"displayName\":\"Read + \ Also allows the app to add, verify and remove domains.\",\"displayName\":\"Read and write domains\",\"id\":\"7e05723c-0bb0-42da-be95-ae9f08a6e53c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Domain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.\",\"displayName\":\"Read @@ -27366,16 +25795,16 @@ interactions: Education app settings\",\"id\":\"7c9db06a-ec2d-4e7b-a592-5a1e30992566\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Manage the state and settings of all Microsoft education apps.\",\"displayName\":\"Manage education app settings\",\"id\":\"9bc431c3-b8bc-4a8d-a219-40f10f92eff6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAdministration.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments with grades for all users without - a signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read all\\u00A0class assignments without grades for all users without + the app to read all class assignments with grades for all users without a + signed-in user.\",\"displayName\":\"Read all class assignments with grades\",\"id\":\"4c37e1b6-35a1-43bf-926a-6f30f2cdf585\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all class assignments without grades for all users without a signed-in user.\",\"displayName\":\"Read all class assignments without grades\",\"id\":\"6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments with - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create, read, update and delete all\\u00A0class assignments without - grades for all users without a signed-in user.\",\"displayName\":\"Create, - read, update and delete all\\u00A0class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments with grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments with grades\",\"id\":\"0d22204b-6cad-4dd0-8362-3e3f2ae699d9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all class assignments without grades + for all users without a signed-in user.\",\"displayName\":\"Create, read, + update and delete all class assignments without grades\",\"id\":\"f431cc63-a2de-48c4-8054-a34bc093af84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduAssignments.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all modules and resources, without a signed-in user.\",\"displayName\":\"Read all class modules and resources\",\"id\":\"6cdb464c-3a03-40f8-900b-4cb7ea1da9c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduCurricula.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all modules and resources, without a signed-in user.\",\"displayName\":\"Read @@ -27404,6 +25833,14 @@ interactions: and write the organization's roster\",\"id\":\"d1808e82-ce13-47af-ae0d-f9b254e6d58a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EduRoster.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create Viva Engage conversations without a signed-in user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"e1d2136d-eaaf-427a-a7db-f97dbe847c27\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Migration.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage conversations, and to read their properties without + a signed-in user.\",\"displayName\":\"Read all Viva Engage conversations\",\"id\":\"2c495153-cd0e-41b4-9980-3bcecf1ca22f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create Viva Engage conversations, read all conversation properties, + update conversation properties, and delete conversations without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage conversations\",\"id\":\"bfbd4840-fba0-43a7-93a9-465b687e47d0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to list Viva Engage Teams QA conversations, and to read their properties + without a signed-in user.\",\"displayName\":\"Read all Viva Engage Teams QA + conversations\",\"id\":\"d746beae-b46e-446e-924a-5b805a5c4467\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to list all Viva Engage roles and role memberships without a signed-in user.\",\"displayName\":\"Read all Viva Engage roles and role memberships\",\"id\":\"30614864-4114-45ef-bdd9-0dd7894a1cc4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EngagementRole.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to assign Viva Engage role to a user, and remove a Viva Engage role @@ -27420,6 +25857,8 @@ interactions: the app to read or write your organization's authentication event listeners without a signed-in user.\",\"displayName\":\"Read and write all authentication event listeners\",\"id\":\"0edf5e9e-4ce8-468a-8432-d08631d18c43\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"EventListener.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to search the email message trace, without a signed-in user.\",\"displayName\":\"Search + the email message trace\",\"id\":\"89b20d8a-76e2-4057-867b-9961f800b9a4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all external connections without a signed-in user.\",\"displayName\":\"Read all external connections\",\"id\":\"1914711b-a1cb-4793-b019-c2ce0ed21b8c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ExternalConnection.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all external connections without a signed-in user.\",\"displayName\":\"Read @@ -27461,15 +25900,21 @@ interactions: without a signed-in user. The specific file storage containers and the permissions granted to them will be configured in Microsoft 365 by the developer of each container type.\",\"displayName\":\"Access selected file storage containers\",\"id\":\"40dc41bc-0f7e-42ff-89bd-d9516947e474\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainer.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to manage file storage container type registrations without + a signed-in user.\",\"displayName\":\"Access selected file storage container + type registrations\",\"id\":\"2dcc6599-bd30-442b-8f11-90f88ad441dc\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read all group conversations\",\"id\":\"4f0a8235-6f6f-4ec7-9500-34b452a4a0c3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write conversations of the groups this app has access to without a signed-in user.\",\"displayName\":\"Read and write all group conversations\",\"id\":\"6679c91b-820a-4900-ab47-e97b197a89c4\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all groups without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + groups\",\"id\":\"2d9bd318-b883-40be-9df7-63ec4fcdc424\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups without a signed-in user.\",\"displayName\":\"Create groups\",\"id\":\"bf7b1a76-6e77-406b-b258-bf5c7720e98f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read group properties and memberships, and read\\u00A0conversations - for all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read group properties and memberships, and read conversations for + all groups, without a signed-in user.\",\"displayName\":\"Read all groups\",\"id\":\"5b567255-7703-4780-807c-7be8301ae99b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Group.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by @@ -27480,6 +25925,11 @@ interactions: of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.\",\"displayName\":\"Read and write all group memberships\",\"id\":\"dbaae8cf-10b5-4b86-a4a1-f871c94c6695\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupMember.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + without a signed-in user.\",\"displayName\":\"Read all group settings\",\"id\":\"f3c4f514-c65a-43f5-bfce-1735872258dd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects, without a signed-in user.\",\"displayName\":\"Read + and write all group settings\",\"id\":\"546168c3-1183-4281-9491-fafb24dea37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all scenario health monitoring alerts, without a signed-in user.\",\"displayName\":\"Read all scenario health monitoring alert\",\"id\":\"5183ed5d-b7f8-4e9a-915e-dafb46b9cb62\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"HealthMonitoringAlert.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all scenario monitoring alerts, without a signed-in @@ -27499,7 +25949,11 @@ interactions: information\",\"id\":\"6e472fd1-ad78-48da-a0f0-97ab2c6b769e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event - detections.\\u00A0\",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + detections. \",\"displayName\":\"Read and write all risk detection information\",\"id\":\"db06fb33-1953-4b7b-a2ac-f1e2c854f7ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read the risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read all risky agents information\",\"id\":\"4aadfb66-d49a-414a-a883-d8c240b6fa33\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and update risky agents information in your organization without + a signed-in user.\",\"displayName\":\"Read and write risky agents information\",\"id\":\"dca4e4fd-a7cf-4e6f-86d1-d1ec094d766e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all risky service principal information for your organization, without a signed-in user.\",\"displayName\":\"Read all identity risky service principal information\",\"id\":\"607c7344-0eed-41e5-823a-9695ebe1b7b0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyServicePrincipal.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27510,8 +25964,8 @@ interactions: without a signed in user.\",\"displayName\":\"Read all identity risky user information\",\"id\":\"dc5007c0-2d7d-4c42-879c-2dab87571379\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and update identity risky user information for your organization - without a signed-in user. \\u00A0Update operations include dismissing risky - users.\",\"displayName\":\"Read and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. Update operations include dismissing risky users.\",\"displayName\":\"Read + and write all risky user information\",\"id\":\"656f6061-f9fe-4807-9708-6a2e0934df76\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's user flows, without a signed-in user.\",\"displayName\":\"Read all identity user flows\",\"id\":\"1b0c317f-dd31-4305-9932-259a8b6e8099\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"IdentityUserFlow.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read or write your organization's user flows, without a signed-in @@ -27567,9 +26021,9 @@ interactions: directory, without a signed-in user.\",\"displayName\":\"Read and write all assignments\",\"id\":\"236c1cbd-1187-427f-b0f5-b1852454973b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningAssignedCourse.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all learning content in the organization's directory, without - a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - all learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - without a signed-in user.\",\"displayName\":\"Manage all\\u00A0learning\\u00A0content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user.\",\"displayName\":\"Read all learning content\",\"id\":\"8740813e-d8aa-4204-860e-2a0f8f84dbc8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to manage all learning content in the organization's directory, without + a signed-in user.\",\"displayName\":\"Manage all learning content\",\"id\":\"444d6fcb-b738-41e5-b103-ac4f2a2628a3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningContent.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.\",\"displayName\":\"Read all self-initiated courses\",\"id\":\"467524fc-ed22-4356-a910-af61191e3503\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"LearningSelfInitiatedCourse.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27609,6 +26063,10 @@ interactions: the application to access a subset of lists without a signed in user. The specific lists and the permissions granted will be configured in SharePoint Online.\",\"displayName\":\"Access selected Lists without a signed in user.\",\"id\":\"23c5a9bd-d900-4ecf-be26-a0689755d9e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update, and delete all email, including contents + of non-draft emails in user mailboxes, without a signed-in user. Does not + include permission to send mail.\",\"displayName\":\"Read and write mail in + all mailboxes, including modifying existing non-draft mails\",\"id\":\"e118f1da-5c1c-46cf-bff6-8858d786f46f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail-Advanced.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read mail in all mailboxes without a signed-in user.\",\"displayName\":\"Read mail in all mailboxes\",\"id\":\"810c84a8-4a9e-49e6-bf7d-12d183f40d01\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read basic mail properties in all mailboxes without a signed-in @@ -27622,10 +26080,16 @@ interactions: and write mail in all mailboxes\",\"id\":\"e2a3a72e-5f79-4c64-b1b1-878b674786c9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send mail as any user without a signed-in user.\",\"displayName\":\"Send mail as any user\",\"id\":\"b633e1c5-b582-4048-a93e-9f11b44c7e96\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Mail.Send\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all users' UserConfiguration objects.\",\"displayName\":\"Read + all users' UserConfiguration objects\",\"id\":\"27d9d776-f4d2-426d-80ad-5f22f2b01b0a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to create, read, update and delete all users' UserConfiguration objects.\",\"displayName\":\"Read + and write all users' UserConfiguration objects\",\"id\":\"aa6d92d4-b25a-4640-aefe-3e3231e5e736\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read all the users' mailbox folders\",\"id\":\"99280d24-a782-4793-93cc-0888549957f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all the users' mailbox folders, without signed-in user.\",\"displayName\":\"Read and write all the users' mailbox folders\",\"id\":\"fef87b92-8391-4589-9da7-eb93dab7dc8a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxFolder.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to export all the users' mailbox items, without signed-in user.\",\"displayName\":\"Export + all the users' mailbox items\",\"id\":\"937550e9-33a3-494b-88ae-d9cd394b1fbb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to backup, restore, and modify all mailbox items without a signed-in user.\",\"displayName\":\"Allows the app to perform backup and restore for all mailbox items\",\"id\":\"76577085-e73d-4f1d-b26a-85fb33892327\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"MailboxItem.ImportExport.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27703,11 +26167,11 @@ interactions: without a signed in user.\",\"displayName\":\"Manage on-premises published resources\",\"id\":\"0b57845e-aa49-4e6f-8109-ce654fffa618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OnPremisesPublishingProfiles.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organization and related resources, without a signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. Related resources include things like subscribed skus and tenant branding + information.\",\"displayName\":\"Read organization information\",\"id\":\"498476ce-e0fe-48b0-b801-37ba7e2685c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write the organization and related resources, without - a signed-in user.\\u00A0Related resources include things like subscribed skus - and tenant branding information.\",\"displayName\":\"Read and write organization + a signed-in user. Related resources include things like subscribed skus and + tenant branding information.\",\"displayName\":\"Read and write organization information\",\"id\":\"292d869f-3427-49a8-9dab-8c70152b74e9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Organization.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read the organizational branding information, without a signed-in user.\",\"displayName\":\"Read organizational branding information\",\"id\":\"eb76ac34-0d62-4454-b97c-185e4250dc20\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"OrganizationalBranding.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27778,6 +26242,8 @@ interactions: user.\",\"displayName\":\"Read and write telemetry for all workplace devices.\",\"id\":\"27fc435f-44e2-4b30-bf3c-e0ce74aed618\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PlaceDeviceTelemetry.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all your organization's policies without a signed in user.\",\"displayName\":\"Read your organization's policies\",\"id\":\"246dd0d5-5bd0-4def-940b-0421030a5b68\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all authentication method policies for the tenant, without + a signed-in user. \",\"displayName\":\"Read authentication method policies\",\"id\":\"8e3bc81b-d2f3-4b7b-838c-32c88218d2f0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's conditional access policies, without a signed-in user.\",\"displayName\":\"Read your organization's conditional access policies\",\"id\":\"37730810-e9ba-4e46-b07e-8ca78d182097\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.Read.ConditionalAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -27803,8 +26269,8 @@ interactions: without a signed-in user.\",\"displayName\":\"Read and write authentication flow policies\",\"id\":\"25f85f3c-f66c-4205-8cd5-de92dd7f0cec\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write all authentication method policies for the tenant, - without a signed-in user.\\u00A0\",\"displayName\":\"Read and write all authentication - method policies\\u00A0\",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + without a signed-in user. \",\"displayName\":\"Read and write all authentication + method policies \",\"id\":\"29c18626-4985-4dcd-85c0-193eef327366\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.\",\"displayName\":\"Read @@ -27815,9 +26281,13 @@ interactions: the app to read and write your organization's consent requests policy without a signed-in user.\",\"displayName\":\"Read and write your organization's consent request policy\",\"id\":\"999f8c63-0a38-4f1b-91fd-ed1947bdd1a9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read and write your organization's cross tenant access policies + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"displayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities without a signed-in user.\",\"displayName\":\"Read and write your organization's - cross tenant access policies\",\"id\":\"338163d7-f101-4c92-94ba-ca46fe52447c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + M365 cross tenant access capabilities\",\"id\":\"a6325ae7-2b73-4dbd-abed-fbeacfbf8696\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and write your organization's device configuration policies without a signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -27855,7 +26325,7 @@ interactions: includes activity, availability, status note, calendar out-of-office message, time zone and location.\",\"displayName\":\"Read and write presence information for all users\",\"id\":\"83cded22-8297-4ff6-a7fa-e97e9545a259\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Presence.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read printers without a signed-in user.\\u00A0\",\"displayName\":\"Read + the application to read printers without a signed-in user. \",\"displayName\":\"Read printers\",\"id\":\"9709bb33-4549-49d4-8ed9-a8f65e45bb0f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Printer.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.\",\"displayName\":\"Read @@ -27865,19 +26335,19 @@ interactions: read and update the metadata of print jobs.\",\"displayName\":\"Perform advanced operations on print jobs\",\"id\":\"58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the metadata and document content of print jobs without - a signed-in user.\\u00A0\",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the application to read the metadata of print jobs without a signed-in user.\\u00A0Does - not allow access to print job document content.\",\"displayName\":\"Read basic - information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + a signed-in user. \",\"displayName\":\"Read print jobs\",\"id\":\"ac6f956c-edea-44e4-bd06-64b1b4b9aec9\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read the metadata of print jobs without a signed-in user. + Does not allow access to print job document content.\",\"displayName\":\"Read + basic information for print jobs\",\"id\":\"fbf67eee-e074-4ef7-b965-ab5ce1c1f689\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata and document content of print jobs without a signed-in user.\",\"displayName\":\"Read and write print jobs\",\"id\":\"5114b07b-2898-4de7-a541-53b0004e2e13\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update the metadata of print jobs without a signed-in - user.\\u00A0Does not allow access to print job document content.\",\"displayName\":\"Read + user. Does not allow access to print job document content.\",\"displayName\":\"Read and write basic information for print jobs\",\"id\":\"57878358-37f4-4d3a-8c20-4816e0d457b1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read tenant-wide print settings without a signed-in user.\",\"displayName\":\"Read tenant-wide print settings\",\"id\":\"b5991872-94cf-4652-9765-29535087c6d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read and update print task definitions without a signed-in - user.\\u00A0\",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. \",\"displayName\":\"Read, write and update print task definitions\",\"id\":\"456b71a7-0ee0-4588-9842-c123fcc8f664\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PrintTaskDefinition.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.\",\"displayName\":\"Read privileged @@ -27928,6 +26398,14 @@ interactions: the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.\",\"displayName\":\"Manage all programs\",\"id\":\"60a901ed-09f7-4aa5-a16e-7dd3d6f9de36\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"displayName\":\"Compute Purview + policies at tenant scope\",\"id\":\"e5a76501-dbb0-492c-ab55-5d09e8837263\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"displayName\":\"Compute Purview + policies for an individual user\",\"id\":\"fe696d63-5e1f-4515-8232-cccc316903c6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProtectionScopes.Compute.User\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and query your provisioning log activities, without a signed-in + user.\",\"displayName\":\"Read all provisioning log data\",\"id\":\"091937d3-3e38-47a1-8649-b2f99d3035f1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ProvisioningLog.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, without a signed-in user.\",\"displayName\":\"Read all @@ -27938,9 +26416,12 @@ interactions: and write all certificate based authentication configurations\",\"id\":\"a2b63618-5350-462d-b1b3-ba6eb3684e26\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"PublicKeyInfrastructure.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows an app to read all question and answers, without a signed-in user.\",\"displayName\":\"Read all Question and Answers \",\"id\":\"ee49e170-1dd1-4030-b44c-61ad6e98f743\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"QnA.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get direct access to real-time enriched data in a meeting, without + a signed-in user.\",\"displayName\":\"Access real-time enriched data in a + meeting as an app\",\"id\":\"abafe00f-ea87-4c63-b8a8-0e7bb0a88144\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read - Records Management configuration,\\u00A0labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + Records Management configuration, labels and policies\",\"id\":\"ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.\",\"displayName\":\"Read and write Records Management configuration, labels and policies\",\"id\":\"eb158f57-df43-4751-8b21-b8932adb3d34\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"RecordsManagement.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -28083,6 +26564,17 @@ interactions: the app to read your organization\u2019s security events without a signed-in user. Also allows the app to update editable properties in security events.\",\"displayName\":\"Read and update your organization\u2019s security events\",\"id\":\"d903a879-88e0-4c09-b0c9-82f6a1333f84\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all the identity security available identity accounts without + a signed-in user.\",\"displayName\":\"Read all identity security available + identity accounts\",\"id\":\"c5bc96f5-b4a1-4cfc-8189-d5f0d772278f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write identity security available actions without a signed-in + user.\",\"displayName\":\"Read and perform all identity security available + actions\",\"id\":\"af2bf46f-7bf1-4be3-8bad-e17e279e8462\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read sensors window auditing configuration without a signed-in + user\",\"displayName\":\"Read sensors window auditing configuration\",\"id\":\"58971758-9844-4fe4-9fba-7e4ce7a659bf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write sensors window auditing configuration without a + signed-in user\",\"displayName\":\"Read and write sensors window auditing + configuration\",\"id\":\"4f1f0deb-08d1-4ffb-8cca-21dfc362b7c0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all the identity security health issues without a signed-in user.\",\"displayName\":\"Read all identity security health issues\",\"id\":\"f8dcd971-5d83-4e1e-aa95-ef44611ad351\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIdentitiesHealth.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write identity security health issues without a signed-in @@ -28100,7 +26592,17 @@ interactions: the app to read all security incidents, without a signed-in user.\",\"displayName\":\"Read all security incidents\",\"id\":\"45cc0394-e837-488b-a098-1918f48d186c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write to all security incidents, without a signed-in user.\",\"displayName\":\"Read - and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + and write to all security incidents\",\"id\":\"34bf0e97-1971-4929-b999-9e2442d941d7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, without + a signed-in user.\",\"displayName\":\"Evaluate sensitivity labels\",\"id\":\"57f0b71b-a759-45a0-9a0f-cc099fbd9a44\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to evaluate all sensitivity label.\",\"displayName\":\"Evaluate labels + tenant scope.\",\"id\":\"986fa56a-6680-4aac-af09-4d1765376739\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels application + scope.\",\"id\":\"3b8e7aad-f6e3-4299-83f8-6fc6a5777f0b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabel.Read\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to get sensitivity labels.\",\"displayName\":\"Get labels tenant scope.\",\"id\":\"e46a01e9-b2cf-4d89-8424-bcdc6dd445ab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SensitivityLabels.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read all Sentiment Survey, without a signed-in user. \",\"displayName\":\"Export + all Sentiment Survey\",\"id\":\"84fa35c1-f997-4c1c-894c-bb52108cfbbf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SentimentSurvey.Export.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Exchange service activity, without a signed-in user.\",\"displayName\":\"Read all Exchange service activity\",\"id\":\"2b655018-450a-4845-81e7-d603b1ebffdb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServiceActivity-Exchange.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all Microsoft 365 Web service activity, without a signed-in @@ -28119,6 +26621,12 @@ interactions: principal endpoints\",\"id\":\"5256681e-b7f6-40c0-8447-2d9db68797a0\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to update service principal endpoints\",\"displayName\":\"Read and update service principal endpoints\",\"id\":\"89c8469c-83ad-45f7-8ff2-6e3d4285709e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, without a signed-in user.\",\"displayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"a0521574-fcd8-4742-b29c-f796df57ea70\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, without a signed-in user.\",\"displayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"id\":\"f5fa52a5-b9ab-4dc3-885e-9e5b4a67068e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.\",\"displayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"83d4163d-a2d8-4d3b-9695-4ae3ca98f888\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SharePointTenantSettings.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -28129,10 +26637,18 @@ interactions: all users' short notes\",\"id\":\"0c7d31ec-31ca-4f58-b6ec-9950b6b0de69\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read, create, edit, and delete all the short notes without a signed-in user.\",\"displayName\":\"Read, create, edit, and delete all users' short - notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + notes\",\"id\":\"842c284c-763d-4a97-838d-79787d129bab\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ShortNotes.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read your organization's sign-in identifiers, without a signed-in + user.\",\"displayName\":\"Read all sign-in identifiers\",\"id\":\"28e1fe78-598f-4df4-b55e-18bf34218925\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write your organization's sign-in identifiers, without + a signed-in user.\",\"displayName\":\"Read and write all sign-in identifiers\",\"id\":\"7fc588a2-ea2d-4d1f-bcf7-33c324b149b8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to archive/reactivate site collections without a signed in user.\",\"displayName\":\"Archive/reactivate Site Collections without a signed - in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + in user.\",\"id\":\"e3530185-4080-478c-a4ab-39322704df58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Archive.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow + the application to create site collections without a signed in user. Upon + creation the application will be granted Sites.Selected(application) + FullControl + to the newly created site.\",\"displayName\":\"Create Site Collections without + a signed in user.\",\"id\":\"80819dd8-2b3b-4551-a1ad-2700fc44f533\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Create.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to have full control of all site collections without a signed in user.\",\"displayName\":\"Have full control of all site collections\",\"id\":\"a82116e5-55eb-4c41-a434-62fe8a61c773\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.FullControl.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create or delete document libraries and lists in all site collections @@ -28144,19 +26660,21 @@ interactions: site collections without a signed in user.\",\"displayName\":\"Read and write items in all site collections\",\"id\":\"9492366f-7969-46a4-8d15-ed1a20078fff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the application to access a subset of site collections without a signed in - user.\\u00A0\\u00A0The specific site collections and the permissions granted - will be configured in SharePoint Online.\",\"displayName\":\"Access selected - site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + user. The specific site collections and the permissions granted will be configured + in SharePoint Online.\",\"displayName\":\"Access selected site collections\",\"id\":\"883ea226-0bf2-4a8f-9f9d-92c9162a727d\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Sites.Selected\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read SPIFFE trust domains and child resources\",\"id\":\"dcdfc277-41fd-4d68-ad0c-c3057235bd8e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write your organization's SPIFFE trust domains and child resources without a signed in user.\",\"displayName\":\"Read and write SPIFFE - trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0subject\\u00A0rights - requests\\u00A0without a\\u00A0signed-in\\u00A0user.\",\"displayName\":\"Read\\u00A0all - subject\\u00A0rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0and\\u00A0write - subject\\u00A0rights requests\\u00A0without a signed in user.\",\"displayName\":\"Read\\u00A0and\\u00A0write\\u00A0all - subject\\u00A0rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + trust domains and child resources\",\"id\":\"17b78cfd-eeff-447d-8bab-2795af00055a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to modify Viva Engage storylines, read all storylines properties, + update storyline properties, and delete storyline properties without a signed-in + user.\",\"displayName\":\"Read and write all Viva Engage storylines\",\"id\":\"6eff534b-699e-44d9-af61-a4182f0ec37e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Storyline.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read subject rights requests without a signed-in user.\",\"displayName\":\"Read + all subject rights requests\",\"id\":\"ee1460f0-368b-4153-870a-4e1ca7e72c42\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read and write subject rights requests without a signed in user.\",\"displayName\":\"Read + and write all subject rights requests\",\"id\":\"8387eaa4-1a3c-41f5-b261-f888138e6041\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"SubjectRightsRequest.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read Azure AD synchronization information, without a signed-in user.\",\"displayName\":\"Read all Azure AD synchronization data.\",\"id\":\"5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Synchronization.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to configure the Azure AD synchronization service, without @@ -28175,7 +26693,7 @@ interactions: the app to create, read, update and delete all users\u2019 tasks and task lists in your organization, without a signed-in user\",\"displayName\":\"Read and write all users\u2019 tasks and tasklists\",\"id\":\"44e666d1-d276-445b-a5fc-8815eeb81d55\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Tasks.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to create teams without a signed-in user.\\u00A0\",\"displayName\":\"Create + the app to create teams without a signed-in user. \",\"displayName\":\"Create teams\",\"id\":\"23fc2474-f741-46ce-8465-674744c5c361\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.Create\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Get a list of all teams, without a signed-in user.\",\"displayName\":\"Get a list of all teams\",\"id\":\"2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"Team.ReadBasic.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Read @@ -28346,7 +26864,7 @@ interactions: user.\",\"displayName\":\"Read Teams devices\",\"id\":\"0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allow the app to read and write the management data for Teams devices, without a signed-in user.\",\"displayName\":\"Read and write Teams devices\",\"id\":\"79c02f5b-bd4f-4713-bc2c-a8a4a66e127b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkDevice.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows - the app to read\\u00A0tags in Teams\\u00A0without a signed-in user.\",\"displayName\":\"Read + the app to read tags in Teams without a signed-in user.\",\"displayName\":\"Read tags in Teams\",\"id\":\"b74fd6c4-4bde-488e-9695-eeb100e4907f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write tags in Teams without a signed-in user.\",\"displayName\":\"Read and write tags in Teams\",\"id\":\"a3371ca5-911d-46d6-901c-42c8c7a937d8\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"TeamworkTag.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -28363,8 +26881,8 @@ interactions: the app to read all the indicators for your organization, without a signed-in user.\",\"displayName\":\"Read all threat indicators\",\"id\":\"197ee4e9-b993-4066-898f-d6aecc55125b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), without a signed-in user. \\u00A0It cannot update - any threat indicators it does not own.\",\"displayName\":\"Manage threat indicators + (read, update and delete), without a signed-in user. It cannot update any + threat indicators it does not own.\",\"displayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"21792b6c-c986-4ffc-85de-df9da54b52fa\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read threat intelligence information, such as indicators, observations, and and articles, without a signed in user.\",\"displayName\":\"Read all Threat @@ -28396,6 +26914,9 @@ interactions: the app to read and write secondary mail addresses for all users, without a signed-in user.\",\"displayName\":\"Read and write all secondary mail addresses for users\",\"id\":\"280d0935-0796-47d1-8d26-273470a3f17a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-Mail.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to update the on-premises sync behavior of all users without a signed-in + user.\",\"displayName\":\"Read and update the on-premises sync behavior of + users\",\"id\":\"a94a502d-0281-4d15-8cd2-682ac9362c4c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read and write password profiles and reset passwords for all users, without a signed-in user.\",\"displayName\":\"Read and write all password profiles and reset user passwords\",\"id\":\"cc117bb9-00cf-4eb8-b580-ea2a878fe8f7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"User-PasswordProfile.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows @@ -28440,6 +26961,41 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' authentication methods \",\"id\":\"50483e42-d915-4231-9639-7fdb7fd190e5\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read email methods of all users in your organization, without a + signed-in user. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' email methods\",\"id\":\"a1e58be0-1095-422b-b067-73434bd7d40f\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write email methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' email methods\",\"id\":\"e8ecb853-1435-4a49-95ba-ec5b31b11672\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read external authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' external authentication methods\",\"id\":\"d2c4289f-9f95-40da-ad43-eeb1506f0db7\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write external authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' external + authentication methods\",\"id\":\"c7a22c2e-5b01-4129-8159-6c8be2c78f16\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' HardwareOATH authentication methods\",\"id\":\"7b544555-7811-49ff-8223-a56be870e33a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write HardwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + HardwareOATH authentication methods\",\"id\":\"7e9ebcc1-90aa-4471-8051-e68d6b4e9c89\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Microsoft authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' Microsoft authentication methods\",\"id\":\"a9c5f16e-e5ca-4e33-89ad-903fcfc01c23\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Microsoft Authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Microsoft Authentication methods\",\"id\":\"c833c349-a1ab-4b6d-94a2-fa9a8674420c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read @@ -28449,6 +27005,68 @@ interactions: to see secret information like passwords, or to sign-in or otherwise use the authentication methods\",\"displayName\":\"Read and write all users' passkey authentication methods\",\"id\":\"0400e371-7db1-4338-a269-96069eb65227\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read password authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' password authentication methods\",\"id\":\"8d2c17ff-b93d-40d5-9def-d843680509cb\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write password authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' password + authentication methods\",\"id\":\"f6d38dfd-ec08-4995-8f07-23e929df0936\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read phone authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' phone authentication methods\",\"id\":\"f529a223-ea70-43ec-b268-5012de2fbaa2\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write phone methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + and write all users' phone methods\",\"id\":\"6e85d483-7092-4375-babe-0a94a8213a58\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read platform credentials methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' platform credentials methods\",\"id\":\"07c0b1e4-15bd-442f-834b-30f8291388d1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write platform credentials methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' platform + credentials methods\",\"id\":\"1a87acf4-a9ca-4576-a974-452ea265d5f6\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read QR authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' QR methods\",\"id\":\"9a45bc50-cddd-4ebe-bd9c-4f2eacf646ae\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write QR authentication methods of all users in + your organization, without a signed-in user. This does not allow the app to + see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read and write all users' QR methods\",\"id\":\"4869299f-18c3-40c8-98f2-222657e67db1\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization, + without a signed-in user. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"displayName\":\"Read + all users' SoftwareOATH methods\",\"id\":\"a6b423df-a0c8-411d-a809-a4a5985d2939\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write SoftwareOATH authentication methods of all + users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + SoftwareOATH methods\",\"id\":\"787442d4-3c6e-4e99-aa95-8ccca20a48ff\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization, without a signed-in user. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"displayName\":\"Read all users' Temporary Access + Pass methods\",\"id\":\"bf82209c-b22b-4747-ac88-a68be99032cf\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Temporary Access Pass authentication methods + of all users in your organization, without a signed-in user. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Temporary Access Pass methods\",\"id\":\"627169a8-8c15-451c-861a-5b80e383de5c\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization, without a signed-in user. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"displayName\":\"Read all users' Windows Hello methods\",\"id\":\"9b8dd4c7-8cca-4ef5-a34a-9c2c75fcc934\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the application to read and write Windows Hello authentication methods of + all users in your organization, without a signed-in user. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"displayName\":\"Read and write all users' + Windows Hello authentication methods\",\"id\":\"f14eee8a-713e-45aa-8223-2ab74632db1a\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to send, read, update and delete user\u2019s notifications, without a signed-in user.\",\"displayName\":\"Deliver and manage all user's notifications\",\"id\":\"4e774092-a092-48d1-90bd-baad67c7eb47\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserNotification.ReadWrite.CreatedByApp\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all users' shift schedule preferences without a signed-in @@ -28456,7 +27074,9 @@ interactions: the app to manage all users' shift schedule preferences without a signed-in user.\",\"displayName\":\"Read and write all user shift preferences\",\"id\":\"d1eec298-80f3-49b0-9efb-d90e224798ac\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserShiftPreferences.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to read all user teamwork settings without a signed-in user.\",\"displayName\":\"Read - all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + all user teamwork settings\",\"id\":\"fbcd7ef1-df0d-4e05-bb28-93424a89c6df\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"UserTeamwork.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"This + role can read Verified Id profiles in a tenant.\",\"displayName\":\"Read Verified + Id profiles\",\"id\":\"e227c591-dd64-4a8a-a033-816167f7c938\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user\u2019s data by the online meetings application access policy.\",\"displayName\":\"Read @@ -28479,6 +27099,8 @@ interactions: the app to read and write all Windows update deployment settings for the organization without a signed-in user.\",\"displayName\":\"Read and write all Windows update deployment settings\",\"id\":\"7dd1be58-6e76-4401-bf8d-31d1e8180d5b\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WindowsUpdates.ReadWrite.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows + the app to read workforce integrations without a signed-in user.\",\"displayName\":\"Read + workforce integrations\",\"id\":\"f10b94b9-37d1-4c88-8b7e-bf75a1152d39\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.Read.All\"},{\"allowedMemberTypes\":[\"Application\"],\"description\":\"Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.\",\"displayName\":\"Read and write workforce integrations\",\"id\":\"202bf709-e8e6-478e-bcfd-5d63c50b68e3\",\"isEnabled\":true,\"origin\":\"Application\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"info\":{\"logoUrl\":null,\"marketingUrl\":null,\"privacyStatementUrl\":null,\"supportUrl\":null,\"termsOfServiceUrl\":null},\"keyCredentials\":[],\"oauth2PermissionScopes\":[{\"adminConsentDescription\":\"Allows @@ -28516,6 +27138,158 @@ interactions: the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.\",\"userConsentDisplayName\":\"Read and write administrative units\",\"value\":\"AdministrativeUnit.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent cards and their skills in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"id\":\"73ea6732-992c-4292-98f7-9feff18d3ade\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent cards and their skills on your behalf.\",\"userConsentDisplayName\":\"Read + agent cards in Agent Registry\",\"value\":\"AgentCard.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent cards in Agent Registry\",\"id\":\"b0f726a8-0fa2-4ce2-937b-fd17a446261f\",\"isEnabled\":false,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent cards and manage their skills + on your behalf.\",\"userConsentDisplayName\":\"Read and write agent cards + in Agent Registry\",\"value\":\"AgentCard.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read agent card manifests in your organization's Agent Registry + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read agent + card manifests in Agent Registry\",\"id\":\"ada96a26-9579-4c29-a578-c3482a765716\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write agent card manifests in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"id\":\"80151b1a-1c31-4846-ae0d-c79939ee13d1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write agent card manifests on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent card manifests in Agent Registry\",\"value\":\"AgentCardManifest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read collections and their membership in your organization's Agent + Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + collections in Agent Registry\",\"id\":\"fa50be38-fdff-469c-96dc-ef5fce3c64bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read collections and their membership on your behalf.\",\"userConsentDisplayName\":\"Read + collections in Agent Registry\",\"value\":\"AgentCollection.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read global collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + global collection in Agent Registry\",\"id\":\"b14924c8-87f1-438a-81f2-dc370ba2f45d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read global collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + global collection in Agent Registry\",\"value\":\"AgentCollection.Read.Global\"},{\"adminConsentDescription\":\"Allows + the app to read quarantined collection and its membership in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"id\":\"43acfda3-daf3-4aa4-955d-b051d0024e82\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read quarantined collection and its membership on your behalf.\",\"userConsentDisplayName\":\"Read + quarantined collection in Agent Registry\",\"value\":\"AgentCollection.Read.Quarantined\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write collections in Agent Registry\",\"id\":\"6d8a7002-a05e-4b95-a768-0e6f0badc6c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete collections and manage their membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write collections + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update global collection and manage its membership in + your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write global collection in Agent Registry\",\"id\":\"c001dd65-8a6b-4349-ab0c-4e8a410d28d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update global collection and manage its membership on + your behalf.\",\"userConsentDisplayName\":\"Read and write global collection + in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Global\"},{\"adminConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + in your organization's Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write quarantined collection in Agent Registry\",\"id\":\"ae331cc9-9f51-484b-a90b-124f2e4a6398\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update quarantined collection and manage its membership + on your behalf.\",\"userConsentDisplayName\":\"Read and write quarantined + collection in Agent Registry\",\"value\":\"AgentCollection.ReadWrite.Quarantined\"},{\"adminConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"adminConsentDisplayName\":\"Delete + and restore agent identities\",\"id\":\"c8ee41e5-35e7-4fe9-8ecb-93493adcac5b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to delete and restore agent identities.\",\"userConsentDisplayName\":\"Delete + and restore agent identities\",\"value\":\"AgentIdentity.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"adminConsentDisplayName\":\"Enable + or disable agent identities\",\"id\":\"a501206a-e364-4a3f-be6e-765806d0e323\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to enable or disable agent identities.\",\"userConsentDisplayName\":\"Enable + or disable agent identities\",\"value\":\"AgentIdentity.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identities.\",\"adminConsentDisplayName\":\"Read + all agent identities\",\"id\":\"5e850691-d86a-4b24-bfa6-8a52fb37a0c1\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identities.\",\"userConsentDisplayName\":\"Read + all agent identities\",\"value\":\"AgentIdentity.Read.All\"},{\"adminConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Read and write all agent identities\",\"id\":\"4a4facd5-0ee1-49b7-a5b2-fdcc2491685e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read, update, and delete agent identities on behalf of the signed-in + user.\",\"userConsentDisplayName\":\"Read and write all agent identities\",\"value\":\"AgentIdentity.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"id\":\"75b5feb2-bfe7-423f-907d-cc505186f246\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint credentials on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint credentials\",\"value\":\"AgentIdentityBlueprint.AddRemoveCreds.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprints.\",\"id\":\"8fc15edd-ba24-494e-9bf6-d38e1b7ba8fd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"f12ba1f6-afb7-4685-9a30-21e8c3f551d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprint.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"adminConsentDisplayName\":\"Read + all agent identity blueprints\",\"id\":\"26512dc8-1364-4e9f-867c-6d8b22a9e162\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the client to read all agent identity blueprints.\",\"userConsentDisplayName\":\"Read + all agent identity blueprints\",\"value\":\"AgentIdentityBlueprint.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"id\":\"4fd490fc-1467-48eb-8a4c-421597ab0402\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprints on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read and write all agent + identity blueprints.\",\"value\":\"AgentIdentityBlueprint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"id\":\"6f677aa9-25af-49a5-8a1d-628dc7f0d009\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint authorization and authentication properties + on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update agent + identity blueprint authorization and authentication properties\",\"value\":\"AgentIdentityBlueprint.UpdateAuthProperties.All\"},{\"adminConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Update + agent identity blueprint branding\",\"id\":\"60960e31-67cb-4d25-9d36-4922109923a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + updating agent identity blueprint branding on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Update + agent identity blueprint branding\",\"value\":\"AgentIdentityBlueprint.UpdateBranding.All\"},{\"adminConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"id\":\"00dcd896-6b23-42ce-b5de-c58493c05e22\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + creating new agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Create + agent identity blueprint service principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Create\"},{\"adminConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"adminConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"id\":\"2c70023e-a482-4af2-9ff1-51ded53e6bad\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + deleting or restoring agent identity blueprints with a signed-in user.\",\"userConsentDisplayName\":\"Delete + and restore agent identity blueprints.\",\"value\":\"AgentIdentityBlueprintPrincipal.DeleteRestore.All\"},{\"adminConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"adminConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"id\":\"e7475e0a-9f02-43e2-a250-5c2ea74ccd0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + enabling or disabling agent identity blueprint principals with a signed-in + user.\",\"userConsentDisplayName\":\"Enable or disable agent identity blueprint + principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.EnableDisable.All\"},{\"adminConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"adminConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"id\":\"88c856a2-de61-4632-b2d4-ac503cbc8dd2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + reading agent identity blueprint principals with a signed-in user.\",\"userConsentDisplayName\":\"Read + agent identity blueprints principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"id\":\"bf2cad6a-9082-438a-9a63-95fa2687af65\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, update, and delete agent identity blueprint principals on + behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read and write + all agent identity blueprint principals.\",\"value\":\"AgentIdentityBlueprintPrincipal.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"ad57fb88-4658-4fd6-ab7d-e43184b08e4e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all agent ID users' full profiles\",\"id\":\"52a417d9-0b3c-4466-9a3b-66960de73d74\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the full set of profile properties, reports, and + managers of agent ID users in your organization, and read basic company properties, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all agent ID + users' full profiles\",\"value\":\"AgentIdUser.ReadWrite.IdentityParentedBy\"},{\"adminConsentDescription\":\"Allows + the app to read agent instances and their related collections in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"id\":\"4c3c738a-2df0-4877-bf4a-f796950ff34c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read agent instances and their related collections on your behalf.\",\"userConsentDisplayName\":\"Read + agent instances in Agent Registry\",\"value\":\"AgentInstance.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances in your organization's + Agent Registry on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"id\":\"fc79e324-da24-497a-b5ec-e7de08320375\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete agent instances on your behalf.\",\"userConsentDisplayName\":\"Read + and write agent instances in Agent Registry\",\"value\":\"AgentInstance.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read terms of use agreements on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all terms of use agreements\",\"id\":\"af2819c9-df71-4dd3-ade7-4d7c9dc653b7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read terms of use agreements on your behalf.\",\"userConsentDisplayName\":\"Read @@ -28595,6 +27369,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read applications\",\"id\":\"c79f8feb-a9db-4090-85f9-90d820caa0eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read applications and service principals on your behalf.\",\"userConsentDisplayName\":\"Read applications\",\"value\":\"Application.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update all apps in your organization, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read and update all apps\",\"id\":\"0586a906-4d89-4de8-b3c8-1aacdcc0c679\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update all apps in your organization, on your behalf.\",\"userConsentDisplayName\":\"Read + and update all apps\",\"value\":\"Application.ReadUpdate.All\"},{\"adminConsentDescription\":\"Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.\",\"adminConsentDisplayName\":\"Read and write all applications\",\"id\":\"bdfbf15f-ee85-4955-8675-146e8e5296b5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -28633,7 +27411,15 @@ interactions: create, and update attack simulation data of an organization\",\"id\":\"27608d7c-2c66-4cad-a657-951d575f5a60\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.\",\"userConsentDisplayName\":\"Read, create, - and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and update attack simulation data of an organization\",\"value\":\"AttackSimulation.ReadWrite.All\"},{\"adminConsentDescription\":\"Read + activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"id\":\"16786f81-40d2-4116-bb26-d1a753bf0b20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + activity audit log from the audit store.\",\"value\":\"AuditActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"id\":\"a78fd341-0672-4792-a8ae-a5925b2546eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + activity audit logs to the audit store.\",\"value\":\"AuditActivity.Write\"},{\"adminConsentDescription\":\"Allows the app to read and query your audit log activities, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read audit log data\",\"id\":\"e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and query your audit log activities, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -28832,8 +27618,8 @@ interactions: delegate and shared calendars.\",\"adminConsentDisplayName\":\"Read user and shared calendars\",\"id\":\"2b9c4092-424d-4249-948d-b43879977640\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read events in all calendars that you can access, including delegate - and shared calendars.\\u00A0\",\"userConsentDisplayName\":\"Read calendars\\u00A0you - can access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows + and shared calendars. \",\"userConsentDisplayName\":\"Read calendars you can + access\",\"value\":\"Calendars.Read.Shared\"},{\"adminConsentDescription\":\"Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.\",\"adminConsentDisplayName\":\"Read basic details of user calendars\",\"id\":\"662d75ba-a364-42ad-adee-f5f880ea4878\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -28852,6 +27638,10 @@ interactions: organization you have permissions to access. This includes delegate and shared calendars.\",\"userConsentDisplayName\":\"Read and write to your and shared calendars\",\"value\":\"Calendars.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read all AI Insights for calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all AI Insights for calls. \",\"id\":\"e24bdaf9-83f8-468b-a144-c681ccb6caf4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read all AI Insights for calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all AI Insights for calls.\",\"value\":\"CallAiInsights.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read delegation settings of you\",\"adminConsentDisplayName\":\"Read delegation settings\",\"id\":\"305b375b-00fe-48bf-81bc-e8d78954c1b6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows you to read your delegation settings\",\"userConsentDisplayName\":\"Read your @@ -28864,6 +27654,14 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read call event data\",\"id\":\"43431c03-960e-400f-87c6-8f910321dca3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read call event information for an organization on your behalf.\",\"userConsentDisplayName\":\"Read call event data\",\"value\":\"CallEvents.Read\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all recordings of calls. \",\"id\":\"63d31bd6-bcf5-40ca-8283-ba4130a66405\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all recordings of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all recordings of calls.\",\"value\":\"CallRecordings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all transcripts of calls, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + all transcripts of calls. \",\"id\":\"fbace248-5d8e-441c-85ca-cc19221a69a2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all transcripts of calls, on your behalf.\",\"userConsentDisplayName\":\"Read + all transcripts of calls.\",\"value\":\"CallTranscripts.Read.All\"},{\"adminConsentDescription\":\"Allows to read all Change Management items.\",\"adminConsentDisplayName\":\"Read Change Management items\",\"id\":\"4628dff5-c33e-4fde-b17a-b64e7acb1bed\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows to read all Change Management items.\",\"userConsentDisplayName\":\"Read Change @@ -28920,7 +27718,7 @@ interactions: and write the names, descriptions, and settings of channels\",\"value\":\"ChannelSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to create chats on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create chats\",\"id\":\"38826093-1258-4dea-98f0-00003be2b8d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create chats on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create chats on your behalf. \",\"userConsentDisplayName\":\"Create chats\",\"value\":\"Chat.Create\"},{\"adminConsentDescription\":\"Allows the app to delete and recover deleted chats, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Delete and recover deleted chats\",\"id\":\"bb64e6fc-6b6d-4752-aea0-dd922dbba588\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -29018,6 +27816,12 @@ interactions: the app to read app consent requests for your approval, and deny or approve those request on your behalf.\",\"userConsentDisplayName\":\"Read and write consent requests\",\"value\":\"ConsentRequest.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of contacts a user + has permissions to, including their own and shared contacts.\",\"adminConsentDisplayName\":\"Read + and update the on-premises sync behavior of contacts\",\"id\":\"1e4c6c41-0803-4f52-85ef-0a5d63ad8670\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of contacts you have permissions + to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of your own and shared contacts\",\"value\":\"Contacts-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read user contacts. \",\"adminConsentDisplayName\":\"Read user contacts \",\"id\":\"ff74d97f-43af-4b68-9f2a-b77ee6968c5d\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read contacts in your contact folders.\",\"userConsentDisplayName\":\"Read @@ -29037,6 +27841,38 @@ interactions: the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.\",\"userConsentDisplayName\":\"Read and write to your and shared contacts\",\"value\":\"Contacts.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"adminConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"id\":\"7e2467d1-f874-46bb-828e-24cb06b29d3f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes at tenant scope.\",\"userConsentDisplayName\":\"Process + content for data security, governance and compliance\",\"value\":\"Content.Process.All\"},{\"adminConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"adminConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"id\":\"1d787a13-f750-4ad6-875a-fcbd2725596b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to process and evaluate content for data security, governance and + compliance outcomes for a user.\",\"userConsentDisplayName\":\"Process content + for data security, governance and compliance\",\"value\":\"Content.Process.User\"},{\"adminConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"adminConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"id\":\"62c55b2f-a2b1-4312-8385-be57afd901b4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Read + contents activity audit log from the audit store.\",\"userConsentDisplayName\":\"Read + contents activity audit log from the audit store.\",\"value\":\"ContentActivity.Read\"},{\"adminConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"adminConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"id\":\"948caae6-152a-48cd-a746-4844af30e8e9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to upload bulk contents activity audit logs to the audit store.\",\"userConsentDisplayName\":\"Upload + contents activity audit logs to the audit store.\",\"value\":\"ContentActivity.Write\"},{\"adminConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on behalf of the signed-in + user.\",\"adminConsentDisplayName\":\"Delete Microsoft 365 Copilot conversations\",\"id\":\"ed510a02-ac32-45f9-93e6-04864f7f7e47\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to delete Microsoft 365 Copilot conversations on your behalf.\",\"userConsentDisplayName\":\"Delete + Microsoft 365 Copilot conversations\",\"value\":\"CopilotConversation.Delete\"},{\"adminConsentDescription\":\"Allows + the user to read the packages information\",\"adminConsentDisplayName\":\"Read + all packages information\",\"id\":\"a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read packages information.\",\"userConsentDisplayName\":\"Read + all packages information\",\"value\":\"CopilotPackages.Read.All\"},{\"adminConsentDescription\":\"Allows + the user to read and update the packages information\",\"adminConsentDisplayName\":\"Read + and update all packages information\",\"id\":\"e9c5fd18-ac15-43dd-9f5c-6f9611dd5604\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update packages information.\",\"userConsentDisplayName\":\"Read + and update all packages information\",\"value\":\"CopilotPackages.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide copilot limited mode setting on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organization-wide copilot limited mode setting\",\"id\":\"aeb2982d-632d-4155-b533-18756ab6fdd8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -29055,46 +27891,45 @@ interactions: within the Azure AD ecosystem on your behalf.\",\"userConsentDisplayName\":\"Read cross-tenant basic information\",\"value\":\"CrossTenantInformation.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export external user data (e.g. customer content or system-generated - logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + the current tenant on behalf of the signed-in user. It also permits the application + to export external user data (e.g. customer content or system-generated logs), + associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"id\":\"cb1ba48f-d22b-4325-a07f-74135a62ee41\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export data\",\"value\":\"CrossTenantUserProfileSharing.Read\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export their data\",\"id\":\"759dcd16-3c90-463c-937e-abf89f991c18\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export external user data (e.g. customer content or system-generated logs), + with the current tenant on your behalf. It also permits the application to + export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export data\",\"value\":\"CrossTenantUserProfileSharing.Read.All\"},{\"adminConsentDescription\":\"Allows the application to list and query user profile information associated with - the current tenant on behalf of the signed-in user.\\u00A0 It also permits - the application to export and remove external user data (e.g. customer content - or system-generated logs), associated with the current tenant on behalf of - the signed-in user.\",\"adminConsentDisplayName\":\"Read shared cross-tenant - user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the current tenant on behalf of the signed-in user. It also permits the application + to export and remove external user data (e.g. customer content or system-generated + logs), associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + shared cross-tenant user profile and export or delete data\",\"id\":\"eed0129d-dc60-4f30-8641-daf337a39ffd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove your external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read shared cross-tenant user profile and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on behalf of the signed-in user.\\u00A0 It also permits + with the current tenant on behalf of the signed-in user. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all shared cross-tenant user profiles and export or delete their data\",\"id\":\"64dfa325-cbf8-48e3-938d-51224a0cac01\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to list and query any shared user profile information associated - with the current tenant on your behalf.\\u00A0 It also permits the application - to export and remove external user data (e.g. customer content or system-generated + with the current tenant on your behalf. It also permits the application to + export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.\",\"userConsentDisplayName\":\"Read any shared cross-tenant user profiles and export or delete data\",\"value\":\"CrossTenantUserProfileSharing.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's custom authentication extensions on behalf @@ -29351,6 +28186,16 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and update Azure AD recommendations\",\"id\":\"f37235e8-90a0-4189-93e2-e55b53867ccd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update Azure AD recommendations, on your behalf.\",\"userConsentDisplayName\":\"Read and update Azure AD recommendations\",\"value\":\"DirectoryRecommendations.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"adminConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"id\":\"33203a2a-a761-40f0-8a7c-a7e74a9f8ac6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read internal federation configuration for a domain.\",\"userConsentDisplayName\":\"Read + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"adminConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"id\":\"857bd3ea-490e-4284-88a7-a7de1893b6ee\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete internal federation configuration + for a domain.\",\"userConsentDisplayName\":\"Create, read, update and delete + internal federation configuration for a domain.\",\"value\":\"Domain-InternalFederation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all domain properties on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read domains.\",\"id\":\"2f9ee017-59c1-4f1d-9472-bd5529a7b311\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all domain properties on your behalf.\",\"userConsentDisplayName\":\"Read @@ -29396,7 +28241,7 @@ interactions: your assignments without grades\",\"value\":\"EduAssignments.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments and their grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments and their grades\",\"id\":\"2f233e90-164b-4501-8bce-31af2559a2d3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view and modify your assignments on your behalf including \\u00A0grades.\",\"userConsentDisplayName\":\"View + the app to view and modify your assignments on your behalf including grades.\",\"userConsentDisplayName\":\"View and modify your assignments and grades\",\"value\":\"EduAssignments.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write assignments without grades on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' class assignments without grades\",\"id\":\"2ef770a1-622a-47c4-93ee-28d6adbed3a0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -29420,13 +28265,13 @@ interactions: your school, class and user information\",\"value\":\"EduRoster.Read\"},{\"adminConsentDescription\":\"Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties - about users to be read on behalf of the user.\\u00A0Includes name, status, - education role, email address and photo.\",\"adminConsentDisplayName\":\"Read - a limited subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to view minimal \\u00A0information about both schools and classes - in your organization and education-related information about you and other - users on your behalf.\",\"userConsentDisplayName\":\"View a limited subset - of your school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows + about users to be read on behalf of the user. Includes name, status, education + role, email address and photo.\",\"adminConsentDisplayName\":\"Read a limited + subset of users' view of the roster\",\"id\":\"5d186531-d1bf-4f07-8cea-7c42119e1bd9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to view minimal information about both schools and classes in your + organization and education-related information about you and other users on + your behalf.\",\"userConsentDisplayName\":\"View a limited subset of your + school, class and user information\",\"value\":\"EduRoster.ReadBasic\"},{\"adminConsentDescription\":\"Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.\",\"adminConsentDisplayName\":\"Read and write users' @@ -29438,6 +28283,23 @@ interactions: users' email address\",\"id\":\"64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your primary email address\",\"userConsentDisplayName\":\"View your email address\",\"value\":\"email\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage conversations, and to read their properties on + behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Viva + Engage conversations\",\"id\":\"c55541d9-2cdd-4fad-8ead-0c08fae5b0c8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage conversations\",\"value\":\"EngagementConversation.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage conversations\",\"id\":\"ebbfd079-1634-4640-8618-68b19ebbed1d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage conversations and read all conversation properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + communities\",\"value\":\"EngagementConversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read Viva Engage Teams QA conversations, and to read their properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + Viva Engage Teams QA conversations\",\"id\":\"58c5819e-29bd-4400-ad52-82cd82a63fbd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to list Viva Engage conversations, and to read their properties on + your behalf.\",\"userConsentDisplayName\":\"Read all Viva Engage Teams QA + conversations\",\"value\":\"EngagementMeetingConversation.Read.All\"},{\"adminConsentDescription\":\"Allows the app to list a user's Viva Engage roles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's Viva Engage roles \",\"id\":\"9f1da0fc-345c-4dfb-bab5-5215a073a417\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to list your Viva Engage roles, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -29490,6 +28352,10 @@ interactions: user via Exchange Web Services\",\"id\":\"9769c687-087d-48ac-9cb3-c37dde652038\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app full access to your mailboxes on your behalf.\",\"userConsentDisplayName\":\"Access your mailboxes\",\"value\":\"EWS.AccessAsUser.All\"},{\"adminConsentDescription\":\"Allows + the app to search the email message trace on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Search + the email message trace\",\"id\":\"b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to search the email message trace on your behalf.\",\"userConsentDisplayName\":\"Search + the email message trace\",\"value\":\"ExchangeMessageTrace.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.\",\"adminConsentDisplayName\":\"Read all external connections\",\"id\":\"a38267a5-26b6-4d76-9493-935b7599116b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -29600,6 +28466,26 @@ interactions: file storage containers and the permissions granted will be configured in Microsoft 365 by the developer of each container type.\",\"userConsentDisplayName\":\"Access selected file storage containers\",\"value\":\"FileStorageContainer.Selected\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container types on behalf of the signed + in user. The user must be a SharePoint Embedded Admin or Global Admin.\",\"adminConsentDisplayName\":\"Manage + file storage container types on behalf of the signed in user\",\"id\":\"8e6ec84c-5fcd-4cc7-ac8a-2296efc0ed9b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container types on your behalf. You + must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container types on your behalf\",\"value\":\"FileStorageContainerType.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage file storage container type registrations on behalf + of the signed in user. The user must be a SharePoint Embedded Admin or Global + Admin.\",\"adminConsentDisplayName\":\"Manage file storage container type + registrations on behalf of the signed in user\",\"id\":\"c319a7df-930e-44c0-a43b-7e5e9c7f4f24\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to access a subset of storage container type registrations on your + behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Manage + file storage container type registrations on your behalf\",\"value\":\"FileStorageContainerTypeReg.Manage.All\"},{\"adminConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on behalf of the signed in user. The user must be a SharePoint Embedded Admin + or Global Admin.\",\"adminConsentDisplayName\":\"Access selected file storage + container type registrations.\",\"id\":\"d1e4f63a-1569-475c-b9b2-bdc140405e38\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the application to manage selected file storage container type registrations + on your behalf. You must be a SharePoint Embedded Admin or Global Admin.\",\"userConsentDisplayName\":\"Access + selected file storage container type registrations.\",\"value\":\"FileStorageContainerTypeReg.Selected\"},{\"adminConsentDescription\":\"Allows the app to read and write financials data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write financials data\",\"id\":\"f534bf13-55d4-45a9-8f3c-c92fe64d6131\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write financials data on your behalf.\",\"userConsentDisplayName\":\"Read @@ -29621,6 +28507,11 @@ interactions: access to.\",\"adminConsentDisplayName\":\"Read and write group conversations\",\"id\":\"302bcbb5-855a-4e49-ae20-94a331b0281e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write group conversations that the signed-in user has access to.\",\"userConsentDisplayName\":\"Read and write group conversations\",\"value\":\"Group-Conversation.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of groups on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of groups\",\"id\":\"37e00479-5776-4659-aecf-4841ec5d590a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of groups on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of groups\",\"value\":\"Group-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access.\",\"adminConsentDisplayName\":\"Read @@ -29649,6 +28540,20 @@ interactions: the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.\",\"userConsentDisplayName\":\"Read and write group memberships\",\"value\":\"GroupMember.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all + group settings that user can access\",\"id\":\"2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read a list of tenant-level or group-specific group settings objects, + on your behalf.\",\"userConsentDisplayName\":\"Read all group settings that + user can access\",\"value\":\"GroupSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all group settings that user can access\",\"id\":\"c1691a6d-99e2-4cfa-b4b5-9e4d67dc0f36\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete on the list of tenant-level or + group-specific group settings objects that you have access to in the organization, + on your behalf.\",\"userConsentDisplayName\":\"Read and write all group settings + that user can access\",\"value\":\"GroupSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all scenario health monitoring alerts\",\"adminConsentDisplayName\":\"Read all scenario health monitoring alerts\",\"id\":\"74b4ff32-4917-4536-a66d-38a4861e6220\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all scenario health monitoring alerts, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -29686,13 +28591,24 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risk event information\",\"value\":\"IdentityRiskEvent.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include confirming risk event detections.\\u00A0\",\"adminConsentDisplayName\":\"Read - and write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + confirming risk event detections. \",\"adminConsentDisplayName\":\"Read and + write risk event information\",\"id\":\"9e4862a5-b68f-479e-848a-4e07e25c9916\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risk event information for all users in - your organization on your behalf.\\u00A0Update operations include confirming - risk event detections.\\u00A0\",\"userConsentDisplayName\":\"Read and write - risk event information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include confirming risk + event detections. \",\"userConsentDisplayName\":\"Read and write risk event + information\",\"value\":\"IdentityRiskEvent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"adminConsentDisplayName\":\"Read risky agents information\",\"id\":\"3215c57f-3faa-4295-95c2-6f14a5bc6124\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read risky agents information in your organization, on behalf of + the signed-in user.\",\"userConsentDisplayName\":\"Read risky agents information\",\"value\":\"IdentityRiskyAgent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on behalf of the signed-in user. Update operations include + dismissing risky agents.\",\"adminConsentDisplayName\":\"Read and write risky + agents information\",\"id\":\"d343bdeb-db6a-4e06-97da-9dafc2d61c60\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and update identity risky agents information for all agents + in your organization on your behalf. Update operations include dismissing + risky agents.\",\"userConsentDisplayName\":\"Read and write risky agents information\",\"value\":\"IdentityRiskyAgent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity risky service principal information\",\"id\":\"ea5c4ab0-5a73-4f35-8272-5d5337884e5d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -29714,13 +28630,12 @@ interactions: on behalf of the signed-in user.\",\"userConsentDisplayName\":\"Read identity risky user information\",\"value\":\"IdentityRiskyUser.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on behalf of the signed-in user.\\u00A0Update operations - include dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write - risky user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + your organization on behalf of the signed-in user. Update operations include + dismissing risky users.\",\"adminConsentDisplayName\":\"Read and write risky + user information\",\"id\":\"e0a7cdbb-08b0-4697-8264-0069786e9674\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and update identity risky user information for all users in - your organization on your behalf.\\u00A0Update operations include dismissing - risky users.\",\"userConsentDisplayName\":\"Read and write identity risky - user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + your organization on your behalf. Update operations include dismissing risky + users.\",\"userConsentDisplayName\":\"Read and write identity risky user information\",\"value\":\"IdentityRiskyUser.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization's user flows, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all identity user flows\",\"id\":\"2903d63d-4611-4d43-99ce-a33f3f52e343\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's user flows, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -29827,20 +28742,21 @@ interactions: the app to read learning content in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning content\",\"id\":\"ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read learning content in the organization's directory, on your - behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0manage - learning\\u00A0content\\u00A0in\\u00A0the\\u00A0organization's\\u00A0directory, - on your behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf.\",\"userConsentDisplayName\":\"Read learning content\",\"value\":\"LearningContent.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Manage learning content\",\"id\":\"53cec1c4-a65f-4981-9dc1-ad75dbf1c077\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to manage learning content in the organization's directory, on your + behalf.\",\"userConsentDisplayName\":\"Manage learning content\",\"value\":\"LearningContent.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read learning - provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0read\\u00A0data\\u00A0for\\u00A0the - learning\\u00A0provider\\u00A0in\\u00A0the organization's\\u00A0directory, + provider\",\"id\":\"dd8ce36f-9245-45ea-a99e-8ac398c22861\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read data for the learning provider in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Read learning provider\",\"value\":\"LearningProvider.Read\"},{\"adminConsentDescription\":\"Allows the app to create, update, read, and delete data for the learning provider - in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage\\u00A0learning\\u00A0provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows\\u00A0the\\u00A0app\\u00A0to\\u00A0create, - update, read, and delete\\u00A0data\\u00A0for\\u00A0the learning\\u00A0provider\\u00A0in\\u00A0the - organization's\\u00A0directory, on your behalf.\",\"userConsentDisplayName\":\"Manage + in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Manage + learning provider\",\"id\":\"40c2eb57-abaf-49f5-9331-e90fd01f7130\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, update, read, and delete data for the learning provider + in the organization's directory, on your behalf.\",\"userConsentDisplayName\":\"Manage learning provider\",\"value\":\"LearningProvider.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -29917,6 +28833,24 @@ interactions: \ The specific lists and the permissions granted will be configured in SharePoint Online.\",\"userConsentDisplayName\":\"Access selected Lists, on behalf of the signed-in user\",\"value\":\"Lists.SelectedOperations.Selected\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in user mailboxes, on behalf of the signed-in user. Does not include + permission to send mail.\",\"adminConsentDisplayName\":\"Read and write the + user's mail, including modifying existing non-draft mails\",\"id\":\"f3af82f6-18e0-4a41-8dc8-a03c11854a8d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete email, including contents of non-draft + emails in your mailboxes, on your behalf. Does not include permission to send + mail.\",\"userConsentDisplayName\":\"Read and write your mail, including modifying + existing non-draft mails\",\"value\":\"Mail-Advanced.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails a user has permission to access, on behalf of the signed-in + user. This includes their own and shared mail. Does not include permission + to send mail.\",\"adminConsentDisplayName\":\"Read and write all mail the + user can access, including modifying existing non-draft mails\",\"id\":\"bebf0bb6-2ff3-4295-a17d-f3561da294fb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update, and delete mail including contents of non-draft + emails for all mails you have permission to access, on your behalf. This includes + your own mail and shared mail. Does not include permission to send mail.\",\"userConsentDisplayName\":\"Read + and write all mail you can access, including modifying existing non-draft + mails\",\"value\":\"Mail-Advanced.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to read the signed-in user's mailbox.\",\"adminConsentDisplayName\":\"Read user mail \",\"id\":\"570282fd-fa5c-430d-a7fd-fc8dc98a9dca\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read email in your mailbox.\",\"userConsentDisplayName\":\"Read @@ -29950,8 +28884,7 @@ interactions: mail\",\"id\":\"5df07973-7d5d-46ed-9847-1271055cbd51\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on - your behalf.\",\"userConsentDisplayName\":\"Read and write mail\\u00A0you - can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows + your behalf.\",\"userConsentDisplayName\":\"Read and write mail you can access\",\"value\":\"Mail.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to send mail as users in the organization.\",\"adminConsentDisplayName\":\"Send mail as a user \",\"id\":\"e383f46e-2787-4529-855e-0e479a3ffac0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you.\",\"userConsentDisplayName\":\"Send mail as you @@ -29960,6 +28893,15 @@ interactions: mail on behalf of others\",\"id\":\"a367ab51-6b49-43bf-a716-a1fb06d2a174\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send mail as you or on-behalf of someone else.\",\"userConsentDisplayName\":\"Send mail on behalf of others or yourself\",\"value\":\"Mail.Send.Shared\"},{\"adminConsentDescription\":\"Allows + the app to read user's UserConfiguration objects, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Read user's UserConfiguration objects\",\"id\":\"dce2e6fc-0f4b-40da-94e2-14b4477f3d92\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + your UserConfiguration objects\",\"value\":\"MailboxConfigItem.Read\"},{\"adminConsentDescription\":\"Allows + the app to create, read, update and delete user's UserConfiguration objects, + on behalf of the the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write user's UserConfiguration objects\",\"id\":\"7d461784-7715-4b09-9f90-91a6d8722652\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create, read, update and delete your UserConfiguration objects.\",\"userConsentDisplayName\":\"Read + and write your UserConfiguration objects\",\"value\":\"MailboxConfigItem.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read the user's mailbox folders, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read a user's mailbox folders\",\"id\":\"52dc2051-4958-4636-8f2a-281d39c6981c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read @@ -29968,6 +28910,10 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write a user's mailbox folders\",\"id\":\"077fde41-7e0b-4c5b-bcd1-e9d743a30c80\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read and write your mailbox folders, on your behalf\",\"userConsentDisplayName\":\"Read and write your mailbox folders\",\"value\":\"MailboxFolder.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to export the user's mailbox items, on behalf of the the signed-in + user.\",\"adminConsentDisplayName\":\"Export a user's mailbox items\",\"id\":\"58d3e7fa-3ce9-4a0c-9baa-0971f64709d9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export your mailbox items, on your behalf\",\"userConsentDisplayName\":\"Export + your mailbox items\",\"value\":\"MailboxItem.Export\"},{\"adminConsentDescription\":\"Allows the app to backup, restore, and modify mailbox items on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Allows the app to perform backup and restore of mailbox items\",\"id\":\"df96e8a0-f4e1-4ecf-8d83-a429f822cbd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -30126,8 +29072,8 @@ interactions: user's online meeting artifacts\",\"value\":\"OnlineMeetingArtifact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read all recordings of online meetings, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all recordings of online meetings.\",\"id\":\"190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all recordings of online meetings, on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read - all recordings of online meetings.\\u00A0\",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read all recordings of online meetings, on your behalf. \",\"userConsentDisplayName\":\"Read + all recordings of online meetings. \",\"value\":\"OnlineMeetingRecording.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read online meeting details on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read user's online meetings\",\"id\":\"9be106e1-f4e3-4df5-bdff-e4bc531cbe43\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read online meeting details on your behalf.\",\"userConsentDisplayName\":\"Read @@ -30167,19 +29113,18 @@ interactions: app to read your basic profile information.\",\"userConsentDisplayName\":\"Sign in as you\",\"value\":\"openid\"},{\"adminConsentDescription\":\"Allows the app to read the organization and related resources, on behalf of the signed-in - user.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read the organization and related resources, on your behalf.\\u00A0Related + user. Related resources include things like subscribed skus and tenant branding + information.\",\"adminConsentDisplayName\":\"Read organization information\",\"id\":\"4908d5b9-3fb2-4b1e-9336-1888b7937185\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.\",\"userConsentDisplayName\":\"Read organization information\",\"value\":\"Organization.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read and write the organization and related resources, on behalf - of the signed-in user.\\u00A0Related resources include things like subscribed - skus and tenant branding information.\",\"adminConsentDisplayName\":\"Read - and write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + of the signed-in user. Related resources include things like subscribed skus + and tenant branding information.\",\"adminConsentDisplayName\":\"Read and + write organization information\",\"id\":\"46ca0847-7e6b-426e-9775-ea810a948356\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the organization and related resources, on your - behalf.\\u00A0Related resources include things like subscribed skus and tenant - branding information.\",\"userConsentDisplayName\":\"Read and write organization - information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + behalf. Related resources include things like subscribed skus and tenant branding + information.\",\"userConsentDisplayName\":\"Read and write organization information\",\"value\":\"Organization.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read the organizational branding information, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read organizational branding information\",\"id\":\"9082f138-6f02-4f3a-9f4d-5f3c2ce5c688\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -30192,10 +29137,10 @@ interactions: behalf.\",\"userConsentDisplayName\":\"Read and write organizational branding information\",\"value\":\"OrganizationalBranding.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all organizational contacts on behalf of the signed-in user. - \\u00A0These contacts are managed by the organization and are different from - a user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational + \ These contacts are managed by the organization and are different from a + user's personal contacts.\",\"adminConsentDisplayName\":\"Read organizational contacts\",\"id\":\"08432d1b-5911-483c-86df-7980af5cdee0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read all organizational contacts on your behalf.\\u00A0 These contacts + the app to read all organizational contacts on your behalf. These contacts are managed by the organization and are different from your personal contacts.\",\"userConsentDisplayName\":\"Read organizational contacts\",\"value\":\"OrgContact.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read organization-wide apps and services settings on behalf of @@ -30339,6 +29284,11 @@ interactions: your organization's policies\",\"id\":\"572fea84-0151-49b2-9301-11cb16974376\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read your organization's policies on your behalf.\",\"userConsentDisplayName\":\"Read your organization's policies\",\"value\":\"Policy.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read the authentication method policies, on behalf of the signed-in + user. \",\"adminConsentDisplayName\":\"Read authentication method policies\",\"id\":\"a6ff13ac-1851-4993-8ca9-a671d70de2d5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the authentication method policies for your tenant, on your + behalf.\",\"userConsentDisplayName\":\"Read your authentication method policies + \",\"value\":\"Policy.Read.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows the app to read your organization's conditional access policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization's conditional access policies\",\"id\":\"633e0fce-8c58-4cfb-9495-12bbd5a24f7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -30387,8 +29337,8 @@ interactions: on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication flow policies\",\"value\":\"Policy.ReadWrite.AuthenticationFlows\"},{\"adminConsentDescription\":\"Allows the app to read and write the authentication method policies, on behalf of - the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write - authentication method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the signed-in user. \",\"adminConsentDisplayName\":\"Read and write authentication + method policies\",\"id\":\"7e823077-d88e-468f-a337-e18f1f0e6c7c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write the authentication method policies for your tenant, on your behalf.\",\"userConsentDisplayName\":\"Read and write your authentication method policies \",\"value\":\"Policy.ReadWrite.AuthenticationMethod\"},{\"adminConsentDescription\":\"Allows @@ -30411,12 +29361,19 @@ interactions: request policy\",\"id\":\"4d135e65-66b8-41a8-9f8b-081452c91774\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's consent request policy on your behalf.\",\"userConsentDisplayName\":\"Read and write consent request policy\",\"value\":\"Policy.ReadWrite.ConsentRequest\"},{\"adminConsentDescription\":\"Allows - the app to read and write your organization's cross tenant access policies - on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and - write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's cross-tenant access policies + and configuration for automatic user consent settings to suppress consent + prompts for users of the other tenant on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write your organization's cross tenant access policies\",\"id\":\"014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write your organization's cross tenant access policies on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's cross tenant access policies\",\"value\":\"Policy.ReadWrite.CrossTenantAccess\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write your organization's M365 cross tenant access capabilities\",\"id\":\"9ef7463f-1d39-406f-89ea-3483a4645e1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's M365 cross tenant access capabilities + on your behalf.\",\"userConsentDisplayName\":\"Read and write your organization's + M365 cross tenant access capabilities\",\"value\":\"Policy.ReadWrite.CrossTenantCapability\"},{\"adminConsentDescription\":\"Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional @@ -30520,29 +29477,29 @@ interactions: user.\",\"adminConsentDisplayName\":\"Read and write print connectors\",\"id\":\"79ef9967-7d59-4213-9c64-4b10687637d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and write print connectors on your behalf.\",\"userConsentDisplayName\":\"Read and write print connectors\",\"value\":\"PrintConnector.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to create (register) printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to create (register) printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Register - printers\\u202F\\u00A0\",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows + the application to create (register) printers on behalf of the signed-in user. + \",\"adminConsentDisplayName\":\"Register printers \",\"id\":\"90c30bed-6fd1-4279-bf39-714069619721\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to create (register) printers on your behalf. \",\"userConsentDisplayName\":\"Register + printers \",\"value\":\"Printer.Create\"},{\"adminConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Register, + printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Register, read, update, and unregister printers\",\"id\":\"93dae4bd-43a1-4a23-9a1a-92957e1d9121\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to create (register), read, update, and delete (unregister) - printers on your behalf.\\u00A0\\u00A0\",\"userConsentDisplayName\":\"Register, - read, update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows - the application to read printers on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + printers on your behalf. \",\"userConsentDisplayName\":\"Register, read, + update, and unregister printers\",\"value\":\"Printer.FullControl.All\"},{\"adminConsentDescription\":\"Allows + the application to read printers on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printers\",\"id\":\"3a736c8a-018e-460a-b60c-863b2683e8bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read printers on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printers on your behalf. \",\"userConsentDisplayName\":\"Read printers\",\"value\":\"Printer.Read.All\"},{\"adminConsentDescription\":\"Allows - the application to read and update printers on behalf of the signed-in user.\\u00A0Does - not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read + the application to read and update printers on behalf of the signed-in user. + Does not allow creating (registering) or deleting (unregistering) printers.\",\"adminConsentDisplayName\":\"Read and update printers\",\"id\":\"89f66824-725f-4b8f-928e-e1c5258dc565\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printers on your behalf.\\u00A0Does not - allow creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read + the application to read and update printers on your behalf. Does not allow + creating (registering) or deleting (unregistering) printers.\",\"userConsentDisplayName\":\"Read and update printers\",\"value\":\"Printer.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows - the application to read printer shares on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + the application to read printer shares on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read printer shares\",\"id\":\"ed11134d-2f3f-440d-a2e1-411efada2502\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the application to read printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + the application to read printer shares on your behalf. \",\"userConsentDisplayName\":\"Read printer shares\",\"value\":\"PrinterShare.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.\",\"adminConsentDisplayName\":\"Read @@ -30550,8 +29507,8 @@ interactions: the application to read basic information about printer shares on your behalf.\",\"userConsentDisplayName\":\"Read basic information about printer shares\",\"value\":\"PrinterShare.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update printer shares on behalf of the signed-in - user.\\u00A0\",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update printer shares on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read + user. \",\"adminConsentDisplayName\":\"Read and write printer shares\",\"id\":\"06ceea37-85e2-40d7-bec3-91337a46038f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the application to read and update printer shares on your behalf. \",\"userConsentDisplayName\":\"Read and update printer shares\",\"value\":\"PrinterShare.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Create @@ -30565,10 +29522,10 @@ interactions: the application to read the metadata and document content of print jobs that you created.\",\"userConsentDisplayName\":\"Read your print jobs\",\"value\":\"PrintJob.Read\"},{\"adminConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read - print jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read print + jobs\",\"id\":\"afdd6933-a0d8-40f7-bd1a-b5d778e8624b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read the metadata and document content of print jobs on - your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows + your behalf. \",\"userConsentDisplayName\":\"Read print jobs\",\"value\":\"PrintJob.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of user's print jobs\",\"id\":\"6a71a747-280f-4670-9ca0-a9cbf882b274\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -30576,10 +29533,10 @@ interactions: not allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of your print jobs\",\"value\":\"PrintJob.ReadBasic\"},{\"adminConsentDescription\":\"Allows the application to read the metadata of print jobs on behalf of the signed-in - user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read basic information of print jobs\",\"id\":\"04ce8d60-72ce-4867-85cf-6d82f36922f3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read the metadata of print jobs on your behalf. Does not + allow access to print job document content.\",\"userConsentDisplayName\":\"Read basic information of print jobs\",\"value\":\"PrintJob.ReadBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.\",\"adminConsentDisplayName\":\"Read @@ -30588,11 +29545,11 @@ interactions: jobs that you created.\",\"userConsentDisplayName\":\"Read and update your print jobs\",\"value\":\"PrintJob.ReadWrite\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on behalf of the signed-in user.\\u00A0\",\"adminConsentDisplayName\":\"Read + jobs on behalf of the signed-in user. \",\"adminConsentDisplayName\":\"Read and write print jobs\",\"id\":\"036b9544-e8c5-46ef-900a-0646cc42b271\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read and update the metadata and document content of print - jobs on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Read and update - print jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + jobs on your behalf. \",\"userConsentDisplayName\":\"Read and update print + jobs\",\"value\":\"PrintJob.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of user's print jobs\",\"id\":\"6f2d22f2-1cb6-412c-a17c-3336817eaa82\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows @@ -30600,10 +29557,10 @@ interactions: Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of your print jobs\",\"value\":\"PrintJob.ReadWriteBasic\"},{\"adminConsentDescription\":\"Allows the application to read and update the metadata of print jobs on behalf of - the signed-in user.\\u00A0Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read + the signed-in user. Does not allow access to print job document content.\",\"adminConsentDisplayName\":\"Read and write basic information of print jobs\",\"id\":\"3a0db2f6-0d2a-4c19-971b-49109b19ad3d\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the application to read and update the metadata of print jobs on your behalf.\\u00A0Does - not allow access to print job document content.\",\"userConsentDisplayName\":\"Read + the application to read and update the metadata of print jobs on your behalf. + Does not allow access to print job document content.\",\"userConsentDisplayName\":\"Read and write basic information of print jobs\",\"value\":\"PrintJob.ReadWriteBasic.All\"},{\"adminConsentDescription\":\"Allows the application to read tenant-wide print settings on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read tenant-wide print settings\",\"id\":\"490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -30655,7 +29612,7 @@ interactions: groups, storage, compute) on behalf of the signed-in users.\",\"adminConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"id\":\"a84a9652-ffd3-496e-a991-22ba5529156a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to request and manage time-based assignment and just-in-time elevation - of user privileges to manage \\u00A0your Azure resources (like your subscriptions, + of user privileges to manage your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.\",\"userConsentDisplayName\":\"Read and write privileged access to Azure resources\",\"value\":\"PrivilegedAccess.ReadWrite.AzureResources\"},{\"adminConsentDescription\":\"Allows the app to read time-based assignment schedules for access to Azure AD groups, @@ -30719,6 +29676,22 @@ interactions: the app to read, update and perform action on programs and program controls that you have access to.\",\"userConsentDisplayName\":\"Manage programs that you can access\",\"value\":\"ProgramControl.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"adminConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"id\":\"98f5a27a-539a-48bc-a597-f78e9e1e76bf\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for all users across tenant.\",\"userConsentDisplayName\":\"Compute + Purview policies at tenant scope\",\"value\":\"ProtectionScopes.Compute.All\"},{\"adminConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"adminConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"id\":\"4fc04d16-a9fc-4c5e-8da4-79b6c33638a4\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to identify Purview data protection, compliance and governance policy + scopes defined for an individual user.\",\"userConsentDisplayName\":\"Compute + Purview policies for an individual user\",\"value\":\"ProtectionScopes.Compute.User\"},{\"adminConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read provisioning log data\",\"id\":\"95aec97b-cf27-4a8d-a67d-42f60b5b38ef\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and query your provisioning log activities, on your behalf.\",\"userConsentDisplayName\":\"Read + provisioning log data\",\"value\":\"ProvisioningLog.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read certificate-based authentication configuration such as all public key infrastructures (PKI) and certificate authorities (CA) configured for the organization, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read @@ -30739,12 +29712,18 @@ interactions: all Questions and Answers that the user can access.\",\"id\":\"f73fa04f-b9a5-4df9-8843-993ce928925e\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read all question and answer sets that you can access.\",\"userConsentDisplayName\":\"Read all Questions and Answers that you can access.\",\"value\":\"QnA.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Access real-time enriched + data in a meeting\",\"id\":\"db5d5bae-0c9e-444e-9390-8a5fea98c253\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to get direct access to real-time enriched data in a meeting, on your + behalf.\",\"userConsentDisplayName\":\"Access real-time enriched data in a + meeting\",\"value\":\"RealTimeActivityFeed.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read - Records Management configuration,\\u00A0labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + Records Management configuration, labels, and policies\",\"id\":\"07f995eb-fc67-4522-ad66-2b8ca8ea3efd\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.\",\"userConsentDisplayName\":\"Read Records - Management configuration,\\u00A0labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow + Management configuration, labels, and policies\",\"value\":\"RecordsManagement.Read.All\"},{\"adminConsentDescription\":\"Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write Records Management configuration, labels, and policies\",\"id\":\"f2833d75-a4e6-40ab-86d4-6dfe73c97605\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -30855,11 +29834,11 @@ interactions: assignments.\",\"userConsentDisplayName\":\"Read role management data for all RBAC providers\",\"value\":\"RoleManagement.Read.All\"},{\"adminConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - behalf of the signed-in user.\\u00A0 This includes reading Cloud PC role definitions + behalf of the signed-in user. This includes reading Cloud PC role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"id\":\"9619b88a-8a25-48a7-9571-d23be0337a79\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read the Cloud PC role-based access control (RBAC) settings, on - your behalf.\\u00A0 This includes reading Cloud PC role definitions and role - assignments.\",\"userConsentDisplayName\":\"Read Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows + your behalf. This includes reading Cloud PC role definitions and role assignments.\",\"userConsentDisplayName\":\"Read + Cloud PC RBAC settings\",\"value\":\"RoleManagement.Read.CloudPC\"},{\"adminConsentDescription\":\"Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading M365 Defender role definitions and role assignments.\",\"adminConsentDisplayName\":\"Read @@ -31025,6 +30004,16 @@ interactions: like deleting an email, on your behalf.\",\"userConsentDisplayName\":\"Read metadata, detection details, and execute remediation actions on emails in your organization\",\"value\":\"SecurityAnalyzedMessage.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all Security Copilot signed-in user's resources on behalf + of the signed-in user\",\"adminConsentDisplayName\":\"Read all Security Copilot + resources for the signed-in user\",\"id\":\"84499c31-ac2e-44d3-a0cf-a6c386d4dfe8\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Read + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write Security Copilot resources owned by the signed-in + user on their behalf.\",\"adminConsentDisplayName\":\"Read and write individually + owned Security Copilot resources of the signed-in user\",\"id\":\"206291b0-2167-47a7-a640-6cdc1df710ba\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to write Security Copilot resources owned by user on user's behalf.\",\"userConsentDisplayName\":\"Write + user's Security Copilot resources\",\"value\":\"SecurityCopilotWorkspaces.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read your organization\u2019s security events on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read your organization\u2019s security events\",\"id\":\"64733abd-851e-478a-bffb-e47a14b18235\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -31037,6 +30026,25 @@ interactions: the app to read your organization\u2019s security events on your behalf. Also allows you to update editable properties in security events.\",\"userConsentDisplayName\":\"Read and update your organization\u2019s security events\",\"value\":\"SecurityEvents.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read all the identity security available identity accounts\",\"adminConsentDisplayName\":\"Read + identity security available identity accounts\",\"id\":\"3e9ed69a-a48e-473c-8b97-413016703a37\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read all the identity security available identity accounts on your + behalf.\",\"userConsentDisplayName\":\"Read identity security available identity + accounts\",\"value\":\"SecurityIdentitiesAccount.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write identity security available actions on behalf of + the signed-in identity.\",\"adminConsentDisplayName\":\"Read and perform identity + security available actions\",\"id\":\"818229ce-20e4-47bd-92f4-bc94dbb37a56\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write identity security available actions on your behalf.\",\"userConsentDisplayName\":\"Read + and perform identity security available actions\",\"value\":\"SecurityIdentitiesActions.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the sensors window auditing configuration of the signed in + user\",\"adminConsentDisplayName\":\"Read sensors window auditing configuration\",\"id\":\"8ff90903-1ecb-4f3a-b8b2-42120374ecd6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read the sensors window auditing configuration on your behalf\",\"userConsentDisplayName\":\"Read + sensors window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration of the + signed in user\",\"adminConsentDisplayName\":\"Read and write sensors window + auditing configuration\",\"id\":\"b810fdb4-8733-43bd-9b37-fddb7215c69f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write the sensors window auditing configuration on your + behalf\",\"userConsentDisplayName\":\"Read and write window auditing configuration\",\"value\":\"SecurityIdentitiesAutoConfig.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read all the identity security health issues of signed user\",\"adminConsentDisplayName\":\"Read identity security health issues\",\"id\":\"a0d0da43-a6df-4416-b63d-99c79991aae8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all the identity security health issues on your behalf.\",\"userConsentDisplayName\":\"Read @@ -31072,7 +30080,30 @@ interactions: the app to read and write security incidents, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write to incidents\",\"id\":\"128ca929-1a19-45e6-a3b8-435ec44a36ba\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read and write to all security incidents that you have access to.\",\"userConsentDisplayName\":\"Read - and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + and write to security incidents\",\"value\":\"SecurityIncident.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Evaluate sensitivity + labels\",\"id\":\"a4633e44-d355-4474-99df-8c2de6b0e39e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the app to determine if there is any sensitivity label to be applied automatically + to the content or recommended to the user for manual application, on your + behalf.\",\"userConsentDisplayName\":\"Evaluate sensitivity labels\",\"value\":\"SensitivityLabel.Evaluate\"},{\"adminConsentDescription\":\"Allows + the app to evaluate all sensitivity label.\",\"adminConsentDisplayName\":\"Evaluate + labels tenant scope.\",\"id\":\"a42e3c42-b31e-4919-b699-696dca5dc9e7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Evaluate + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Evaluate + labels tenant scope\",\"value\":\"SensitivityLabel.Evaluate.All\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + user scope.\",\"id\":\"1aeb73ce-68d7-49b7-913a-eedc80844551\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels tenant scope, on your behalf.\",\"userConsentDisplayName\":\"Get labels + user scope\",\"value\":\"SensitivityLabel.Read\"},{\"adminConsentDescription\":\"Allows + the app to get sensitivity labels.\",\"adminConsentDisplayName\":\"Get labels + app scope.\",\"id\":\"8b377c27-ea19-4863-a948-8a8588c8f2c3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Get + labels on behalf of user.\",\"userConsentDisplayName\":\"Get labels on behalf + of user\",\"value\":\"SensitivityLabels.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to export all Sentiment Survey, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Export + all Sentiment Survey\",\"id\":\"df9fd94d-51ff-443d-8f31-ae4dc1b5b8d8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to export all Sentiment Survey, on your behalf.\",\"userConsentDisplayName\":\"Export + all Sentiment Survey\",\"value\":\"SentimentSurvey.Export.All\"},{\"adminConsentDescription\":\"Allows the app to read all Exchange service activity, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all Exchange service activity\",\"id\":\"1fe7aa48-9373-4a47-8df3-168335e0f4c9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read all Exchange service activity, on your behalf.\",\"userConsentDisplayName\":\"Read @@ -31116,6 +30147,18 @@ interactions: and update service principal endpoints\",\"id\":\"7297d82c-9546-4aed-91df-3d4f0a9b3ff0\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to update service principal endpoints\",\"userConsentDisplayName\":\"Read and update service principal endpoints\",\"value\":\"ServicePrincipalEndpoint.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read, + write and manage SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"c608c170-08b5-466b-a8fe-0b4074b01613\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read, write and manage your tenant's SharePoint Cross-Tenant migration + settings and tasks, on your behalf.\",\"userConsentDisplayName\":\"Read, write + and manage SharePoint Cross-Tenant migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Manage.All\"},{\"adminConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + SharePoint Cross-Tenant migration settings and tasks\",\"id\":\"00dcb678-f9af-4e73-acb1-4f1657364629\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your tenant's SharePoint Cross-Tenant migration settings and + tasks, on your behalf.\",\"userConsentDisplayName\":\"Read SharePoint Cross-Tenant + migration settings and tasks\",\"value\":\"SharePointCrossTenantMigration.Read.All\"},{\"adminConsentDescription\":\"Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read SharePoint and OneDrive tenant settings\",\"id\":\"2ef70e10-5bfd-4ede-a5f6-67720500b258\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -31136,6 +30179,23 @@ interactions: create, edit, and delete short notes of the signed-in user\",\"id\":\"328438b7-4c01-4c07-a840-e625a749bb89\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to read, create, edit, and delete your short notes.\",\"userConsentDisplayName\":\"Read, create, edit, and delete your short notes\",\"value\":\"ShortNotes.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on behalf of the + signed-in user.\",\"adminConsentDisplayName\":\"Read SignInIdentifiers\",\"id\":\"458e1edc-1e75-438c-8c7b-c32115c9d373\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your organization's sign-in identifiers, on your behalf.\",\"userConsentDisplayName\":\"Read + all sign-in identifiers\",\"value\":\"SignInIdentifier.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write all + sign-in identifiers\",\"id\":\"b4673c3c-7b5a-4012-9826-7c7e3c8db6af\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your organization's sign-in identifiers, on your + behalf.\",\"userConsentDisplayName\":\"Read and write all sign-in identifiers\",\"value\":\"SignInIdentifier.ReadWrite.All\"},{\"adminConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"adminConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"id\":\"0e2e68e1-3f32-4e10-9281-f749e097fcbe\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow + the application to create site collections on behalf of the signed in user. + Upon creation the application will be granted Sites.Selected(delegated) + + FullControl to the newly created site.\",\"userConsentDisplayName\":\"Create + Site Collections, on behalf of the signed-in user\",\"value\":\"Sites.Create.All\"},{\"adminConsentDescription\":\"Allows the application to have full control of all site collections on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Have full control of all site collections\",\"id\":\"5a54b8b3-347c-476d-8f8e-42d5c7424d29\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allow @@ -31183,6 +30243,12 @@ interactions: the app to read and write your organization's SPIFFE trust domains and child resources on your behalf.\",\"userConsentDisplayName\":\"Read and write SPIFFE trust domains and child resources\",\"value\":\"SpiffeTrustDomain.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to modify the Viva Engage storyline and read all storyline properties + on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and + write all Viva Engage storylines\",\"id\":\"fd1d61cb-4e4b-4d15-a6d2-161348681d84\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to create Viva Engage storyline items and read all storyline properties + on your behalf.\",\"userConsentDisplayName\":\"Read and write all Viva Engage + storylines\",\"value\":\"Storyline.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read subject rights requests on behalf of the signed-in user\",\"adminConsentDisplayName\":\"Read subject rights requests\",\"id\":\"9c3af74c-fd0f-4db4-b17a-71939e2a9d77\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read subject rights requests on your behalf.\",\"userConsentDisplayName\":\"Read @@ -31235,7 +30301,7 @@ interactions: and write to your and shared tasks\",\"value\":\"Tasks.ReadWrite.Shared\"},{\"adminConsentDescription\":\"Allows the app to create teams on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Create teams\",\"id\":\"7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows - the app to create teams on your behalf.\\u00A0\",\"userConsentDisplayName\":\"Create + the app to create teams on your behalf. \",\"userConsentDisplayName\":\"Create teams\",\"value\":\"Team.Create\"},{\"adminConsentDescription\":\"Read the names and descriptions of teams, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read the names and descriptions of teams\",\"id\":\"485be79e-c497-4b35-9400-0e3fa7f2a5d4\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Read @@ -31580,7 +30646,7 @@ interactions: the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.\",\"userConsentDisplayName\":\"Read term store data\",\"value\":\"TermStore.Read.All\"},{\"adminConsentDescription\":\"Allows - the app to read or modify data that the signed-in user has access to.\\u00A0This + the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.\",\"adminConsentDisplayName\":\"Read and write term store data\",\"id\":\"6c37c71d-f50f-4bff-8fd3-8a41da390140\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to read or modify data that you have access to. This includes all @@ -31603,13 +30669,13 @@ interactions: the app to read all the indicators for your organization, on your behalf.\",\"userConsentDisplayName\":\"Read all threat indicators\",\"value\":\"ThreatIndicators.Read.All\"},{\"adminConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on behalf of the signed-in user. \\u00A0It cannot - update any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage + (read, update and delete), on behalf of the signed-in user. It cannot update + any threat indicators it does not own.\",\"adminConsentDisplayName\":\"Manage threat indicators this app creates or owns\",\"id\":\"91e7d36d-022a-490f-a748-f8e011357b42\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows the app to create threat indicators, and fully manage those threat indicators - (read, update and delete), on your behalf. \\u00A0It cannot update any threat - indicators that it is not an owner of.\",\"userConsentDisplayName\":\"Manage - threat indicators this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows + (read, update and delete), on your behalf. It cannot update any threat indicators + that it is not an owner of.\",\"userConsentDisplayName\":\"Manage threat indicators + this app creates or owns\",\"value\":\"ThreatIndicators.ReadWrite.OwnedBy\"},{\"adminConsentDescription\":\"Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read all threat intelligence information\",\"id\":\"f266d9c0-ccb9-4fb8-a228-01ac0d8d6627\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -31688,6 +30754,11 @@ interactions: the app to read and write secondary mail addresses for all users, on your behalf.\",\"userConsentDisplayName\":\"Read and write secondary mail addresses for users\",\"value\":\"User-Mail.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read and update the on-premises sync behavior of users on behalf + of the signed-in user.\",\"adminConsentDisplayName\":\"Read and update the + on-premises sync behavior of users\",\"id\":\"7ff9afdd-0cdb-439d-a61c-fea3e9339e89\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to update the on-premises sync behavior of users on your behalf.\",\"userConsentDisplayName\":\"Read + and update the on-premises sync behavior of users\",\"value\":\"User-OnPremisesSyncBehavior.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows the app to read and write password profiles and reset passwords for all users, on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read and write password profiles and reset user passwords\",\"id\":\"56760768-b641-451f-8906-e1b8ab31bca7\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows @@ -31807,6 +30878,152 @@ interactions: does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' authentication methods\",\"value\":\"UserAuthenticationMethod.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's email authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's email authentication methods\",\"id\":\"12b23cea-90c1-4873-9094-f45c5f290f86\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your email authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your email + authentication methods\",\"value\":\"UserAuthMethod-Email.Read\"},{\"adminConsentDescription\":\"Allows + the app to read email methods of all users in your organization that the signed-in + user has access to. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + all users' email methods\",\"id\":\"76caaf3a-ebdb-40a3-9299-4196e636f290\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read email methods of all users you have access to in your organization. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' email methods\",\"value\":\"UserAuthMethod-Email.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's email authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's email authentication methods\",\"id\":\"696aa421-62dc-4c99-be16-015b23444089\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your email authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your email authentication methods\",\"value\":\"UserAuthMethod-Email.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write email methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' email methods.\",\"id\":\"074f680f-c89e-45be-880e-5d0642860a1c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write email methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' email methods\",\"value\":\"UserAuthMethod-Email.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's external authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's external authentication methods\",\"id\":\"d1739827-146b-4f7f-b52c-1c509253aa57\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your external authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your external + authentication methods\",\"value\":\"UserAuthMethod-External.Read\"},{\"adminConsentDescription\":\"Allows + the app to read external authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' external authentication + methods\",\"id\":\"cbca9646-4c34-4cea-8e54-9a7088018820\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read external authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' external authentication methods\",\"value\":\"UserAuthMethod-External.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's external authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's external authentication methods\",\"id\":\"28c2e8f9-828a-4691-a090-f2f0b7fc07b3\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your external authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your external authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write external authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' external methods.\",\"id\":\"9d91805d-0f53-43e3-a0f3-303ad4f3056f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write external authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' external + authentication methods\",\"value\":\"UserAuthMethod-External.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's HardwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's HardwareOATH authentication methods\",\"id\":\"ccd2eb40-8874-44e6-8f96-335908b3cfdb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your HardwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"id\":\"acd68c26-c283-4bf4-8b5c-200fc179bdd5\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read HardwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' HardwareOATH authentication + methods\",\"value\":\"UserAuthMethod-HardwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's HardwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's HardwareOATH authentication methods\",\"id\":\"147ca97b-6686-4849-b37e-09d9b5ad45fc\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your HardwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your HardwareOATH authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' HardwareOATH methods.\",\"id\":\"480643f2-a162-43c5-a670-dc1494fc911b\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write HardwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' HardwareOATH + authentication methods\",\"value\":\"UserAuthMethod-HardwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"f14a567b-3280-4124-95a0-eca86006967e\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Microsoft Authenticator authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' Microsoft authentication + methods\",\"id\":\"7b627679-e2fd-4bfd-990e-989e2914d4e6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Microsoft authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' Microsoft authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Microsoft Authenticator authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Microsoft Authenticator authentication methods\",\"id\":\"9f7dfa0c-eb40-42be-8d45-8af4a9219c6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Microsoft Authenticator authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Microsoft Authenticator authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Microsoft Authentication methods.\",\"id\":\"1b7322b2-5cb3-4f13-928f-d7ca97c5fba9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Microsoft Authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Microsoft + Authentication methods\",\"value\":\"UserAuthMethod-MicrosoftAuthApp.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's passkey authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's passkey authentication methods\",\"id\":\"828fcbda-0d26-431d-8bfb-83f217224621\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your passkey authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your passkey + authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read\"},{\"adminConsentDescription\":\"Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication @@ -31816,6 +31033,14 @@ interactions: to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's passkey authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's passkey authentication methods\",\"id\":\"b2de7db9-10f7-4800-b04c-b5b91e4891d6\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your passkey authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite\"},{\"adminConsentDescription\":\"Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use @@ -31826,6 +31051,250 @@ interactions: information like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read and write all users' passkey authentication methods\",\"value\":\"UserAuthMethod-Passkey.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's password authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's password authentication methods\",\"id\":\"7f0f82c3-de19-4ddc-810d-a2206d7637fd\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your password authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your password + authentication methods\",\"value\":\"UserAuthMethod-Password.Read\"},{\"adminConsentDescription\":\"Allows + the app to read password authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' password authentication + methods\",\"id\":\"4f69a4e2-2aa0-43a7-ad6b-98b4cda1f23f\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read password authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' password authentication methods\",\"value\":\"UserAuthMethod-Password.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's password authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's password authentication methods\",\"id\":\"60cce20d-d41e-4594-b391-84bbf8cc31f3\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your password authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your password authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write password authentication methods of all users in + your organization that the signed-in user has access to. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' password methods.\",\"id\":\"7f5b683d-df96-4690-a88d-6e336ed6dc7c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write password authentication methods of all users you + have access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' password + authentication methods\",\"value\":\"UserAuthMethod-Password.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's phone authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's phone authentication methods\",\"id\":\"43dab3b9-e8b4-424d-8e13-6a2ad2a625fa\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your phone authentication methods. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read your phone + authentication methods\",\"value\":\"UserAuthMethod-Phone.Read\"},{\"adminConsentDescription\":\"Allows + the app to read phone authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' phone authentication + methods\",\"id\":\"20cf4ae1-09b9-4d29-a6f8-43e1820ce60c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read phone authentication methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' phone authentication methods\",\"value\":\"UserAuthMethod-Phone.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's phone authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's phone authentication methods\",\"id\":\"6c4aad61-f76b-46ad-a22c-57d4d3d962af\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write your phone authentication methods. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your phone authentication methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Phone methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' phone methods.\",\"id\":\"48c99302-9a24-4f27-a8a7-acef4debba14\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read and write phone methods of all users you have access to in + your organization. This does not allow the app to see secret information like + passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write all users' phone methods\",\"value\":\"UserAuthMethod-Phone.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's platform credential authentication methods\",\"id\":\"9c694582-e8f2-40e2-8353-fb43e2e0f12a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your platform credential authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.Read\"},{\"adminConsentDescription\":\"Allows + the app to read platform credentials methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' platform credentials + methods\",\"id\":\"5936156c-f89b-4850-997d-026c4e6ce529\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read platform credentials methods of all users you have access + to in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' platform credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's platform credential authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's platform credential authentication methods\",\"id\":\"70327f81-b953-43c9-92d3-131c74e4beb8\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your platform credential authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your platform credential authentication methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' platform credentials methods.\",\"id\":\"cb11bf8c-dde1-4504-b6a5-31e1562b0749\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write platform credentials methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' platform + credentials methods\",\"value\":\"UserAuthMethod-PlatformCred.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's QR authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's QR authentication methods\",\"id\":\"d6893c31-9187-405c-8dfc-f700c8fc161a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your QR authentication methods. This does not allow the app + to see secret information like passwords, or to sign-in or otherwise use the + authentication methods.\",\"userConsentDisplayName\":\"Read your QR authentication + methods\",\"value\":\"UserAuthMethod-QR.Read\"},{\"adminConsentDescription\":\"Allows + the app to read QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' QR methods\",\"id\":\"e4900dfb-ad17-410d-8ddb-7aebd8a6af1a\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read QR authentication methods of all users you have access to + in your organization. This does not allow the app to see secret information + like passwords, or to sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + all users' QR methods\",\"value\":\"UserAuthMethod-QR.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's QR authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's QR authentication methods\",\"id\":\"651210da-18ce-4e42-b7db-302ff88e9326\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your QR authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read and write + your QR authentication methods\",\"value\":\"UserAuthMethod-QR.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read and write all users' QR methods.\",\"id\":\"db39086a-da7d-4cbd-9ac0-6816f9a80c95\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write QR authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' QR methods\",\"value\":\"UserAuthMethod-QR.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's SoftwareOATH authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's SoftwareOATH authentication methods\",\"id\":\"247f2733-6e3d-46ff-a904-f5fd58eb0d97\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your SoftwareOATH authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your SoftwareOATH + authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read\"},{\"adminConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users in your organization + that the signed-in user has access to. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"adminConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"id\":\"3e366fa0-3097-4eb6-8294-3028f77eea6f\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read SoftwareOATH authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' SoftwareOATH methods\",\"value\":\"UserAuthMethod-SoftwareOATH.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's SoftwareOATH authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's SoftwareOATH authentication methods\",\"id\":\"16721eb3-4493-4ae1-9542-264d9ffe3ce9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your SoftwareOATH authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your SoftwareOATH authentication methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' SoftwareOATH methods.\",\"id\":\"5b34c8b5-2396-4b35-b284-83fb6a3e73ce\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write SoftwareOATH authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' SoftwareOATH + methods\",\"value\":\"UserAuthMethod-SoftwareOATH.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"84ded88f-26ba-49d6-b776-efec398de692\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Temporary Access Pass authentication methods. This does + not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Temporary Access Pass methods\",\"id\":\"6976c635-c9c2-41e6-a21d-e6913a155273\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Temporary Access Pass authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Temporary Access Pass + methods\",\"value\":\"UserAuthMethod-TAP.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Temporary Access Pass authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Temporary Access Pass authentication methods\",\"id\":\"2424436d-902f-4651-a1c7-b3b93147c960\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Temporary Access Pass authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Temporary Access Pass authentication methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users in your organization that the signed-in user has access to. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write all users' Temporary Access Pass methods.\",\"id\":\"05de4a66-e51a-4312-842a-30c8094698d2\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Temporary Access Pass authentication methods of + all users you have access to in your organization. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"userConsentDisplayName\":\"Read and write + all users' Temporary Access Pass methods\",\"value\":\"UserAuthMethod-TAP.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read the signed-in user's Windows Hello authentication methods. + This does not allow the app to see secret information like passwords, or to + sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + the signed-in user's Windows Hello methods\",\"id\":\"efe2b5aa-3a8e-486c-b0be-cc4d185c1b40\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your Windows Hello authentication methods. This does not allow + the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"userConsentDisplayName\":\"Read your Windows + Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.Read\"},{\"adminConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users in your + organization that the signed-in user has access to. This does not allow the + app to see secret information like passwords, or to sign-in or otherwise use + the authentication methods.\",\"adminConsentDisplayName\":\"Read all users' + Windows Hello methods\",\"id\":\"ff37d46d-b88a-4e0c-85ee-7e26c37b18eb\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read Windows Hello authentication methods of all users you have + access to in your organization. This does not allow the app to see secret + information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read all users' Windows Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write the signed-in user's Windows Hello authentication + methods. This does not allow the app to see secret information like passwords, + or to sign-in or otherwise use the authentication methods.\",\"adminConsentDisplayName\":\"Read + and write the signed-in user's Windows Hello authentication methods\",\"id\":\"f11e1db9-d419-4a24-b677-792723ffd727\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your Windows Hello authentication methods. This + does not allow the app to see secret information like passwords, or to sign-in + or otherwise use the authentication methods.\",\"userConsentDisplayName\":\"Read + and write your Windows Hello authentication methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite\"},{\"adminConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + in your organization that the signed-in user has access to. This does not + allow the app to see secret information like passwords, or to sign-in or otherwise + use the authentication methods.\",\"adminConsentDisplayName\":\"Read and write + all users' Windows Hello methods.\",\"id\":\"13eae17d-aaa4-47b8-aaee-0eb33c6e2450\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write Windows Hello authentication methods of all users + you have access to in your organization. This does not allow the app to see + secret information like passwords, or to sign-in or otherwise use the authentication + methods.\",\"userConsentDisplayName\":\"Read and write all users' Windows + Hello methods\",\"value\":\"UserAuthMethod-WindowsHello.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows + the app to read cloud clipboard data on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + cloud clipboard items\",\"id\":\"61e8a09a-087f-4e36-8c8c-1c77c5228017\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows + the app to read your cloud clipboard items.\",\"userConsentDisplayName\":\"Read + cloud clipboard items\",\"value\":\"UserCloudClipboard.Read\"},{\"adminConsentDescription\":\"Allows the app to send, read, update and delete user\u2019s notifications.\",\"adminConsentDisplayName\":\"Deliver and manage user's notifications\",\"id\":\"26e2f3e8-b2a1-47fc-9620-89bb5b042024\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to send, read, update and delete your app-specific notifications.\",\"userConsentDisplayName\":\"Deliver @@ -31838,15 +31307,36 @@ interactions: Timeline.\",\"adminConsentDisplayName\":\"Write app activity to users' timeline\",\"id\":\"367492fc-594d-4972-a9b5-0d58c622c91c\",\"isEnabled\":true,\"type\":\"User\",\"userConsentDescription\":\"Allows the app to report your app activity information to Microsoft Timeline.\",\"userConsentDisplayName\":\"Write app activity to your timeline\",\"value\":\"UserTimelineActivity.Write.CreatedByApp\"},{\"adminConsentDescription\":\"Allows + the app to read a user's windows settings which are stored in cloud and their + values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + windows settings for all devices\",\"id\":\"77e07bab-1b34-40a5-bb6c-4b197b3f6027\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read your windows settings which are stored in cloud and their + values.\",\"userConsentDisplayName\":\"Read your windows settings for all + devices\",\"value\":\"UserWindowsSettings.Read.All\"},{\"adminConsentDescription\":\"Allows + the app to read and write a user's windows settings which are stored in cloud + and their values on behalf of the signed-in user.\",\"adminConsentDisplayName\":\"Read + and write windows settings for all devices\",\"id\":\"dcb1026d-b7e1-4d31-9f61-6724d5140bf9\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write your windows settings which are stored in cloud + and their values.\",\"userConsentDisplayName\":\"Read and write your windows + settings for all devices\",\"value\":\"UserWindowsSettings.ReadWrite.All\"},{\"adminConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + Verified Id profiles\",\"id\":\"604b2056-41ed-4c56-aad5-1241d4ef7333\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + Verified Id profiles\",\"value\":\"VerifiedId-Profile.Read.All\"},{\"adminConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"adminConsentDisplayName\":\"Read + and write Verified Id profiles\",\"id\":\"e4a9cb5e-4767-48f8-9029-decf26a54456\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"This + role can read and write Verified Id profiles in a tenant.\",\"userConsentDisplayName\":\"Read + and write Verified Id profiles\",\"value\":\"VerifiedId-Profile.ReadWrite.All\"},{\"adminConsentDescription\":\"Allows an application to read virtual appointments for the signed-in user. Only an - organizer or participant user can read their virtual appointments.\\u202F\\u00A0\",\"adminConsentDisplayName\":\"Read + organizer or participant user can read their virtual appointments. \",\"adminConsentDisplayName\":\"Read a user's virtual appointments\",\"id\":\"27470298-d3b8-4b9c-aad4-6334312a3eac\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read virtual appointments on your behalf.\\u202F\\u202F\",\"userConsentDisplayName\":\"Read - your virtual appointments\\u202F\",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows + the app to read virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read + your virtual appointments \",\"value\":\"VirtualAppointment.Read\"},{\"adminConsentDescription\":\"Allows an application to read and write virtual appointments for the signed-in user. - Only an organizer or participant user can read and write their virtual appointments.\\u202F\",\"adminConsentDisplayName\":\"Read - and write a user's virtual appointments\\u202F\\u00A0\",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows - the app to read and write virtual appointments on your behalf.\\u202F\\u00A0\",\"userConsentDisplayName\":\"Read + Only an organizer or participant user can read and write their virtual appointments. + \",\"adminConsentDisplayName\":\"Read and write a user's virtual appointments + \ \",\"id\":\"2ccc2926-a528-4b17-b8bb-860eed29d64c\",\"isEnabled\":true,\"type\":\"Admin\",\"userConsentDescription\":\"Allows + the app to read and write virtual appointments on your behalf. \",\"userConsentDisplayName\":\"Read and write your virtual appointments\",\"value\":\"VirtualAppointment.ReadWrite\"},{\"adminConsentDescription\":\"Allows an application to send notifications for virtual appointments for the signed-in user.\",\"adminConsentDisplayName\":\"Send notification regarding virtual @@ -31881,11 +31371,20 @@ interactions: workforce integrations\",\"value\":\"WorkforceIntegration.ReadWrite.All\"}],\"passwordCredentials\":[],\"resourceSpecificApplicationPermissions\":[{\"description\":\"Allows the app to read user AI enterprise interactions, without a signed-in user.\",\"displayName\":\"Read user AI enterprise interactions.\",\"id\":\"10d712aa-b4cd-4472-b0ba-6196e04c344f\",\"isEnabled\":true,\"value\":\"AiEnterpriseInteraction.Read.User\"},{\"description\":\"Allows + the teams-app to read all aiInsights for calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all AI Insights for calls + where the Teams application is installed.\",\"id\":\"ff9d3910-ca91-4e7f-843f-d44ab36a961a\",\"isEnabled\":true,\"value\":\"CallAiInsights.Read.Chat\"},{\"description\":\"Allows + the teams-app to read all recordings of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all recordings of calls + where the Teams application is installed.\",\"id\":\"22748df0-bd8c-4626-aad9-6dab421b33e4\",\"isEnabled\":true,\"value\":\"CallRecordings.Read.Chat\"},{\"description\":\"Allows the app to access media streams in calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Access media streams in calls associated with this chat or meeting\",\"id\":\"e716890c-c30a-4ac3-a0e3-551e7d9e8deb\",\"isEnabled\":true,\"value\":\"Calls.AccessMedia.Chat\"},{\"description\":\"Allows the app to join calls associated with this chat or meeting, without a signed-in user.\",\"displayName\":\"Join calls associated with this chat or meeting\",\"id\":\"a01e73f1-94da-4f6d-9b73-02e4ea65560b\",\"isEnabled\":true,\"value\":\"Calls.JoinGroupCalls.Chat\"},{\"description\":\"Allows + the Teams app to read all transcripts of calls where the Teams-app is installed, + without a signed-in user.\",\"displayName\":\"Read all transcripts of calls + where the Teams app is installed.\",\"id\":\"7990a5df-4c51-43ea-939c-3e8b18d6ddad\",\"isEnabled\":true,\"value\":\"CallTranscripts.Read.Chat\"},{\"description\":\"Allows the app to create channels in this team, without a signed-in user.\",\"displayName\":\"Create channels in this team\",\"id\":\"65af85d7-62bb-4339-a206-7160fd427454\",\"isEnabled\":true,\"value\":\"Channel.Create.Group\"},{\"description\":\"Allows the app to delete this team's channels, without a signed-in user.\",\"displayName\":\"Delete @@ -31938,10 +31437,16 @@ interactions: and write this chat's settings\",\"id\":\"ed928a9c-7530-496a-a624-4c0a460ab3ed\",\"isEnabled\":true,\"value\":\"ChatSettings.ReadWrite.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's members, without a signed-in user.\",\"displayName\":\"Read this group's members\",\"id\":\"0a8ce3c7-89dd-46cf-b2c3-5ef0064437a8\",\"isEnabled\":true,\"value\":\"Member.Read.Group\"},{\"description\":\"Allows + the app to read this meeting and subscribe to meeting call updates.\",\"displayName\":\"Read + this meeting and subscribe to meeting call updates .\",\"id\":\"f991ed3f-9617-4d8d-b06c-d18d9fcbcf2a\",\"isEnabled\":true,\"value\":\"OnlineMeeting.Read.Chat\"},{\"description\":\"Allows the app to read basic properties, such as name, schedule, organizer, join link, and start or end notifications, of meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read basic properties of meetings associated with this chat\",\"id\":\"eda8d262-4e6e-4ff6-a7ba-a2fb50535165\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadBasic.Chat\"},{\"description\":\"Allows + the app to manage this online meeting, and subscribe to meeting call updates.\",\"displayName\":\"Manage + this meeting and subscribe to meeting call updates.\",\"id\":\"93400bb4-2282-4371-a745-a86d64c966d0\",\"isEnabled\":true,\"value\":\"OnlineMeeting.ReadWrite.Chat\"},{\"description\":\"Read + attendance reports & attendance records for this webinar or town hall.\",\"displayName\":\"Read + virtual event artifacts\",\"id\":\"c5d06837-8c0d-42fc-9e49-545e3f941261\",\"isEnabled\":true,\"value\":\"OnlineMeetingArtifact.Read.Chat\"},{\"description\":\"Allows the app to send notifications inside meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Send notifications in the meetings associated with this chat\",\"id\":\"d9837fe0-9c31-4faa-8acb-b10874560161\",\"isEnabled\":true,\"value\":\"OnlineMeetingNotification.Send.Chat\"},{\"description\":\"Allows @@ -31951,9 +31456,9 @@ interactions: with this chat\",\"id\":\"6324a770-185c-4b4f-be13-2d9a1668e6eb\",\"isEnabled\":true,\"value\":\"OnlineMeetingParticipant.Read.Chat\"},{\"description\":\"Allows the app to read recordings of the meetings associated with this chat, without a signed-in user.\",\"displayName\":\"Read the recordings of the meetings - associated with this chat\\u00A0\",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows + associated with this chat \",\"id\":\"d20f0153-08ff-48a9-b299-96a8d1131d1d\",\"isEnabled\":true,\"value\":\"OnlineMeetingRecording.Read.Chat\"},{\"description\":\"Allows the app to read transcripts of the meetings associated with this chat, without - a signed-in user.\\u00A0\",\"displayName\":\"Read the transcripts of the meetings + a signed-in user. \",\"displayName\":\"Read the transcripts of the meetings associated with this chat\",\"id\":\"8c477e19-f0f7-45f9-ae72-604f77a599e3\",\"isEnabled\":true,\"value\":\"OnlineMeetingTranscript.Read.Chat\"},{\"description\":\"Allows the app to read the basic profile of this group's owners, without a signed-in user.\",\"displayName\":\"Read this group's owners\",\"id\":\"70d5316c-9b27-4057-a650-3b0fe49002ab\",\"isEnabled\":true,\"value\":\"Owner.Read.Group\"},{\"description\":\"Allows @@ -32000,20 +31505,25 @@ interactions: the app to manage this chat's tabs, without a signed-in user.\",\"displayName\":\"Manage this chat's tabs\",\"id\":\"d583f4d7-57da-4b2c-9744-253e9ec3c7be\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Chat\"},{\"description\":\"Allows the app to manage this team's tabs, without a signed-in user.\",\"displayName\":\"Manage - this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"}],\"samlSingleSignOnSettings\":{\"relayState\":null},\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" + this team's tabs\",\"id\":\"717ca3a4-bc73-47f8-b613-4d43e657fa9c\",\"isEnabled\":true,\"value\":\"TeamsTab.ReadWrite.Group\"},{\"description\":\"Read + information for this webinars or town halls, including schedules, speakers, + and event settings and webinar registrations.\",\"displayName\":\"Read virtual + event details\",\"id\":\"298266a0-fbf7-4804-b988-5a54e61566c8\",\"isEnabled\":true,\"value\":\"VirtualEvent.Read.Chat\"},{\"description\":\"Register + attendees and cancel registrations for this webinar.\",\"displayName\":\"Manage + virtual event registrations\",\"id\":\"0e646cc8-6b07-4030-9a41-a7db4644b4cc\",\"isEnabled\":true,\"value\":\"VirtualEventRegistration-Anon.ReadWrite.Chat\"}],\"verifiedPublisher\":{\"displayName\":null,\"verifiedPublisherId\":null,\"addedDateTime\":null}}]}" headers: cache-control: - no-cache content-length: - - '550263' + - '676759' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:44 GMT + - Wed, 24 Dec 2025 05:50:24 GMT odata-version: - '4.0' request-id: - - 428067cd-98ae-4d71-86c6-fbb0b5b36a5a + - 0479e10b-d5f7-425d-8c9d-bd2a961c2e21 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -32021,7 +31531,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF0000605F"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0001836B"}}' x-ms-resource-unit: - '1' status: @@ -32041,9 +31551,9 @@ interactions: ParameterSetName: - -n -g --msi-client-id User-Agent: - - python/3.10.11 (Windows-10-10.0.26100-SP0) AZURECLI/2.71.0 + - python/3.12.10 (Windows-11-10.0.26200-SP0) AZURECLI/2.81.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals/3289ca6d-17dc-43d7-99ab-55c2aa49338a/appRoleAssignments + uri: https://graph.microsoft.com/v1.0/servicePrincipals/562c81c5-d273-4843-9627-c0944d91e825/appRoleAssignments response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#appRoleAssignments","value":[]}' @@ -32055,11 +31565,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 02 Apr 2025 09:38:46 GMT + - Wed, 24 Dec 2025 05:50:25 GMT odata-version: - '4.0' request-id: - - 3634d225-63e8-45b0-a74b-9cc52cf916c3 + - 0fd5c999-e862-4eb1-bc80-b9c7033c6daf strict-transport-security: - max-age=31536000 transfer-encoding: @@ -32067,7 +31577,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Japan East","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"TY1PEPF00006060"}}' + - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF0001836A"}}' x-ms-resource-unit: - '2' status: diff --git a/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/test_sqlvm_commands.py b/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/test_sqlvm_commands.py index 6c638946b84..6711a747265 100644 --- a/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/test_sqlvm_commands.py +++ b/src/azure-cli/azure/cli/command_modules/sqlvm/tests/latest/test_sqlvm_commands.py @@ -48,7 +48,7 @@ def __init__(self, name_prefix=sqlvm_name_prefix, location='westus', def create_resource(self, name, **kwargs): group = self._get_resource_group(**kwargs) template = ('az vm create -l {} -g {} -n {} --admin-username {} --admin-password {} --image {}' - ' --size Standard_DS2_v2 --nsg-rule NONE') + ' --size Standard_B2ms --nsg-rule NONE') execute(DummyCli(), template.format(self.location, group, name, self.vm_user, self.vm_password, self.image)) return {self.parameter_name: name} diff --git a/src/azure-cli/azure/cli/command_modules/vm/_vm_utils.py b/src/azure-cli/azure/cli/command_modules/vm/_vm_utils.py index 45eaa73f3be..1bf557c84c6 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/_vm_utils.py +++ b/src/azure-cli/azure/cli/command_modules/vm/_vm_utils.py @@ -7,10 +7,13 @@ import os import re import importlib +from enum import Enum from urllib.parse import urlparse from azure.cli.core.commands.arm import ArmTemplateBuilder +from azure.cli.core.commands.client_factory import get_mgmt_service_client +from azure.cli.core.profiles import ResourceType from knack.log import get_logger from knack.util import CLIError @@ -32,7 +35,7 @@ def get_target_network_api(cli_ctx): if cli_ctx.cloud.profile == 'latest': version = '2022-01-01' else: - from azure.cli.core.profiles import get_api_version, ResourceType + from azure.cli.core.profiles import get_api_version version = get_api_version(cli_ctx, ResourceType.MGMT_NETWORK) return version @@ -46,8 +49,6 @@ def read_content_if_is_file(string_or_file): def _resolve_api_version(cli_ctx, provider_namespace, resource_type, parent_path): - from azure.cli.core.commands.client_factory import get_mgmt_service_client - from azure.cli.core.profiles import ResourceType client = get_mgmt_service_client(cli_ctx, ResourceType.MGMT_RESOURCE_RESOURCES) provider = client.providers.get(provider_namespace) @@ -75,10 +76,8 @@ def log_pprint_template(template): def check_existence(cli_ctx, value, resource_group, provider_namespace, resource_type, parent_name=None, parent_type=None, static_version=None): # check for name or ID and set the type flags - from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.core.exceptions import HttpResponseError from azure.mgmt.core.tools import parse_resource_id - from azure.cli.core.profiles import ResourceType id_parts = parse_resource_id(value) resource_client = get_mgmt_service_client(cli_ctx, ResourceType.MGMT_RESOURCE_RESOURCES, subscription_id=id_parts.get('subscription', None)).resources @@ -414,8 +413,6 @@ def _update(model, lun, value): def get_storage_blob_uri(cli_ctx, storage): - from azure.cli.core.profiles._shared import ResourceType - from azure.cli.core.commands.client_factory import get_mgmt_service_client if urlparse(storage).scheme: storage_uri = storage else: @@ -757,3 +754,29 @@ def _open(filename, mode): f.write(public_bytes) return public_bytes.decode() + + +def _gen_guid(): + import uuid + return uuid.uuid4() + + +def assign_identity(cli_ctx, getter, setter, identity_role=None, identity_scope=None): + from azure.cli.core.commands.arm import create_role_assignment + + # get + resource = getter() + resource = setter(resource) + + # create role assignment: + if identity_scope: + principal_id = resource.get('identity', {}).get('principalId') or resource.get('identity', {}).get('principal_id') + create_role_assignment(cli_ctx, principal_id, identity_role, identity_scope) + return resource + + +class IdentityType(Enum): + SYSTEM_ASSIGNED = 'SystemAssigned' + USER_ASSIGNED = 'UserAssigned' + SYSTEM_ASSIGNED_USER_ASSIGNED = 'SystemAssigned, UserAssigned' + NONE = 'None' diff --git a/src/azure-cli/azure/cli/command_modules/vm/commands.py b/src/azure-cli/azure/cli/command_modules/vm/commands.py index 00b5f2900d1..9d0c48f4490 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/commands.py @@ -288,11 +288,12 @@ def load_command_table(self, _): from .operations.snapshot import SnapshotUpdate self.command_table['snapshot update'] = SnapshotUpdate(loader=self) - with self.command_group('vm', compute_vm_sdk) as g: - g.custom_command('identity assign', 'assign_vm_identity', validator=process_assign_identity_namespace) - g.custom_command('identity remove', 'remove_vm_identity', validator=process_remove_identity_namespace, min_api='2017-12-01') - g.custom_show_command('identity show', 'show_vm_identity') + with self.command_group('vm identity') as g: + g.custom_command('assign', 'assign_vm_identity', validator=process_assign_identity_namespace) + g.custom_command('remove', 'remove_vm_identity', validator=process_remove_identity_namespace, min_api='2017-12-01') + g.custom_show_command('show', 'show_vm_identity') + with self.command_group('vm', compute_vm_sdk) as g: g.custom_command('application set', 'set_vm_applications', validator=process_set_applications_namespace, min_api='2021-07-01') g.custom_command('application list', 'list_vm_applications', min_api='2021-07-01') diff --git a/src/azure-cli/azure/cli/command_modules/vm/custom.py b/src/azure-cli/azure/cli/command_modules/vm/custom.py index 28ed17b1169..c5b8e1dd218 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/custom.py +++ b/src/azure-cli/azure/cli/command_modules/vm/custom.py @@ -23,7 +23,6 @@ from knack.log import get_logger from knack.util import CLIError from azure.cli.core.azclierror import ( - CLIInternalError, ResourceNotFoundError, ValidationError, RequiredArgumentMissingError, @@ -38,7 +37,7 @@ from azure.cli.core.profiles import ResourceType from azure.cli.core.util import sdk_no_wait -from ._vm_utils import read_content_if_is_file, import_aaz_by_profile +from ._vm_utils import read_content_if_is_file, import_aaz_by_profile, IdentityType from ._vm_diagnostics_templates import get_default_diag_config from ._actions import (load_images_from_aliases_doc, load_extension_images_thru_services, @@ -826,8 +825,14 @@ def create_snapshot(cmd, resource_group_name, snapshot_name, location=None, size # region VirtualMachines Identity def show_vm_identity(cmd, resource_group_name, vm_name): - client = _compute_client_factory(cmd.cli_ctx) - return client.virtual_machines.get(resource_group_name, vm_name).identity + vm = get_vm_by_aaz(cmd, resource_group_name, vm_name) + + identity = vm.get("identity", {}) if vm else None + + if identity and not identity.get('userAssignedIdentities'): + identity['userAssignedIdentities'] = None + + return identity or None def show_vmss_identity(cmd, resource_group_name, vm_name): @@ -837,49 +842,60 @@ def show_vmss_identity(cmd, resource_group_name, vm_name): def assign_vm_identity(cmd, resource_group_name, vm_name, assign_identity=None, identity_role=None, identity_role_id=None, identity_scope=None): - VirtualMachineIdentity, ResourceIdentityType, VirtualMachineUpdate = cmd.get_models('VirtualMachineIdentity', - 'ResourceIdentityType', - 'VirtualMachineUpdate') - UserAssignedIdentitiesValue = cmd.get_models('UserAssignedIdentitiesValue') - from azure.cli.core.commands.arm import assign_identity as assign_identity_helper - client = _compute_client_factory(cmd.cli_ctx) - _, _, external_identities, enable_local_identity = _build_identities_info(assign_identity) + identity, _, external_identities, enable_local_identity = _build_identities_info(assign_identity) + + command_args = {'resource_group': resource_group_name, 'vm_name': vm_name} def getter(): - return client.virtual_machines.get(resource_group_name, vm_name) + return get_vm_by_aaz(cmd, resource_group_name, vm_name) def setter(vm, external_identities=external_identities): - if vm.identity and vm.identity.type == ResourceIdentityType.system_assigned_user_assigned: - identity_types = ResourceIdentityType.system_assigned_user_assigned - elif vm.identity and vm.identity.type == ResourceIdentityType.system_assigned and external_identities: - identity_types = ResourceIdentityType.system_assigned_user_assigned - elif vm.identity and vm.identity.type == ResourceIdentityType.user_assigned and enable_local_identity: - identity_types = ResourceIdentityType.system_assigned_user_assigned + if vm.get('identity', {}).get('type', None) == IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value: + identity_types = IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value + elif vm.get('identity', {}).get('type', None) == IdentityType.SYSTEM_ASSIGNED.value and external_identities: + identity_types = IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value + elif vm.get('identity', {}).get('type', None) == IdentityType.USER_ASSIGNED.value and enable_local_identity: + identity_types = IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value elif external_identities and enable_local_identity: - identity_types = ResourceIdentityType.system_assigned_user_assigned + identity_types = IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value elif external_identities: - identity_types = ResourceIdentityType.user_assigned + identity_types = IdentityType.USER_ASSIGNED.value else: - identity_types = ResourceIdentityType.system_assigned - - vm.identity = VirtualMachineIdentity(type=identity_types) - if external_identities: - vm.identity.user_assigned_identities = {} - if not cmd.supported_api_version(min_api='2018-06-01', resource_type=ResourceType.MGMT_COMPUTE): - raise CLIInternalError("Usage error: user assigned identity is not available under current profile.", - "You can set the cloud's profile to latest with 'az cloud set --profile latest" - " --name '") - for identity in external_identities: - vm.identity.user_assigned_identities[identity] = UserAssignedIdentitiesValue() + identity_types = IdentityType.SYSTEM_ASSIGNED.value - vm_patch = VirtualMachineUpdate() - vm_patch.identity = vm.identity - return patch_vm(cmd, resource_group_name, vm_name, vm_patch) + if identity_types == IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value: + command_args['mi_system_assigned'] = "True" + command_args['mi_user_assigned'] = [] + elif identity_types == IdentityType.USER_ASSIGNED.value: + command_args['mi_user_assigned'] = [] + else: + command_args['mi_system_assigned'] = "True" + command_args['mi_user_assigned'] = [] + + if vm.get('identity', {}).get('userAssignedIdentities', None): + for key in vm.get('identity').get('userAssignedIdentities').keys(): + command_args['mi_user_assigned'].append(key) + + if identity.get('userAssignedIdentities'): + for key in identity.get('userAssignedIdentities', {}).keys(): + if key not in command_args['mi_user_assigned']: + command_args['mi_user_assigned'].append(key) + + from .operations.vm import VMPatch + update_vm_identity = VMPatch(cli_ctx=cmd.cli_ctx)(command_args=command_args) + LongRunningOperation(cmd.cli_ctx)(update_vm_identity) + result = update_vm_identity.result() + return result + from ._vm_utils import assign_identity as assign_identity_helper assign_identity_helper(cmd.cli_ctx, getter, setter, identity_role=identity_role_id, identity_scope=identity_scope) - vm = client.virtual_machines.get(resource_group_name, vm_name) - return _construct_identity_info(identity_scope, identity_role, vm.identity.principal_id, - vm.identity.user_assigned_identities) + + vm = getter() + return _construct_identity_info( + identity_scope, + identity_role, + vm.get('identity').get('principalId') if vm.get('identity') else None, + vm.get('identity').get('userAssignedIdentities') if vm.get('identity') else None) # endregion @@ -1367,6 +1383,19 @@ def get_instance_view(cmd, resource_group_name, vm_name, include_user_data=False return result +def get_vm_by_aaz(cmd, resource_group_name, vm_name, expand=None): + from .operations.vm import VMShow + command_args = { + 'resource_group': resource_group_name, + 'vm_name': vm_name, + } + + if expand: + command_args['expand'] = expand + + return VMShow(cli_ctx=cmd.cli_ctx)(command_args=command_args) + + def get_vm(cmd, resource_group_name, vm_name, expand=None): client = _compute_client_factory(cmd.cli_ctx) return client.virtual_machines.get(resource_group_name, vm_name, expand=expand) @@ -2493,7 +2522,7 @@ def _remove_identities(cmd, resource_group_name, name, identities, getter, sette return None emsis_to_remove = [] if identities: - existing_emsis = {x.lower() for x in list((resource.identity.user_assigned_identities or {}).keys())} + existing_emsis = {x.lower() for x in (resource.identity.user_assigned_identities or {}).keys()} emsis_to_remove = {x.lower() for x in identities} non_existing = emsis_to_remove.difference(existing_emsis) if non_existing: @@ -2520,18 +2549,83 @@ def _remove_identities(cmd, resource_group_name, name, identities, getter, sette return result.identity +def _remove_identities_by_aaz(cmd, resource_group_name, name, identities, getter, setter): + from ._vm_utils import MSI_LOCAL_ID + + remove_system_assigned_identity = False + + if MSI_LOCAL_ID in identities: + remove_system_assigned_identity = True + identities.remove(MSI_LOCAL_ID) + + resource = getter(cmd, resource_group_name, name) + existing_identity = resource.get('identity') + + if existing_identity is None: + return None + + existing_emsis = [x.lower() for x in (existing_identity.get('userAssignedIdentities') or {}).keys()] + existing_identity['userAssignedIdentities'] = {} + + if identities: + emsis_to_remove = [x.lower() for x in identities] + + non_existing = [emsis for emsis in emsis_to_remove if emsis not in existing_emsis] + if non_existing: + raise CLIError("'{}' are not associated with '{}'".format(','.join(non_existing), name)) + + emsis_to_retain = [emsis for emsis in existing_emsis if emsis not in emsis_to_remove] + + if not emsis_to_retain: # if all emsis are gone, we need to update the type + if existing_identity['type'] == IdentityType.USER_ASSIGNED.value: + existing_identity['type'] = IdentityType.NONE.value + elif existing_identity['type'] == IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value: + existing_identity['type'] = IdentityType.SYSTEM_ASSIGNED.value + + for emsis in identities: + existing_identity['userAssignedIdentities'][emsis] = {} + + if remove_system_assigned_identity: + if existing_identity['type'] == IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value \ + or existing_identity['type'] == IdentityType.USER_ASSIGNED.value: + existing_identity['type'] = IdentityType.USER_ASSIGNED.value + else: + existing_identity['type'] = IdentityType.NONE.value + + result = LongRunningOperation(cmd.cli_ctx)(setter(resource_group_name, name, resource)) + return result.get('identity') or None + + def remove_vm_identity(cmd, resource_group_name, vm_name, identities=None): def setter(resource_group_name, vm_name, vm): - client = _compute_client_factory(cmd.cli_ctx) - VirtualMachineUpdate = cmd.get_models('VirtualMachineUpdate', operation_group='virtual_machines') - vm_update = VirtualMachineUpdate(identity=vm.identity) - return client.virtual_machines.begin_update(resource_group_name, vm_name, vm_update) + command_args = { + 'resource_group': resource_group_name, + 'vm_name': vm_name + } + + if vm.get('identity') and vm.get('identity').get('type') == IdentityType.USER_ASSIGNED.value: + # NOTE: The literal 'UserAssigned' is intentionally appended as a marker for + # VMIdentityRemove._format_content, which uses it to apply special handling + # for purely user-assigned identities. It is not a real identity resource ID. + command_args['mi_user_assigned'] = \ + list(vm.get('identity', {}).get('userAssignedIdentities', {}).keys()) + ['UserAssigned'] + elif vm.get('identity') and vm.get('identity').get('type') == IdentityType.SYSTEM_ASSIGNED.value: + command_args['mi_user_assigned'] = [] + command_args['mi_system_assigned'] = 'True' + elif vm.get('identity') and vm.get('identity').get('type') == IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED.value: + command_args['mi_user_assigned'] = list(vm.get('identity', {}).get('userAssignedIdentities', {}).keys()) + command_args['mi_system_assigned'] = 'True' + else: + command_args['mi_user_assigned'] = [] + + from .operations.vm import VMIdentityRemove + return VMIdentityRemove(cli_ctx=cmd.cli_ctx)(command_args=command_args) if identities is None: from ._vm_utils import MSI_LOCAL_ID identities = [MSI_LOCAL_ID] - return _remove_identities(cmd, resource_group_name, vm_name, identities, get_vm, setter) + return _remove_identities_by_aaz(cmd, resource_group_name, vm_name, identities, get_vm_by_aaz, setter) # region VirtualMachines Images diff --git a/src/azure-cli/azure/cli/command_modules/vm/operations/vm.py b/src/azure-cli/azure/cli/command_modules/vm/operations/vm.py index f6a706a26f8..91cf9520727 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/operations/vm.py +++ b/src/azure-cli/azure/cli/command_modules/vm/operations/vm.py @@ -3,11 +3,14 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- # pylint: disable=no-self-use, line-too-long, protected-access, too-few-public-methods, unused-argument, too-many-statements, too-many-branches, too-many-locals +import json + from knack.log import get_logger from azure.cli.core.aaz import AAZStrType -from ..aaz.latest.vm import (Show as _VMShow, ListSizes as _VMListSizes, +from ..aaz.latest.vm import (Show as _VMShow, ListSizes as _VMListSizes, Patch as _VMPatch, Update as _VMUpdate, Capture as _VMCapture, Create as _VMCreate) +from .._vm_utils import IdentityType logger = get_logger(__name__) @@ -155,6 +158,108 @@ def _output(self, *args, **kwargs): return result +class VMPatch(_VMPatch): + class VirtualMachinesUpdate(_VMPatch.VirtualMachinesUpdate): + # Override to solve key conflict of _schema_on_200.resources.Element.properties.type when deserializing + @classmethod + def _build_schema_on_200(cls): + schema = super()._build_schema_on_200() + + del schema.resources.Element.properties._fields['type'] + schema.resources.Element.properties.type = AAZStrType( + serialized_name="typePropertiesType", + ) + return schema + + def _output(self, *args, **kwargs): + from azure.cli.core.aaz import AAZUndefined, has_value + + # Resolve flatten conflict + # When the type field conflicts, the type in inner layer is ignored and the outer layer is applied + if has_value(self.ctx.vars.instance.resources): + for resource in self.ctx.vars.instance.resources: + if has_value(resource.type): + resource.type = AAZUndefined + + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + return result + + +class VMIdentityRemove(_VMPatch): + def _output(self, *args, **kwargs): + from azure.cli.core.aaz import AAZUndefined, has_value + + # Resolve flatten conflict + # When the type field conflicts, the type in inner layer is ignored and the outer layer is applied + if has_value(self.ctx.vars.instance.resources): + for resource in self.ctx.vars.instance.resources: + if has_value(resource.type): + resource.type = AAZUndefined + + result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True) + + identity = result.get('identity') + if not identity: + return result + + if not identity.get('userAssignedIdentities'): + identity['userAssignedIdentities'] = None + + return result + + class VirtualMachinesUpdate(_VMPatch.VirtualMachinesUpdate): + # Override to solve key conflict of _schema_on_200.resources.Element.properties.type when deserializing + @classmethod + def _build_schema_on_200(cls): + schema = super()._build_schema_on_200() + + del schema.resources.Element.properties._fields['type'] + schema.resources.Element.properties.type = AAZStrType( + serialized_name="typePropertiesType", + ) + return schema + + def _format_content(self, content): + if isinstance(content, str): + content = json.loads(content) + + if not content.get('identity'): + content['identity'] = { + 'userAssignedIdentities': None, + 'type': IdentityType.NONE.value + } + return json.dumps(content) + + identities = content.get('identity', {}).get('userAssignedIdentities') + if identities: + if 'UserAssigned' in identities.keys(): + identities.pop('UserAssigned') + + for key in list(identities.keys()): + identities[key] = None + + if not content.get('identity', {}).get('userAssignedIdentities', {}): + content['identity']['userAssignedIdentities'] = None + + return json.dumps(content) + + def __call__(self, *args, **kwargs): + request = self.make_request() + request.data = self._format_content(request.data) + session = self.client.send_request(request=request, stream=False, **kwargs) + if session.http_response.status_code in [200, 202]: + return self.client.build_lro_polling( + self.ctx.args.no_wait, + session, + self.on_200, + self.on_error, + lro_options={"final-state-via": "azure-async-operation"}, + path_format_arguments=self.url_parameters, + ) + + return self.on_error(session.http_response) + + def convert_show_result_to_snake_case(result): new_result = {} if "extendedLocation" in result: diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_msi.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_msi.yaml index 25d465c6c98..3915790f16e 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_msi.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_msi.yaml @@ -13018,7 +13018,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"vm3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3\",\r\n @@ -13498,7 +13498,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"vm3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3\",\r\n @@ -13769,7 +13769,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"vm3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3\",\r\n @@ -13844,7 +13844,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.10.11 (Windows-10-10.0.26100-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3?api-version=2025-04-01 response: body: string: "{\r\n \"name\": \"vm3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_msi000001/providers/Microsoft.Compute/virtualMachines/vm3\",\r\n diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py index 240a89b558c..4f1e75eaccd 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py @@ -6217,8 +6217,9 @@ def test_vm_explicit_msi(self, resource_group): emsi2_result = self.cmd('identity create -g {rg} -n {emsi2}').get_output_in_json() # create a vm with only user assigned identity - result = self.cmd('vm create -g {rg} -n vm2 --image Canonical:UbuntuServer:18.04-LTS:latest --assign-identity {emsi} ' - '--generate-ssh-keys --admin-username {user} --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE', checks=[ + result = self.cmd( + 'vm create -g {rg} -n vm2 --image Debian11 --assign-identity {emsi} ' + '--generate-ssh-keys --admin-username {user} --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_B2ms', checks=[ self.check('identity.role', None), self.check('identity.scope', None), ]).get_output_in_json() @@ -6232,7 +6233,7 @@ def test_vm_explicit_msi(self, resource_group): self.assertFalse(result['identity']['systemAssignedIdentity']) # create a vm with system + user assigned identities - result = self.cmd('vm create -g {rg} -n {vm} --image Canonical:UbuntuServer:18.04-LTS:latest --assign-identity {emsi} [system] --role reader --scope {scope} --generate-ssh-keys --admin-username {user} --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE').get_output_in_json() + result = self.cmd('vm create -g {rg} -n {vm} --image Debian11 --assign-identity {emsi} [system] --role reader --scope {scope} --generate-ssh-keys --admin-username {user} --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_B2ms').get_output_in_json() emsis = [x.lower() for x in result['identity']['userAssignedIdentities'].keys()] self.assertEqual(emsis, [emsi_result['id'].lower()]) result = self.cmd('vm identity show -g {rg} -n {vm}', checks=[