ARO-RP/pkg/api/subnets.go

12 строки
193 B
Go
Исходник Обычный вид История

2021-09-10 14:04:26 +03:00
package api
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
var (
SubnetsEndpoints = []string{
"Microsoft.ContainerRegistry",
"Microsoft.Storage",
}
)