|
1152 | 1152 | } |
1153 | 1153 | }, |
1154 | 1154 | "x-ms-examples": { |
1155 | | - "MaintenanceConfigurations_GetForResource": { |
1156 | | - "$ref": "./examples/MaintenanceConfigurations_GetForResource.json" |
1157 | | - }, |
1158 | 1155 | "MaintenanceConfigurations_GetForResource_GuestOSPatchWindows": { |
1159 | 1156 | "$ref": "./examples/MaintenanceConfigurations_GetForResource_GuestOSPatchWindows.json" |
1160 | 1157 | }, |
1161 | 1158 | "MaintenanceConfigurations_GetForResource_GuestOSPatchLinux": { |
1162 | 1159 | "$ref": "./examples/MaintenanceConfigurations_GetForResource_GuestOSPatchLinux.json" |
| 1160 | + }, |
| 1161 | + "MaintenanceConfigurations_GetForResource": { |
| 1162 | + "$ref": "./examples/MaintenanceConfigurations_GetForResource.json" |
1163 | 1163 | } |
1164 | 1164 | } |
1165 | 1165 | }, |
|
2043 | 2043 | }, |
2044 | 2044 | "installPatches": { |
2045 | 2045 | "$ref": "#/definitions/InputPatchConfiguration", |
2046 | | - "description": "The input parameters to be passed to the patch run operation." |
| 2046 | + "description": "The input parameters to be passed to the patch run operation. This property only applies to Guest (InGuestPatch) scope." |
2047 | 2047 | } |
2048 | 2048 | } |
2049 | 2049 | }, |
|
2062 | 2062 | "modelAsString": true |
2063 | 2063 | }, |
2064 | 2064 | "default": "IfRequired", |
2065 | | - "description": "Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed." |
| 2065 | + "description": "Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed. This property only applies to Guest (InGuestPatch) scope." |
2066 | 2066 | }, |
2067 | 2067 | "windowsParameters": { |
2068 | 2068 | "$ref": "#/definitions/InputWindowsParameters", |
2069 | | - "description": "Input parameters specific to patching a Windows machine. For Linux machines, do not pass this property." |
| 2069 | + "description": "Input parameters specific to patching a Windows machine. For Linux machines, do not pass this property. This property only applies to Guest (InGuestPatch) scope." |
2070 | 2070 | }, |
2071 | 2071 | "linuxParameters": { |
2072 | 2072 | "$ref": "#/definitions/InputLinuxParameters", |
2073 | | - "description": "Input parameters specific to patching Linux machine. For Windows machines, do not pass this property." |
| 2073 | + "description": "Input parameters specific to patching Linux machine. For Windows machines, do not pass this property. This property only applies to Guest (InGuestPatch) scope." |
2074 | 2074 | }, |
2075 | 2075 | "tasks": { |
2076 | | - "description": "Tasks information for the Software update configuration.", |
| 2076 | + "description": "[Not supported] Tasks information for the Software update configuration.", |
2077 | 2077 | "$ref": "#/definitions/softwareUpdateConfigurationTasks", |
2078 | 2078 | "x-ms-client-flatten": true |
2079 | 2079 | } |
|
2109 | 2109 | "description": "Exclude patches which need reboot" |
2110 | 2110 | } |
2111 | 2111 | }, |
2112 | | - "description": "Input properties for patching a Windows machine." |
| 2112 | + "description": "Input properties for patching a Windows machine. This property only applies to Guest (InGuestPatch) scope." |
2113 | 2113 | }, |
2114 | 2114 | "InputLinuxParameters": { |
2115 | 2115 | "type": "object", |
|
2136 | 2136 | "description": "Classification category of patches to be patched" |
2137 | 2137 | } |
2138 | 2138 | }, |
2139 | | - "description": "Input properties for patching a Linux machine." |
| 2139 | + "description": "Input properties for patching a Linux machine. This property only applies to Guest (InGuestPatch) scope." |
2140 | 2140 | }, |
2141 | 2141 | "softwareUpdateConfigurationTasks": { |
2142 | 2142 | "type": "object", |
2143 | | - "description": "Task properties of the software update configuration.", |
| 2143 | + "description": "[Not supported] Task properties of the software update configuration.", |
2144 | 2144 | "properties": { |
2145 | 2145 | "preTasks": { |
2146 | 2146 | "type": "array", |
2147 | | - "description": "List of pre tasks. e.g. [{'source' :'runbook', 'taskScope': 'Global', 'parameters': { 'arg1': 'value1'}}]", |
| 2147 | + "description": "[Not supported] List of pre tasks. e.g. [{'source' :'runbook', 'taskScope': 'Global', 'parameters': { 'arg1': 'value1'}}]", |
2148 | 2148 | "items": { |
2149 | 2149 | "$ref": "#/definitions/taskProperties", |
2150 | 2150 | "x-ms-client-flatten": true |
|
2153 | 2153 | }, |
2154 | 2154 | "postTasks": { |
2155 | 2155 | "type": "array", |
2156 | | - "description": "List of post tasks. e.g. [{'source' :'runbook', 'taskScope': 'Resource', 'parameters': { 'arg1': 'value1'}}]", |
| 2156 | + "description": "[Not supported] List of post tasks. e.g. [{'source' :'runbook', 'taskScope': 'Resource', 'parameters': { 'arg1': 'value1'}}]", |
2157 | 2157 | "items": { |
2158 | 2158 | "$ref": "#/definitions/taskProperties", |
2159 | 2159 | "x-ms-client-flatten": true |
|
2164 | 2164 | }, |
2165 | 2165 | "taskProperties": { |
2166 | 2166 | "type": "object", |
2167 | | - "description": "Task properties of the software update configuration.", |
| 2167 | + "description": "[Not supported] Task properties of the software update configuration.", |
2168 | 2168 | "properties": { |
2169 | 2169 | "parameters": { |
2170 | 2170 | "type": "object", |
2171 | 2171 | "additionalProperties": { |
2172 | 2172 | "type": "string" |
2173 | 2173 | }, |
2174 | | - "description": "Gets or sets the parameters of the task." |
| 2174 | + "description": "[Not supported] Gets or sets the parameters of the task." |
2175 | 2175 | }, |
2176 | 2176 | "source": { |
2177 | 2177 | "type": "string", |
2178 | | - "description": "Gets or sets the name of the runbook." |
| 2178 | + "description": "[Not supported] Gets or sets the name of the runbook." |
2179 | 2179 | }, |
2180 | 2180 | "taskScope": { |
2181 | 2181 | "enum": [ |
2182 | 2182 | "Global", |
2183 | 2183 | "Resource" |
2184 | 2184 | ], |
2185 | | - "description": "Global Task execute once when schedule trigger. Resource task execute for each VM.", |
| 2185 | + "description": "[Not supported] Global Task execute once when schedule trigger. Resource task execute for each VM.", |
2186 | 2186 | "type": "string", |
2187 | 2187 | "x-ms-enum": { |
2188 | 2188 | "name": "TaskScope", |
|
0 commit comments