Skip to content

Commit 784274f

Browse files
Normalize onto Python 3.14.2
1 parent daa8f5e commit 784274f

File tree

16 files changed

+37
-37
lines changed

16 files changed

+37
-37
lines changed

infrastructure/afd-apim-pe/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"metadata": {
5858
"kernelspec": {
59-
"display_name": ".venv (3.12.10)",
59+
"display_name": ".venv (3.14.2)",
6060
"language": "python",
6161
"name": "python3"
6262
},
@@ -70,7 +70,7 @@
7070
"name": "python",
7171
"nbconvert_exporter": "python",
7272
"pygments_lexer": "ipython3",
73-
"version": "3.12.10"
73+
"version": "3.14.2"
7474
}
7575
},
7676
"nbformat": 4,

infrastructure/apim-aca/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"metadata": {
5656
"kernelspec": {
57-
"display_name": ".venv (3.12.10)",
57+
"display_name": ".venv (3.14.2)",
5858
"language": "python",
5959
"name": "python3"
6060
},
@@ -68,7 +68,7 @@
6868
"name": "python",
6969
"nbconvert_exporter": "python",
7070
"pygments_lexer": "ipython3",
71-
"version": "3.12.10"
71+
"version": "3.14.2"
7272
}
7373
},
7474
"nbformat": 4,

infrastructure/appgw-apim-pe/clean-up.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"metadata": {
2828
"kernelspec": {
29-
"display_name": ".venv (3.12.10)",
29+
"display_name": ".venv (3.14.2)",
3030
"language": "python",
3131
"name": "python3"
3232
},
@@ -40,7 +40,7 @@
4040
"name": "python",
4141
"nbconvert_exporter": "python",
4242
"pygments_lexer": "ipython3",
43-
"version": "3.12.10"
43+
"version": "3.14.2"
4444
}
4545
},
4646
"nbformat": 4,

infrastructure/appgw-apim-pe/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"metadata": {
5858
"kernelspec": {
59-
"display_name": ".venv (3.12.10)",
59+
"display_name": ".venv (3.14.2)",
6060
"language": "python",
6161
"name": "python3"
6262
},
@@ -70,7 +70,7 @@
7070
"name": "python",
7171
"nbconvert_exporter": "python",
7272
"pygments_lexer": "ipython3",
73-
"version": "3.12.10"
73+
"version": "3.14.2"
7474
}
7575
},
7676
"nbformat": 4,

infrastructure/appgw-apim/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"metadata": {
5858
"kernelspec": {
59-
"display_name": ".venv (3.14.0)",
59+
"display_name": ".venv (3.14.2)",
6060
"language": "python",
6161
"name": "python3"
6262
},
@@ -70,7 +70,7 @@
7070
"name": "python",
7171
"nbconvert_exporter": "python",
7272
"pygments_lexer": "ipython3",
73-
"version": "3.14.0"
73+
"version": "3.14.2"
7474
}
7575
},
7676
"nbformat": 4,

infrastructure/simple-apim/clean-up.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"metadata": {
2828
"kernelspec": {
29-
"display_name": ".venv (3.12.10)",
29+
"display_name": ".venv (3.14.2)",
3030
"language": "python",
3131
"name": "python3"
3232
},
@@ -40,7 +40,7 @@
4040
"name": "python",
4141
"nbconvert_exporter": "python",
4242
"pygments_lexer": "ipython3",
43-
"version": "3.12.10"
43+
"version": "3.14.2"
4444
}
4545
},
4646
"nbformat": 4,

infrastructure/simple-apim/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"metadata": {
5656
"kernelspec": {
57-
"display_name": ".venv (3.12.10)",
57+
"display_name": ".venv (3.14.2)",
5858
"language": "python",
5959
"name": "python3"
6060
},
@@ -68,7 +68,7 @@
6868
"name": "python",
6969
"nbconvert_exporter": "python",
7070
"pygments_lexer": "ipython3",
71-
"version": "3.12.10"
71+
"version": "3.14.2"
7272
}
7373
},
7474
"nbformat": 4,

samples/_TEMPLATE/create.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"\n",
4040
"sample_folder = '_TEMPLATE'\n",
4141
"rg_name = get_infra_rg_name(deployment, index)\n",
42-
"supported_infras = [INFRASTRUCTURE.AFD_APIM_PE, INFRASTRUCTURE.APIM_ACA, INFRASTRUCTURE.SIMPLE_APIM]\n",
42+
"supported_infras = [INFRASTRUCTURE.AFD_APIM_PE, INFRASTRUCTURE.APIM_ACA, INFRASTRUCTURE.APPGW_APIM, INFRASTRUCTURE.APPGW_APIM_PE, INFRASTRUCTURE.SIMPLE_APIM]\n",
4343
"nb_helper = utils.NotebookHelper(sample_folder, rg_name, rg_location, deployment, supported_infras, index = index, apim_sku = apim_sku)\n",
4444
"\n",
4545
"# Define the APIs and their operations and policies\n",
@@ -146,9 +146,9 @@
146146
],
147147
"metadata": {
148148
"kernelspec": {
149-
"display_name": "APIM Samples Python 3.12",
149+
"display_name": ".venv (3.14.2)",
150150
"language": "python",
151-
"name": "apim-samples"
151+
"name": "python3"
152152
},
153153
"language_info": {
154154
"codemirror_mode": {
@@ -160,7 +160,7 @@
160160
"name": "python",
161161
"nbconvert_exporter": "python",
162162
"pygments_lexer": "ipython3",
163-
"version": "3.12.10"
163+
"version": "3.14.2"
164164
}
165165
},
166166
"nbformat": 4,

samples/authX-pro/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
],
251251
"metadata": {
252252
"kernelspec": {
253-
"display_name": ".venv (3.12.10)",
253+
"display_name": ".venv (3.14.2)",
254254
"language": "python",
255255
"name": "python3"
256256
},
@@ -264,7 +264,7 @@
264264
"name": "python",
265265
"nbconvert_exporter": "python",
266266
"pygments_lexer": "ipython3",
267-
"version": "3.12.10"
267+
"version": "3.14.2"
268268
}
269269
},
270270
"nbformat": 4,

samples/authX/create.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
],
199199
"metadata": {
200200
"kernelspec": {
201-
"display_name": ".venv (3.12.10)",
201+
"display_name": ".venv (3.14.2)",
202202
"language": "python",
203203
"name": "python3"
204204
},
@@ -212,7 +212,7 @@
212212
"name": "python",
213213
"nbconvert_exporter": "python",
214214
"pygments_lexer": "ipython3",
215-
"version": "3.12.10"
215+
"version": "3.14.2"
216216
}
217217
},
218218
"nbformat": 4,

0 commit comments

Comments
 (0)