Skip to content

Commit

Permalink
bump autorest version from '3.3.0' to '3.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed May 12, 2021
1 parent edc8980 commit 918a03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion swagger_to_sdk_config_autorest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"autorest_options": {
"version": "3.3.0",
"version": "3.4.2",
"use": "@autorest/[email protected]",
"python": "",
"python-mode": "update",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ def build_swaggertosdk_conf_from_json_readme(readme_file, sdk_git_id, config, ba
sdk_git_short_id = sdk_git_id.split("/")[-1].lower()
_LOGGER.info("Looking for tag {} in readme {}".format(sdk_git_short_id, readme_file))
for swagger_to_sdk_conf in readme_as_conf:
if not isinstance(swagger_to_sdk_conf, dict):
continue
repo = swagger_to_sdk_conf.get("repo", "")
repo = repo.split("/")[-1].lower() # Be sure there is no org/login part
if repo == sdk_git_short_id:
Expand Down

0 comments on commit 918a03c

Please sign in to comment.