Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix the method signature for resource track2 client
  • Loading branch information
zhoxing-ms committed Jun 2, 2021
commit 40d4b09c2cad8a7c550fd215b3ce2df1225f14dc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def _create_update_from_file(cli_ctx, resource_group_name, name, location, file,
api_version = cg_defintion.get('apiVersion', None) or container_group_client.api_version

return sdk_no_wait(no_wait,
resource_client.resources.create_or_update,
resource_client.resources.begin_create_or_update,
resource_group_name,
"Microsoft.ContainerInstance",
'',
Expand Down