Skip to content

Commit

Permalink
fix: Change zone name in the mass update user zone script (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski authored Sep 17, 2024
1 parent f4d7a8c commit 1a1d603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Mass Update User Zones/Mass_Update_User_Zones.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ param (
Japan = "100004" #Japan with in region uploads/downloads/previews
Canada = "100005" #Canada
JapanSingapore = "100007" #Japan/Singapore with in region uploads/downloads/previews
UKGermany = "100008" #UK/Germany
GermanyUK = "100008" #Germany/UK
UK = "100009" #UK with in region uploads/downloads/previews
France = "100012" #France
}
Expand Down
2 changes: 1 addition & 1 deletion examples/Mass Update User Zones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you would like to use Admin Console for zone assignment, see [here](https://s
Japan = "100004" #Japan with in region uploads/downloads/previews
Canada = "100005" #Canada
JapanSingapore = "100007" #Japan/Singapore with in region uploads/downloads/previews
UKGermany = "100008" #UK/Germany
GermanyUK = "100008" #Germany/UK
UK = "100009" #UK with in region uploads/downloads/previews
France = "100012" #France
}
Expand Down

0 comments on commit 1a1d603

Please sign in to comment.