File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/iot-operations/get-started-end-to-end-sample Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ az deployment group create --subscription $SUBSCRIPTION_ID --resource-group $RES
114
114
# [ PowerShell] ( #tab/powershell )
115
115
116
116
``` powershell
117
- # wget https://dev.azure .com/msazure/One/_git/azure -iot-operations-tests?path=/.pipelines/bicep /quickstart.bicep -O quickstart.bicep
117
+ Invoke-WebRequest -Uri https://raw.githubusercontent .com/Azure-Samples/explore -iot-operations/release-m3/samples/quickstarts /quickstart.bicep -OutFile quickstart.bicep
118
118
119
119
$AIO_EXTENSION_NAME = (az k8s-extension list -g $RESOURCE_GROUP --cluster-name $CLUSTER_NAME --cluster-type connectedClusters --query "[?extensionType == 'microsoft.iotoperations'].id" -o tsv) -split '/' | Select-Object -Last 1
120
120
$AIO_INSTANCE_NAME = $(az iot ops list -g $RESOURCE_GROUP --query "[0].name" -o tsv)
You can’t perform that action at this time.
0 commit comments