Skip to content

Commit

Permalink
Added missing c# configuration in HealthcareApis readme.md (#6890)
Browse files Browse the repository at this point in the history
* Added the missing C# configuration in readme.md

* Updated the namespace and autorest version
  • Loading branch information
poadhika authored and mmyyrroonn committed Aug 8, 2019
1 parent c95d295 commit e2873d1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions specification/healthcareapis/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To see additional help and options, run:


### Basic Information
These are the global settings for the HANA on Azure API.
These are the global settings for HealthcareApis service.

``` yaml
title: HealthcareApisManagementClient
Expand Down Expand Up @@ -52,12 +52,26 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
```

## C#

These settings apply only when `--csharp` is specified on the command line.
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.

``` yaml $(csharp)
csharp:
# last generated with AutoRest.2.0.4144
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.HealthcareApis
output-folder: $(csharp-sdks-folder)/healthcareapis/Microsoft.Azure.Management.HealthcareApis/src/Generated
clear-output-folder: true
```
## Python

See configuration in [readme.python.md](./readme.python.md)
Expand Down

0 comments on commit e2873d1

Please sign in to comment.