Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating taskhub outputs to include url #596

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

RyanLettieri
Copy link
Member

@RyanLettieri RyanLettieri commented Oct 21, 2024

Ran the tool to update the appropriate files to include the dashboard URL when showing or listing taskhub information,

Example output when run from CLI:
[
{
"id": "/subscriptions/d48563a3-3316-4085-a07e-bc3aae2e6004/resourceGroups/dts-cli-ncus/providers/Microsoft.DurableTask/namespaces/new-cli-namespace2/taskHubs/taskhubname",
"name": "taskhubname",
"properties": {
"dashboardUrl": "https://new-cli-namespac-cnfacha5dsdp.northcentralus.durabletask.io/taskhubs/taskhubname",
"provisioningState": "Succeeded"
},
"resourceGroup": "dts-cli-ncus",
"systemData": {
"createdAt": "2024-10-21T16:05:47Z",
"createdBy": "[email protected]",
"createdByType": "User",
"lastModifiedAt": "2024-10-21T16:05:47Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User"
}
}
]

Associated extensions repo PR: Azure/azure-cli-extensions#8173

@kairu-ms kairu-ms merged commit c93cd22 into Azure:main Oct 24, 2024
2 checks passed
@RyanLettieri RyanLettieri deleted the aaz-durabletask branch October 24, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants