Skip to content
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",
"items": {
"type": "object"
}
},
"x-ms-identifiers": []
},
"ConfigurationProfileUpdate": {
"description": "Definition of the configuration profile.",
Expand Down