|
2326 | 2326 | "visible": "[bool(steps('section_autoScaling').enableAutoscaling)]"
|
2327 | 2327 | }
|
2328 | 2328 | ]
|
| 2329 | + }, |
| 2330 | + { |
| 2331 | + "name": "tags", |
| 2332 | + "label": "Tags", |
| 2333 | + "elements": [ |
| 2334 | + { |
| 2335 | + "name": "tagsByResource", |
| 2336 | + "type": "Microsoft.Common.TagsByResource", |
| 2337 | + "resources": [ |
| 2338 | + "${identifier.managedClusters}", |
| 2339 | + "${identifier.applicationGateways}", |
| 2340 | + "${identifier.registries}", |
| 2341 | + "${identifier.virtualMachines}", |
| 2342 | + "${identifier.virtualMachinesExtensions}", |
| 2343 | + "${identifier.virtualNetworks}", |
| 2344 | + "${identifier.networkInterfaces}", |
| 2345 | + "${identifier.networkSecurityGroups}", |
| 2346 | + "${identifier.publicIPAddresses}", |
| 2347 | + "${identifier.storageAccounts}", |
| 2348 | + "${identifier.vaults}", |
| 2349 | + "${identifier.userAssignedIdentities}", |
| 2350 | + "${identifier.dnszones}", |
| 2351 | + "${identifier.workspaces}", |
| 2352 | + "${identifier.accounts}", |
| 2353 | + "${identifier.deploymentScripts}" |
| 2354 | + ], |
| 2355 | + "toolTip": "Tags help you organize your resources and categorize them for billing or management purposes. You can apply tags to resources deployed by the offer." |
| 2356 | + } |
| 2357 | + ] |
2329 | 2358 | }
|
2330 | 2359 | ],
|
2331 | 2360 | "outputs": {
|
|
2425 | 2454 | "wlsImageTag": "[if(equals(steps('section_aks').imageInfo.oracleImageSelector, 'others'), steps('section_aks').imageInfo.fromOracleImage, steps('section_aks').imageInfo.oracleImageSelector)]",
|
2426 | 2455 | "wlsJavaOption": "[basics('basicsOptional').wlsJavaOption]",
|
2427 | 2456 | "wlsPassword": "[basics('basicsRequired').wlsPassword]",
|
2428 |
| - "wlsUserName": "[basics('basicsRequired').wlsUserName]" |
| 2457 | + "wlsUserName": "[basics('basicsRequired').wlsUserName]", |
| 2458 | + "tagsByResource": "[steps('tags').tagsByResource]" |
2429 | 2459 | }
|
2430 | 2460 | }
|
2431 | 2461 | }
|
0 commit comments