Skip to content

Commit

Permalink
moved systemData, ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykslee committed Mar 30, 2021
1 parent 1f698ad commit 22600bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@
"x-ms-client-flatten": true,
"description": "Metadata describing a workbook for an Azure resource.",
"$ref": "#/definitions/MyWorkbookProperties"
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,10 @@
"x-ms-client-flatten": true,
"description": "Metadata describing a workbook for an Azure resource.",
"$ref": "#/definitions/MyWorkbookProperties"
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,7 @@
"type": "string",
"x-nullable": true,
"description": "The unique revision id for this workbook definition"
},

}
}
},
"WorkbookUpdateParameters": {
Expand Down

0 comments on commit 22600bb

Please sign in to comment.