Skip to content

Commit

Permalink
Fixing namespace config (Azure#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored and sergey-shandar committed May 31, 2019
1 parent 8d1d0fb commit 85ca88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/resources/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ csharp:
clear-output-folder: true
```
``` yaml $(csharp) && !$(multiapi) && !(csharp-profile)
``` yaml $(csharp) && !$(multiapi) && !$(csharp-profile)
namespace: Microsoft.Azure.Management.ResourceManager
output-folder: $(csharp-sdks-folder)/Resource/Management.ResourceManager/Generated

Expand Down Expand Up @@ -386,4 +386,4 @@ batch:
- tag: package-policy-2016-12
- tag: package-locks-2016-09
- tag: package-resources-2018-05
```
```

0 comments on commit 85ca88d

Please sign in to comment.