Skip to content

Commit

Permalink
Adding x-ms-ids for Automanage (Azure#17596)
Browse files Browse the repository at this point in the history
* Adding x-ms-ids for Autoanage

* corrections after rebase

* removing common types changes
  • Loading branch information
agalerrotaru authored and FredericHeem committed Mar 7, 2022
1 parent 5dc68db commit d727279
Showing 1 changed file with 14 additions and 13 deletions.
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 @@ -1481,7 +1481,8 @@
"type": "array",
"items": {
"type": "object"
}
},
"x-ms-identifiers": []
},
"ConfigurationProfileUpdate": {
"description": "Definition of the configuration profile.",
Expand Down

0 comments on commit d727279

Please sign in to comment.