File tree Expand file tree Collapse file tree 4 files changed +446
-5
lines changed
Expand file tree Collapse file tree 4 files changed +446
-5
lines changed Original file line number Diff line number Diff line change 44 "title" : " Microsoft.PowerPlatform" ,
55 "description" : " Microsoft PowerPlatform Resource Types" ,
66 "resourceDefinitions" : {
7+ "accounts" : {
8+ "type" : " object" ,
9+ "properties" : {
10+ "apiVersion" : {
11+ "type" : " string" ,
12+ "enum" : [
13+ " 2020-10-30-preview"
14+ ]
15+ },
16+ "location" : {
17+ "type" : " string" ,
18+ "description" : " The geo-location where the resource lives"
19+ },
20+ "name" : {
21+ "type" : " string" ,
22+ "description" : " Name of the account."
23+ },
24+ "properties" : {
25+ "oneOf" : [
26+ {
27+ "$ref" : " #/definitions/AccountProperties"
28+ },
29+ {
30+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
31+ }
32+ ],
33+ "description" : " The properties that define configuration for the account."
34+ },
35+ "systemData" : {
36+ "oneOf" : [
37+ {
38+ "$ref" : " #/definitions/SystemData"
39+ },
40+ {
41+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
42+ }
43+ ],
44+ "description" : " Metadata pertaining to creation and last modification of the resource."
45+ },
46+ "tags" : {
47+ "oneOf" : [
48+ {
49+ "type" : " object" ,
50+ "additionalProperties" : {
51+ "type" : " string"
52+ },
53+ "properties" : {}
54+ },
55+ {
56+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
57+ }
58+ ],
59+ "description" : " Resource tags."
60+ },
61+ "type" : {
62+ "type" : " string" ,
63+ "enum" : [
64+ " Microsoft.PowerPlatform/accounts"
65+ ]
66+ }
67+ },
68+ "required" : [
69+ " apiVersion" ,
70+ " location" ,
71+ " name" ,
72+ " properties" ,
73+ " type"
74+ ],
75+ "description" : " Microsoft.PowerPlatform/accounts"
76+ },
777 "enterprisePolicies" : {
878 "type" : " object" ,
979 "properties" : {
147217 }
148218 },
149219 "definitions" : {
220+ "AccountProperties" : {
221+ "type" : " object" ,
222+ "properties" : {
223+ "description" : {
224+ "type" : " string" ,
225+ "description" : " The description of the account."
226+ }
227+ },
228+ "description" : " The properties that define configuration for the account."
229+ },
150230 "enterprisePolicies_privateEndpointConnections_childResource" : {
151231 "type" : " object" ,
152232 "properties" : {
539619 "VirtualNetworkPropertiesList" : {
540620 "type" : " object" ,
541621 "properties" : {
622+ "nextLink" : {
623+ "type" : " string" ,
624+ "description" : " Next page link if any."
625+ },
542626 "value" : {
543627 "oneOf" : [
544628 {
Original file line number Diff line number Diff line change 197197 "description" : " Aggregation type. Relevant and required only for rules of the kind LogAlert."
198198 }
199199 },
200- "required" : [
201- " operator" ,
202- " threshold" ,
203- " timeAggregation"
204- ],
205200 "description" : " A condition of the scheduled query rule."
206201 },
207202 "ConditionFailingPeriods" : {
You can’t perform that action at this time.
0 commit comments