Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.66.0-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.65.0...0.66.0-alpha.1) (2023-05-03)


### Features

* add new regions ([6e79b4d](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/6e79b4dbc6d1adb8f6c2893e5c4e8fb03b0060c3))

# [0.65.0](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.4...0.65.0) (2023-03-06)


### Features

* **CG-1324:** add azure network watcher ([ba18765](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/ba18765c4bdc11cd2e25316b6f6bd727934b1257))

# [0.65.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.4...0.65.0-beta.1) (2023-03-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/cg-provider-azure",
"version": "0.65.0-beta.1",
"version": "0.66.0-alpha.1",
"description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
42 changes: 42 additions & 0 deletions src/enums/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const regionMap = {
eastUs2Euap: 'eastus2euap',
westUs: 'westus',
westUs2: 'westus2',
westUs3: 'westus3',
westUsStage: 'westusstage',
westUs2Stage: 'westus2stage',
westCentralUs: 'westcentralus',
Expand All @@ -20,6 +21,7 @@ export const regionMap = {
centralUsEuap: 'centraluseuap',
northCentralus: 'northcentralus',
northCentralUsStage: 'northcentralusstage',
unitedStatesEuap: 'unitedstateseuap',
// Canada
canada: 'canada',
canadaCentral: 'canadacentral',
Expand All @@ -37,6 +39,7 @@ export const regionMap = {
eastAsia: 'eastasia',
eastAsiaStage: 'eastasiastage',
southeastAsiaStage: 'southeastasiastage',
singapore: 'singapore',
// Europe
europe: 'europe',
northEurope: 'northeurope',
Expand All @@ -49,11 +52,18 @@ export const regionMap = {
norwayEast: 'norwayeast',
switzerlandNorth: 'switzerlandnorth',
switzerlandWest: 'switzerlandwest',
polandCentral: 'polandcentral',
swedenCentral: 'swedenCentral',
france: 'france',
germany: 'germany',
norway: 'norway',
switzerland: 'switzerland',
// Uk
uk: 'uk',
ukWest: 'ukwest',
ukSouth: 'uksouth',
// Africa
southAfrica: 'southafrica',
southAfricaWest: 'southafricawest',
southAfricaNorth: 'southafricanorth',
// India
Expand All @@ -68,13 +78,17 @@ export const regionMap = {
// Korea
koreaSouth: 'koreasouth',
koreaCentral: 'koreacentral',
korea: 'korea',
// Brazil
brazil: 'brazil',
brazilSouth: 'brazilsouth',
brazilSouthEast: 'brazilsoutheast',
brazilUs: 'brazilus',
// UAE
uaeCentral: 'uaecentral',
uaeNorth: 'uaenorth',
uae: 'uae',
qatarCentral: 'qatarcentral',
}

const {
Expand All @@ -91,6 +105,7 @@ const {
westUs2,
westUsStage,
westUs2Stage,
westUs3,
westCentralUs,
southCentralUs,
southCentralUsStage,
Expand All @@ -99,6 +114,7 @@ const {
centralUsEuap,
northCentralus,
northCentralUsStage,
unitedStatesEuap,
// Canada
canada,
canadaCentral,
Expand All @@ -116,6 +132,7 @@ const {
eastAsia,
eastAsiaStage,
southeastAsiaStage,
singapore,
// Europe
europe,
northEurope,
Expand All @@ -128,13 +145,20 @@ const {
norwayEast,
switzerlandNorth,
switzerlandWest,
polandCentral,
swedenCentral,
france,
germany,
norway,
switzerland,
// Uk
uk,
ukWest,
ukSouth,
// Africa
southAfricaWest,
southAfricaNorth,
southAfrica,
// India
india,
westIndia,
Expand All @@ -147,13 +171,17 @@ const {
// Korea
koreaSouth,
koreaCentral,
korea,
// Brazil
brazil,
brazilSouth,
brazilSouthEast,
brazilUs,
// UAE
uaeCentral,
uaeNorth,
uae,
qatarCentral,
} = regionMap

export default [
Expand All @@ -170,6 +198,7 @@ export default [
westUs2,
westUsStage,
westUs2Stage,
westUs3,
westCentralUs,
southCentralUs,
southCentralUsStage,
Expand All @@ -178,6 +207,7 @@ export default [
centralUsEuap,
northCentralus,
northCentralUsStage,
unitedStatesEuap,
// Canada
canada,
canadaCentral,
Expand All @@ -195,6 +225,7 @@ export default [
eastAsia,
eastAsiaStage,
southeastAsiaStage,
singapore,
// Europe
europe,
northEurope,
Expand All @@ -207,13 +238,20 @@ export default [
norwayEast,
switzerlandNorth,
switzerlandWest,
polandCentral,
swedenCentral,
france,
germany,
norway,
switzerland,
// Uk
uk,
ukWest,
ukSouth,
// Africa
southAfricaWest,
southAfricaNorth,
southAfrica,
// India
india,
westIndia,
Expand All @@ -226,11 +264,15 @@ export default [
// Korea
koreaSouth,
koreaCentral,
korea,
// Brazil
brazil,
brazilSouth,
brazilSouthEast,
brazilUs,
// UAE
uaeCentral,
uaeNorth,
uae,
qatarCentral,
]