Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
],
"sources": [
{
"eventSource": "Assessments",
"ruleSets": []
"eventSource": "Assessments"
}
],
"actions": [
Expand Down
4 changes: 2 additions & 2 deletions specification/security/resource-manager/common/v1/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"$ref": "#/definitions/Resource"
},
{
"$ref": "#/definitions/TrackedResourceLocation"
"$ref": "#/definitions/AzureTrackedResourceLocation"
},
{
"$ref": "#/definitions/Kind"
Expand Down Expand Up @@ -122,7 +122,7 @@
}
}
},
"TrackedResourceLocation": {
"AzureTrackedResourceLocation": {
"type": "object",
"description": "Describes an Azure resource with location",
"properties": {
Expand Down