File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 " ,
Original file line number Diff line number Diff line change 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 " ,
Original file line number Diff line number Diff line change 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 " ,
You can’t perform that action at this time.
0 commit comments