Skip to content

Commit

Permalink
Add Identity Storage Account ID param to sentinel values (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored May 28, 2021
1 parent 48af558 commit 354a98d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-devops/templates/set-testenv-sentinel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ steps:
"azext_iot_testhub": os.environ.get("AZEXT_IOT_TESTHUB", sentinel_value),
"azext_iot_testdps": os.environ.get("AZEXT_IOT_TESTDPS", sentinel_value),
"azext_iot_teststorageuri": os.environ.get("AZEXT_IOT_TESTSTORAGEURI", sentinel_value),
"azext_iot_identity_teststorageid": os.environ.get("AZEXT_IOT_IDENTITY_TESTSTORAGEID", sentinel_value),
"azext_iot_central_app_id": os.environ.get("AZEXT_IOT_CENTRAL_APP_ID", sentinel_value),
"azext_dt_ep_eventgrid_topic": os.environ.get("AZEXT_DT_EP_EVENTGRID_TOPIC", sentinel_value),
"azext_dt_ep_servicebus_namespace": os.environ.get("AZEXT_DT_EP_SERVICEBUS_NAMESPACE", sentinel_value),
Expand All @@ -39,6 +40,7 @@ steps:
AZEXT_IOT_TESTHUB: $(azext_iot_testhub)
AZEXT_IOT_TESTDPS: $(azext_iot_testdps)
AZEXT_IOT_TESTSTORAGEURI: $(azext_iot_teststorageuri)
AZEXT_IOT_IDENTITY_TESTSTORAGEID: $(azext_iot_identity_teststorageid)
AZEXT_IOT_CENTRAL_APP_ID: $(azext_iot_central_app_id)
AZEXT_DT_EP_EVENTGRID_TOPIC: $(azext_dt_ep_eventgrid_topic)
AZEXT_DT_EP_SERVICEBUS_NAMESPACE: $(azext_dt_ep_servicebus_namespace)
Expand Down

0 comments on commit 354a98d

Please sign in to comment.