Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Renormalize line endings in other files
Ran `git add --renormalize .`
  • Loading branch information
nschonni committed Apr 11, 2019
commit 4e30062226eaf93ae5f6d5ae1bfcad674e198ee9
582 changes: 291 additions & 291 deletions profiles/ResourceSchemas.md

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions specification/adhybridhealthservice/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
## Go
These settings apply only when `--go` is specified on the command line.
``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: adhybridhealthservice
clear-output-folder: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2014-01
```
### Tag: package-2014-01 and go
These settings apply only when `--tag=package-2014-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
``` yaml $(tag) == 'package-2014-01' && $(go)
output-folder: $(go-sdk-folder)/services/adhybridhealthservice/mgmt/2014-01-01/adhybridhealthservice
```
## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: adhybridhealthservice
clear-output-folder: true
```

### Go multi-api

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2014-01
```

### Tag: package-2014-01 and go

These settings apply only when `--tag=package-2014-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2014-01' && $(go)
output-folder: $(go-sdk-folder)/services/adhybridhealthservice/mgmt/2014-01-01/adhybridhealthservice
```
224 changes: 112 additions & 112 deletions specification/adhybridhealthservice/resource-manager/readme.md
Original file line number Diff line number Diff line change
@@ -1,112 +1,112 @@
# ADHybridHealthService
> see https://aka.ms/autorest
This is the AutoRest configuration file for ADHybridHealthService.
---
## Getting Started
To build the SDK for ADHybridHealthService, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
> `autorest`
To see additional help and options, run:
> `autorest --help`
---
## Configuration
### Basic Information
These are the global settings for the ADHybridHealthService API.
``` yaml
openapi-type: arm
tag: package-2014-01
```
### Tag: package-2014-01
These settings apply only when `--tag=package-2014-01` is specified on the command line.
``` yaml $(tag) == 'package-2014-01'
input-file:
- Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json
```
---
# Code Generation
## Swagger to SDK
This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```
## Python
These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.adhybridhealthservice
package-name: azure-mgmt-adhybridhealthservice
package-version: 1.0.1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice
```
## Go
See configuration in [readme.go.md](./readme.go.md)
## Java
These settings apply only when `--java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.adhybridhealthservice
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-adhybridhealthservice
directive:
- rename-operation:
from: addsService_getMetrics
to: addsServices_getMetrics
- rename-operation:
from: service_getMetrics
to: services_getMetrics
```
# ADHybridHealthService

> see https://aka.ms/autorest

This is the AutoRest configuration file for ADHybridHealthService.



---
## Getting Started
To build the SDK for ADHybridHealthService, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`

To see additional help and options, run:

> `autorest --help`
---

## Configuration



### Basic Information
These are the global settings for the ADHybridHealthService API.

``` yaml
openapi-type: arm
tag: package-2014-01
```


### Tag: package-2014-01

These settings apply only when `--tag=package-2014-01` is specified on the command line.

``` yaml $(tag) == 'package-2014-01'
input-file:
- Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json
```

---
# Code Generation


## Swagger to SDK

This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

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


## Python

These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.adhybridhealthservice
package-name: azure-mgmt-adhybridhealthservice
package-version: 1.0.1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice
```


## Go

See configuration in [readme.go.md](./readme.go.md)

## Java

These settings apply only when `--java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.

``` yaml $(java)
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.adhybridhealthservice
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-adhybridhealthservice
directive:
- rename-operation:
from: addsService_getMetrics
to: addsServices_getMetrics
- rename-operation:
from: service_getMetrics
to: services_getMetrics
```
Loading