Skip to content

Commit 64ceffb

Browse files
harneetvirkneeduv
andauthored
Update type hint for RegistryRegionDetails (Azure#27784)
* Updating the Changelog for December release * Update sdk/ml/azure-ai-ml/CHANGELOG.md Co-authored-by: Neehar Duvvuri <[email protected]> * Addressing the comments * Include more entries in change log * Update type hint for RegistryRegionDetails * Update type hint for RegistryRegionDetails Co-authored-by: Neehar Duvvuri <[email protected]>
1 parent ebf750a commit 64ceffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_registry/registry_support_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __init__(
146146
can either be a single string representing the arm_resource_id of
147147
a user-created storage account, or an entire
148148
SystemCreatedStorageAccount object.
149-
:type storage_account_details: List[Union[str, SystemCreatedStorageAccount]]
149+
:type storage_account_details: Union[List[str], SystemCreatedStorageAccount]
150150
"""
151151
self.acr_config = acr_config
152152
self.location = location

0 commit comments

Comments
 (0)