Skip to content

Commit

Permalink
Update type hint for RegistryRegionDetails (Azure#27784)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
harneetvirk and needuv authored Dec 1, 2022
1 parent ebf750a commit 64ceffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __init__(
can either be a single string representing the arm_resource_id of
a user-created storage account, or an entire
SystemCreatedStorageAccount object.
:type storage_account_details: List[Union[str, SystemCreatedStorageAccount]]
:type storage_account_details: Union[List[str], SystemCreatedStorageAccount]
"""
self.acr_config = acr_config
self.location = location
Expand Down

0 comments on commit 64ceffb

Please sign in to comment.