Skip to content

Commit

Permalink
update (Azure#30592)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jun 1, 2023
1 parent 97511f2 commit a8b0542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/azure-sdk-tools/packaging_tools/sdk_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ def main(generate_input, generate_output):
)

# check whether multiapi package has only one api-version in per subfolder
check_api_version_in_subfolder(sdk_code_path)
# skip check for network for https://github.com/Azure/azure-sdk-for-python/issues/30556#issuecomment-1571341309
if "azure-mgmt-network" not in sdk_code_path:
check_api_version_in_subfolder(sdk_code_path)

# use multiapi combiner to combine multiapi package
if package_name in ("azure-mgmt-network"):
Expand Down

0 comments on commit a8b0542

Please sign in to comment.