Skip to content

Commit

Permalink
Revert "referencing systemData from common-types/resource-management/…
Browse files Browse the repository at this point in the history
…v2/types.json#/definitions"

This reverts commit 94641f1.
  • Loading branch information
Vasundhra Manhas committed Sep 24, 2021
1 parent 94641f1 commit 9a45f2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"$ref": "#/definitions/ODataError"
},
"systemData": {
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"$ref": "#/definitions/ProjectFileProperties"
},
"systemData": {
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"$ref": "#/definitions/ProjectProperties"
},
"systemData": {
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"$ref": "#/definitions/ServiceSku"
},
"systemData": {
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"$ref": "#/definitions/ProjectTaskProperties"
},
"systemData": {
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down

0 comments on commit 9a45f2c

Please sign in to comment.