File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01 Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 204
204
"x-ms-odata" : " #/definitions/DscCompilationJob"
205
205
}
206
206
},
207
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId }/streams" : {
207
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName }/streams" : {
208
208
"get" : {
209
209
"tags" : [
210
210
" DscCompilationJob"
227
227
"$ref" : " ../../common/v1/definitions.json#/parameters/AutomationAccountNameParameter"
228
228
},
229
229
{
230
- "name" : " jobId " ,
230
+ "name" : " compilationJobName " ,
231
231
"in" : " path" ,
232
232
"required" : true ,
233
233
"type" : " string" ,
234
234
"format" : " uuid" ,
235
- "description" : " The job id ."
235
+ "description" : " The DSC configuration Id ."
236
236
},
237
237
{
238
238
"$ref" : " ../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
257
257
}
258
258
}
259
259
},
260
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId }/streams/{jobStreamId}" : {
260
+ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName }/streams/{jobStreamId}" : {
261
261
"get" : {
262
262
"tags" : [
263
263
" DscCompilationJob"
280
280
"$ref" : " ../../common/v1/definitions.json#/parameters/AutomationAccountNameParameter"
281
281
},
282
282
{
283
- "name" : " jobId " ,
283
+ "name" : " compilationJobName " ,
284
284
"in" : " path" ,
285
285
"required" : true ,
286
286
"type" : " string" ,
287
287
"format" : " uuid" ,
288
- "description" : " The job id ."
288
+ "description" : " The DSC configuration Id ."
289
289
},
290
290
{
291
291
"name" : " jobStreamId" ,
Original file line number Diff line number Diff line change 4
4
"resourceGroupName" : " rg" ,
5
5
"automationAccountName" : " myAutomationAccount33" ,
6
6
"api-version" : " 2019-06-01" ,
7
- "jobId " : " 836d4e06-2d88-46b4-8500-7febd4906838" ,
7
+ "compilationJobName " : " 836d4e06-2d88-46b4-8500-7febd4906838" ,
8
8
"jobStreamId" : " 836d4e06-2d88-46b4-8500-7febd4906838_00636481062421684835_00000000000000000008"
9
9
},
10
10
"responses" : {
Original file line number Diff line number Diff line change 4
4
"resourceGroupName" : " rg" ,
5
5
"automationAccountName" : " myAutomationAccount33" ,
6
6
"api-version" : " 2019-06-01" ,
7
- "jobId " : " 836d4e06-2d88-46b4-8500-7febd4906838"
7
+ "compilationJobName " : " 836d4e06-2d88-46b4-8500-7febd4906838"
8
8
},
9
9
"responses" : {
10
10
"200" : {
You can’t perform that action at this time.
0 commit comments