Skip to content

Commit d2097f4

Browse files
Remove erronous apimSku passing
1 parent de8fb33 commit d2097f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

samples/general/create.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"\n",
7171
"# Define the Bicep parameters with serialized APIs\n",
7272
"bicep_parameters = {\n",
73-
" 'apis' : { 'value': [api.to_dict() for api in apis] },\n",
74-
" 'apimSku': { 'value': 'Developer' }\n",
73+
" 'apis' : { 'value': [api.to_dict() for api in apis] }\n",
7574
"}\n",
7675
"\n",
7776
"# Execute the deployment using the utility function that handles working directory management\n",
@@ -136,4 +135,4 @@
136135
},
137136
"nbformat": 4,
138137
"nbformat_minor": 2
139-
}
138+
}

0 commit comments

Comments
 (0)