Skip to content

Commit 5dbdd7a

Browse files
authored
make compilationJobs name segment consistent and ARM spec conformant (#20588)
* make compilationJobs name segment consistent and ARM spec conformant * update segment descriptions * update examples for property rename
1 parent 5235257 commit 5dbdd7a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/dscCompilationJob.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"x-ms-odata": "#/definitions/DscCompilationJob"
205205
}
206206
},
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": {
208208
"get": {
209209
"tags": [
210210
"DscCompilationJob"
@@ -227,12 +227,12 @@
227227
"$ref": "../../common/v1/definitions.json#/parameters/AutomationAccountNameParameter"
228228
},
229229
{
230-
"name": "jobId",
230+
"name": "compilationJobName",
231231
"in": "path",
232232
"required": true,
233233
"type": "string",
234234
"format": "uuid",
235-
"description": "The job id."
235+
"description": "The DSC configuration Id."
236236
},
237237
{
238238
"$ref": "../../common/v1/definitions.json#/parameters/SubscriptionIdParameter"
@@ -257,7 +257,7 @@
257257
}
258258
}
259259
},
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}": {
261261
"get": {
262262
"tags": [
263263
"DscCompilationJob"
@@ -280,12 +280,12 @@
280280
"$ref": "../../common/v1/definitions.json#/parameters/AutomationAccountNameParameter"
281281
},
282282
{
283-
"name": "jobId",
283+
"name": "compilationJobName",
284284
"in": "path",
285285
"required": true,
286286
"type": "string",
287287
"format": "uuid",
288-
"description": "The job id."
288+
"description": "The DSC configuration Id."
289289
},
290290
{
291291
"name": "jobStreamId",

specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/examples/compilationJobStreamByJobStreamId.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "rg",
55
"automationAccountName": "myAutomationAccount33",
66
"api-version": "2019-06-01",
7-
"jobId": "836d4e06-2d88-46b4-8500-7febd4906838",
7+
"compilationJobName": "836d4e06-2d88-46b4-8500-7febd4906838",
88
"jobStreamId": "836d4e06-2d88-46b4-8500-7febd4906838_00636481062421684835_00000000000000000008"
99
},
1010
"responses": {

specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/examples/compilationJobStreamList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "rg",
55
"automationAccountName": "myAutomationAccount33",
66
"api-version": "2019-06-01",
7-
"jobId": "836d4e06-2d88-46b4-8500-7febd4906838"
7+
"compilationJobName": "836d4e06-2d88-46b4-8500-7febd4906838"
88
},
99
"responses": {
1010
"200": {

0 commit comments

Comments
 (0)