From 121fc1687aaf6a5dbd0a6533a8368232150a50f3 Mon Sep 17 00:00:00 2001 From: "OpenPublishing.Build" Date: Wed, 7 Jan 2026 19:01:35 +0000 Subject: [PATCH] status --- docs-ref-services/latest/authorization.md | 4 ++-- docs-ref-services/latest/commerce.md | 4 ++-- docs-ref-services/latest/devtest-labs.md | 4 ++-- docs-ref-services/latest/dns.md | 4 ++-- docs-ref-services/latest/iot.md | 4 ++-- docs-ref-services/latest/notification-hubs.md | 4 ++-- docs-ref-services/latest/scheduler.md | 4 ++-- docs-ref-services/legacy/authorization.md | 3 +-- docs-ref-services/legacy/commerce.md | 3 +-- 9 files changed, 16 insertions(+), 18 deletions(-) diff --git a/docs-ref-services/latest/authorization.md b/docs-ref-services/latest/authorization.md index 1c9be45fd593..288b28e5ba7b 100644 --- a/docs-ref-services/latest/authorization.md +++ b/docs-ref-services/latest/authorization.md @@ -25,7 +25,7 @@ from azure.mgmt.authorization import AuthorizationManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -54,4 +54,4 @@ permissions = self.authorization_client.permissions.list_for_resource_group( ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-authorization) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-authorization) diff --git a/docs-ref-services/latest/commerce.md b/docs-ref-services/latest/commerce.md index 32213708e4e1..729f686afe99 100644 --- a/docs-ref-services/latest/commerce.md +++ b/docs-ref-services/latest/commerce.md @@ -26,7 +26,7 @@ from azure.mgmt.commerce import UsageManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -63,4 +63,4 @@ usage_iterator = commerce_client.usage_aggregates.list( ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-commerce) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-commerce) diff --git a/docs-ref-services/latest/devtest-labs.md b/docs-ref-services/latest/devtest-labs.md index f30184766bd0..eda95ddbe787 100644 --- a/docs-ref-services/latest/devtest-labs.md +++ b/docs-ref-services/latest/devtest-labs.md @@ -27,7 +27,7 @@ from azure.mgmt.devtestlabs import DevTestLabsClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -53,4 +53,4 @@ lab = async_lab.result() # Blocking wait ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-devtestlabs) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-devtestlabs) diff --git a/docs-ref-services/latest/dns.md b/docs-ref-services/latest/dns.md index e3f09e918b34..6288ff3aa2bd 100644 --- a/docs-ref-services/latest/dns.md +++ b/docs-ref-services/latest/dns.md @@ -35,7 +35,7 @@ from azure.mgmt.dns import DnsManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -85,4 +85,4 @@ record_set = dns_client.record_sets.create_or_update( ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-dns) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-dns) diff --git a/docs-ref-services/latest/iot.md b/docs-ref-services/latest/iot.md index f8cd5d6cd3af..f0101acdc42d 100644 --- a/docs-ref-services/latest/iot.md +++ b/docs-ref-services/latest/iot.md @@ -28,7 +28,7 @@ from azure.mgmt.iothub import IotHubClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -73,4 +73,4 @@ iothub = async_iot_hub.result() # Blocking wait for creation ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-iothub) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-iothub) diff --git a/docs-ref-services/latest/notification-hubs.md b/docs-ref-services/latest/notification-hubs.md index 483531d91372..0905599b4ad1 100644 --- a/docs-ref-services/latest/notification-hubs.md +++ b/docs-ref-services/latest/notification-hubs.md @@ -27,7 +27,7 @@ from azure.mgmt.notificationhubs import NotificationHubsManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -59,4 +59,4 @@ print(output.is_availiable) # Yes, it's 'availiable', it's a typo in the REST AP ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-notificationhubs) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-notificationhubs) diff --git a/docs-ref-services/latest/scheduler.md b/docs-ref-services/latest/scheduler.md index ea4c6406f8b8..6954f5e98e06 100644 --- a/docs-ref-services/latest/scheduler.md +++ b/docs-ref-services/latest/scheduler.md @@ -31,7 +31,7 @@ from azure.mgmt.scheduler import SchedulerManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -71,4 +71,4 @@ scheduler_client.job_collections.create_or_update( ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-scheduler) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-scheduler) diff --git a/docs-ref-services/legacy/authorization.md b/docs-ref-services/legacy/authorization.md index 69f32771f720..77b787a6096d 100644 --- a/docs-ref-services/legacy/authorization.md +++ b/docs-ref-services/legacy/authorization.md @@ -29,7 +29,7 @@ from azure.mgmt.authorization import AuthorizationManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -59,4 +59,3 @@ permissions = self.authorization_client.permissions.list_for_resource_group( > [!div class="nextstepaction"] > [Explore the Management APIs](/python/api/overview/azure/authorization/management) - diff --git a/docs-ref-services/legacy/commerce.md b/docs-ref-services/legacy/commerce.md index 7d21867b0ffe..c1ca01c5a9e8 100644 --- a/docs-ref-services/legacy/commerce.md +++ b/docs-ref-services/legacy/commerce.md @@ -28,7 +28,7 @@ from azure.mgmt.commerce import UsageManagementClient from azure.common.credentials import UserPassCredentials # Replace this with your subscription id -subscription_id = '33333333-3333-3333-3333-333333333333' +subscription_id = 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' # See above for details on creating different types of AAD credentials credentials = UserPassCredentials( @@ -66,4 +66,3 @@ usage_iterator = commerce_client.usage_aggregates.list( > [!div class="nextstepaction"] > [Explore the Management APIs](/python/api/overview/azure/commerce/management) -