Skip to content

Commit 1c58843

Browse files
authored
[summarize-impact] Add test cases and fixtures (#36542)
1 parent a022fd2 commit 1c58843

File tree

20 files changed

+4646
-0
lines changed

20 files changed

+4646
-0
lines changed

eng/tools/summarize-impact/test/fixtures/default/after/specification/contosowidgermanager2/resource-manager/Microsoft.Contoso/stable/2021-11-01/contoso.json

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# contosowidgermanager 2
2+
3+
> see https://aka.ms/autorest
4+
This is the AutoRest configuration file for Contoso.
5+
6+
## Getting Started
7+
8+
To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run:
9+
10+
> `autorest readme.md`
11+
To see additional help and options, run:
12+
13+
> `autorest --help`
14+
For other options on installation see [Installing AutoRest](https://aka.ms/autorest/install) on the AutoRest github page.
15+
16+
---
17+
18+
## Configuration
19+
20+
```yaml
21+
suppressions:
22+
- code: AvoidAnonymousTypes
23+
```
24+
25+
### Basic Information
26+
27+
These are the global settings for the containerstorage.
28+
29+
```yaml
30+
openapi-type: arm
31+
openapi-subtype: rpaas
32+
tag: package-2021-11-01
33+
```
34+
35+
### Tag: package-2021-11-01
36+
37+
These settings apply only when `--tag=package-2021-11-01` is specified on the command line.
38+
39+
```yaml $(tag) == 'package-2021-11-01'
40+
input-file:
41+
- Microsoft.Contoso/stable/2021-11-01/contoso.json
42+
```
43+
44+
---

0 commit comments

Comments
 (0)