Skip to content

Commit

Permalink
chore: Graphservice -> GraphService (#5098)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and dsgouda committed Feb 27, 2019
1 parent 7ddf818 commit 8360996
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Please also specify `--azure-libraries-for-java=<path to the root directory of y

``` yaml $(tag) == 'package-2018-12-03' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.EnterpriseKnowledgeGraphservice.v2018-12-03
output-folder: $(azure-libraries-for-java-folder)/EnterpriseKnowledgeGraphservice/resource-manager/v2018-12-03
namespace: com.microsoft.azure.management.EnterpriseKnowledgeGraphService.v2018-12-03
output-folder: $(azure-libraries-for-java-folder)/EnterpriseKnowledgeGraphService/resource-manager/v2018-12-03
regenerate-manager: true
generate-interface: true
```
Expand Down Expand Up @@ -88,4 +88,4 @@ csharp:
namespace: Microsoft.Azure.Management.EnterpriseKnowledgeGraphService
output-folder: $(csharp-sdks-folder)/EnterpriseKnowledgeGraphService/Microsoft.Azure.Management.EnterpriseKnowledgeGraphService/Generated
clear-output-folder: true
```
```

0 comments on commit 8360996

Please sign in to comment.