Skip to content

Commit c8770a4

Browse files
removing unnecessary characters from japan region codes (#471)
1 parent c6b0a4b commit c8770a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/pipelines/02-sap-workload-zone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ stages:
215215
"FRSO") LOCATION_IN_FILENAME="francesouth" ;;
216216
"GENO") LOCATION_IN_FILENAME="germanynorth" ;;
217217
"GEWC") LOCATION_IN_FILENAME="germanywest" ;;
218-
"JAEA") LOCATION_IN_FILENAME="japaneastst" ;;
219-
"JAWE") LOCATION_IN_FILENAME="japanwestst" ;;
218+
"JAEA") LOCATION_IN_FILENAME="japaneast" ;;
219+
"JAWE") LOCATION_IN_FILENAME="japanwest" ;;
220220
"JINC") LOCATION_IN_FILENAME="jioindiacentral" ;;
221221
"JINW") LOCATION_IN_FILENAME="jioindiawest" ;;
222222
"GENO") LOCATION_IN_FILENAME="germanynorth" ;;

0 commit comments

Comments
 (0)