diff --git a/src/dotnet/Configuration/Catalog/AppConfigurationCatalog.cs b/src/dotnet/Configuration/Catalog/AppConfigurationCatalog.cs index 52e03267ea..80a2cc2c9a 100644 --- a/src/dotnet/Configuration/Catalog/AppConfigurationCatalog.cs +++ b/src/dotnet/Configuration/Catalog/AppConfigurationCatalog.cs @@ -509,7 +509,7 @@ public static class AppConfigurationCatalog new( key: AppConfigurationKeys.FoundationaLLM_APIs_GatewayAPI_APIUrl, - minimumVersion: "0.6.0", + minimumVersion: "0.7.0", defaultValue: "", description: "The URL of the Gateway API.", keyVaultSecretName: "", @@ -519,7 +519,7 @@ public static class AppConfigurationCatalog new( key: AppConfigurationKeys.FoundationaLLM_APIs_GatewayAPI_APIKey, - minimumVersion: "0.6.0", + minimumVersion: "0.7.0", defaultValue: "Key Vault secret name: `foundationallm-apis-gatewayapi-apikey`", description: "The API key of the Gateway API.", keyVaultSecretName: KeyVaultSecretNames.FoundationaLLM_APIs_GatewayAPI_APIKey, @@ -530,7 +530,7 @@ public static class AppConfigurationCatalog new( key: AppConfigurationKeys .FoundationaLLM_APIs_GatewayAPI_AppInsightsConnectionString, - minimumVersion: "0.6.0", + minimumVersion: "0.7.0", defaultValue: "Key Vault secret name: `foundationallm-app-insights-connection-string`", description: "The connection string to the Application Insights instance used by the vectorization API.", diff --git a/src/dotnet/Configuration/Catalog/KeyVaultSecretsCatalog.cs b/src/dotnet/Configuration/Catalog/KeyVaultSecretsCatalog.cs index 248f6b3e1d..0b009f95c4 100644 --- a/src/dotnet/Configuration/Catalog/KeyVaultSecretsCatalog.cs +++ b/src/dotnet/Configuration/Catalog/KeyVaultSecretsCatalog.cs @@ -97,7 +97,7 @@ public static class KeyVaultSecretsCatalog ), new ( secretName: KeyVaultSecretNames.FoundationaLLM_APIs_GatewayAPI_APIKey, - minimumVersion: "0.6.0", + minimumVersion: "0.7.0", description: "The API key of the Gateway API" ) ];