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 de8fb33 commit d2097f4Copy full SHA for d2097f4
samples/general/create.ipynb
@@ -70,8 +70,7 @@
70
"\n",
71
"# Define the Bicep parameters with serialized APIs\n",
72
"bicep_parameters = {\n",
73
- " 'apis' : { 'value': [api.to_dict() for api in apis] },\n",
74
- " 'apimSku': { 'value': 'Developer' }\n",
+ " 'apis' : { 'value': [api.to_dict() for api in apis] }\n",
75
"}\n",
76
77
"# Execute the deployment using the utility function that handles working directory management\n",
@@ -136,4 +135,4 @@
136
135
},
137
"nbformat": 4,
138
"nbformat_minor": 2
139
-}
+}
0 commit comments