We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d23d6 commit 4bc26deCopy full SHA for 4bc26de
src/AzureAppConfigurationImpl.ts
@@ -659,6 +659,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
659
#setAIConfigurationTracing(setting: ConfigurationSetting<string>): void {
660
if (this.#requestTracingEnabled && this.#aiConfigurationTracing !== undefined) {
661
const contentType = parseContentType(setting.contentType);
662
+ // content type: application/json; profile="https://azconfig.io/mime-profiles/ai"
663
if (isJsonContentType(contentType)) {
664
const profile = contentType?.parameters["profile"];
665
if (profile === undefined) {
0 commit comments