Skip to content

Commit

Permalink
Revert "removing system data and x-ms-azure extension from tracked re…
Browse files Browse the repository at this point in the history
…source (because making changes in the tracked resource will involove dsMianDev repo changes)"

This reverts commit e330db6.
SystemData is required to be in trackedResource
  • Loading branch information
Vasundhra Manhas committed Oct 8, 2021
1 parent 1bc6549 commit 2049087
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,13 @@
"type": {
"type": "string",
"readOnly": true
},
"systemData": {
"$ref": "#/definitions/SystemData",
"readOnly": true
}
}
},
"x-ms-azure-resource": true
},
"SqlMigrationService": {
"description": "A SQL Migration Service.",
Expand Down

0 comments on commit 2049087

Please sign in to comment.