Skip to content

Commit

Permalink
Change type name 'TrackedResourceLocation' to 'AzureTrackedResourceLo…
Browse files Browse the repository at this point in the history
…cation' (#10613)

* Add SubAssessment event source type and add more automations examples

* Change Location isReadOnlu to false

* Test

* Add new read/write location and add new type TrackedResourceLocation

* Minor

* minor

* prettier fixes

* Change variable name to TrackedResourceLocation

* Change type name TrackedResourceLocation to AzureTrackedResourceLocation

* Update automations example
  • Loading branch information
surashed authored Aug 29, 2020
1 parent 077bb51 commit c664728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit c664728

Please sign in to comment.