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.AzureStack to add version stable/2017-06-01 #11937

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"schema": {
"$ref": "#/definitions/OperationList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
},
"204": {
"description": "NO CONTENT"
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "AzureStack.json#/definitions/ErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -178,6 +184,12 @@
"schema": {
"$ref": "#/definitions/CustomerSubscription"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "AzureStack.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,17 @@
"schema": {
"$ref": "#/definitions/ExtendedProduct"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "AzureStack.json#/definitions/ErrorResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/_all/GetProducts": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/_all/getProducts": {
"post": {
"x-ms-examples": {
"Returns a list of products.": {
Expand Down Expand Up @@ -189,7 +195,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/GetProduct": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.AzureStack/registrations/{registrationName}/products/{productName}/getProduct": {
"post": {
"x-ms-examples": {
"Returns the specified product.": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@
"schema": {
"$ref": "#/definitions/Registration"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "AzureStack.json#/definitions/ErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -257,6 +263,12 @@
"schema": {
"$ref": "#/definitions/ActivationKeyResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "AzureStack.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down