Skip to content

Commit

Permalink
CodeGen from PR 12562 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 0a0b8e49f147b368004279dcbc0382ddec549a2e into 576120b3f9dda515a21f2405fab99e5075dec6da
  • Loading branch information
SDKAuto committed Feb 4, 2021
1 parent 017eca6 commit 75a89a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion schemas/2018-03-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
"description": "Settings used to provision or configure the resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-10-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
"description": "Feature of a SignalR resource, which controls the SignalR runtime behavior."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-05-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@
"description": "Upstream template item settings. It defines the Upstream URL of the incoming requests.\r\nThe template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template."
}
}
}
}
26 changes: 13 additions & 13 deletions schemas/2020-07-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The kind of the service - e.g. \"SignalR\", or \"RawWebSockets\" for \"Microsoft.SignalRService/SignalR\"."
"description": "The kind of the service - e.g. \"SignalR\" for \"Microsoft.SignalRService/SignalR\"."
},
"location": {
"type": "string",
"description": "The GEO location of the SignalR service. e.g. West US | East US | North Central US | South Central US."
"description": "The GEO location of the resource. e.g. West US | East US | North Central US | South Central US."
},
"name": {
"type": "string",
Expand All @@ -56,7 +56,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "A class that describes the properties of the SignalR service that should contain more read-only properties than AzSignalR.Models.SignalRCreateOrUpdateProperties"
"description": "A class that describes the properties of the resource"
},
"resources": {
"type": "array",
Expand All @@ -77,7 +77,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The billing information of the SignalR resource."
"description": "The billing information of the resource."
},
"tags": {
"oneOf": [
Expand Down Expand Up @@ -400,7 +400,7 @@
"required": [
"name"
],
"description": "The billing information of the SignalR resource."
"description": "The billing information of the resource."
},
"ServerlessUpstreamSettings": {
"type": "object",
Expand All @@ -420,7 +420,7 @@
"description": "Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects."
}
},
"description": "The settings for the Upstream when the Azure SignalR is in server-less mode."
"description": "The settings for the Upstream when the service is in server-less mode."
},
"SignalRCorsSettings": {
"type": "object",
Expand Down Expand Up @@ -533,7 +533,7 @@
"description": "Network ACL"
}
},
"description": "Network ACLs for SignalR"
"description": "Network ACLs for the resource"
},
"SignalRProperties": {
"type": "object",
Expand Down Expand Up @@ -572,7 +572,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Network ACLs for SignalR"
"description": "Network ACLs for the resource"
},
"tls": {
"oneOf": [
Expand All @@ -583,7 +583,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "TLS settings for SignalR"
"description": "TLS settings for the resource"
},
"upstream": {
"oneOf": [
Expand All @@ -594,10 +594,10 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The settings for the Upstream when the Azure SignalR is in server-less mode."
"description": "The settings for the Upstream when the service is in server-less mode."
}
},
"description": "A class that describes the properties of the SignalR service that should contain more read-only properties than AzSignalR.Models.SignalRCreateOrUpdateProperties"
"description": "A class that describes the properties of the resource"
},
"SignalRTlsSettings": {
"type": "object",
Expand All @@ -614,7 +614,7 @@
"description": "Request client certificate during TLS handshake if enabled"
}
},
"description": "TLS settings for SignalR"
"description": "TLS settings for the resource"
},
"signalR_privateEndpointConnections_childResource": {
"type": "object",
Expand Down Expand Up @@ -729,4 +729,4 @@
"description": "Properties of user assigned identity."
}
}
}
}

0 comments on commit 75a89a8

Please sign in to comment.