Skip to content

Commit 7b24de7

Browse files
akshansh-MSFTtadelesh
authored andcommitted
Add groupids in privateLinkConnections property in *response only* (Azure#18713)
* add groupids in response * fix prettier issues * fix consistency problem with two swagger file Co-authored-by: Chenjie Shi <[email protected]>
1 parent e52cd11 commit 7b24de7

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

specification/automation/resource-manager/Microsoft.Automation/common/v1/definitions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
"$ref": "#/definitions/PrivateEndpointProperty",
126126
"description": "Private endpoint which the connection belongs to."
127127
},
128+
"groupIds": {
129+
"$ref": "#/definitions/GroupIdsProperty",
130+
"description": "Gets the groupIds."
131+
},
128132
"privateLinkServiceConnectionState": {
129133
"$ref": "#/definitions/PrivateLinkServiceConnectionStateProperty",
130134
"description": "Connection State of the Private Endpoint Connection."
@@ -141,6 +145,13 @@
141145
}
142146
}
143147
},
148+
"GroupIdsProperty": {
149+
"type": "array",
150+
"items": {
151+
"type": "string"
152+
},
153+
"description": "Gets the groupIds."
154+
},
144155
"PrivateLinkServiceConnectionStateProperty": {
145156
"type": "object",
146157
"description": "Connection State of the Private Endpoint Connection.",

specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionGet.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"privateEndpoint": {
1717
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
1818
},
19+
"groupIds": [
20+
"sql"
21+
],
1922
"privateLinkServiceConnectionState": {
2023
"status": "Approved",
2124
"description": "Auto-approved",

specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionListGet.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"privateEndpoint": {
1818
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
1919
},
20+
"groupIds": [
21+
"sql"
22+
],
2023
"privateLinkServiceConnectionState": {
2124
"status": "Approved",
2225
"description": "Auto-approved",
@@ -32,6 +35,9 @@
3235
"privateEndpoint": {
3336
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2"
3437
},
38+
"groupIds": [
39+
"sql"
40+
],
3541
"privateLinkServiceConnectionState": {
3642
"status": "Approved",
3743
"description": "Auto-approved",

specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionUpdate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"privateEndpoint": {
2525
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName"
2626
},
27+
"groupIds": [
28+
"sql"
29+
],
2730
"privateLinkServiceConnectionState": {
2831
"status": "Approved",
2932
"description": "Auto-approved",

specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/schedule.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
"items": {
339339
"$ref": "#/definitions/AdvancedScheduleMonthlyOccurrence"
340340
},
341+
"x-ms-identifiers": [],
341342
"description": "Occurrences of days within a month."
342343
}
343344
},

0 commit comments

Comments
 (0)