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 V5 SDK tag with latest request #14341

Merged
merged 4 commits into from
May 11, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remove the duplicated property
  • Loading branch information
ericshape committed May 10, 2021
commit b16b76d4cdefd60689bcd7bc68b31a9e522464fe
Original file line number Diff line number Diff line change
Expand Up @@ -230,130 +230,6 @@
}
},
"definitions": {
"ReplicationLinkProperties": {
"properties": {
"isTerminationAllowed": {
"readOnly": true,
"type": "boolean",
"description": "Legacy value indicating whether termination is allowed. Currently always returns true."
},
"replicationMode": {
"readOnly": true,
"type": "string",
"description": "Replication mode of this replication link."
},
"partnerServer": {
"readOnly": true,
"type": "string",
"description": "The name of the server hosting the partner database."
},
"partnerDatabase": {
"readOnly": true,
"type": "string",
"description": "The name of the partner database."
},
"partnerLocation": {
"readOnly": true,
"type": "string",
"description": "The Azure Region of the partner database."
},
"role": {
"readOnly": true,
"type": "string",
"description": "The role of the database in the replication link.",
"enum": [
"Primary",
"Secondary",
"NonReadableSecondary",
"Source",
"Copy"
],
"x-ms-enum": {
"name": "ReplicationRole"
}
},
"partnerRole": {
"readOnly": true,
"type": "string",
"description": "The role of the partner database in the replication link.",
"enum": [
"Primary",
"Secondary",
"NonReadableSecondary",
"Source",
"Copy"
],
"x-ms-enum": {
"name": "ReplicationRole"
}
},
"startTime": {
"readOnly": true,
"type": "string",
"format": "date-time",
"description": "The start time for the replication link."
},
"percentComplete": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The percentage of seeding complete for the replication link."
},
"replicationState": {
"readOnly": true,
"type": "string",
"description": "The replication state for the replication link.",
"enum": [
"PENDING",
"SEEDING",
"CATCH_UP",
"SUSPENDED"
],
"x-ms-enum": {
"name": "ReplicationState",
"modelAsString": true
}
}
},
"description": "Represents the properties of a database replication link."
},
"ReplicationLink": {
"properties": {
"location": {
"type": "string",
"description": "Location of the server that contains this firewall rule.",
"readOnly": true
},
"type": {
"type": "string",
"description": "Type of resource this is.",
"readOnly": true
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ReplicationLinkProperties",
"description": "The properties representing the resource."
}
},
"allOf": [
{
"$ref": "../../../common/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Represents a database replication link."
},
"ReplicationLinkListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ReplicationLink"
},
"description": "The list of database replication links housed in the database."
}
},
"description": "Represents the response to a List database replication link request."
},
"UnlinkParameters": {
"properties": {
"forcedTermination": {
Expand Down Expand Up @@ -385,4 +261,4 @@
}
}
}
}
}