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 @@ -1204,22 +1204,17 @@
},
"DscCompilationJob": {
"properties": {
"id": {
"type": "string",
"readOnly": true,
"description": "Gets the id of the resource."
},
"name": {
"type": "string",
"readOnly": true,
"description": "Dsc Compilation Job name"
},
"properties": {
"$ref": "#/definitions/DscCompilationJobProperties",
"x-ms-client-flatten": true,
"description": "Gets or sets the properties of the Dsc Compilation job."
}
},
"allOf": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If adding proxyResource, please remove "name" and "id" (duplicate)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved.

{
"$ref": "#/definitions/ProxyResource"
}
],
"description": "Definition of the Dsc Compilation job."
},
"DscCompilationJobListResult": {
Expand Down Expand Up @@ -1541,10 +1536,6 @@
},
"DscNodeConfiguration": {
"properties": {
"name": {
"type": "string",
"description": "Gets or sets the node configuration name."
},
"lastModifiedTime": {
"type": "string",
"format": "date-time",
Expand All @@ -1558,13 +1549,13 @@
"configuration": {
"$ref": "#/definitions/DscConfigurationAssociationProperty",
"description": "Gets or sets the configuration of the node."
},
"id": {
"type": "string",
"description": "Gets or sets the id of the resource."
}
},
"x-ms-azure-resource": true,
"allOf": [
{
"$ref": "#/definitions/ProxyResource"
}
],
"description": "Definition of the dsc node configuration."
},
"DscNodeConfigurationListResult": {
Expand Down