Skip to content

Commit be5a429

Browse files
authored
enable installing AI Foundry extension (#1114)
1 parent 584d795 commit be5a429

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/azureExtensions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ export const azureExtensions: IAzExtMetadata[] = [
136136
publisher: 'TeamsDevApp',
137137
label: 'Azure AI Foundry',
138138
resourceTypes: [AzExtResourceType.AiFoundry],
139-
reportIssueCommandId: 'azure-ai-extension.reportIssue',
140-
private: true
139+
reportIssueCommandId: 'azure-ai-foundry.reportIssue'
141140
},
142141
];
143142

0 commit comments

Comments
 (0)