Skip to content

Commit 534a625

Browse files
author
Sushil Upadhyay
committed
Fix Duplicate schema erors.
1 parent 8c301e1 commit 534a625

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/dscCompilationJob.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@
544544
"description": "The response model for the list job stream operation."
545545
},
546546
"JobStreamProperties": {
547+
"type": "object",
547548
"properties": {
548549
"jobStreamId": {
549550
"type": "string",

specification/automation/resource-manager/Microsoft.Automation/preview/2023-05-15-preview/dscCompilationJob.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@
514514
"description": "The Dsc configuration property associated with the entity."
515515
},
516516
"JobStream": {
517+
"type": "object",
517518
"properties": {
518519
"id": {
519520
"type": "string",
@@ -528,6 +529,7 @@
528529
"description": "Definition of the job stream."
529530
},
530531
"JobStreamListResult": {
532+
"type": "object",
531533
"properties": {
532534
"value": {
533535
"type": "array",

specification/automation/resource-manager/Microsoft.Automation/preview/2023-05-15-preview/examples/PrivateLinkResourceListGet.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"parameters": {
3-
"subscriptionId": "00000000-1111-2222-3333-444444444444",
3+
"subscriptionId": "subid",
44
"resourceGroupName": "rg1",
5-
"automationAccountName": "ddb1",
5+
"automationAccountName": "testaccount",
66
"api-version": "2023-05-15-preview"
77
},
88
"responses": {
99
"200": {
1010
"body": {
1111
"value": [
1212
{
13-
"id": "subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Automation/automationAccounts/ddb1/privateLinkResources/sql",
13+
"id": "subscriptions/subid/resourceGroups/Default/providers/Microsoft.Automation/automationAccounts/testaccount/privateLinkResources/sql",
1414
"name": "sql",
1515
"type": "Microsoft.Automation/automationAccounts/privateLinkResources",
1616
"properties": {
1717
"groupId": "sql",
1818
"requiredMembers": [
19-
"ddb1",
19+
"testaccount",
2020
"ddb1-westus"
2121
]
2222
}

0 commit comments

Comments
 (0)