Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions src/storage-mover/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.2.1
+++++
* Added system assigned MI creation as part of az storage-mover endpoint create-for-storage-container command.

1.2.0
+++++
* Updated to the 2025-07-01 GA API version.
Expand Down
1 change: 1 addition & 0 deletions src/storage-mover/azext_storage_mover/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def endpoint_create_for_storage_container(cmd, endpoint_name, resource_group, st
Create_Endpoint = Create(cmd.loader)
args = _get_args_for_endpoint_for_storage_container(endpoint_name, resource_group, storage_mover_name,
blob_container_name, storage_account_resource_id, description)
args["mi_system_assigned"] = "True"
return Create_Endpoint(args)


Expand Down
Loading
Loading