Skip to content

Commit

Permalink
Merge branch 'master' into add-albrequestcountpertarget-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 22, 2025
2 parents cbc177e + 3005516 commit f586a23
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,11 @@ angular
populateTags(serverGroup.launchConfig.instanceTemplate.properties.tags, command);
populateLabels(serverGroup.instanceTemplateLabels, command);
populateAuthScopes(serverGroup.launchConfig.instanceTemplate.properties.serviceAccounts, command);
populateResourceManagerTags(
serverGroup.launchConfig.instanceTemplate.properties.resourceManagerTags,
command,
);
populatePartnerMetadata(serverGroup.launchConfig.instanceTemplate.properties.partnerMetadata, command);

return populateDisksFromExisting(serverGroup.launchConfig.instanceTemplate.properties.disks, command).then(
function () {
Expand Down

0 comments on commit f586a23

Please sign in to comment.