Skip to content

Commit

Permalink
Added defaults to EventGrid.json (#15395)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmaoo authored Aug 3, 2021
1 parent bc4218c commit cc4fb04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6878,7 +6878,8 @@
},
"isSecret": {
"description": "Boolean flag to tell if the attribute contains sensitive information .",
"type": "boolean"
"type": "boolean",
"default": false
}
}
},
Expand Down Expand Up @@ -8241,7 +8242,8 @@
"x-ms-enum": {
"name": "ResourceKind",
"modelAsString": true
}
},
"default": "Azure"
},
"extendedLocation": {
"$ref": "#/definitions/ExtendedLocation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6871,7 +6871,8 @@
},
"isSecret": {
"description": "Boolean flag to tell if the attribute contains sensitive information .",
"type": "boolean"
"type": "boolean",
"default": false
}
}
},
Expand Down Expand Up @@ -8228,7 +8229,8 @@
"x-ms-enum": {
"name": "ResourceKind",
"modelAsString": true
}
},
"default": "Azure"
},
"extendedLocation": {
"$ref": "#/definitions/ExtendedLocation",
Expand Down

0 comments on commit cc4fb04

Please sign in to comment.