Skip to content

Commit

Permalink
[Release sdk status] swagger repo default branch changes to main (#…
Browse files Browse the repository at this point in the history
…20529)

* initial

* fix

* fix

* print fix

* debug

* debug

* debug

* debug

* fix html link

* print format

* Add some comments

* swagger default branch changes to main

Co-authored-by: Zed <601306339@qq.com>
  • Loading branch information
2 people authored and iscai-msft committed Sep 29, 2021
1 parent d3045d9 commit cff7643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_sdk_status/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def sdk_info_from_swagger():

TRACK_CONFIG = {0: 'NA', 1: 'track1', 2: 'track2', 3: 'both'}
track_config = TRACK_CONFIG.get(track_config, 'Rule error')
readme_html = folder.replace(SWAGGER_FOLDER, 'https://github.com/Azure/azure-rest-api-specs/tree/master')
readme_html = folder.replace(SWAGGER_FOLDER, 'https://github.com/Azure/azure-rest-api-specs/tree/main')
if package_name != '':
resource_manager.append('{},{},{},{}\n'.format(package_name,
track_config,
Expand Down

0 comments on commit cff7643

Please sign in to comment.