Small cleanup (#6526)
This commit is contained in:
parent
b2c133f43a
commit
ccfdc87473
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user