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

Adding x-ms-ids for Automanage #17596

Merged
merged 4 commits into from
Feb 10, 2022
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 @@ -257,14 +257,14 @@
}
],
"responses": {
"201": {
"description": "Created. The configuration profile was created successfully.",
"200": {
"description": "OK. The configuration profile was updated successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfile"
}
},
"200": {
"description": "OK. The configuration profile was updated successfully.",
"201": {
"description": "Created. The configuration profile was created successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfile"
}
Expand Down Expand Up @@ -586,14 +586,14 @@
}
],
"responses": {
"201": {
"description": "Created. The configuration profile was created successfully.",
"200": {
"description": "OK. The configuration profile was updated successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfile"
}
},
"200": {
"description": "OK. The configuration profile was updated successfully.",
"201": {
"description": "Created. The configuration profile was created successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfile"
}
Expand Down Expand Up @@ -894,14 +894,14 @@
}
],
"responses": {
"201": {
"description": "Created. The Automanage configuration profile assignment for the VM was created successfully.",
"200": {
"description": "OK. The configuration profile assignment for the VM was updated successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfileAssignment"
}
},
"200": {
"description": "OK. The configuration profile assignment for the VM was updated successfully.",
"201": {
"description": "Created. The Automanage configuration profile assignment for the VM was created successfully.",
"schema": {
"$ref": "#/definitions/ConfigurationProfileAssignment"
}
Expand Down Expand Up @@ -1394,7 +1394,8 @@
"type": "array",
ikanni marked this conversation as resolved.
Show resolved Hide resolved
"items": {
"type": "object"
}
},
"x-ms-identifiers": []
},
"ConfigurationProfileUpdate": {
"description": "Definition of the configuration profile.",
Expand Down