Skip to content

Commit 3552ecb

Browse files
authored
[ApplicationInsights] Fix namespace and output folder for .NET (#19119)
Correct the namespace and output folder for .NET. NOTE: This could be a breaking change.
1 parent b6c4ce1 commit 3552ecb

File tree

1 file changed

+2
-2
lines changed
  • specification/applicationinsights/resource-manager

1 file changed

+2
-2
lines changed

specification/applicationinsights/resource-manager/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ csharp:
632632
azure-arm: true
633633
payload-flattening-threshold: 1
634634
license-header: MICROSOFT_MIT_NO_VERSION
635-
namespace: Microsoft.Azure.Management.ApplicationInsights.Management
636-
output-folder: $(csharp-sdks-folder)/applicationinsights/Microsoft.Azure.ApplicationInsights/src/Generated
635+
namespace: Microsoft.Azure.Management.ApplicationInsights
636+
output-folder: $(csharp-sdks-folder)/applicationinsights/Microsoft.Azure.Management.ApplicationInsights/src/Generated
637637
clear-output-folder: true
638638
```
639639

0 commit comments

Comments
 (0)