Skip to content

Commit 6094774

Browse files
nschonniveronicagg
authored andcommitted
chore: Renormalize line endings in other files (#5596)
* hore: Renormalize line endings in preview releases Ran `git add --renormalize **/preview/**` * chore: Renormalize line endings in other files Ran `git add --renormalize .`
1 parent 95599ea commit 6094774

File tree

465 files changed

+76523
-76523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+76523
-76523
lines changed

profiles/ResourceSchemas.md

Lines changed: 291 additions & 291 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
## Go
2-
3-
These settings apply only when `--go` is specified on the command line.
4-
5-
``` yaml $(go)
6-
go:
7-
license-header: MICROSOFT_APACHE_NO_VERSION
8-
namespace: adhybridhealthservice
9-
clear-output-folder: true
10-
```
11-
12-
### Go multi-api
13-
14-
``` yaml $(go) && $(multiapi)
15-
batch:
16-
- tag: package-2014-01
17-
```
18-
19-
### Tag: package-2014-01 and go
20-
21-
These settings apply only when `--tag=package-2014-01 --go` is specified on the command line.
22-
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23-
24-
``` yaml $(tag) == 'package-2014-01' && $(go)
25-
output-folder: $(go-sdk-folder)/services/adhybridhealthservice/mgmt/2014-01-01/adhybridhealthservice
26-
```
1+
## Go
2+
3+
These settings apply only when `--go` is specified on the command line.
4+
5+
``` yaml $(go)
6+
go:
7+
license-header: MICROSOFT_APACHE_NO_VERSION
8+
namespace: adhybridhealthservice
9+
clear-output-folder: true
10+
```
11+
12+
### Go multi-api
13+
14+
``` yaml $(go) && $(multiapi)
15+
batch:
16+
- tag: package-2014-01
17+
```
18+
19+
### Tag: package-2014-01 and go
20+
21+
These settings apply only when `--tag=package-2014-01 --go` is specified on the command line.
22+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23+
24+
``` yaml $(tag) == 'package-2014-01' && $(go)
25+
output-folder: $(go-sdk-folder)/services/adhybridhealthservice/mgmt/2014-01-01/adhybridhealthservice
26+
```
Lines changed: 112 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,112 @@
1-
# ADHybridHealthService
2-
3-
> see https://aka.ms/autorest
4-
5-
This is the AutoRest configuration file for ADHybridHealthService.
6-
7-
8-
9-
---
10-
## Getting Started
11-
To build the SDK for ADHybridHealthService, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
12-
13-
> `autorest`
14-
15-
To see additional help and options, run:
16-
17-
> `autorest --help`
18-
---
19-
20-
## Configuration
21-
22-
23-
24-
### Basic Information
25-
These are the global settings for the ADHybridHealthService API.
26-
27-
``` yaml
28-
openapi-type: arm
29-
tag: package-2014-01
30-
```
31-
32-
33-
### Tag: package-2014-01
34-
35-
These settings apply only when `--tag=package-2014-01` is specified on the command line.
36-
37-
``` yaml $(tag) == 'package-2014-01'
38-
input-file:
39-
- Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json
40-
```
41-
42-
---
43-
# Code Generation
44-
45-
46-
## Swagger to SDK
47-
48-
This section describes what SDK should be generated by the automatic system.
49-
This is not used by Autorest itself.
50-
51-
``` yaml $(swagger-to-sdk)
52-
swagger-to-sdk:
53-
- repo: azure-sdk-for-python
54-
- repo: azure-sdk-for-java
55-
- repo: azure-sdk-for-go
56-
- repo: azure-sdk-for-node
57-
```
58-
59-
60-
## Python
61-
62-
These settings apply only when `--python` is specified on the command line.
63-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
64-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
65-
66-
``` yaml $(python)
67-
python-mode: create
68-
python:
69-
azure-arm: true
70-
license-header: MICROSOFT_MIT_NO_VERSION
71-
payload-flattening-threshold: 2
72-
namespace: azure.mgmt.adhybridhealthservice
73-
package-name: azure-mgmt-adhybridhealthservice
74-
package-version: 1.0.1
75-
clear-output-folder: true
76-
```
77-
``` yaml $(python) && $(python-mode) == 'update'
78-
python:
79-
no-namespace-folders: true
80-
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice
81-
```
82-
``` yaml $(python) && $(python-mode) == 'create'
83-
python:
84-
basic-setup-py: true
85-
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice
86-
```
87-
88-
89-
## Go
90-
91-
See configuration in [readme.go.md](./readme.go.md)
92-
93-
## Java
94-
95-
These settings apply only when `--java` is specified on the command line.
96-
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
97-
98-
``` yaml $(java)
99-
azure-arm: true
100-
fluent: true
101-
namespace: com.microsoft.azure.management.adhybridhealthservice
102-
license-header: MICROSOFT_MIT_NO_CODEGEN
103-
payload-flattening-threshold: 1
104-
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-adhybridhealthservice
105-
directive:
106-
- rename-operation:
107-
from: addsService_getMetrics
108-
to: addsServices_getMetrics
109-
- rename-operation:
110-
from: service_getMetrics
111-
to: services_getMetrics
112-
```
1+
# ADHybridHealthService
2+
3+
> see https://aka.ms/autorest
4+
5+
This is the AutoRest configuration file for ADHybridHealthService.
6+
7+
8+
9+
---
10+
## Getting Started
11+
To build the SDK for ADHybridHealthService, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
12+
13+
> `autorest`
14+
15+
To see additional help and options, run:
16+
17+
> `autorest --help`
18+
---
19+
20+
## Configuration
21+
22+
23+
24+
### Basic Information
25+
These are the global settings for the ADHybridHealthService API.
26+
27+
``` yaml
28+
openapi-type: arm
29+
tag: package-2014-01
30+
```
31+
32+
33+
### Tag: package-2014-01
34+
35+
These settings apply only when `--tag=package-2014-01` is specified on the command line.
36+
37+
``` yaml $(tag) == 'package-2014-01'
38+
input-file:
39+
- Microsoft.ADHybridHealthService\stable\2014-01-01\ADHybridHealthService.json
40+
```
41+
42+
---
43+
# Code Generation
44+
45+
46+
## Swagger to SDK
47+
48+
This section describes what SDK should be generated by the automatic system.
49+
This is not used by Autorest itself.
50+
51+
``` yaml $(swagger-to-sdk)
52+
swagger-to-sdk:
53+
- repo: azure-sdk-for-python
54+
- repo: azure-sdk-for-java
55+
- repo: azure-sdk-for-go
56+
- repo: azure-sdk-for-node
57+
```
58+
59+
60+
## Python
61+
62+
These settings apply only when `--python` is specified on the command line.
63+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
64+
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
65+
66+
``` yaml $(python)
67+
python-mode: create
68+
python:
69+
azure-arm: true
70+
license-header: MICROSOFT_MIT_NO_VERSION
71+
payload-flattening-threshold: 2
72+
namespace: azure.mgmt.adhybridhealthservice
73+
package-name: azure-mgmt-adhybridhealthservice
74+
package-version: 1.0.1
75+
clear-output-folder: true
76+
```
77+
``` yaml $(python) && $(python-mode) == 'update'
78+
python:
79+
no-namespace-folders: true
80+
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice
81+
```
82+
``` yaml $(python) && $(python-mode) == 'create'
83+
python:
84+
basic-setup-py: true
85+
output-folder: $(python-sdks-folder)/azure-mgmt-adhybridhealthservice
86+
```
87+
88+
89+
## Go
90+
91+
See configuration in [readme.go.md](./readme.go.md)
92+
93+
## Java
94+
95+
These settings apply only when `--java` is specified on the command line.
96+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
97+
98+
``` yaml $(java)
99+
azure-arm: true
100+
fluent: true
101+
namespace: com.microsoft.azure.management.adhybridhealthservice
102+
license-header: MICROSOFT_MIT_NO_CODEGEN
103+
payload-flattening-threshold: 1
104+
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-adhybridhealthservice
105+
directive:
106+
- rename-operation:
107+
from: addsService_getMetrics
108+
to: addsServices_getMetrics
109+
- rename-operation:
110+
from: service_getMetrics
111+
to: services_getMetrics
112+
```

specification/advisor/resource-manager/Microsoft.Advisor/preview/2016-07-12-preview/advisor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,4 +622,4 @@
622622
"security": [{
623623
"azure_auth": ["user_impersonation"]
624624
}]
625-
}
625+
}

0 commit comments

Comments
 (0)