Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 6131be7

Browse files
authored
Merge pull request #72 from robinsh/robinsh-code-0814
Update 'rules' in scripts to 'queries'.
2 parents f09765c + 4042c69 commit 6131be7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

iot-hub/Tutorials/Routing/SimulatedDevice/resources/iothub_msgenrichment_cli.azcli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This command retrieves the subscription id of the current Azure account.
2-
# This field is used when setting up the routing rules.
2+
# This field is used when setting up the routing queries.
33
subscriptionID=$(az account show --query id -o tsv)
44

55
# Concatenate this number onto the resources that have to be globally unique.

iot-hub/Tutorials/Routing/SimulatedDevice/resources/iothub_routing_cli.azcli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This command retrieves the subscription id of the current Azure account.
2-
# This field is used when setting up the routing rules.
2+
# This field is used when setting up the routing queries.
33
subscriptionID=$(az account show --query id -o tsv)
44

55
# Concatenate this number onto the resources that have to be globally unique.

iot-hub/Tutorials/Routing/SimulatedDevice/resources/iothub_routing_psh.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This retrieves the subscription id of the current Azure account.
2-
# This field is used when setting up the routing rules.
2+
# This field is used when setting up the routing queries.
33
$subscriptionID = (Get-AzureRmContext).Subscription.Id
44

55
# Concatenate this number onto the resources that have to be globally unique.

0 commit comments

Comments
 (0)