Don't default necessary values to empty strings#1772
Don't default necessary values to empty strings#1772jongio merged 3 commits intoAzure:mainfrom pamelafox:container-app-empty
Conversation
|
Made a couple more similar changes, done making changes now. |
|
/azp run azure-dev - template - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run azure-dev - repoman |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/1772View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/1772View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/1772View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/1772View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/1772View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/1772View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/1772View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/1772View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/1772View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/1772View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/1772View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/1772You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/1772View Changes | Compare Changes |
|
Some templates failed to deploy because of an unrelated issue. I investigated the errors and confirmed it was separate, provisioning actually succeeded in those cases, and for |
|
/check-enforcer override |
|
thanks @weikanglim for checking the tests out! |
…ibutes - Add telemetry to auth, config, env, hooks, templates, pipeline, monitor, show, infra commands - Add 16 new telemetry field constants for command-specific attributes - Fix user identity tracking with Anonymous account type fallback - Fix flaky TestStateCacheManager_TTL timing issue - Add audit documentation: feature matrix, schema, privacy checklist, audit process - Add telemetry field contract tests and CI coverage check Resolves #1772 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ibutes - Add telemetry to auth, config, env, hooks, templates, pipeline, monitor, show, infra commands - Add 16 new telemetry field constants for command-specific attributes - Fix user identity tracking with Anonymous account type fallback - Fix flaky TestStateCacheManager_TTL timing issue - Add audit documentation: feature matrix, schema, privacy checklist, audit process - Add telemetry field contract tests and CI coverage check Resolves #1772 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ibutes - Add telemetry to auth, config, env, hooks, templates, pipeline, monitor, show, infra commands - Add 16 new telemetry field constants for command-specific attributes - Fix user identity tracking with Anonymous account type fallback - Fix flaky TestStateCacheManager_TTL timing issue - Add audit documentation: feature matrix, schema, privacy checklist, audit process - Add telemetry field contract tests and CI coverage check Resolves #1772 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ibutes - Add telemetry to auth, config, env, hooks, templates, pipeline, monitor, show, infra commands - Add 16 new telemetry field constants for command-specific attributes - Fix user identity tracking with Anonymous account type fallback - Fix flaky TestStateCacheManager_TTL timing issue - Add audit documentation: feature matrix, schema, privacy checklist, audit process - Add telemetry field contract tests and CI coverage check Resolves #1772 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The template analyzer pointed out this issue with container-app.bicep, that it sets the names to empty strings that are later used to define existing resources. You can't define an existing resource with an empty string, so that's not a valid default value for it. These values always need to be set, as far as I can see.