Skip to content

Commit 19286c5

Browse files
author
KARTIK KHULLAR
committed
Storage Container Endpoint Identity Patch
1 parent c226f75 commit 19286c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/storage-mover/azext_storage_mover

src/storage-mover/azext_storage_mover/custom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def _get_args_for_endpoint_for_storage_container(endpoint_name, resource_group,
2323
"storage_blob_container": {
2424
"blob_container_name": blob_container_name,
2525
"storage_account_resource_id": storage_account_resource_id,
26-
}
26+
},
27+
"mi_system_assigned": "True"
2728
}
2829
return args
2930

0 commit comments

Comments
 (0)