We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d146ab commit 9d14eb0Copy full SHA for 9d14eb0
infrastructure/simple-apim/create.ipynb
@@ -74,8 +74,8 @@
74
"\n",
75
"# 1) Define the Bicep parameters with serialized APIs\n",
76
"bicep_parameters = {\n",
77
- " 'apimSku': {'value': apim_sku.value},\n",
78
- " 'apis': {'value': [api.to_dict() for api in apis]}\n",
+ " 'apimSku' : {'value': apim_sku.value},\n",
+ " 'apis' : {'value': [api.to_dict() for api in apis]}\n",
79
"}\n",
80
81
"# 2) Run the deployment\n",
0 commit comments