Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit fca4872

Browse files
authored
Update swagger_to_sdk_config.json
1 parent a2df302 commit fca4872

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eng/swagger_to_sdk_config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/documentation/sdkautomation/SwaggerToSdkConfigSchema.json",
33
"generateOptions": {
44
"generateScript": {
5-
"path": "pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1"
6-
}
7-
},
8-
"initOptions": {
9-
"initScript": {
10-
"path": "pwsh ./eng/scripts/Automation-Sdk-Init.ps1",
5+
"path": "pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1",
116
"stderr": {
127
"showInComment": "Build succeeded"
138
},
@@ -16,6 +11,11 @@
1611
}
1712
}
1813
},
14+
"initOptions": {
15+
"initScript": {
16+
"path": "pwsh ./eng/scripts/Automation-Sdk-Init.ps1"
17+
}
18+
},
1919
"packageOptions": {
2020
"packageFolderFromFileSearch": false
2121
}

0 commit comments

Comments
 (0)