From e5783f0459f907b98cefb3232de5678a21325f80 Mon Sep 17 00:00:00 2001 From: "OpenPublishing.Build" Date: Tue, 3 Feb 2026 16:58:16 +0000 Subject: [PATCH] status --- docs-ref-services/preview/iot.md | 4 ++-- docs-ref-services/preview/notification-hubs.md | 4 ++-- docs-ref-services/preview/scheduler.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-ref-services/preview/iot.md b/docs-ref-services/preview/iot.md index 1917e89c473b..8cb276e3aea5 100644 --- a/docs-ref-services/preview/iot.md +++ b/docs-ref-services/preview/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/preview/notification-hubs.md b/docs-ref-services/preview/notification-hubs.md index f6d203d2e7ce..78ae94de753d 100644 --- a/docs-ref-services/preview/notification-hubs.md +++ b/docs-ref-services/preview/notification-hubs.md @@ -29,7 +29,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( @@ -61,4 +61,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/preview/scheduler.md b/docs-ref-services/preview/scheduler.md index ac44d2f9fac9..bbbdec8bcb8a 100644 --- a/docs-ref-services/preview/scheduler.md +++ b/docs-ref-services/preview/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)