File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed
specification/sql/resource-manager
Microsoft.Sql/stable/2014-04-01-legacy Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "parameters" : {
3
+ "subscriptionId" : " 00000000-1111-2222-3333-444444444444" ,
4
+ "resourceGroupName" : " sqlcrudtest-4799" ,
5
+ "serverName" : " sqlcrudtest-6440" ,
6
+ "databaseName" : " testdb" ,
7
+ "linkId" : " 5b301b68-03f6-4b26-b0f4-73ebb8634238" ,
8
+ "api-version" : " 2014-04-01"
9
+ },
10
+ "responses" : {
11
+ "200" : {},
12
+ "204" : {}
13
+ }
14
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "parameters" : {
3
+ "subscriptionId" : " 00000000-1111-2222-3333-444444444444" ,
4
+ "resourceGroupName" : " sqlcrudtest-8931" ,
5
+ "serverName" : " sqlcrudtest-2137" ,
6
+ "databaseName" : " testdb" ,
7
+ "linkId" : " f0550bf5-07ce-4270-8e4b-71737975973a" ,
8
+ "api-version" : " 2014-04-01"
9
+ },
10
+ "responses" : {
11
+ "202" : {},
12
+ "204" : {}
13
+ }
14
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "parameters" : {
3
+ "subscriptionId" : " 00000000-1111-2222-3333-444444444444" ,
4
+ "resourceGroupName" : " sqlcrudtest-8931" ,
5
+ "serverName" : " sqlcrudtest-2137" ,
6
+ "databaseName" : " testdb" ,
7
+ "linkId" : " f0550bf5-07ce-4270-8e4b-71737975973a" ,
8
+ "api-version" : " 2014-04-01" ,
9
+ "parameters" : {
10
+ "forcedTermination" : true
11
+ }
12
+ },
13
+ "responses" : {
14
+ "202" : {},
15
+ "204" : {}
16
+ }
17
+ }
Original file line number Diff line number Diff line change 23
23
],
24
24
"operationId" : " ReplicationLinks_Delete" ,
25
25
"description" : " Deletes a database replication link. Cannot be done during failover." ,
26
+ "x-ms-examples" : {
27
+ "Delete a replication link" : {
28
+ "$ref" : " ./examples/ReplicationLinkDelete.json"
29
+ }
30
+ },
26
31
"parameters" : [
27
32
{
28
33
"$ref" : " ../../../common/v1/types.json#/parameters/ApiVersionParameter"
68
73
],
69
74
"operationId" : " ReplicationLinks_Failover" ,
70
75
"description" : " Sets which replica database is primary by failing over from the current primary replica database." ,
76
+ "x-ms-examples" : {
77
+ "Failover a replication link" : {
78
+ "$ref" : " ./examples/ReplicationLinkFailover.json"
79
+ }
80
+ },
71
81
"parameters" : [
72
82
{
73
83
"$ref" : " ../../../common/v1/types.json#/parameters/ApiVersionParameter"
114
124
],
115
125
"operationId" : " ReplicationLinks_FailoverAllowDataLoss" ,
116
126
"description" : " Sets which replica database is primary by failing over from the current primary replica database. This operation might result in data loss." ,
127
+ "x-ms-examples" : {
128
+ "Failover a replication link" : {
129
+ "$ref" : " ./examples/ReplicationLinkFailover.json"
130
+ }
131
+ },
117
132
"parameters" : [
118
133
{
119
134
"$ref" : " ../../../common/v1/types.json#/parameters/ApiVersionParameter"
160
175
],
161
176
"operationId" : " ReplicationLinks_Unlink" ,
162
177
"description" : " Deletes a database replication link in forced or friendly way." ,
178
+ "x-ms-examples" : {
179
+ "Delete replication link" : {
180
+ "$ref" : " ./examples/ReplicationLinkUnlink.json"
181
+ }
182
+ },
163
183
"parameters" : [
164
184
{
165
185
"$ref" : " ../../../common/v1/types.json#/parameters/ApiVersionParameter"
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ input-file:
164
164
- Microsoft.Sql/stable/2014-04-01/dataMasking.json
165
165
- Microsoft.Sql/stable/2014-04-01/geoBackupPolicies.json
166
166
- Microsoft.Sql/stable/2014-04-01/metrics.json
167
+ - Microsoft.Sql/stable/2014-04-01-legacy/replicationLinks_legacy.json
167
168
- Microsoft.Sql/stable/2014-04-01/serverCommunicationLinks.json
168
169
- Microsoft.Sql/stable/2014-04-01/serviceObjectives.json
169
170
- Microsoft.Sql/stable/2014-04-01-legacy/sql.core_legacy.json
You can’t perform that action at this time.
0 commit comments