Skip to content

Commit

Permalink
update with new locations
Browse files Browse the repository at this point in the history
  • Loading branch information
BALAGA-GAYATRI authored Nov 23, 2022
1 parent 50de486 commit ff9f3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TaskParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TaskParameters {
this.managedImageLocation = "";
this.galleryImageId = "";
this.distImageTags = "";
var locations = ["eastus", "eastus2", "westcentralus", "westus", "westus2", "southcentralus", "northeurope", "westeurope", "southeastasia", "australiasoutheast", "australia", "uksouth", "ukwest" ];
var locations = ["eastus", "eastus2", "westcentralus", "westus", "westus2", "westus3", "southcentralus", "northeurope", "westeurope", "southeastasia", "australiasoutheast", "australiaeast", "uksouth", "ukwest", "brazilsouth", "canadacentral", "centralindia", "centralus", "francecentral", "germanywestcentral", "japaneast", "northcentralus", "norwayeast", "switzerlandnorth", "jioindiawest", "uaenorth", "eastasia", "koreacentral", "southafricanorth", "usgovarizona", "usgovvirginia"];
console.log("start reading task parameters...");
this.imagebuilderTemplateName = tl.getInput(constants.ImageBuilderTemplateName);
if (this.imagebuilderTemplateName.indexOf(".json") > -1) {
Expand Down

0 comments on commit ff9f3c0

Please sign in to comment.