Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,8 @@
"type": "string"
}
}
}
},
"required": ["location"]
},
"Resource": {
"description": "The core properties of ARM resources.",
Expand Down Expand Up @@ -3545,11 +3546,13 @@
"description": "Properties of the Binding resource",
"x-ms-client-flatten": false
}
}
},
"required": ["properties"]
},
"BindingResourceProperties": {
"description": "Binding resource properties payload",
"type": "object",
"required": ["resourceId", "bindingParameters", "key"],
"properties": {
"resourceName": {
"description": "The name of the bound resource",
Expand Down Expand Up @@ -3625,7 +3628,8 @@
"description": "Properties of the certificate resource payload.",
"x-ms-client-flatten": false
}
}
},
"required": ["properties"]
},
"CertificateProperties": {
"description": "Certificate resource payload.",
Expand Down Expand Up @@ -3716,7 +3720,8 @@
"properties": {
"type": {
"description": "Type of the resource to check name availability",
"type": "string"
"type": "string",
"enum": ["Microsoft.AppPlatform/Spring"]
},
"name": {
"description": "Name to be checked",
Expand Down Expand Up @@ -3841,11 +3846,13 @@
"$ref": "#/definitions/Sku",
"description": "Sku of the Deployment resource"
}
}
},
"required": ["properties"]
},
"DeploymentResourceProperties": {
"description": "Deployment resource properties payload",
"type": "object",
"required": ["source"],
"properties": {
"source": {
"$ref": "#/definitions/UserSourceInfo",
Expand Down Expand Up @@ -3918,6 +3925,7 @@
"UserSourceInfo": {
"description": "Source information for a deployment",
"type": "object",
"required": ["type", "relativePath"],
"properties": {
"type": {
"description": "Type of the source uploaded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,8 @@
"properties": {
"type": {
"description": "The resource type. Can be \"Microsoft.SignalRService/SignalR\" or \"Microsoft.SignalRService/webPubSub\"",
"type": "string"
"type": "string",
"enum": ["Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/webPubSub"]
},
"name": {
"description": "The resource name to validate. e.g.\"my-resource-name\"",
Expand Down Expand Up @@ -1372,7 +1373,8 @@
"description": "Properties of the private endpoint connection",
"x-ms-client-flatten": true
}
}
},
"required": ["properties"]
Comment thread
leniatgh marked this conversation as resolved.
},
"PrivateEndpointConnectionList": {
"description": "A list of private endpoint connections",
Expand Down Expand Up @@ -1408,7 +1410,8 @@
"$ref": "#/definitions/PrivateLinkServiceConnectionState",
"description": "Connection state"
}
}
},
"required": ["privateLinkServiceConnectionState"]
},
"PrivateLinkResource": {
"description": "Private link resource",
Expand Down Expand Up @@ -1576,7 +1579,11 @@
"properties": {
"name": {
"description": "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1",
"type": "string"
"type": "string",
"enum": [
"Standard_S1",
"Free_F1"
Comment thread
leniatgh marked this conversation as resolved.
]
},
"tier": {
"$ref": "#/definitions/SignalRSkuTier",
Expand Down Expand Up @@ -1695,7 +1702,8 @@
"description": "Describes the properties of a Shared Private Link Resource",
"x-ms-client-flatten": true
}
}
},
"required": ["properties"]
},
"SharedPrivateLinkResourceList": {
"description": "A list of shared private link resources",
Expand Down Expand Up @@ -2006,7 +2014,8 @@
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
}
},
"required": ["sku"]
},
"SignalRResourceList": {
"description": "Object that includes an array of resources and a possible link for next set.",
Expand Down Expand Up @@ -2133,7 +2142,10 @@
"type": "string"
}
}
}
},
"required": [
"location"
]
},
"UpstreamAuthSettings": {
"description": "Upstream auth settings.",
Expand Down