Skip to content

Commit b88cacf

Browse files
Fix function call for Bicep deployment in Azure Maps sample notebook
1 parent 7232be5 commit b88cacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/azure-maps/create.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
" raise SystemExit(1)\n",
8989
"\n",
9090
"# 3) Run the deployment\n",
91-
"output = utils.create_bicep_deployment_group(sample_folder, rg_name, rg_location, bicep_parameters)\n",
91+
"output = utils.create_bicep_deployment_group_for_sample(sample_folder, rg_name, rg_location, bicep_parameters)\n",
9292
"\n",
9393
"# 4) Print a deployment summary, if successful; otherwise, exit with an error\n",
9494
"if not output.success:\n",

0 commit comments

Comments
 (0)