Skip to content

Commit

Permalink
update-applicationinsights-for-typescript.md (Azure#17374)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored and mstrisoline committed Feb 1, 2022
1 parent 11d2707 commit a535f24
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ typescript:
package-name: "@azure/arm-appinsights"
output-folder: "$(typescript-sdks-folder)/sdk/applicationinsights/arm-appinsights"
generate-metadata: true

directive:
# 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
from: aiOperations_API.json
where: $.paths
transform: delete $["/providers/Microsoft.Insights/operations"]
```

0 comments on commit a535f24

Please sign in to comment.