Small cleanup (#6526)

This commit is contained in:
gearama 2025-04-14 16:22:28 -07:00 committed by GitHub
parent b2c133f43a
commit ccfdc87473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ elseif(NOT AZ_ALL_LIBRARIES)
endif()
endif()
option(AZURE_TSP_KV_KEYS_GEN3 "Generate KeyVault Keys from TypeSpec" ON)
option(AZURE_TSP_KV_KEYS_GEN "Generate KeyVault Keys from TypeSpec" OFF)
message("KeyVault Secrets TSP Generation ${AZURE_TSP_KV_KEYS_GEN}")
if(AZURE_TSP_KV_KEYS_GEN)

View File

@ -32,7 +32,7 @@ include(AzureBuildTargetForCI)
# Add create_map_file function
include(CreateMapFile)
option(AZURE_TSP_KV_SECRETS_GEN3 "Generate KeyVault Secrets from TypeSpec" ON)
option(AZURE_TSP_KV_SECRETS_GEN "Generate KeyVault Secrets from TypeSpec" OFF)
message("KeyVault Secrets TSP Generation ${AZURE_TSP_KV_SECRETS_GEN}")
if(AZURE_TSP_KV_SECRETS_GEN)