Skip to content

Commit b2e6140

Browse files
authored
Remove duplication of TrackedResource in mariaDB and mySQL (#10601)
1 parent de232c5 commit b2e6140

File tree

2 files changed

+2
-54
lines changed
  • specification
    • mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01
    • mysql/resource-manager/Microsoft.DBforMySQL/stable/2017-12-01

2 files changed

+2
-54
lines changed

specification/mariadb/resource-manager/Microsoft.DBforMariaDB/stable/2018-06-01/mariadb.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,34 +1307,6 @@
13071307
}
13081308
}
13091309
},
1310-
"TrackedResource": {
1311-
"description": "Resource properties including location and tags for track resources.",
1312-
"properties": {
1313-
"location": {
1314-
"type": "string",
1315-
"x-ms-mutability": [
1316-
"read",
1317-
"create"
1318-
],
1319-
"description": "The location the resource resides in."
1320-
},
1321-
"tags": {
1322-
"type": "object",
1323-
"additionalProperties": {
1324-
"type": "string"
1325-
},
1326-
"description": "Application-specific metadata in the form of key-value pairs."
1327-
}
1328-
},
1329-
"allOf": [
1330-
{
1331-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
1332-
}
1333-
],
1334-
"required": [
1335-
"location"
1336-
]
1337-
},
13381310
"ServerProperties": {
13391311
"properties": {
13401312
"administratorLogin": {
@@ -1615,7 +1587,7 @@
16151587
},
16161588
"allOf": [
16171589
{
1618-
"$ref": "#/definitions/TrackedResource"
1590+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
16191591
}
16201592
],
16211593
"description": "Represents a server."

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

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,30 +1531,6 @@
15311531
}
15321532
}
15331533
},
1534-
"TrackedResource": {
1535-
"description": "Resource properties including location and tags for track resources.",
1536-
"properties": {
1537-
"location": {
1538-
"type": "string",
1539-
"description": "The location the resource resides in."
1540-
},
1541-
"tags": {
1542-
"type": "object",
1543-
"additionalProperties": {
1544-
"type": "string"
1545-
},
1546-
"description": "Application-specific metadata in the form of key-value pairs."
1547-
}
1548-
},
1549-
"allOf": [
1550-
{
1551-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
1552-
}
1553-
],
1554-
"required": [
1555-
"location"
1556-
]
1557-
},
15581534
"ServerProperties": {
15591535
"properties": {
15601536
"administratorLogin": {
@@ -1890,7 +1866,7 @@
18901866
},
18911867
"allOf": [
18921868
{
1893-
"$ref": "#/definitions/TrackedResource"
1869+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource"
18941870
}
18951871
],
18961872
"description": "Represents a server."

0 commit comments

Comments
 (0)