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 695695 "items" : {
696696 "$ref" : " #/definitions/DscReportError"
697697 },
698+ "x-ms-identifiers" : [
699+ " errorMessage" ,
700+ " resourceId"
701+ ],
698702 "description" : " Gets or sets the errors for the node report."
699703 },
700704 "resources" : {
701705 "type" : " array" ,
702706 "items" : {
703707 "$ref" : " #/definitions/DscReportResource"
704708 },
709+ "x-ms-identifiers" : [
710+ " resourceId"
711+ ],
705712 "description" : " Gets or sets the resource for the node report."
706713 },
707714 "metaConfiguration" : {
753760 "items" : {
754761 "$ref" : " #/definitions/DscReportResourceNavigation"
755762 },
763+ "x-ms-identifiers" : [
764+ " resourceId"
765+ ],
756766 "description" : " Gets or sets the Resource Navigation values for resources the resource depends on."
757767 },
758768 "moduleName" : {
917927 "description" : " Gets or sets the list of extensionHandler properties for a Node." ,
918928 "items" : {
919929 "$ref" : " #/definitions/DscNodeExtensionHandlerAssociationProperty"
920- }
930+ },
931+ "x-ms-identifiers" : [
932+ " name"
933+ ]
921934 }
922935 }
923936 },
Original file line number Diff line number Diff line change 9696 "items" : {
9797 "$ref" : " #/definitions/NodeCount"
9898 },
99+ "x-ms-identifiers" : [
100+ " name"
101+ ],
99102 "description" : " Gets an array of counts"
100103 },
101104 "totalCount" : {
Original file line number Diff line number Diff line change 293293 }
294294 ],
295295 "responses" : {
296- "201 " : {
297- "description" : " Created " ,
296+ "200 " : {
297+ "description" : " OK " ,
298298 "schema" : {
299299 "$ref" : " #/definitions/Module"
300300 }
301301 },
302- "200 " : {
303- "description" : " OK " ,
302+ "201 " : {
303+ "description" : " Created " ,
304304 "schema" : {
305305 "$ref" : " #/definitions/Module"
306306 }
646646 "items" : {
647647 "$ref" : " #/definitions/ActivityParameterValidationSet"
648648 },
649+ "x-ms-identifiers" : [],
649650 "description" : " Gets or sets the validation set of activity parameter."
650651 }
651652 },
662663 "items" : {
663664 "$ref" : " #/definitions/ActivityParameter"
664665 },
666+ "x-ms-identifiers" : [],
665667 "description" : " Gets or sets the parameters of the activity parameter set."
666668 }
667669 },
700702 "items" : {
701703 "$ref" : " #/definitions/ActivityParameterSet"
702704 },
705+ "x-ms-identifiers" : [
706+ " name"
707+ ],
703708 "description" : " Gets or sets the parameter sets of the activity."
704709 },
705710 "outputTypes" : {
706711 "type" : " array" ,
707712 "items" : {
708713 "$ref" : " #/definitions/ActivityOutputType"
709714 },
715+ "x-ms-identifiers" : [
716+ " name"
717+ ],
710718 "description" : " Gets or sets the output types of the activity."
711719 },
712720 "creationTime" : {
10161024 "items" : {
10171025 "$ref" : " #/definitions/TypeField"
10181026 },
1027+ "x-ms-identifiers" : [
1028+ " name"
1029+ ],
10191030 "description" : " Gets or sets a list of fields."
10201031 }
10211032 },
Original file line number Diff line number Diff line change 179179 }
180180 ],
181181 "responses" : {
182- "201 " : {
183- "description" : " Created " ,
182+ "200 " : {
183+ "description" : " OK " ,
184184 "schema" : {
185185 "$ref" : " #/definitions/Module"
186186 }
187187 },
188- "200 " : {
189- "description" : " OK " ,
188+ "201 " : {
189+ "description" : " Created " ,
190190 "schema" : {
191191 "$ref" : " #/definitions/Module"
192192 }
353353 "items" : {
354354 "$ref" : " #/definitions/ActivityParameterValidationSet"
355355 },
356+ "x-ms-identifiers" : [],
356357 "description" : " Gets or sets the validation set of activity parameter."
357358 }
358359 },
369370 "items" : {
370371 "$ref" : " #/definitions/ActivityParameter"
371372 },
373+ "x-ms-identifiers" : [],
372374 "description" : " Gets or sets the parameters of the activity parameter set."
373375 }
374376 },
407409 "items" : {
408410 "$ref" : " #/definitions/ActivityParameterSet"
409411 },
412+ "x-ms-identifiers" : [
413+ " name"
414+ ],
410415 "description" : " Gets or sets the parameter sets of the activity."
411416 },
412417 "outputTypes" : {
413418 "type" : " array" ,
414419 "items" : {
415420 "$ref" : " #/definitions/ActivityOutputType"
416421 },
422+ "x-ms-identifiers" : [
423+ " name"
424+ ],
417425 "description" : " Gets or sets the output types of the activity."
418426 },
419427 "creationTime" : {
693701 "items" : {
694702 "$ref" : " #/definitions/TypeField"
695703 },
704+ "x-ms-identifiers" : [
705+ " name"
706+ ],
696707 "description" : " Gets or sets a list of fields."
697708 }
698709 },
Original file line number Diff line number Diff line change 8282 }
8383 ],
8484 "responses" : {
85- "201 " : {
86- "description" : " Created " ,
85+ "200 " : {
86+ "description" : " OK " ,
8787 "schema" : {
8888 "$ref" : " #/definitions/Schedule"
8989 }
9090 },
91- "200 " : {
92- "description" : " OK " ,
91+ "201 " : {
92+ "description" : " Created " ,
9393 "schema" : {
9494 "$ref" : " #/definitions/Schedule"
9595 }
338338 "items" : {
339339 "$ref" : " #/definitions/AdvancedScheduleMonthlyOccurrence"
340340 },
341+ "x-ms-identifiers" : [],
341342 "description" : " Occurrences of days within a month."
342343 }
343344 },
Original file line number Diff line number Diff line change 635635 "items" : {
636636 "$ref" : " #/definitions/AdvancedScheduleMonthlyOccurrence"
637637 },
638+ "x-ms-identifiers" : [],
638639 "description" : " Occurrences of days within a month."
639640 }
640641 },
762763 "items" : {
763764 "type" : " object" ,
764765 "$ref" : " #/definitions/AzureQueryProperties"
765- }
766+ },
767+ "x-ms-identifiers" : []
766768 },
767769 "nonAzureQueries" : {
768770 "description" : " List of non Azure queries in the software update configuration." ,
769771 "type" : " array" ,
770772 "items" : {
771773 "type" : " object" ,
772774 "$ref" : " #/definitions/NonAzureQueryProperties"
773- }
775+ },
776+ "x-ms-identifiers" : [
777+ " workspaceId"
778+ ]
774779 }
775780 }
776781 },
Original file line number Diff line number Diff line change 127127 }
128128 ],
129129 "responses" : {
130- "201 " : {
131- "description" : " Created " ,
130+ "200 " : {
131+ "description" : " OK " ,
132132 "schema" : {
133133 "$ref" : " #/definitions/AutomationAccount"
134134 }
135135 },
136- "200 " : {
137- "description" : " OK " ,
136+ "201 " : {
137+ "description" : " Created " ,
138138 "schema" : {
139139 "$ref" : " #/definitions/AutomationAccount"
140140 }
802802 "items" : {
803803 "$ref" : " #/definitions/Key"
804804 },
805+ "x-ms-identifiers" : [
806+ " KeyName"
807+ ],
805808 "description" : " Lists the automation keys."
806809 }
807810 }
Original file line number Diff line number Diff line change 367367 "items" : {
368368 "$ref" : " #/definitions/HybridRunbookWorkerLegacy"
369369 },
370+ "x-ms-identifiers" : [
371+ " name"
372+ ],
370373 "description" : " Gets or sets the list of hybrid runbook workers."
371374 },
372375 "credential" : {
Original file line number Diff line number Diff line change 130130 "items" : {
131131 "$ref" : " #/definitions/Operation"
132132 },
133+ "x-ms-identifiers" : [
134+ " name"
135+ ],
133136 "description" : " List of Automation operations supported by the Automation resource provider."
134137 }
135138 },
You can’t perform that action at this time.
0 commit comments