Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Advisor to add version s…
Browse files Browse the repository at this point in the history
…table/2020-01-01 (Azure#12262)
  • Loading branch information
mudit794 committed Jan 3, 2021
1 parent e91876b commit ffbb650
Showing 1 changed file with 62 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"schema": {
"$ref": "#/definitions/ARMErrorResponseBody"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -74,6 +80,12 @@
"schema": {
"$ref": "#/definitions/MetadataEntityListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -330,6 +342,12 @@
"type": "string"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -369,6 +387,12 @@
},
"204": {
"description": "NoContent. Recommendation generation has been completed."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -405,7 +429,8 @@
"in": "query",
"description": "The number of recommendations per page if a paged version of this API is being used.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int32"
},
{
"name": "$skipToken",
Expand All @@ -421,6 +446,12 @@
"schema": {
"$ref": "#/definitions/ResourceRecommendationBaseListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -492,6 +523,12 @@
"schema": {
"$ref": "#/definitions/ResourceRecommendationBase"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -547,6 +584,12 @@
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -609,6 +652,12 @@
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -653,6 +702,12 @@
"responses": {
"204": {
"description": "NoContent. The recommendation has been activated."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down Expand Up @@ -699,6 +754,12 @@
"schema": {
"$ref": "#/definitions/SuppressionContractListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ArmErrorResponse"
}
}
},
"deprecated": false,
Expand Down

0 comments on commit ffbb650

Please sign in to comment.