Skip to content

Commit 997c7f0

Browse files
Merge pull request #774 from microsoft/psl-removetelemetryflag
chore: remove AZURE_DEV_COLLECT_TELEMETRY environment variable
2 parents 9f8c37d + e908959 commit 997c7f0

File tree

2 files changed

+48122
-5
lines changed

2 files changed

+48122
-5
lines changed

infra/main.bicep

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,10 +1350,6 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
13501350
{
13511351
name: 'AZURE_AI_AGENT_PROJECT_CONNECTION_STRING'
13521352
value: '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
1353-
}
1354-
{
1355-
name: 'AZURE_DEV_COLLECT_TELEMETRY'
1356-
value: 'no'
13571353
}
13581354
{
13591355
name: 'AZURE_BASIC_LOGGING_LEVEL'
@@ -1860,7 +1856,6 @@ output AZURE_AI_PROJECT_ENDPOINT string = aiFoundryAiProjectEndpoint
18601856
output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiProjectEndpoint
18611857
output AZURE_AI_AGENT_API_VERSION string = azureAiAgentAPIVersion
18621858
output AZURE_AI_AGENT_PROJECT_CONNECTION_STRING string = '${aiFoundryAiServicesResourceName}.services.ai.azure.com;${aiFoundryAiServicesSubscriptionId};${aiFoundryAiServicesResourceGroupName};${aiFoundryAiProjectResourceName}'
1863-
output AZURE_DEV_COLLECT_TELEMETRY string = 'no'
18641859

18651860

18661861
output AZURE_STORAGE_CONTAINER_NAME_RETAIL_CUSTOMER string = storageContainerNameRetailCustomer

0 commit comments

Comments
 (0)