Skip to content

Commit dd19657

Browse files
CopilotXiaofeiCao
andauthored
Fix incorrect arguments in update_azure_resourcemanager_pom call (#47151)
* Initial plan * Fix incorrect arguments in update_azure_resourcemanager_pom call on line 341 Co-authored-by: XiaofeiCao <92354331+XiaofeiCao@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: XiaofeiCao <92354331+XiaofeiCao@users.noreply.github.com>
1 parent 30cc65f commit dd19657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/automation/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def sdk_automation_typespec_project(tsp_project: str, config: dict) -> dict:
338338
if succeeded:
339339
if is_mgmt_premium(module):
340340
move_premium_samples(sdk_root, service, module)
341-
update_azure_resourcemanager_pom(sdk_root, service, module)
341+
update_azure_resourcemanager_pom(sdk_root, module, current_version)
342342
logging.info("[Changelog] Start breaking change detection for SDK automation.")
343343
breaking, changelog, breaking_change_items = compare_with_maven_package(
344344
sdk_root,

0 commit comments

Comments
 (0)