Skip to content

Commit 4f7f612

Browse files
fix policheck (#19715)
Co-authored-by: [email protected] <[email protected]>
1 parent ba4bd66 commit 4f7f612

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/examples/ConfigurationListByServer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@
129129
{
130130
"properties": {
131131
"value": "OFF",
132-
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.",
132+
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the replica.",
133133
"defaultValue": "OFF",
134134
"dataType": "Enumeration",
135135
"allowedValues": "ON,OFF",
136136
"source": "system-default"
137137
},
138-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_slave_statements",
139-
"name": "log_slow_slave_statements",
138+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_replica_statements",
139+
"name": "log_slow_replica_statements",
140140
"type": "Microsoft.DBforMySQL/servers/configurations"
141141
},
142142
{
@@ -246,7 +246,7 @@
246246
{
247247
"properties": {
248248
"value": "1381286943",
249-
"description": "The server ID, used in replication to give each master and slave a unique identity.",
249+
"description": "The server ID, used in replication to give each primary and replica a unique identity.",
250250
"defaultValue": "1000",
251251
"dataType": "Integer",
252252
"allowedValues": "1000-4294967295",
@@ -272,14 +272,14 @@
272272
{
273273
"properties": {
274274
"value": "60",
275-
"description": "The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.",
275+
"description": "The number of seconds to wait for more data from the primary before the replica considers the connection broken, aborts the read, and tries to reconnect.",
276276
"defaultValue": "60",
277277
"dataType": "Integer",
278278
"allowedValues": "30-3600",
279279
"source": "system-default"
280280
},
281-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_net_timeout",
282-
"name": "slave_net_timeout",
281+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_net_timeout",
282+
"name": "replica_net_timeout",
283283
"type": "Microsoft.DBforMySQL/servers/configurations"
284284
},
285285
{
@@ -376,14 +376,14 @@
376376
{
377377
"properties": {
378378
"value": "OFF",
379-
"description": "This option places an upper limit on the total size in bytes of all relay logs on the slave.",
379+
"description": "This option places an upper limit on the total size in bytes of all relay logs on the replica.",
380380
"defaultValue": "OFF",
381381
"dataType": "Enumeration",
382382
"allowedValues": "ON,OFF",
383383
"source": "system-default"
384384
},
385-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_compressed_protocol",
386-
"name": "slave_compressed_protocol",
385+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_compressed_protocol",
386+
"name": "replica_compressed_protocol",
387387
"type": "Microsoft.DBforMySQL/servers/configurations"
388388
},
389389
{

specification/mysql/resource-manager/Microsoft.DBforMySQL/preview/2018-06-01-privatepreview/examples/ConfigurationListByServer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@
129129
{
130130
"properties": {
131131
"value": "OFF",
132-
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.",
132+
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the replica.",
133133
"defaultValue": "OFF",
134134
"dataType": "Enumeration",
135135
"allowedValues": "ON,OFF",
136136
"source": "system-default"
137137
},
138-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_slave_statements",
139-
"name": "log_slow_slave_statements",
138+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_replica_statements",
139+
"name": "log_slow_replica_statements",
140140
"type": "Microsoft.DBforMySQL/servers/configurations"
141141
},
142142
{
@@ -246,7 +246,7 @@
246246
{
247247
"properties": {
248248
"value": "1381286943",
249-
"description": "The server ID, used in replication to give each master and slave a unique identity.",
249+
"description": "The server ID, used in replication to give each primary and replica a unique identity.",
250250
"defaultValue": "1000",
251251
"dataType": "Integer",
252252
"allowedValues": "1000-4294967295",
@@ -272,14 +272,14 @@
272272
{
273273
"properties": {
274274
"value": "60",
275-
"description": "The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.",
275+
"description": "The number of seconds to wait for more data from the primary before the replica considers the connection broken, aborts the read, and tries to reconnect.",
276276
"defaultValue": "60",
277277
"dataType": "Integer",
278278
"allowedValues": "30-3600",
279279
"source": "system-default"
280280
},
281-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_net_timeout",
282-
"name": "slave_net_timeout",
281+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_net_timeout",
282+
"name": "replica_net_timeout",
283283
"type": "Microsoft.DBforMySQL/servers/configurations"
284284
},
285285
{
@@ -376,14 +376,14 @@
376376
{
377377
"properties": {
378378
"value": "OFF",
379-
"description": "This option places an upper limit on the total size in bytes of all relay logs on the slave.",
379+
"description": "This option places an upper limit on the total size in bytes of all relay logs on the replica.",
380380
"defaultValue": "OFF",
381381
"dataType": "Enumeration",
382382
"allowedValues": "ON,OFF",
383383
"source": "system-default"
384384
},
385-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_compressed_protocol",
386-
"name": "slave_compressed_protocol",
385+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_compressed_protocol",
386+
"name": "replica_compressed_protocol",
387387
"type": "Microsoft.DBforMySQL/servers/configurations"
388388
},
389389
{

specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2017-12-01/examples/ConfigurationListByServer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@
129129
{
130130
"properties": {
131131
"value": "OFF",
132-
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.",
132+
"description": "When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the replica.",
133133
"defaultValue": "OFF",
134134
"dataType": "Enumeration",
135135
"allowedValues": "ON,OFF",
136136
"source": "system-default"
137137
},
138-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_slave_statements",
139-
"name": "log_slow_slave_statements",
138+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/log_slow_replica_statements",
139+
"name": "log_slow_replica_statements",
140140
"type": "Microsoft.DBforMySQL/servers/configurations"
141141
},
142142
{
@@ -246,7 +246,7 @@
246246
{
247247
"properties": {
248248
"value": "1381286943",
249-
"description": "The server ID, used in replication to give each master and slave a unique identity.",
249+
"description": "The server ID, used in replication to give each primary and replica a unique identity.",
250250
"defaultValue": "1000",
251251
"dataType": "Integer",
252252
"allowedValues": "1000-4294967295",
@@ -272,14 +272,14 @@
272272
{
273273
"properties": {
274274
"value": "60",
275-
"description": "The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.",
275+
"description": "The number of seconds to wait for more data from the primary before the replica considers the connection broken, aborts the read, and tries to reconnect.",
276276
"defaultValue": "60",
277277
"dataType": "Integer",
278278
"allowedValues": "30-3600",
279279
"source": "system-default"
280280
},
281-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_net_timeout",
282-
"name": "slave_net_timeout",
281+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_net_timeout",
282+
"name": "replica_net_timeout",
283283
"type": "Microsoft.DBforMySQL/servers/configurations"
284284
},
285285
{
@@ -376,14 +376,14 @@
376376
{
377377
"properties": {
378378
"value": "OFF",
379-
"description": "This option places an upper limit on the total size in bytes of all relay logs on the slave.",
379+
"description": "This option places an upper limit on the total size in bytes of all relay logs on the replica.",
380380
"defaultValue": "OFF",
381381
"dataType": "Enumeration",
382382
"allowedValues": "ON,OFF",
383383
"source": "system-default"
384384
},
385-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/slave_compressed_protocol",
386-
"name": "slave_compressed_protocol",
385+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforMySQL/servers/mysqltestsvc1/configurations/replica_compressed_protocol",
386+
"name": "replica_compressed_protocol",
387387
"type": "Microsoft.DBforMySQL/servers/configurations"
388388
},
389389
{

0 commit comments

Comments
 (0)