Skip to content

Commit 1d0f587

Browse files
author
REDMOND\lakshv
committed
Add readme.md + prettier
1 parent 228bfb5 commit 1d0f587

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4046,9 +4046,9 @@
40464046
"type": "object",
40474047
"properties": {
40484048
"enabledSubscriptions": {
4049-
"type":"array",
4049+
"type": "array",
40504050
"items": {
4051-
"type":"string"
4051+
"type": "string"
40524052
}
40534053
}
40544054
},

specification/providerhub/resource-manager/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ openapi-subtype: rpaas
3030
tag: package-2020-11-20
3131
```
3232
33+
### Tag: package-2021-09-01-preview
34+
35+
These settings apply only when `--tag=package-2021-09-01-preview` is specified on the command line.
36+
37+
```yaml $(tag) == 'package-2021-09-01-preview'
38+
input-file:
39+
- Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json
40+
directive:
41+
- suppress: R4009
42+
from: providerhub.json
43+
reason: This version doesn't support systemData.
44+
```
45+
3346
### Tag: package-2021-06-01-preview
3447

3548
These settings apply only when `--tag=package-2021-06-01-preview` is specified on the command line.

0 commit comments

Comments
 (0)