diff --git a/specification/automation/resource-manager/Microsoft.Automation/common/v1/definitions.json b/specification/automation/resource-manager/Microsoft.Automation/common/v1/definitions.json index c424056228dd..3ce5cdfdc552 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/common/v1/definitions.json +++ b/specification/automation/resource-manager/Microsoft.Automation/common/v1/definitions.json @@ -125,6 +125,10 @@ "$ref": "#/definitions/PrivateEndpointProperty", "description": "Private endpoint which the connection belongs to." }, + "groupIds": { + "$ref": "#/definitions/GroupIdsProperty", + "description": "Gets the groupIds." + }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionStateProperty", "description": "Connection State of the Private Endpoint Connection." @@ -141,6 +145,13 @@ } } }, + "GroupIdsProperty": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Gets the groupIds." + }, "PrivateLinkServiceConnectionStateProperty": { "type": "object", "description": "Connection State of the Private Endpoint Connection.", diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionGet.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionGet.json index 063308a536f8..a607dd7e5d20 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionGet.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionGet.json @@ -16,6 +16,9 @@ "privateEndpoint": { "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName" }, + "groupIds": [ + "sql" + ], "privateLinkServiceConnectionState": { "status": "Approved", "description": "Auto-approved", diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionListGet.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionListGet.json index d369f2f02cf0..c42ab678ce6f 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionListGet.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionListGet.json @@ -17,6 +17,9 @@ "privateEndpoint": { "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName" }, + "groupIds": [ + "sql" + ], "privateLinkServiceConnectionState": { "status": "Approved", "description": "Auto-approved", @@ -32,6 +35,9 @@ "privateEndpoint": { "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2" }, + "groupIds": [ + "sql" + ], "privateLinkServiceConnectionState": { "status": "Approved", "description": "Auto-approved", diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionUpdate.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionUpdate.json index ab7309b28b43..9228a535e791 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionUpdate.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/PrivateEndpointConnectionUpdate.json @@ -24,6 +24,9 @@ "privateEndpoint": { "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName" }, + "groupIds": [ + "sql" + ], "privateLinkServiceConnectionState": { "status": "Approved", "description": "Auto-approved", diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/schedule.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/schedule.json index 42c67d859565..a007a956568c 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/schedule.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/schedule.json @@ -338,6 +338,7 @@ "items": { "$ref": "#/definitions/AdvancedScheduleMonthlyOccurrence" }, + "x-ms-identifiers": [], "description": "Occurrences of days within a month." } },