You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/_TEMPLATE/create.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@
78
78
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
Copy file name to clipboardExpand all lines: samples/authX-pro/create.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@
129
129
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
Copy file name to clipboardExpand all lines: samples/authX/create.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@
103
103
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
Copy file name to clipboardExpand all lines: samples/general/create.ipynb
+5-18Lines changed: 5 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -68,27 +68,14 @@
68
68
"source": [
69
69
"import utils\n",
70
70
"\n",
71
-
"# 1) Define the Bicep parameters with serialized APIs\n",
71
+
"# Define the Bicep parameters with serialized APIs\n",
72
72
"bicep_parameters = {\n",
73
-
" 'apis': {'value': [api.to_dict() for api in apis]}\n",
73
+
" 'apis' : { 'value': [api.to_dict() for api in apis] },\n",
74
+
" 'apimSku': { 'value': 'Developer' }\n",
74
75
"}\n",
75
76
"\n",
76
-
"# 2) Infrastructure must be in place before samples can be layered on top\n",
77
-
"if not utils.does_resource_group_exist(rg_name):\n",
78
-
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
Copy file name to clipboardExpand all lines: samples/load-balancing/create.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@
84
84
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
Copy file name to clipboardExpand all lines: samples/secure-blob-access/create.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,8 @@
131
131
" utils.print_error(f'The specified infrastructure resource group and its resources must exist first. Please check that the user-defined parameters above are correctly referencing an existing infrastructure. If it does not yet exist, run the desired infrastructure in the /infra/ folder first.')\n",
0 commit comments