Fix position of configuration to keep order consistency

pull/167/head
Taro Kawazoe 5 years ago
parent 1e0f18024f
commit 933e3dfe62

@ -201,11 +201,6 @@ ALIASES = {
"KubernetesServices": "AKS", "KubernetesServices": "AKS",
}, },
}, },
"firebase": {
"grow": {
"Messaging": "FCM"
}
},
"gcp": { "gcp": {
"analytics": { "analytics": {
"Bigquery": "BigQuery", "Bigquery": "BigQuery",
@ -240,6 +235,11 @@ ALIASES = {
"Storage": "GCS", "Storage": "GCS",
}, },
}, },
"firebase": {
"grow": {
"Messaging": "FCM"
}
},
"k8s": { "k8s": {
"clusterconfig": { "clusterconfig": {
"Limits": "LimitRange", "Limits": "LimitRange",

Loading…
Cancel
Save