From e5cd992373a8a208bb61af300772f026113a1bde Mon Sep 17 00:00:00 2001 From: RaymondL Date: Wed, 19 Sep 2018 11:07:06 -0700 Subject: [PATCH] Removed subscription id --- .../11.production-deploy-to-aks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb b/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb index bc300341..720dccbf 100644 --- a/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb +++ b/01.getting-started/11.production-deploy-to-aks/11.production-deploy-to-aks.ipynb @@ -218,7 +218,7 @@ "source": [ "'''\n", "# Use the default configuration (can also provide parameters to customize)\n", - "resource_id = '/subscriptions/92c76a2f-0e1c-4216-b65e-abf7a3f34c1e/resourcegroups/raymondsdk0604/providers/Microsoft.ContainerService/managedClusters/my-aks-0605d37425356b7d01'\n", + "resource_id = '/subscriptions//resourcegroups//providers/Microsoft.ContainerService/managedClusters/'\n", "\n", "create_name='my-existing-aks' \n", "# Create the cluster\n",