Skip to content

Commit 4db018a

Browse files
authored
[Azure Stack] Updates to Azs.Keyvault.Admin spec (#8974)
* Cumulative commit message: commit 9e551f0 Author: bganapa <[email protected]> Date: Tue Nov 12 11:44:22 2019 -0800 Reset to Stackadmin2 (#7766) * Add autorest gen info to readme.md
1 parent 922a160 commit 4db018a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AutoRest v3 generators
2+
3+
> see https://aka.ms/autorest
4+
5+
``` yaml
6+
input-file:
7+
- $(this-folder)/Microsoft.KeyVault.Admin/preview/2017-02-01-preview/KeyVault.json
8+
- $(this-folder)/Microsoft.KeyVault.Admin/preview/2017-02-01-preview/Quotas.json
9+
```

specification/azsadmin/resource-manager/keyvault/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ csharp:
5252
clear-output-folder: true
5353
```
5454

55-
## Multi-API/Profile support for AutoRest v3 generators
55+
## Multi-API/Profile support for AutoRest v3 generators
5656

5757
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
5858

5959
This block is updated by an automatic script. Edits may be lost!
6060

6161
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
62+
6263
# include the azure profile definitions from the standard location
6364
require: $(this-folder)/../../../../profiles/readme.md
6465
@@ -73,7 +74,6 @@ If there are files that should not be in the `all-api-versions` set,
7374
uncomment the `exclude-file` section below and add the file paths.
7475

7576
``` yaml $(tag) == 'all-api-versions'
76-
#exclude-file:
77+
#exclude-file:
7778
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
7879
```
79-

0 commit comments

Comments
 (0)