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

Commit

Permalink
Merge pull request #72 from robinsh/robinsh-code-0814
Browse files Browse the repository at this point in the history
Update 'rules' in scripts to 'queries'.
  • Loading branch information
robinsh committed Aug 15, 2019
2 parents f09765c + 4042c69 commit 6131be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This command retrieves the subscription id of the current Azure account.
# This field is used when setting up the routing rules.
# This field is used when setting up the routing queries.
subscriptionID=$(az account show --query id -o tsv)

# Concatenate this number onto the resources that have to be globally unique.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This command retrieves the subscription id of the current Azure account.
# This field is used when setting up the routing rules.
# This field is used when setting up the routing queries.
subscriptionID=$(az account show --query id -o tsv)

# Concatenate this number onto the resources that have to be globally unique.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This retrieves the subscription id of the current Azure account.
# This field is used when setting up the routing rules.
# This field is used when setting up the routing queries.
$subscriptionID = (Get-AzureRmContext).Subscription.Id

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

0 comments on commit 6131be7

Please sign in to comment.