Skip to content

Commit d29e6eb

Browse files
authored
update-applicationinsights-for-typescript.md (#17374)
1 parent cabd74e commit d29e6eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/applicationinsights/resource-manager/readme.typescript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ typescript:
99
package-name: "@azure/arm-appinsights"
1010
output-folder: "$(typescript-sdks-folder)/sdk/applicationinsights/arm-appinsights"
1111
generate-metadata: true
12+
13+
directive:
14+
# Duplicate OperationId Operations_List is detected in Microsoft.Insights/stable/2015-05-01/aiOperations_API.json and Microsoft.Insights/preview/2020-06-02-preview/livetoken_API.json
15+
from: aiOperations_API.json
16+
where: $.paths
17+
transform: delete $["/providers/Microsoft.Insights/operations"]
1218
```
19+
20+

0 commit comments

Comments
 (0)