Skip to content

Commit d7c240b

Browse files
author
SDKAuto
committed
CodeGen from PR 16415 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.TimeSeriesInsights to add version preview/2021-03-31-preview (#16415) * Fix S360 errors in 2021-03-31-preview * Fix prettier check
1 parent 49dd421 commit d7c240b

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)