Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 @@ -44,22 +44,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -103,22 +103,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -174,22 +174,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -298,22 +298,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -356,22 +356,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -414,22 +414,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -475,22 +475,22 @@
"parameters": [
{
"in": "path",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleInstanceName",
"description": "Name of the role instance.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -533,22 +533,22 @@
"parameters": [
{
"in": "path",
"name": "roleName",
"description": "Name of the role.",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "resourceGroupName",
"description": "Name of the resource group.",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "cloudServiceName",
"description": "Name of the cloud service.",
"name": "roleName",
"description": "Name of the role.",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -703,6 +703,9 @@
},
"Create New Cloud Service with Single Role and Certificate from Key Vault": {
"$ref": "./examples/CloudService_Create_WithSingleRoleAndCertificate.json"
},
"Create New Cloud Service with Multiple Roles in a specific availability zone": {
"$ref": "./examples//CloudService_Create_WithMultiRole_WithZones.json"
}
}
},
Expand Down Expand Up @@ -1856,6 +1859,7 @@
"$ref": "#/definitions/InstanceSku"
},
"properties": {
"x-ms-client-flatten": true,
Comment thread
grizzlytheodore marked this conversation as resolved.
Outdated
"$ref": "#/definitions/RoleInstanceProperties"
}
}
Expand Down Expand Up @@ -1938,6 +1942,7 @@
"$ref": "#/definitions/CloudServiceRoleSku"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/CloudServiceRoleProperties"
}
}
Expand Down Expand Up @@ -2050,7 +2055,7 @@
}
}
},
"LoadBalancerFrontendIPConfigurationProperties": {
"LoadBalancerFrontendIpConfigurationProperties": {
"description": "Describes a cloud service IP Configuration",
"type": "object",
"properties": {
Expand All @@ -2068,7 +2073,7 @@
}
}
},
"LoadBalancerFrontendIPConfiguration": {
"LoadBalancerFrontendIpConfiguration": {
"description": "Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.",
"type": "object",
"properties": {
Expand All @@ -2077,7 +2082,8 @@
"type": "string"
},
"properties": {
"$ref": "#/definitions/LoadBalancerFrontendIPConfigurationProperties",
"x-ms-client-flatten": true,
"$ref": "#/definitions/LoadBalancerFrontendIpConfigurationProperties",
"description": "Properties of load balancer frontend ip configuration."
}
},
Expand All @@ -2090,19 +2096,19 @@
"description": "Describes the properties of the load balancer configuration.",
"type": "object",
"properties": {
"frontendIPConfigurations": {
"frontendIpConfigurations": {
"description": "Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.",
"type": "array",
"items": {
"$ref": "#/definitions/LoadBalancerFrontendIPConfiguration"
"$ref": "#/definitions/LoadBalancerFrontendIpConfiguration"
},
"x-ms-identifiers": [
"name"
]
}
},
"required": [
"frontendIPConfigurations"
"frontendIpConfigurations"
]
},
"LoadBalancerConfiguration": {
Expand All @@ -2118,6 +2124,7 @@
"type": "string"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/LoadBalancerConfigurationProperties",
"description": "Properties of the load balancer configuration."
}
Expand Down Expand Up @@ -2231,6 +2238,7 @@
"type": "string"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/CloudServiceExtensionProperties"
}
}
Expand Down Expand Up @@ -2333,10 +2341,18 @@
}
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/CloudServiceProperties"
},
"systemData": {
"$ref": "../../../common-types/v1/common.json#/definitions/SystemData"
},
"zones": {
"description": "List of logical availability zone of the resource. List should contain only 1 zone where cloud service should be provisioned. This field is optional.",
"type": "array",
"items": {
"type": "string"
}
}
},
"x-ms-azure-resource": true,
Expand Down Expand Up @@ -2653,6 +2669,7 @@
"readOnly": true
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/OSFamilyProperties"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
},
"responses": {
"200": {},
"202": {}
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
},
"responses": {
"200": {},
"202": {}
"202": {
"headers": {
"location": "https://foo.com/operationstatus"
}
}
}
}
Loading