src/ai/commands/init_command.cs (12 lines): - line 91: // POST-IGNITE: TODO: add ability to init deployments - line 92: // TODO: ensure that deployments in "openai" flow can be skipped - line 120: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 218: // TODO: If there's a way to get the deployments, get them, and do this... Print correct stuff here... - line 430: //Selected = subscriptionId, // TODO PRIVACY REVIEW: can include this? - line 441: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 468: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 517: // TODO FIXME: There was a bug in the what used to one method call that was split into two. Namely when allowCreate == true and allowPick == false, - line 534: // if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 573: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 677: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support - line 708: if (!interactive) ThrowInteractiveNotSupportedApplicationException(); // POST-IGNITE: TODO: Add back non-interactive mode support src/extensions/speech_extension/commands/intent_command.cs (3 lines): - line 20: // TODO: should support PhraseListGrammars - line 21: // TODO: should support Pattern Matching - line 22: // TODO: support auto source language detection, and other source language detection scenarios once carbon does w/intent recognizer src/common/details/azcli/AzCli.cs (3 lines): - line 505: Endpoint = $"https://{name}.search.windows.net" // TODO: Need to find official way of getting this - line 551: x.Payload[i].Endpoint = $"https://{x.Payload[i].Name}.search.windows.net"; // TODO: Need to find official way of getting this - line 560: // TODO: What kind should we use here? src/extensions/speech_extension/commands/dialog_command.cs (3 lines): - line 16: // TODO: should support continuous - line 17: // TODO: should support connect/disconnect - line 18: // TODO: find other things it should support by comparing with RecognizeCommand src/common/details/ai_python_generative_sdk/AiSdkConsoleGui_PickOrCreate_AiHubProject.cs (1 line): - line 102: // TODO set selected? src/common/details/named_values/named_values.cs (1 line): - line 70: // TODO Should we have a TryGet pattern instead to avoid double lookups? src/common/details/helpers/python_runner.cs (1 line): - line 227: // TODO FIXME Longer term we really shouldn't be wrapping calls to python in cmd /c python src/extensions/speech_extension/helpers/output_helper.cs (1 line): - line 2143: // TODO: add other result types src/ai/commands/search_command.cs (1 line): - line 69: case "search.index.create": DoIndexUpdate(); break; // POST-IGNITE: TODO: Implement create separately from update src/telemetry/aria/AriaEventSerializer.cs (1 line): - line 27: // TODO this could be optimized by generating and caching the dynamic code to do this generation