Skip to content

Commit

Permalink
Merge pull request #2 from Azure/daschult/swaggerToSDK
Browse files Browse the repository at this point in the history
Update generator version used by swagger to SDK service
  • Loading branch information
Dan Schulte authored Sep 5, 2018
2 parents 2d22033 + 6894b1e commit db0c93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/lmazuel/swagger-to-sdk/master/swagger_to_sdk_config.schema.json",
"meta": {
"autorest_options": {
"typescript": "",
"license-header": "MICROSOFT_MIT_NO_VERSION",
"sdkrel:node-sdks-folder": ".",
"use": "@microsoft.azure/autorest.typescript@^2.0.0"
"use": "@microsoft.azure/autorest.typescript@2.0.476"
},
"repotag": "azure-sdk-for-js",
"version": "0.3.0"
"version": "0.2.0"
}
}

0 comments on commit db0c93c

Please sign in to comment.