Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2019-04-01 API as changes from 2019-06-01. #6959

Merged
merged 2 commits into from
Aug 29, 2019
Merged
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 @@ -74,7 +74,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -133,7 +133,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -176,7 +176,7 @@
"schema": {
"$ref": "#/definitions/PrivateEndpoint"
},
"description": "Parameters supplied to the create or update private endpoint operation"
"description": "Parameters supplied to the create or update private endpoint operation."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -199,7 +199,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -249,7 +249,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -288,7 +288,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -396,7 +396,7 @@
},
"etag": {
"type": "string",
"description": "Gets a unique read-only string that changes whenever the resource is updated."
"description": "A unique read-only string that changes whenever the resource is updated."
}
},
"allOf": [
Expand All @@ -422,8 +422,8 @@
},
"provisioningState": {
"readOnly": true,
"type": "string",
"description": "The provisioning state of the private endpoint. Possible values are: 'Updating', 'Deleting', and 'Failed'."
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private endpoint."
},
"privateLinkServiceConnections": {
"type": "array",
Expand Down Expand Up @@ -452,6 +452,16 @@
"name": {
"type": "string",
"description": "The name of the resource that is unique within a resource group. This name can be used to access the resource."
},
"type": {
"readOnly": true,
"type": "string",
"description": "The resource type."
},
"etag": {
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
}
},
"allOf": [
Expand All @@ -463,6 +473,11 @@
},
"PrivateLinkServiceConnectionProperties": {
"properties": {
"provisioningState": {
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private link service connection."
},
"privateLinkServiceId": {
"type": "string",
"description": "The resource id of private link service."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -133,7 +133,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -173,7 +173,7 @@
"schema": {
"$ref": "#/definitions/PrivateLinkService"
},
"description": "Parameters supplied to the create or update private link service operation"
"description": "Parameters supplied to the create or update private link service operation."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -196,7 +196,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -243,7 +243,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -282,7 +282,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -351,7 +351,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -409,7 +409,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -623,7 +623,7 @@
},
"etag": {
"type": "string",
"description": "Gets a unique read-only string that changes whenever the resource is updated."
"description": "A unique read-only string that changes whenever the resource is updated."
}
},
"allOf": [
Expand Down Expand Up @@ -659,8 +659,8 @@
},
"provisioningState": {
"readOnly": true,
"type": "string",
"description": "The provisioning state of the private link service. Possible values are: 'Updating', 'Succeeded', and 'Failed'."
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private link service."
},
"privateEndpointConnections": {
"type": "array",
Expand Down Expand Up @@ -722,8 +722,23 @@
"name": {
"type": "string",
"description": "The name of private link service ip configuration."
},
"etag": {
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"readOnly": true,
"type": "string",
"description": "The resource type."
}
},
"allOf": [
{
"$ref": "./network.json#/definitions/SubResource"
}
],
"description": "The private link service ip configuration."
},
"PrivateLinkServiceIpConfigurationProperties": {
Expand All @@ -740,13 +755,14 @@
"$ref": "./virtualNetwork.json#/definitions/Subnet",
"description": "The reference of the subnet resource."
},
"publicIPAddress": {
"$ref": "./publicIpAddress.json#/definitions/PublicIPAddress",
"description": "The reference of the public IP resource."
"primary": {
"type": "boolean",
"description": "Whether the ip configuration is primary or not."
},
"provisioningState": {
"type": "string",
"description": "Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private link service ip configuration."
},
"privateIPAddressVersion": {
"$ref": "./network.json#/definitions/IPVersion",
Expand All @@ -765,6 +781,16 @@
"name": {
"type": "string",
"description": "The name of the resource that is unique within a resource group. This name can be used to access the resource."
},
"type": {
"readOnly": true,
"type": "string",
"description": "The resource type."
},
"etag": {
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
}
},
"allOf": [
Expand All @@ -783,6 +809,11 @@
"privateLinkServiceConnectionState": {
"$ref": "#/definitions/PrivateLinkServiceConnectionState",
"description": "A collection of information about the state of the connection between service consumer and provider."
},
"provisioningState": {
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private endpoint connection."
}
},
"description": "Properties of the PrivateEndpointConnectProperties."
Expand Down