Skip to content

Commit cfb7e38

Browse files
Refine infrastructure tags
1 parent 33373a1 commit cfb7e38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/afd-apim/create.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"\n",
3030
"# 2) Service-defined parameters (please do not change these unless you know what you're doing)\n",
3131
"rg_name = utils.get_infra_rg_name(deployment, index)\n",
32-
"rg_tags = {'infrastructure' : deployment.value}\n",
32+
"rg_tags = utils.build_infrastructure_tags(deployment)\n",
3333
"apim_network_mode = APIMNetworkMode.EXTERNAL_VNET\n",
3434
"\n",
3535
"# 3) Define the APIs and their operations and policies\n",

infrastructure/apim-aca/create.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"# 2) Service-defined parameters (please do not change these)\n",
3030
"rg_name = utils.get_infra_rg_name(deployment, index)\n",
31-
"rg_tags = {'infrastructure' : deployment.value}\n",
31+
"rg_tags = utils.build_infrastructure_tags(deployment)\n",
3232
"\n",
3333
"# 3) Define the APIs and their operations and policies\n",
3434
"\n",

infrastructure/simple-apim/create.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"\n",
2929
"# 2) Service-defined parameters (please do not change these)\n",
3030
"rg_name = utils.get_infra_rg_name(deployment, index)\n",
31-
"rg_tags = {'infrastructure' : deployment.value}\n",
31+
"rg_tags = utils.build_infrastructure_tags(deployment)\n",
3232
"\n",
3333
"# 3) Define the APIs and their operations and policies\n",
3434
"\n",

0 commit comments

Comments
 (0)