зеркало из https://github.com/Azure/ARO-RP.git
12 строки
193 B
Go
12 строки
193 B
Go
|
package api
|
||
|
|
||
|
// Copyright (c) Microsoft Corporation.
|
||
|
// Licensed under the Apache License 2.0.
|
||
|
|
||
|
var (
|
||
|
SubnetsEndpoints = []string{
|
||
|
"Microsoft.ContainerRegistry",
|
||
|
"Microsoft.Storage",
|
||
|
}
|
||
|
)
|