File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const (
1818 CDN = "cdn"
1919 Cert = "cert"
2020 Cloud = "cloud"
21+ ContainerRegistry = "containerregistry"
2122 Dataplatform = "dataplatform"
2223 DNS = "dns"
2324 Mongo = "mongo"
@@ -27,15 +28,14 @@ const (
2728
2829// products that have a location and will override the endpoint that is for each location
2930const (
30- ContainerRegistry = "containerregistry"
31- InMemoryDB = "inmemorydb"
32- Kafka = "kafka"
33- Logging = "logging"
34- Mariadb = "mariadb"
35- Monitoring = "monitoring"
36- NFS = "nfs"
37- ObjectStorage = "objectstorage"
38- VPN = "vpn"
31+ InMemoryDB = "inmemorydb"
32+ Kafka = "kafka"
33+ Logging = "logging"
34+ Mariadb = "mariadb"
35+ Monitoring = "monitoring"
36+ NFS = "nfs"
37+ ObjectStorage = "objectstorage"
38+ VPN = "vpn"
3939)
4040
4141// ClientOverrideOptions is a struct that represents the client override options
You can’t perform that action at this time.
0 commit comments