Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Explicitly state Subscription ID format (#120)
Browse files Browse the repository at this point in the history
* Explicitly state Subscription ID format

* Formatting

* Add noqa to long Description string
  • Loading branch information
iotmani authored Oct 5, 2023
1 parent 46d5f00 commit 7f68445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prefect_azure/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ class AzureMlCredentials(Block):
default=..., description="The service principal password/key."
)
subscription_id: str = Field(
default=..., description="The Azure subscription ID containing the workspace."
default=...,
description="The Azure subscription ID containing the workspace, in format: '00000000-0000-0000-0000-000000000000'.", # noqa
)
resource_group: str = Field(
default=..., description="The resource group containing the workspace."
Expand Down

0 comments on commit 7f68445

Please sign in to comment.