Skip to content

Commit

Permalink
SavingsPlan GA changes (Azure#20776)
Browse files Browse the repository at this point in the history
* SavingsPlan GA changes

Fix validation errors

Rebase with shared branch

Correct version in the common-types file

Review comments

Review comments

Refer grain enum in parameter

Correct enum type

Review comments

More improvements

* Fix duplicated model lint diff error

* Use common types v2

* Move to v2 types.json

* Corrected examples
  • Loading branch information
pednekarpraj committed Nov 1, 2022
1 parent 908adee commit 4cfc7a0
Show file tree
Hide file tree
Showing 11 changed files with 1,415 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2021-10-01",
"version": "2022-10-01",
"title": "CostManagementClient"
},
"host": "management.azure.com",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -109,7 +109,7 @@
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/Operation"
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/Operation"
}
]
},
Expand Down
Loading

0 comments on commit 4cfc7a0

Please sign in to comment.