|
48 | 48 | "type" |
49 | 49 | ], |
50 | 50 | "description": "Microsoft.Advisor/configurations" |
51 | | - }, |
52 | | - "recommendations_suppressions": { |
| 51 | + } |
| 52 | + }, |
| 53 | + "subscription_resourceDefinitions": { |
| 54 | + "configurations": { |
53 | 55 | "type": "object", |
54 | 56 | "properties": { |
55 | 57 | "apiVersion": { |
|
58 | 60 | "2017-04-19" |
59 | 61 | ] |
60 | 62 | }, |
| 63 | + "id": { |
| 64 | + "type": "string", |
| 65 | + "description": "The resource Id of the configuration resource." |
| 66 | + }, |
61 | 67 | "name": { |
62 | 68 | "type": "string", |
63 | | - "description": "The name of the suppression." |
| 69 | + "enum": [ |
| 70 | + "configurations" |
| 71 | + ] |
64 | 72 | }, |
65 | 73 | "properties": { |
66 | 74 | "oneOf": [ |
67 | 75 | { |
68 | | - "$ref": "#/definitions/SuppressionProperties" |
| 76 | + "$ref": "#/definitions/ConfigDataProperties" |
69 | 77 | }, |
70 | 78 | { |
71 | 79 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
72 | 80 | } |
73 | 81 | ], |
74 | | - "description": "The properties of the suppression." |
| 82 | + "description": "The list of property name/value pairs." |
75 | 83 | }, |
76 | 84 | "type": { |
77 | 85 | "type": "string", |
78 | 86 | "enum": [ |
79 | | - "Microsoft.Advisor/suppressions" |
| 87 | + "Microsoft.Advisor/configurations" |
80 | 88 | ] |
81 | 89 | } |
82 | 90 | }, |
|
86 | 94 | "properties", |
87 | 95 | "type" |
88 | 96 | ], |
89 | | - "description": "Microsoft.Advisor/suppressions" |
| 97 | + "description": "Microsoft.Advisor/configurations" |
90 | 98 | } |
91 | 99 | }, |
92 | | - "subscription_resourceDefinitions": { |
93 | | - "configurations": { |
| 100 | + "unknown_resourceDefinitions": { |
| 101 | + "recommendations_suppressions": { |
94 | 102 | "type": "object", |
95 | 103 | "properties": { |
96 | 104 | "apiVersion": { |
|
99 | 107 | "2017-04-19" |
100 | 108 | ] |
101 | 109 | }, |
102 | | - "id": { |
103 | | - "type": "string", |
104 | | - "description": "The resource Id of the configuration resource." |
105 | | - }, |
106 | 110 | "name": { |
107 | 111 | "type": "string", |
108 | | - "enum": [ |
109 | | - "configurations" |
110 | | - ] |
| 112 | + "description": "The name of the suppression." |
111 | 113 | }, |
112 | 114 | "properties": { |
113 | 115 | "oneOf": [ |
114 | 116 | { |
115 | | - "$ref": "#/definitions/ConfigDataProperties" |
| 117 | + "$ref": "#/definitions/SuppressionProperties" |
116 | 118 | }, |
117 | 119 | { |
118 | 120 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
119 | 121 | } |
120 | 122 | ], |
121 | | - "description": "The list of property name/value pairs." |
| 123 | + "description": "The properties of the suppression." |
122 | 124 | }, |
123 | 125 | "type": { |
124 | 126 | "type": "string", |
125 | 127 | "enum": [ |
126 | | - "Microsoft.Advisor/configurations" |
| 128 | + "Microsoft.Advisor/recommendations/suppressions" |
127 | 129 | ] |
128 | 130 | } |
129 | 131 | }, |
|
133 | 135 | "properties", |
134 | 136 | "type" |
135 | 137 | ], |
136 | | - "description": "Microsoft.Advisor/configurations" |
| 138 | + "description": "Microsoft.Advisor/recommendations/suppressions" |
137 | 139 | } |
138 | 140 | }, |
139 | 141 | "definitions": { |
|
0 commit comments