Skip to content

Commit 67fd865

Browse files
authored
fix relative paths in the composite spec for compute (#506)
* enabling swagger to sdk for node sdk master branch * remove -b switch * fix relative paths in the composite spec for compute
1 parent 626d027 commit 67fd865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arm-compute/compositeComputeClient.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Composite Swagger for Compute Client"
55
},
66
"documents": [
7-
"./arm-compute/2016-03-30/swagger/compute.json",
8-
"./arm-compute/2016-03-30/swagger/containerService.json"
7+
"./2016-03-30/swagger/compute.json",
8+
"./2016-03-30/swagger/containerService.json"
99
]
1010
}

0 commit comments

Comments
 (0)