Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Advisor to add version stable/2020-01-01 #12262

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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