File tree Expand file tree Collapse file tree 3 files changed +93
-0
lines changed Expand file tree Collapse file tree 3 files changed +93
-0
lines changed Original file line number Diff line number Diff line change 617
617
{
618
618
"$ref" : " https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments"
619
619
},
620
+ {
621
+ "$ref" : " https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/managementGroup_resourceDefinitions/privateLinkAssociations"
622
+ },
620
623
{
621
624
"$ref" : " https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions"
622
625
},
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#" ,
3
+ "$schema" : " http://json-schema.org/draft-04/schema#" ,
4
+ "title" : " Microsoft.Authorization" ,
5
+ "description" : " Microsoft Authorization Resource Types" ,
6
+ "resourceDefinitions" : {
7
+ "resourceManagementPrivateLinks" : {
8
+ "type" : " object" ,
9
+ "properties" : {
10
+ "apiVersion" : {
11
+ "type" : " string" ,
12
+ "enum" : [
13
+ " 2020-05-01"
14
+ ]
15
+ },
16
+ "location" : {
17
+ "type" : " string" ,
18
+ "description" : " the region to create private link association."
19
+ },
20
+ "name" : {
21
+ "type" : " string" ,
22
+ "description" : " The name of the resource management private link."
23
+ },
24
+ "type" : {
25
+ "type" : " string" ,
26
+ "enum" : [
27
+ " Microsoft.Authorization/resourceManagementPrivateLinks"
28
+ ]
29
+ }
30
+ },
31
+ "required" : [
32
+ " apiVersion" ,
33
+ " name" ,
34
+ " type"
35
+ ],
36
+ "description" : " Microsoft.Authorization/resourceManagementPrivateLinks"
37
+ }
38
+ },
39
+ "managementGroup_resourceDefinitions" : {
40
+ "privateLinkAssociations" : {
41
+ "type" : " object" ,
42
+ "properties" : {
43
+ "apiVersion" : {
44
+ "type" : " string" ,
45
+ "enum" : [
46
+ " 2020-05-01"
47
+ ]
48
+ },
49
+ "name" : {
50
+ "type" : " string" ,
51
+ "description" : " The ID of the PLA"
52
+ },
53
+ "privateLink" : {
54
+ "type" : " string" ,
55
+ "description" : " The rmpl Resource ID."
56
+ },
57
+ "publicNetworkAccess" : {
58
+ "oneOf" : [
59
+ {
60
+ "type" : " string" ,
61
+ "enum" : [
62
+ " Enabled" ,
63
+ " Disabled"
64
+ ]
65
+ },
66
+ {
67
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
68
+ }
69
+ ]
70
+ },
71
+ "type" : {
72
+ "type" : " string" ,
73
+ "enum" : [
74
+ " Microsoft.Authorization/privateLinkAssociations"
75
+ ]
76
+ }
77
+ },
78
+ "required" : [
79
+ " apiVersion" ,
80
+ " name" ,
81
+ " type"
82
+ ],
83
+ "description" : " Microsoft.Authorization/privateLinkAssociations"
84
+ }
85
+ },
86
+ "definitions" : {}
87
+ }
Original file line number Diff line number Diff line change 1579
1579
{
1580
1580
"$ref": "https://schema.management.azure.com/schemas/2020-03-01/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyAssignments"
1581
1581
},
1582
+ {
1583
+ "$ref": "https://schema.management.azure.com/schemas/2020-05-01/Microsoft.Authorization.Resources.json#/resourceDefinitions/resourceManagementPrivateLinks"
1584
+ },
1582
1585
{
1583
1586
"$ref": "https://schema.management.azure.com/schemas/2020-07-01-preview/Microsoft.Authorization.Resources.json#/unknown_resourceDefinitions/policyExemptions"
1584
1587
},
You can’t perform that action at this time.
0 commit comments