File tree Expand file tree Collapse file tree
BuildScriptGenerator.Common
startupscriptgenerator/src/common/consts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static class SdkStorageConstants
2525 // ACR-based SDK distribution constants
2626 public const string EnableAcrSdkProviderKey = "ORYX_ENABLE_ACR_SDK_PROVIDER" ;
2727 public const string AcrSdkRegistryUrlKeyName = "ORYX_ACR_SDK_REGISTRY_URL" ;
28- public const string DefaultAcrSdkRegistryUrl = "https://oryxsdks .azurecr.io" ;
28+ public const string DefaultAcrSdkRegistryUrl = "https://oryxacr .azurecr.io" ;
2929 public const string AcrSdkRepositoryPrefix = "sdks" ;
3030 public const string AcrDefaultVersionTag = "default" ;
3131 public const string AcrCatalogTag = "catalog" ;
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ const OsTypeMetadataName string = "Os_type"
2222// ACR-based SDK distribution constants
2323const EnableAcrSdkProviderKey string = "ORYX_ENABLE_ACR_SDK_PROVIDER"
2424const AcrSdkRegistryUrlKeyName string = "ORYX_ACR_SDK_REGISTRY_URL"
25- const DefaultAcrSdkRegistryUrl string = "https://oryxsdks .azurecr.io"
25+ const DefaultAcrSdkRegistryUrl string = "https://oryxacr .azurecr.io"
2626const AcrSdkRepositoryPrefix string = "sdks"
You can’t perform that action at this time.
0 commit comments