From 36ee9090c2ffd25157733ba347f321bad7f45334 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Fri, 31 May 2019 17:49:51 -0700 Subject: [PATCH] Update use-dev-spaces command in pipeline_yaml --- samples/BikeSharingApp/Bikes/azds_pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/BikeSharingApp/Bikes/azds_pipeline.yaml b/samples/BikeSharingApp/Bikes/azds_pipeline.yaml index 0b3de1679..694255fdf 100644 --- a/samples/BikeSharingApp/Bikes/azds_pipeline.yaml +++ b/samples/BikeSharingApp/Bikes/azds_pipeline.yaml @@ -212,7 +212,7 @@ stages: azureSubscription: $(azureServiceConnection) scriptLocation: inlineScript inlineScript: | - az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerName) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update + az aks use-dev-spaces -n $(AZDSControllerName) -g $(AZDSControllerRG) -y -s $(k8sNamespace)/$(system.pullRequest.sourceBranch) --update azds up -d azds list-uris -o json azds list-uris -o json > $(AGENT.TEMPDIRECTORY)/azdsuri.txt