Skip to content

Commit 95f947f

Browse files
authored
Update all azureresourceschema.md (#13114)
1 parent adf4870 commit 95f947f

File tree

23 files changed

+375
-26
lines changed

23 files changed

+375
-26
lines changed

specification/alertsmanagement/resource-manager/readme.azureresourceschema.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-alertsmanagement-2021-01-01-preview
910
- tag: schema-alertsmanagement-2020-08-04-preview
1011
- tag: schema-alertsmanagement-2019-06-01
1112
- tag: schema-alertsmanagement-2019-05-05-preview
@@ -17,6 +18,18 @@ batch:
1718

1819
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
1920

21+
### Tag: schema-alertsmanagement-2021-01-01-preview and azureresourceschema
22+
23+
``` yaml $(tag) == 'schema-alertsmanagement-2021-01-01-preview' && $(azureresourceschema)
24+
output-folder: $(azureresourceschema-folder)/schemas
25+
26+
# all the input files in this apiVersion
27+
input-file:
28+
- Microsoft.AlertsManagement/preview/2021-01-01-preview/AlertsManagement.json
29+
- Microsoft.AlertsManagement/preview/2021-01-01-preview/MigrateFromSmartDetections.json
30+
31+
```
32+
2033
### Tag: schema-alertsmanagement-2020-08-04-preview and azureresourceschema
2134

2235
``` yaml $(tag) == 'schema-alertsmanagement-2020-08-04-preview' && $(azureresourceschema)

specification/apimanagement/resource-manager/readme.azureresourceschema.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-apimanagement-2020-12-01
910
- tag: schema-apimanagement-2020-06-01-preview
1011
- tag: schema-apimanagement-2019-12-01-preview
1112
- tag: schema-apimanagement-2019-12-01
@@ -20,6 +21,55 @@ batch:
2021

2122
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
2223

24+
### Tag: schema-apimanagement-2020-12-01 and azureresourceschema
25+
26+
``` yaml $(tag) == 'schema-apimanagement-2020-12-01' && $(azureresourceschema)
27+
output-folder: $(azureresourceschema-folder)/schemas
28+
29+
# all the input files in this apiVersion
30+
input-file:
31+
- Microsoft.ApiManagement/stable/2020-12-01/apimanagement.json
32+
- Microsoft.ApiManagement/stable/2020-12-01/apimapis.json
33+
- Microsoft.ApiManagement/stable/2020-12-01/apimapisByTags.json
34+
- Microsoft.ApiManagement/stable/2020-12-01/apimapiversionsets.json
35+
- Microsoft.ApiManagement/stable/2020-12-01/apimauthorizationservers.json
36+
- Microsoft.ApiManagement/stable/2020-12-01/apimbackends.json
37+
- Microsoft.ApiManagement/stable/2020-12-01/apimcaches.json
38+
- Microsoft.ApiManagement/stable/2020-12-01/apimcertificates.json
39+
- Microsoft.ApiManagement/stable/2020-12-01/apimcontenttypes.json
40+
- Microsoft.ApiManagement/stable/2020-12-01/apimdeletedservices.json
41+
- Microsoft.ApiManagement/stable/2020-12-01/apimdeployment.json
42+
- Microsoft.ApiManagement/stable/2020-12-01/apimdiagnostics.json
43+
- Microsoft.ApiManagement/stable/2020-12-01/apimemailtemplates.json
44+
- Microsoft.ApiManagement/stable/2020-12-01/apimgateways.json
45+
- Microsoft.ApiManagement/stable/2020-12-01/apimgroups.json
46+
- Microsoft.ApiManagement/stable/2020-12-01/apimidentityprovider.json
47+
- Microsoft.ApiManagement/stable/2020-12-01/apimissues.json
48+
- Microsoft.ApiManagement/stable/2020-12-01/apimloggers.json
49+
- Microsoft.ApiManagement/stable/2020-12-01/apimnamedvalues.json
50+
- Microsoft.ApiManagement/stable/2020-12-01/apimnetworkstatus.json
51+
- Microsoft.ApiManagement/stable/2020-12-01/apimnotifications.json
52+
- Microsoft.ApiManagement/stable/2020-12-01/apimopenidconnectproviders.json
53+
- Microsoft.ApiManagement/stable/2020-12-01/apimpolicies.json
54+
- Microsoft.ApiManagement/stable/2020-12-01/apimpolicydescriptions.json
55+
- Microsoft.ApiManagement/stable/2020-12-01/apimportalrevisions.json
56+
- Microsoft.ApiManagement/stable/2020-12-01/apimportalsettings.json
57+
- Microsoft.ApiManagement/stable/2020-12-01/apimproducts.json
58+
- Microsoft.ApiManagement/stable/2020-12-01/apimproductsByTags.json
59+
- Microsoft.ApiManagement/stable/2020-12-01/apimquotas.json
60+
- Microsoft.ApiManagement/stable/2020-12-01/apimregions.json
61+
- Microsoft.ApiManagement/stable/2020-12-01/apimreports.json
62+
- Microsoft.ApiManagement/stable/2020-12-01/apimsettings.json
63+
- Microsoft.ApiManagement/stable/2020-12-01/apimskus.json
64+
- Microsoft.ApiManagement/stable/2020-12-01/apimsubscriptions.json
65+
- Microsoft.ApiManagement/stable/2020-12-01/apimtagresources.json
66+
- Microsoft.ApiManagement/stable/2020-12-01/apimtags.json
67+
- Microsoft.ApiManagement/stable/2020-12-01/apimtenant.json
68+
- Microsoft.ApiManagement/stable/2020-12-01/apimusers.json
69+
- Microsoft.ApiManagement/stable/2020-12-01/definitions.json
70+
71+
```
72+
2373
### Tag: schema-apimanagement-2020-06-01-preview and azureresourceschema
2474

2575
``` yaml $(tag) == 'schema-apimanagement-2020-06-01-preview' && $(azureresourceschema)
@@ -59,6 +109,7 @@ input-file:
59109
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimregions.json
60110
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimreports.json
61111
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimsettings.json
112+
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimskus.json
62113
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimsubscriptions.json
63114
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimtagresources.json
64115
- Microsoft.ApiManagement/preview/2020-06-01-preview/apimtags.json

specification/authorization/resource-manager/readme.azureresourceschema.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ batch:
1010
- tag: schema-authorization-2021-01-01-preview
1111
- tag: schema-authorization-2020-10-01-preview
1212
- tag: schema-authorization-2020-04-01-preview
13+
- tag: schema-authorization-2020-03-01-preview
1314
- tag: schema-authorization-2018-09-01-preview
1415
- tag: schema-authorization-2018-07-01-preview
1516
- tag: schema-authorization-2018-05-01-preview
@@ -33,6 +34,17 @@ input-file:
3334

3435
```
3536

37+
### Tag: schema-authorization-2021-01-01-preview and azureresourceschema
38+
39+
``` yaml $(tag) == 'schema-authorization-2021-01-01-preview' && $(azureresourceschema)
40+
output-folder: $(azureresourceschema-folder)/schemas
41+
42+
# all the input files in this apiVersion
43+
input-file:
44+
- Microsoft.Authorization/preview/2021-01-01-preview/authorization-RoleAssignmentApprovalCalls.json
45+
46+
```
47+
3648
### Tag: schema-authorization-2020-10-01-preview and azureresourceschema
3749

3850
``` yaml $(tag) == 'schema-authorization-2020-10-01-preview' && $(azureresourceschema)
@@ -62,6 +74,23 @@ input-file:
6274

6375
```
6476

77+
### Tag: schema-authorization-2020-03-01-preview and azureresourceschema
78+
79+
``` yaml $(tag) == 'schema-authorization-2020-03-01-preview' && $(azureresourceschema)
80+
output-folder: $(azureresourceschema-folder)/schemas
81+
82+
# all the input files in this apiVersion
83+
input-file:
84+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-ClassicAdminCalls.json
85+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-ElevateAccessCalls.json
86+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-ProviderOperationsCalls.json
87+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-RoleDefinitionsCalls.json
88+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-DenyAssignmentGetCalls.json
89+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-RoleAssignmentsCalls.json
90+
- Microsoft.Authorization/preview/2020-03-01-preview/authorization-PermissionsCalls.json
91+
92+
```
93+
6594
### Tag: schema-authorization-2018-09-01-preview and azureresourceschema
6695

6796
``` yaml $(tag) == 'schema-authorization-2018-09-01-preview' && $(azureresourceschema)
@@ -144,14 +173,3 @@ input-file:
144173
- Microsoft.Authorization/preview/2015-06-01/authorization-ClassicAdminCalls.json
145174

146175
```
147-
148-
### Tag: schema-authorization-2021-01-01-preview and azureresourceschema
149-
150-
``` yaml $(tag) == 'schema-authorization-2021-01-01-preview' && $(azureresourceschema)
151-
output-folder: $(azureresourceschema-folder)/schemas
152-
153-
# all the input files in this apiVersion
154-
input-file:
155-
- Microsoft.Authorization/preview/2021-01-01-preview/authorization-RoleAssignmentApprovalCalls.json
156-
157-
```

specification/azurestack/resource-manager/readme.azureresourceschema.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,29 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-azurestack-2020-06-01-preview
910
- tag: schema-azurestack-2017-06-01
11+
- tag: schema-azurestack-2016-01-01
1012

1113
```
1214

1315
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
1416

17+
### Tag: schema-azurestack-2020-06-01-preview and azureresourceschema
18+
19+
``` yaml $(tag) == 'schema-azurestack-2020-06-01-preview' && $(azureresourceschema)
20+
output-folder: $(azureresourceschema-folder)/schemas
21+
22+
# all the input files in this apiVersion
23+
input-file:
24+
- Microsoft.AzureStack/preview/2020-06-01-preview/AzureStack.json
25+
- Microsoft.AzureStack/preview/2020-06-01-preview/CustomerSubscription.json
26+
- Microsoft.AzureStack/preview/2020-06-01-preview/Product.json
27+
- Microsoft.AzureStack/preview/2020-06-01-preview/Registration.json
28+
- Microsoft.AzureStack/preview/2020-06-01-preview/LinkedSubscription.json
29+
30+
```
31+
1532
### Tag: schema-azurestack-2017-06-01 and azureresourceschema
1633

1734
``` yaml $(tag) == 'schema-azurestack-2017-06-01' && $(azureresourceschema)
@@ -25,3 +42,16 @@ input-file:
2542
- Microsoft.AzureStack/stable/2017-06-01/CustomerSubscription.json
2643

2744
```
45+
46+
### Tag: schema-azurestack-2016-01-01 and azureresourceschema
47+
48+
``` yaml $(tag) == 'schema-azurestack-2016-01-01' && $(azureresourceschema)
49+
output-folder: $(azureresourceschema-folder)/schemas
50+
51+
# all the input files in this apiVersion
52+
input-file:
53+
- Microsoft.AzureStack/stable/2016-01-01/AzureStack.json
54+
- Microsoft.AzureStack/stable/2016-01-01/Product.json
55+
- Microsoft.AzureStack/stable/2016-01-01/Registration.json
56+
57+
```

specification/cosmos-db/resource-manager/readme.azureresourceschema.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-documentdb-2021-01-15
910
- tag: schema-documentdb-2020-09-01
1011
- tag: schema-documentdb-2020-06-01-preview
1112
- tag: schema-documentdb-2020-04-01
@@ -23,6 +24,20 @@ batch:
2324

2425
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
2526

27+
### Tag: schema-documentdb-2021-01-15 and azureresourceschema
28+
29+
``` yaml $(tag) == 'schema-documentdb-2021-01-15' && $(azureresourceschema)
30+
output-folder: $(azureresourceschema-folder)/schemas
31+
32+
# all the input files in this apiVersion
33+
input-file:
34+
- Microsoft.DocumentDB/stable/2021-01-15/cosmos-db.json
35+
- Microsoft.DocumentDB/stable/2021-01-15/notebook.json
36+
- Microsoft.DocumentDB/stable/2021-01-15/privateLinkResources.json
37+
- Microsoft.DocumentDB/stable/2021-01-15/privateEndpointConnection.json
38+
39+
```
40+
2641
### Tag: schema-documentdb-2020-09-01 and azureresourceschema
2742

2843
``` yaml $(tag) == 'schema-documentdb-2020-09-01' && $(azureresourceschema)

specification/cost-management/resource-manager/readme.azureresourceschema.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-costmanagement-2020-12-01-preview
910
- tag: schema-costmanagement-2020-06-01
1011
- tag: schema-costmanagement-2020-03-01-preview
1112
- tag: schema-costmanagement-2019-11-01
@@ -22,15 +23,26 @@ batch:
2223

2324
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
2425

26+
### Tag: schema-costmanagement-2020-12-01-preview and azureresourceschema
27+
28+
``` yaml $(tag) == 'schema-costmanagement-2020-12-01-preview' && $(azureresourceschema)
29+
output-folder: $(azureresourceschema-folder)/schemas
30+
31+
# all the input files in this apiVersion
32+
input-file:
33+
- Microsoft.CostManagement/preview/2020-12-01-preview/costmanagement.generatedetailedcostreport.json
34+
35+
```
36+
2537
### Tag: schema-costmanagement-2020-06-01 and azureresourceschema
2638

2739
``` yaml $(tag) == 'schema-costmanagement-2020-06-01' && $(azureresourceschema)
2840
output-folder: $(azureresourceschema-folder)/schemas
2941

3042
# all the input files in this apiVersion
3143
input-file:
32-
- Microsoft.CostManagement/stable/2020-06-01/costmanagement.json
3344
- Microsoft.CostManagement/stable/2020-06-01/costmanagement.exports.json
45+
- Microsoft.CostManagement/stable/2020-06-01/costmanagement.json
3446

3547
```
3648

specification/databoxedge/resource-manager/readme.azureresourceschema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ batch:
1818

1919
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
2020

21-
2221
### Tag: schema-databoxedge-2020-12-01 and azureresourceschema
2322

2423
``` yaml $(tag) == 'schema-databoxedge-2020-12-01' && $(azureresourceschema)
@@ -27,8 +26,9 @@ output-folder: $(azureresourceschema-folder)/schemas
2726
# all the input files in this apiVersion
2827
input-file:
2928
- Microsoft.DataBoxEdge/stable/2020-12-01/databoxedge.json
30-
29+
3130
```
31+
3232
### Tag: schema-databoxedge-2020-09-01-preview and azureresourceschema
3333

3434
``` yaml $(tag) == 'schema-databoxedge-2020-09-01-preview' && $(azureresourceschema)

specification/datashare/resource-manager/readme.azureresourceschema.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,37 @@ These settings apply only when `--azureresourceschema` is specified on the comma
66

77
``` yaml $(azureresourceschema) && $(multiapi)
88
batch:
9+
- tag: schema-datashare-2020-10-01-preview
10+
- tag: schema-datashare-2020-09-01
911
- tag: schema-datashare-2019-11-01
1012
- tag: schema-datashare-2018-11-01-preview
1113

1214
```
1315

1416
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
1517

18+
### Tag: schema-datashare-2020-10-01-preview and azureresourceschema
19+
20+
``` yaml $(tag) == 'schema-datashare-2020-10-01-preview' && $(azureresourceschema)
21+
output-folder: $(azureresourceschema-folder)/schemas
22+
23+
# all the input files in this apiVersion
24+
input-file:
25+
- Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json
26+
27+
```
28+
29+
### Tag: schema-datashare-2020-09-01 and azureresourceschema
30+
31+
``` yaml $(tag) == 'schema-datashare-2020-09-01' && $(azureresourceschema)
32+
output-folder: $(azureresourceschema-folder)/schemas
33+
34+
# all the input files in this apiVersion
35+
input-file:
36+
- Microsoft.DataShare/stable/2020-09-01/DataShare.json
37+
38+
```
39+
1640
### Tag: schema-datashare-2019-11-01 and azureresourceschema
1741

1842
``` yaml $(tag) == 'schema-datashare-2019-11-01' && $(azureresourceschema)

specification/desktopvirtualization/resource-manager/readme.azureresourceschema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ batch:
1515
- tag: schema-desktopvirtualization-2019-12-10-preview
1616
- tag: schema-desktopvirtualization-2019-09-24-preview
1717
- tag: schema-desktopvirtualization-2019-01-23-preview
18+
1819
```
1920

2021
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## AzureResourceSchema
2+
3+
These settings apply only when `--azureresourceschema` is specified on the command line.
4+
5+
### AzureResourceSchema multi-api
6+
7+
``` yaml $(azureresourceschema) && $(multiapi)
8+
batch: []
9+
10+
```
11+
12+
Please also specify `--azureresourceschema-folder=<path to the root directory of your azure-resource-manager-schemas clone>`.

0 commit comments

Comments
 (0)