File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,6 +206,10 @@ stages:
206206 time az iot dps create -g $AZURE_RESOURCE_GROUP --name $AZURE_DPS_NAME -l $(AZURE_REGION)
207207 time az iot dps linked-hub create -g $AZURE_RESOURCE_GROUP --dps-name $AZURE_DPS_NAME --connection-string "$IOTHUB_CONNECTION_STRING"
208208
209+ echo ">>>>>"
210+ az iot dps connection-string show -g $AZURE_RESOURCE_GROUP --name $AZURE_DPS_NAME
211+ echo "<<<<<"
212+
209213 export DPS_CONNECTION_STRING=$(az iot dps connection-string show -g $AZURE_RESOURCE_GROUP --name $AZURE_DPS_NAME --pn provisioningserviceowner --query "connectionString" --output tsv)
210214 export DPS_ID_SCOPE=$(az iot dps show --name $AZURE_DPS_NAME -g $AZURE_RESOURCE_GROUP --query properties.idScope --output tsv)
211215 export DPS_HOSTNAME=$(az iot dps show --name $AZURE_DPS_NAME -g $AZURE_RESOURCE_GROUP --query properties.deviceProvisioningHostName --output tsv)
You can’t perform that action at this time.
0 commit comments