Skip to content

Commit d35fbca

Browse files
author
Sushil Upadhyay
committed
Fixed Lint diff Verification error...
1 parent 6da24cc commit d35fbca

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/operations.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,33 @@
8383
}
8484
},
8585
"description": "The response model for the list of Automation operations"
86+
},
87+
"Operation": {
88+
"description": "Automation REST API operation",
89+
"type": "object",
90+
"properties": {
91+
"name": {
92+
"description": "Operation name: {provider}/{resource}/{operation}",
93+
"type": "string"
94+
},
95+
"display": {
96+
"properties": {
97+
"provider": {
98+
"description": "Service provider: Microsoft.Automation",
99+
"type": "string"
100+
},
101+
"resource": {
102+
"description": "Resource on which the operation is performed: Runbooks, Jobs etc.",
103+
"type": "string"
104+
},
105+
"operation": {
106+
"description": "Operation type: Read, write, delete, etc.",
107+
"type": "string"
108+
}
109+
},
110+
"description": "Provider, Resource and Operation values"
111+
}
112+
}
86113
}
87114
}
88115
}

specification/automation/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ input-file:
371371
- Microsoft.Automation/stable/2022-08-08/jobSchedule.json
372372
- Microsoft.Automation/stable/2022-08-08/linkedWorkspace.json
373373
- Microsoft.Automation/stable/2022-08-08/module.json
374+
- Microsoft.Automation/stable/2022-08-08/operations.json
374375
- Microsoft.Automation/stable/2022-08-08/python2package.json
375376
- Microsoft.Automation/stable/2022-08-08/python3package.json
376377
- Microsoft.Automation/stable/2022-08-08/runbook.json

0 commit comments

Comments
 (0)