Skip to content

Commit

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

instead from v2 spec (to see if that affects the systemData error in cross-version)
  • Loading branch information
Vasundhra Manhas committed Sep 24, 2021
1 parent 307d80e commit 94641f1
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": "../sqlmigration.json#/definitions/SystemData",
"$ref": "../../../../../../common-types/resource-management/v2/types.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": "../sqlmigration.json#/definitions/SystemData",
"$ref": "../../../../../../common-types/resource-management/v2/types.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": "../sqlmigration.json#/definitions/SystemData",
"$ref": "../../../../../../common-types/resource-management/v2/types.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": "../sqlmigration.json#/definitions/SystemData",
"$ref": "../../../../../../common-types/resource-management/v2/types.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": "../sqlmigration.json#/definitions/SystemData",
"$ref": "../../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
Expand Down

0 comments on commit 94641f1

Please sign in to comment.