DevhubFunctions

Functions

Link copied to clipboard

Response containing ADO OAuth information Uses Azure REST API version 2024-08-01-preview. Other available API versions: 2025-03-01-preview.

suspend fun getADOOAuthInfo(location: String, redirectUrl: String? = null): GetADOOAuthInfoResult
Link copied to clipboard

URL used to authorize the Developer Hub GitHub App Uses Azure REST API version 2022-10-11-preview. Other available API versions: 2022-04-01-preview, 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview.

suspend fun getGitHubOAuth(location: String, redirectUrl: String? = null): GetGitHubOAuthResult
Link copied to clipboard

Resource representation of a IacProfile. Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2024-08-01-preview, 2025-03-01-preview.

suspend fun getIacProfile(iacProfileName: String, resourceGroupName: String): GetIacProfileResult
Link copied to clipboard

Resource representation of a workflow Uses Azure REST API version 2022-10-11-preview. Other available API versions: 2023-08-01, 2024-05-01-preview, 2024-08-01-preview, 2025-03-01-preview.

suspend fun getWorkflow(argument: suspend GetWorkflowPlainArgsBuilder.() -> Unit): GetWorkflowResult
suspend fun getWorkflow(resourceGroupName: String, workflowName: String): GetWorkflowResult