File tree Expand file tree Collapse file tree 9 files changed +72
-19
lines changed
specification/automation/resource-manager/Microsoft.Automation
preview/2020-01-13-preview Expand file tree Collapse file tree 9 files changed +72
-19
lines changed Original file line number Diff line number Diff line change 695
695
"items" : {
696
696
"$ref" : " #/definitions/DscReportError"
697
697
},
698
+ "x-ms-identifiers" : [
699
+ " errorMessage" ,
700
+ " resourceId"
701
+ ],
698
702
"description" : " Gets or sets the errors for the node report."
699
703
},
700
704
"resources" : {
701
705
"type" : " array" ,
702
706
"items" : {
703
707
"$ref" : " #/definitions/DscReportResource"
704
708
},
709
+ "x-ms-identifiers" : [
710
+ " resourceId"
711
+ ],
705
712
"description" : " Gets or sets the resource for the node report."
706
713
},
707
714
"metaConfiguration" : {
753
760
"items" : {
754
761
"$ref" : " #/definitions/DscReportResourceNavigation"
755
762
},
763
+ "x-ms-identifiers" : [
764
+ " resourceId"
765
+ ],
756
766
"description" : " Gets or sets the Resource Navigation values for resources the resource depends on."
757
767
},
758
768
"moduleName" : {
917
927
"description" : " Gets or sets the list of extensionHandler properties for a Node." ,
918
928
"items" : {
919
929
"$ref" : " #/definitions/DscNodeExtensionHandlerAssociationProperty"
920
- }
930
+ },
931
+ "x-ms-identifiers" : [
932
+ " name"
933
+ ]
921
934
}
922
935
}
923
936
},
Original file line number Diff line number Diff line change 96
96
"items" : {
97
97
"$ref" : " #/definitions/NodeCount"
98
98
},
99
+ "x-ms-identifiers" : [
100
+ " name"
101
+ ],
99
102
"description" : " Gets an array of counts"
100
103
},
101
104
"totalCount" : {
Original file line number Diff line number Diff line change 293
293
}
294
294
],
295
295
"responses" : {
296
- "201 " : {
297
- "description" : " Created " ,
296
+ "200 " : {
297
+ "description" : " OK " ,
298
298
"schema" : {
299
299
"$ref" : " #/definitions/Module"
300
300
}
301
301
},
302
- "200 " : {
303
- "description" : " OK " ,
302
+ "201 " : {
303
+ "description" : " Created " ,
304
304
"schema" : {
305
305
"$ref" : " #/definitions/Module"
306
306
}
646
646
"items" : {
647
647
"$ref" : " #/definitions/ActivityParameterValidationSet"
648
648
},
649
+ "x-ms-identifiers" : [],
649
650
"description" : " Gets or sets the validation set of activity parameter."
650
651
}
651
652
},
662
663
"items" : {
663
664
"$ref" : " #/definitions/ActivityParameter"
664
665
},
666
+ "x-ms-identifiers" : [],
665
667
"description" : " Gets or sets the parameters of the activity parameter set."
666
668
}
667
669
},
700
702
"items" : {
701
703
"$ref" : " #/definitions/ActivityParameterSet"
702
704
},
705
+ "x-ms-identifiers" : [
706
+ " name"
707
+ ],
703
708
"description" : " Gets or sets the parameter sets of the activity."
704
709
},
705
710
"outputTypes" : {
706
711
"type" : " array" ,
707
712
"items" : {
708
713
"$ref" : " #/definitions/ActivityOutputType"
709
714
},
715
+ "x-ms-identifiers" : [
716
+ " name"
717
+ ],
710
718
"description" : " Gets or sets the output types of the activity."
711
719
},
712
720
"creationTime" : {
1016
1024
"items" : {
1017
1025
"$ref" : " #/definitions/TypeField"
1018
1026
},
1027
+ "x-ms-identifiers" : [
1028
+ " name"
1029
+ ],
1019
1030
"description" : " Gets or sets a list of fields."
1020
1031
}
1021
1032
},
Original file line number Diff line number Diff line change 179
179
}
180
180
],
181
181
"responses" : {
182
- "201 " : {
183
- "description" : " Created " ,
182
+ "200 " : {
183
+ "description" : " OK " ,
184
184
"schema" : {
185
185
"$ref" : " #/definitions/Module"
186
186
}
187
187
},
188
- "200 " : {
189
- "description" : " OK " ,
188
+ "201 " : {
189
+ "description" : " Created " ,
190
190
"schema" : {
191
191
"$ref" : " #/definitions/Module"
192
192
}
353
353
"items" : {
354
354
"$ref" : " #/definitions/ActivityParameterValidationSet"
355
355
},
356
+ "x-ms-identifiers" : [],
356
357
"description" : " Gets or sets the validation set of activity parameter."
357
358
}
358
359
},
369
370
"items" : {
370
371
"$ref" : " #/definitions/ActivityParameter"
371
372
},
373
+ "x-ms-identifiers" : [],
372
374
"description" : " Gets or sets the parameters of the activity parameter set."
373
375
}
374
376
},
407
409
"items" : {
408
410
"$ref" : " #/definitions/ActivityParameterSet"
409
411
},
412
+ "x-ms-identifiers" : [
413
+ " name"
414
+ ],
410
415
"description" : " Gets or sets the parameter sets of the activity."
411
416
},
412
417
"outputTypes" : {
413
418
"type" : " array" ,
414
419
"items" : {
415
420
"$ref" : " #/definitions/ActivityOutputType"
416
421
},
422
+ "x-ms-identifiers" : [
423
+ " name"
424
+ ],
417
425
"description" : " Gets or sets the output types of the activity."
418
426
},
419
427
"creationTime" : {
693
701
"items" : {
694
702
"$ref" : " #/definitions/TypeField"
695
703
},
704
+ "x-ms-identifiers" : [
705
+ " name"
706
+ ],
696
707
"description" : " Gets or sets a list of fields."
697
708
}
698
709
},
Original file line number Diff line number Diff line change 82
82
}
83
83
],
84
84
"responses" : {
85
- "201 " : {
86
- "description" : " Created " ,
85
+ "200 " : {
86
+ "description" : " OK " ,
87
87
"schema" : {
88
88
"$ref" : " #/definitions/Schedule"
89
89
}
90
90
},
91
- "200 " : {
92
- "description" : " OK " ,
91
+ "201 " : {
92
+ "description" : " Created " ,
93
93
"schema" : {
94
94
"$ref" : " #/definitions/Schedule"
95
95
}
338
338
"items" : {
339
339
"$ref" : " #/definitions/AdvancedScheduleMonthlyOccurrence"
340
340
},
341
+ "x-ms-identifiers" : [],
341
342
"description" : " Occurrences of days within a month."
342
343
}
343
344
},
Original file line number Diff line number Diff line change 635
635
"items" : {
636
636
"$ref" : " #/definitions/AdvancedScheduleMonthlyOccurrence"
637
637
},
638
+ "x-ms-identifiers" : [],
638
639
"description" : " Occurrences of days within a month."
639
640
}
640
641
},
762
763
"items" : {
763
764
"type" : " object" ,
764
765
"$ref" : " #/definitions/AzureQueryProperties"
765
- }
766
+ },
767
+ "x-ms-identifiers" : []
766
768
},
767
769
"nonAzureQueries" : {
768
770
"description" : " List of non Azure queries in the software update configuration." ,
769
771
"type" : " array" ,
770
772
"items" : {
771
773
"type" : " object" ,
772
774
"$ref" : " #/definitions/NonAzureQueryProperties"
773
- }
775
+ },
776
+ "x-ms-identifiers" : [
777
+ " workspaceId"
778
+ ]
774
779
}
775
780
}
776
781
},
Original file line number Diff line number Diff line change 127
127
}
128
128
],
129
129
"responses" : {
130
- "201 " : {
131
- "description" : " Created " ,
130
+ "200 " : {
131
+ "description" : " OK " ,
132
132
"schema" : {
133
133
"$ref" : " #/definitions/AutomationAccount"
134
134
}
135
135
},
136
- "200 " : {
137
- "description" : " OK " ,
136
+ "201 " : {
137
+ "description" : " Created " ,
138
138
"schema" : {
139
139
"$ref" : " #/definitions/AutomationAccount"
140
140
}
802
802
"items" : {
803
803
"$ref" : " #/definitions/Key"
804
804
},
805
+ "x-ms-identifiers" : [
806
+ " KeyName"
807
+ ],
805
808
"description" : " Lists the automation keys."
806
809
}
807
810
}
Original file line number Diff line number Diff line change 367
367
"items" : {
368
368
"$ref" : " #/definitions/HybridRunbookWorkerLegacy"
369
369
},
370
+ "x-ms-identifiers" : [
371
+ " name"
372
+ ],
370
373
"description" : " Gets or sets the list of hybrid runbook workers."
371
374
},
372
375
"credential" : {
Original file line number Diff line number Diff line change 130
130
"items" : {
131
131
"$ref" : " #/definitions/Operation"
132
132
},
133
+ "x-ms-identifiers" : [
134
+ " name"
135
+ ],
133
136
"description" : " List of Automation operations supported by the Automation resource provider."
134
137
}
135
138
},
You can’t perform that action at this time.
0 commit comments