Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs-ref-services/preview/iot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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)
> [Explore the Management APIs](/python/api/azure-mgmt-iothub)
4 changes: 2 additions & 2 deletions docs-ref-services/preview/notification-hubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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)
> [Explore the Management APIs](/python/api/azure-mgmt-notificationhubs)
4 changes: 2 additions & 2 deletions docs-ref-services/preview/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -71,4 +71,4 @@ scheduler_client.job_collections.create_or_update(
```

> [!div class="nextstepaction"]
> [Explore the Management APIs](/python/api/azure-mgmt-scheduler)
> [Explore the Management APIs](/python/api/azure-mgmt-scheduler)