Skip to content

Commit

Permalink
Update conf.py (Azure#18335)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Apr 27, 2021
1 parent aad477e commit 28e5c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/azure-sdk-tools/packaging_tools/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"package_doc_id": "",
"is_stable": False,
"is_arm": True,
"need_msrestazure": True
"need_msrestazure": False, # track2 does not need it anymore in setup.py
"need_azuremgmtcore": True,
}

def read_conf(folder: Path) -> Dict[str, Any]:
Expand Down

0 comments on commit 28e5c5e

Please sign in to comment.