Skip to content

Commit ed7a298

Browse files
finiteattractorsarangan12
authored andcommitted
Adding new Automation API version (2017-05-15-preview) (#1953)
* added extension properties to Get & GetNode * fix indentation * fix indentation * changed description text * Adding new API version (2017-05-15-preview). No other changes made (#2) Adding new API version (2017-05-15-preview). Only three new resources added and all others reference the previous version. - Added resources: - SoftwareUpdateConfiguration - SoftwareUpdateConfigurationRun - SoftwareUpdateConfigurationMachineRun - Validations: - Autorest azure validations passed - x-ms-examples validated with no errors * Updated tag in global configuration Updated tag in global configuration to use the latest api version as per azure PR review comment
1 parent 652cebd commit ed7a298

17 files changed

Lines changed: 1931 additions & 13 deletions

specification/automation/resource-manager/Microsoft.Automation/2015-10-31/definitions.json

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,13 @@
14461446
"etag": {
14471447
"type": "string",
14481448
"description": "Gets or sets the etag of the resource."
1449+
},
1450+
"extensionHandler": {
1451+
"type": "array",
1452+
"description": "Gets or sets the list of extensionHandler properties for a Node.",
1453+
"items": {
1454+
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
1455+
}
14491456
}
14501457
},
14511458
"allOf": [
@@ -1529,6 +1536,19 @@
15291536
},
15301537
"description": "The dsc nodeconfiguration property associated with the entity."
15311538
},
1539+
"DscNodeExtensionHandlerAssociationProperty": {
1540+
"properties": {
1541+
"name": {
1542+
"type": "string",
1543+
"description": "Gets or sets the name of the extension handler."
1544+
},
1545+
"version": {
1546+
"type": "string",
1547+
"description": "Gets or sets the version of the extension handler."
1548+
}
1549+
},
1550+
"description": "The dsc extensionHandler property associated with the node"
1551+
},
15321552
"DscNodeListResult": {
15331553
"properties": {
15341554
"value": {
@@ -2934,6 +2954,21 @@
29342954
},
29352955
"description": "The runbook property associated with the entity."
29362956
},
2957+
"scheduleFrequency": {
2958+
"type": "string",
2959+
"description": "Gets or sets the frequency of the schedule.",
2960+
"enum": [
2961+
"OneTime",
2962+
"Day",
2963+
"Hour",
2964+
"Week",
2965+
"Month"
2966+
],
2967+
"x-ms-enum": {
2968+
"name": "ScheduleFrequency",
2969+
"modelAsString": true
2970+
}
2971+
},
29372972
"ScheduleCreateOrUpdateProperties": {
29382973
"properties": {
29392974
"description": {
@@ -2955,18 +2990,7 @@
29552990
},
29562991
"frequency": {
29572992
"type": "string",
2958-
"description": "Gets or sets the frequency of the schedule.",
2959-
"enum": [
2960-
"OneTime",
2961-
"Day",
2962-
"Hour",
2963-
"Week",
2964-
"Month"
2965-
],
2966-
"x-ms-enum": {
2967-
"name": "ScheduleFrequency",
2968-
"modelAsString": true
2969-
}
2993+
"$ref": "#/definitions/scheduleFrequency"
29702994
},
29712995
"timeZone": {
29722996
"type": "string",

0 commit comments

Comments
 (0)