-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Stacks/2022 08 01 preview #23482
Stacks/2022 08 01 preview #23482
Changes from 8 commits
0bbb664
b7d54b8
56cd96b
db7180e
c5ee0a4
ff32d7a
ada7fe4
6b6a145
c724e82
38091ce
ea3d4e3
7c96e4f
a381fb6
88ba813
b85d903
b204f95
116f64d
cd49c89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -772,7 +772,8 @@ | |
"DeploymentStackProperties": { | ||
"type": "object", | ||
"required": [ | ||
"actionOnUnmanage" | ||
"actionOnUnmanage", | ||
"denySettings" | ||
], | ||
"description": "Deployment stack properties.", | ||
"allOf": [ | ||
|
@@ -1129,7 +1130,7 @@ | |
"type": "object", | ||
"properties": { | ||
"error": { | ||
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" | ||
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The justification for this reversion is that both v2 and v3 versions generate an ErrorResponse object with a modified structure. Since ErrorResponse is shared, all swagger files in Microsoft.Resources need to be updated at the same time to v3. This was found while building Microsoft.Azure.Management.Resources locally after the PR had been merged as Track1 generation is bypassed on the PR. We would like to delay upgrading this until we can upgrade all ErrorResponse objects in Microsoft.Resources to v3. |
||
} | ||
}, | ||
"description": "Deployment Stacks error response." | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has also been required for a while in our service. Given we are still in private preview, this change is something we have notified a limited set of customers about.