From 959782a593d444a6dc27dca90c2e6efa9e6908c8 Mon Sep 17 00:00:00 2001 From: Junbo Wang Date: Wed, 5 Jan 2022 11:02:06 +0800 Subject: [PATCH 1/3] allow accessKeys to be readable --- .../stable/2021-10-01/signalr.json | 24 ++++--------------- .../stable/2021-10-01/webpubsub.json | 24 ++++--------------- 2 files changed, 8 insertions(+), 40 deletions(-) diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json index 2e2df3d8edab..05b771eb6b90 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json @@ -1923,38 +1923,22 @@ "primaryKey": { "description": "The primary access key.", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "secondaryKey": { "description": "The secondary access key.", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "primaryConnectionString": { "description": "Connection string constructed via the primaryKey", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "secondaryConnectionString": { "description": "Connection string constructed via the secondaryKey", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true } } }, diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json index f010b3ca4d39..dad3011b9e43 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json @@ -2377,38 +2377,22 @@ "primaryKey": { "description": "The primary access key.", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "secondaryKey": { "description": "The secondary access key.", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "primaryConnectionString": { "description": "Connection string constructed via the primaryKey", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true }, "secondaryConnectionString": { "description": "Connection string constructed via the secondaryKey", "type": "string", - "x-ms-secret": true, - "x-ms-mutability": [ - "create", - "update" - ] + "x-ms-secret": true } } }, From 991e297b869a4c6a55f37eac0bdcee785088b997 Mon Sep 17 00:00:00 2001 From: Junbo Wang Date: Wed, 5 Jan 2022 12:33:29 +0800 Subject: [PATCH 2/3] add x-ms-identifiers --- .../stable/2021-10-01/signalr.json | 72 ++++++++++++------ .../stable/2021-10-01/webpubsub.json | 75 ++++++++++++------- 2 files changed, 98 insertions(+), 49 deletions(-) diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json index 05b771eb6b90..b40ab99dba56 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json @@ -1275,7 +1275,8 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - } + }, + "x-ms-identifiers": [] } } }, @@ -1324,14 +1325,16 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRRequestType" - } + }, + "x-ms-identifiers": [] }, "deny": { "description": "Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", "type": "array", "items": { "$ref": "#/definitions/SignalRRequestType" - } + }, + "x-ms-identifiers": [] } } }, @@ -1391,7 +1394,8 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1464,7 +1468,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1489,7 +1494,8 @@ "items": { "type": "string" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState" @@ -1520,7 +1526,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateLinkResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1541,21 +1548,24 @@ "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] }, "requiredZoneNames": { "description": "Required private DNS zone names", "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] }, "shareablePrivateLinkResourceTypes": { "description": "The list of resources that are onboarded to private link service", "type": "array", "items": { "$ref": "#/definitions/ShareablePrivateLinkResourceType" - } + }, + "x-ms-identifiers": [] } } }, @@ -1672,7 +1682,8 @@ "type": "array", "items": { "$ref": "#/definitions/ResourceLogCategory" - } + }, + "x-ms-identifiers": [] } } }, @@ -1729,7 +1740,8 @@ "type": "array", "items": { "$ref": "#/definitions/UpstreamTemplate" - } + }, + "x-ms-identifiers": [] } } }, @@ -1754,14 +1766,16 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - } + }, + "x-ms-identifiers": [] }, "logSpecifications": { "description": "Specifications of the Logs for Azure Monitoring.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - } + }, + "x-ms-identifiers": [] } } }, @@ -1824,7 +1838,8 @@ "type": "array", "items": { "$ref": "#/definitions/SharedPrivateLinkResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1886,7 +1901,8 @@ "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] } } }, @@ -1957,7 +1973,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointACL" - } + }, + "x-ms-identifiers": [] } } }, @@ -2002,7 +2019,8 @@ "items": { "$ref": "#/definitions/PrivateEndpointConnection" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "sharedPrivateLinkResources": { "description": "The list of shared private link resources.", @@ -2010,7 +2028,8 @@ "items": { "$ref": "#/definitions/SharedPrivateLinkResource" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "tls": { "$ref": "#/definitions/SignalRTlsSettings" @@ -2025,7 +2044,8 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRFeature" - } + }, + "x-ms-identifiers": [] }, "resourceLogConfiguration": { "$ref": "#/definitions/ResourceLogConfiguration" @@ -2111,7 +2131,8 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2180,7 +2201,8 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRUsage" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2250,7 +2272,8 @@ "format": "int32", "type": "integer" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "scaleType": { "readOnly": true, @@ -2268,7 +2291,8 @@ "items": { "$ref": "#/definitions/Sku" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json index dad3011b9e43..7c641d4fb341 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json @@ -1385,7 +1385,8 @@ "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] }, "auth": { "$ref": "#/definitions/UpstreamAuthSettings" @@ -1433,7 +1434,8 @@ "type": "array", "items": { "$ref": "#/definitions/LiveTraceCategory" - } + }, + "x-ms-identifiers": [] } } }, @@ -1537,7 +1539,8 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - } + }, + "x-ms-identifiers": [] } } }, @@ -1586,14 +1589,16 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubRequestType" - } + }, + "x-ms-identifiers": [] }, "deny": { "description": "Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", "type": "array", "items": { "$ref": "#/definitions/WebPubSubRequestType" - } + }, + "x-ms-identifiers": [] } } }, @@ -1653,7 +1658,8 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1726,7 +1732,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1751,7 +1758,8 @@ "items": { "type": "string" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState" @@ -1782,7 +1790,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateLinkResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1803,21 +1812,24 @@ "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] }, "requiredZoneNames": { "description": "Required private DNS zone names", "type": "array", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] }, "shareablePrivateLinkResourceTypes": { "description": "The list of resources that are onboarded to private link service", "type": "array", "items": { "$ref": "#/definitions/ShareablePrivateLinkResourceType" - } + }, + "x-ms-identifiers": [] } } }, @@ -1934,7 +1946,8 @@ "type": "array", "items": { "$ref": "#/definitions/ResourceLogCategory" - } + }, + "x-ms-identifiers": [] } } }, @@ -1991,14 +2004,16 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - } + }, + "x-ms-identifiers": [] }, "logSpecifications": { "description": "Specifications of the Logs for Azure Monitoring.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - } + }, + "x-ms-identifiers": [] } } }, @@ -2061,7 +2076,8 @@ "type": "array", "items": { "$ref": "#/definitions/SharedPrivateLinkResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -2150,7 +2166,8 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRServiceUsage" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2220,7 +2237,8 @@ "format": "int32", "type": "integer" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "scaleType": { "readOnly": true, @@ -2238,7 +2256,8 @@ "items": { "$ref": "#/definitions/Sku" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2343,7 +2362,8 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubHub" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2361,7 +2381,8 @@ "type": "array", "items": { "$ref": "#/definitions/EventHandler" - } + }, + "x-ms-identifiers": [] }, "anonymousConnectPolicy": { "description": "The settings for configuring if anonymous connections are allowed for this hub: \"allow\" or \"deny\". Default to \"deny\".", @@ -2411,7 +2432,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointACL" - } + }, + "x-ms-identifiers": [] } } }, @@ -2456,7 +2478,8 @@ "items": { "$ref": "#/definitions/PrivateEndpointConnection" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "sharedPrivateLinkResources": { "description": "The list of shared private link resources.", @@ -2464,7 +2487,8 @@ "items": { "$ref": "#/definitions/SharedPrivateLinkResource" }, - "readOnly": true + "readOnly": true, + "x-ms-identifiers": [] }, "tls": { "$ref": "#/definitions/WebPubSubTlsSettings" @@ -2548,7 +2572,8 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubResource" - } + }, + "x-ms-identifiers": [] }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", From 0b01cf5d9d287887dda363edb45c8b7dab1ddc74 Mon Sep 17 00:00:00 2001 From: Junbo Wang Date: Thu, 6 Jan 2022 10:27:49 +0800 Subject: [PATCH 3/3] remove x-ms-identifier --- .../stable/2021-10-01/signalr.json | 72 ++++++------------ .../stable/2021-10-01/webpubsub.json | 75 +++++++------------ 2 files changed, 49 insertions(+), 98 deletions(-) diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json index b40ab99dba56..05b771eb6b90 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2021-10-01/signalr.json @@ -1275,8 +1275,7 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - }, - "x-ms-identifiers": [] + } } } }, @@ -1325,16 +1324,14 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRRequestType" - }, - "x-ms-identifiers": [] + } }, "deny": { "description": "Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", "type": "array", "items": { "$ref": "#/definitions/SignalRRequestType" - }, - "x-ms-identifiers": [] + } } } }, @@ -1394,8 +1391,7 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1468,8 +1464,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1494,8 +1489,7 @@ "items": { "type": "string" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState" @@ -1526,8 +1520,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateLinkResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1548,24 +1541,21 @@ "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } }, "requiredZoneNames": { "description": "Required private DNS zone names", "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } }, "shareablePrivateLinkResourceTypes": { "description": "The list of resources that are onboarded to private link service", "type": "array", "items": { "$ref": "#/definitions/ShareablePrivateLinkResourceType" - }, - "x-ms-identifiers": [] + } } } }, @@ -1682,8 +1672,7 @@ "type": "array", "items": { "$ref": "#/definitions/ResourceLogCategory" - }, - "x-ms-identifiers": [] + } } } }, @@ -1740,8 +1729,7 @@ "type": "array", "items": { "$ref": "#/definitions/UpstreamTemplate" - }, - "x-ms-identifiers": [] + } } } }, @@ -1766,16 +1754,14 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - }, - "x-ms-identifiers": [] + } }, "logSpecifications": { "description": "Specifications of the Logs for Azure Monitoring.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - }, - "x-ms-identifiers": [] + } } } }, @@ -1838,8 +1824,7 @@ "type": "array", "items": { "$ref": "#/definitions/SharedPrivateLinkResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1901,8 +1886,7 @@ "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } } } }, @@ -1973,8 +1957,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointACL" - }, - "x-ms-identifiers": [] + } } } }, @@ -2019,8 +2002,7 @@ "items": { "$ref": "#/definitions/PrivateEndpointConnection" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "sharedPrivateLinkResources": { "description": "The list of shared private link resources.", @@ -2028,8 +2010,7 @@ "items": { "$ref": "#/definitions/SharedPrivateLinkResource" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "tls": { "$ref": "#/definitions/SignalRTlsSettings" @@ -2044,8 +2025,7 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRFeature" - }, - "x-ms-identifiers": [] + } }, "resourceLogConfiguration": { "$ref": "#/definitions/ResourceLogConfiguration" @@ -2131,8 +2111,7 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2201,8 +2180,7 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRUsage" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2272,8 +2250,7 @@ "format": "int32", "type": "integer" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "scaleType": { "readOnly": true, @@ -2291,8 +2268,7 @@ "items": { "$ref": "#/definitions/Sku" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", diff --git a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json index 7c641d4fb341..dad3011b9e43 100644 --- a/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json +++ b/specification/webpubsub/resource-manager/Microsoft.SignalRService/stable/2021-10-01/webpubsub.json @@ -1385,8 +1385,7 @@ "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } }, "auth": { "$ref": "#/definitions/UpstreamAuthSettings" @@ -1434,8 +1433,7 @@ "type": "array", "items": { "$ref": "#/definitions/LiveTraceCategory" - }, - "x-ms-identifiers": [] + } } } }, @@ -1539,8 +1537,7 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - }, - "x-ms-identifiers": [] + } } } }, @@ -1589,16 +1586,14 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubRequestType" - }, - "x-ms-identifiers": [] + } }, "deny": { "description": "Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", "type": "array", "items": { "$ref": "#/definitions/WebPubSubRequestType" - }, - "x-ms-identifiers": [] + } } } }, @@ -1658,8 +1653,7 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1732,8 +1726,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -1758,8 +1751,7 @@ "items": { "type": "string" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "privateLinkServiceConnectionState": { "$ref": "#/definitions/PrivateLinkServiceConnectionState" @@ -1790,8 +1782,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateLinkResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -1812,24 +1803,21 @@ "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } }, "requiredZoneNames": { "description": "Required private DNS zone names", "type": "array", "items": { "type": "string" - }, - "x-ms-identifiers": [] + } }, "shareablePrivateLinkResourceTypes": { "description": "The list of resources that are onboarded to private link service", "type": "array", "items": { "$ref": "#/definitions/ShareablePrivateLinkResourceType" - }, - "x-ms-identifiers": [] + } } } }, @@ -1946,8 +1934,7 @@ "type": "array", "items": { "$ref": "#/definitions/ResourceLogCategory" - }, - "x-ms-identifiers": [] + } } } }, @@ -2004,16 +1991,14 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - }, - "x-ms-identifiers": [] + } }, "logSpecifications": { "description": "Specifications of the Logs for Azure Monitoring.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - }, - "x-ms-identifiers": [] + } } } }, @@ -2076,8 +2061,7 @@ "type": "array", "items": { "$ref": "#/definitions/SharedPrivateLinkResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.", @@ -2166,8 +2150,7 @@ "type": "array", "items": { "$ref": "#/definitions/SignalRServiceUsage" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2237,8 +2220,7 @@ "format": "int32", "type": "integer" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "scaleType": { "readOnly": true, @@ -2256,8 +2238,7 @@ "items": { "$ref": "#/definitions/Sku" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2362,8 +2343,7 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubHub" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", @@ -2381,8 +2361,7 @@ "type": "array", "items": { "$ref": "#/definitions/EventHandler" - }, - "x-ms-identifiers": [] + } }, "anonymousConnectPolicy": { "description": "The settings for configuring if anonymous connections are allowed for this hub: \"allow\" or \"deny\". Default to \"deny\".", @@ -2432,8 +2411,7 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointACL" - }, - "x-ms-identifiers": [] + } } } }, @@ -2478,8 +2456,7 @@ "items": { "$ref": "#/definitions/PrivateEndpointConnection" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "sharedPrivateLinkResources": { "description": "The list of shared private link resources.", @@ -2487,8 +2464,7 @@ "items": { "$ref": "#/definitions/SharedPrivateLinkResource" }, - "readOnly": true, - "x-ms-identifiers": [] + "readOnly": true }, "tls": { "$ref": "#/definitions/WebPubSubTlsSettings" @@ -2572,8 +2548,7 @@ "type": "array", "items": { "$ref": "#/definitions/WebPubSubResource" - }, - "x-ms-identifiers": [] + } }, "nextLink": { "description": "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",