Skip to content

Commit 5547936

Browse files
author
msftbot[bot]
authored
[ReleasePR timeseriesinsights] [Hub Generated] Review request for Microsoft.TimeSeriesInsights to add version preview/2021-03-31-preview (#1980)
Create to sync Azure/azure-rest-api-specs#16415 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/timeseriesinsights?expand=1)
2 parents f42e160 + d7c240b commit 5547936

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

schemas/2021-03-31-preview/Microsoft.TimeSeriesInsights.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,20 @@
993993
"PrivateEndpointConnectionProperties": {
994994
"type": "object",
995995
"properties": {
996+
"groupIds": {
997+
"oneOf": [
998+
{
999+
"type": "array",
1000+
"items": {
1001+
"type": "string"
1002+
}
1003+
},
1004+
{
1005+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1006+
}
1007+
],
1008+
"description": "A list of private links resource group ids"
1009+
},
9961010
"privateEndpoint": {
9971011
"oneOf": [
9981012
{
@@ -1030,7 +1044,7 @@
10301044
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
10311045
}
10321046
],
1033-
"description": "The provisioning state of the private endpoint connection resource."
1047+
"description": "Provisioning state of the private endpoint connection."
10341048
}
10351049
},
10361050
"required": [

0 commit comments

Comments
 (0)