Skip to content

Commit

Permalink
CodeGen from PR 19823 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Task 15001443: Remove identity field from the ActionGroup swagger as it had wrong type, and it is unused (#19823)

* Task 15001443: Bug 14937463: Should throw a bad request with bad resourceId

* Revert "Task 15001443: Bug 14937463: Should throw a bad request with bad resourceId"

This reverts commit 4cfc48993c5ac8d7bf562c9156ba039db80644c9.

* Remove unused property

* Revert

* Revert "Revert"

This reverts commit b5ef90dca82008fc09cf07c5fa484b1dd880ee4f.

* Remove outdated api

* Also remove kind

* Remove kind

Co-authored-by: Thomas Pham <[email protected]>
  • Loading branch information
SDKAuto and Thomas Pham committed Jul 26, 2022
1 parent bbf5a6f commit e2cf1b6
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 6 deletions.
4 changes: 2 additions & 2 deletions schemas/2014-04-01/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions schemas/2015-04-01/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions schemas/2021-05-01-preview/Microsoft.Insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@
"oneOf": [
{
"type": "boolean",
"default": true
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'true'."
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'."
},
"name": {
"type": "string",
Expand Down
Loading

0 comments on commit e2cf1b6

Please sign in to comment.