1. Packages
  2. Azure Native
  3. API Docs
  4. containerregistry
  5. getTaskRun
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.containerregistry.getTaskRun

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Gets the detailed information for a given task run.

Uses Azure REST API version 2019-06-01-preview.

Using getTaskRun

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTaskRun(args: GetTaskRunArgs, opts?: InvokeOptions): Promise<GetTaskRunResult>
function getTaskRunOutput(args: GetTaskRunOutputArgs, opts?: InvokeOptions): Output<GetTaskRunResult>
Copy
def get_task_run(registry_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 task_run_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTaskRunResult
def get_task_run_output(registry_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 task_run_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetTaskRunResult]
Copy
func LookupTaskRun(ctx *Context, args *LookupTaskRunArgs, opts ...InvokeOption) (*LookupTaskRunResult, error)
func LookupTaskRunOutput(ctx *Context, args *LookupTaskRunOutputArgs, opts ...InvokeOption) LookupTaskRunResultOutput
Copy

> Note: This function is named LookupTaskRun in the Go SDK.

public static class GetTaskRun 
{
    public static Task<GetTaskRunResult> InvokeAsync(GetTaskRunArgs args, InvokeOptions? opts = null)
    public static Output<GetTaskRunResult> Invoke(GetTaskRunInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTaskRunResult> getTaskRun(GetTaskRunArgs args, InvokeOptions options)
public static Output<GetTaskRunResult> getTaskRun(GetTaskRunArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:containerregistry:getTaskRun
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
TaskRunName
This property is required.
Changes to this property will trigger replacement.
string
The name of the task run.
RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
TaskRunName
This property is required.
Changes to this property will trigger replacement.
string
The name of the task run.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
taskRunName
This property is required.
Changes to this property will trigger replacement.
String
The name of the task run.
registryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
taskRunName
This property is required.
Changes to this property will trigger replacement.
string
The name of the task run.
registry_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the container registry.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to which the container registry belongs.
task_run_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the task run.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
taskRunName
This property is required.
Changes to this property will trigger replacement.
String
The name of the task run.

getTaskRun Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
The resource ID.
Name string
The name of the resource.
ProvisioningState string
The provisioning state of this task run
RunResult Pulumi.AzureNative.ContainerRegistry.Outputs.RunResponse
The result of this task run
SystemData Pulumi.AzureNative.ContainerRegistry.Outputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The type of the resource.
ForceUpdateTag string
How the run should be forced to rerun even if the run request configuration has not changed
Identity Pulumi.AzureNative.ContainerRegistry.Outputs.IdentityPropertiesResponse
Identity for the resource.
Location string
The location of the resource
RunRequest Pulumi.AzureNative.ContainerRegistry.Outputs.DockerBuildRequestResponse | Pulumi.AzureNative.ContainerRegistry.Outputs.EncodedTaskRunRequestResponse | Pulumi.AzureNative.ContainerRegistry.Outputs.FileTaskRunRequestResponse | Pulumi.AzureNative.ContainerRegistry.Outputs.TaskRunRequestResponse
The request (parameters) for the run
AzureApiVersion string
The Azure API version of the resource.
Id string
The resource ID.
Name string
The name of the resource.
ProvisioningState string
The provisioning state of this task run
RunResult RunResponse
The result of this task run
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The type of the resource.
ForceUpdateTag string
How the run should be forced to rerun even if the run request configuration has not changed
Identity IdentityPropertiesResponse
Identity for the resource.
Location string
The location of the resource
RunRequest DockerBuildRequestResponse | EncodedTaskRunRequestResponse | FileTaskRunRequestResponse | TaskRunRequestResponse
The request (parameters) for the run
azureApiVersion String
The Azure API version of the resource.
id String
The resource ID.
name String
The name of the resource.
provisioningState String
The provisioning state of this task run
runResult RunResponse
The result of this task run
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type String
The type of the resource.
forceUpdateTag String
How the run should be forced to rerun even if the run request configuration has not changed
identity IdentityPropertiesResponse
Identity for the resource.
location String
The location of the resource
runRequest DockerBuildRequestResponse | EncodedTaskRunRequestResponse | FileTaskRunRequestResponse | TaskRunRequestResponse
The request (parameters) for the run
azureApiVersion string
The Azure API version of the resource.
id string
The resource ID.
name string
The name of the resource.
provisioningState string
The provisioning state of this task run
runResult RunResponse
The result of this task run
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type string
The type of the resource.
forceUpdateTag string
How the run should be forced to rerun even if the run request configuration has not changed
identity IdentityPropertiesResponse
Identity for the resource.
location string
The location of the resource
runRequest DockerBuildRequestResponse | EncodedTaskRunRequestResponse | FileTaskRunRequestResponse | TaskRunRequestResponse
The request (parameters) for the run
azure_api_version str
The Azure API version of the resource.
id str
The resource ID.
name str
The name of the resource.
provisioning_state str
The provisioning state of this task run
run_result RunResponse
The result of this task run
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type str
The type of the resource.
force_update_tag str
How the run should be forced to rerun even if the run request configuration has not changed
identity IdentityPropertiesResponse
Identity for the resource.
location str
The location of the resource
run_request DockerBuildRequestResponse | EncodedTaskRunRequestResponse | FileTaskRunRequestResponse | TaskRunRequestResponse
The request (parameters) for the run
azureApiVersion String
The Azure API version of the resource.
id String
The resource ID.
name String
The name of the resource.
provisioningState String
The provisioning state of this task run
runResult Property Map
The result of this task run
systemData Property Map
Metadata pertaining to creation and last modification of the resource.
type String
The type of the resource.
forceUpdateTag String
How the run should be forced to rerun even if the run request configuration has not changed
identity Property Map
Identity for the resource.
location String
The location of the resource
runRequest Property Map | Property Map | Property Map | Property Map
The request (parameters) for the run

Supporting Types

AgentPropertiesResponse

Cpu int
The CPU configuration in terms of number of cores required for the run.
Cpu int
The CPU configuration in terms of number of cores required for the run.
cpu Integer
The CPU configuration in terms of number of cores required for the run.
cpu number
The CPU configuration in terms of number of cores required for the run.
cpu int
The CPU configuration in terms of number of cores required for the run.
cpu Number
The CPU configuration in terms of number of cores required for the run.

ArgumentResponse

Name This property is required. string
The name of the argument.
Value This property is required. string
The value of the argument.
IsSecret bool
Flag to indicate whether the argument represents a secret and want to be removed from build logs.
Name This property is required. string
The name of the argument.
Value This property is required. string
The value of the argument.
IsSecret bool
Flag to indicate whether the argument represents a secret and want to be removed from build logs.
name This property is required. String
The name of the argument.
value This property is required. String
The value of the argument.
isSecret Boolean
Flag to indicate whether the argument represents a secret and want to be removed from build logs.
name This property is required. string
The name of the argument.
value This property is required. string
The value of the argument.
isSecret boolean
Flag to indicate whether the argument represents a secret and want to be removed from build logs.
name This property is required. str
The name of the argument.
value This property is required. str
The value of the argument.
is_secret bool
Flag to indicate whether the argument represents a secret and want to be removed from build logs.
name This property is required. String
The name of the argument.
value This property is required. String
The value of the argument.
isSecret Boolean
Flag to indicate whether the argument represents a secret and want to be removed from build logs.

CredentialsResponse

CustomRegistries Dictionary<string, Pulumi.AzureNative.ContainerRegistry.Inputs.CustomRegistryCredentialsResponse>
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
SourceRegistry Pulumi.AzureNative.ContainerRegistry.Inputs.SourceRegistryCredentialsResponse
Describes the credential parameters for accessing the source registry.
CustomRegistries map[string]CustomRegistryCredentialsResponse
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
SourceRegistry SourceRegistryCredentialsResponse
Describes the credential parameters for accessing the source registry.
customRegistries Map<String,CustomRegistryCredentialsResponse>
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
sourceRegistry SourceRegistryCredentialsResponse
Describes the credential parameters for accessing the source registry.
customRegistries {[key: string]: CustomRegistryCredentialsResponse}
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
sourceRegistry SourceRegistryCredentialsResponse
Describes the credential parameters for accessing the source registry.
custom_registries Mapping[str, CustomRegistryCredentialsResponse]
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
source_registry SourceRegistryCredentialsResponse
Describes the credential parameters for accessing the source registry.
customRegistries Map<Property Map>
Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
sourceRegistry Property Map
Describes the credential parameters for accessing the source registry.

CustomRegistryCredentialsResponse

Identity string
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
Password Pulumi.AzureNative.ContainerRegistry.Inputs.SecretObjectResponse
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
UserName Pulumi.AzureNative.ContainerRegistry.Inputs.SecretObjectResponse
The username for logging into the custom registry.
Identity string
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
Password SecretObjectResponse
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
UserName SecretObjectResponse
The username for logging into the custom registry.
identity String
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
password SecretObjectResponse
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
userName SecretObjectResponse
The username for logging into the custom registry.
identity string
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
password SecretObjectResponse
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
userName SecretObjectResponse
The username for logging into the custom registry.
identity str
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
password SecretObjectResponse
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
user_name SecretObjectResponse
The username for logging into the custom registry.
identity String
Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
password Property Map
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
userName Property Map
The username for logging into the custom registry.

DockerBuildRequestResponse

DockerFilePath This property is required. string
The Docker file path relative to the source location.
Platform This property is required. Pulumi.AzureNative.ContainerRegistry.Inputs.PlatformPropertiesResponse
The platform properties against which the run has to happen.
AgentConfiguration Pulumi.AzureNative.ContainerRegistry.Inputs.AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Arguments List<Pulumi.AzureNative.ContainerRegistry.Inputs.ArgumentResponse>
The collection of override arguments to be used when executing the run.
Credentials Pulumi.AzureNative.ContainerRegistry.Inputs.CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
ImageNames List<string>
The fully qualified image names including the repository and tag.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
IsPushEnabled bool
The value of this property indicates whether the image built should be pushed to the registry or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
NoCache bool
The value of this property indicates whether the image cache is enabled or not.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Target string
The name of the target build stage for the docker build.
Timeout int
Run timeout in seconds.
DockerFilePath This property is required. string
The Docker file path relative to the source location.
Platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
AgentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Arguments []ArgumentResponse
The collection of override arguments to be used when executing the run.
Credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
ImageNames []string
The fully qualified image names including the repository and tag.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
IsPushEnabled bool
The value of this property indicates whether the image built should be pushed to the registry or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
NoCache bool
The value of this property indicates whether the image cache is enabled or not.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Target string
The name of the target build stage for the docker build.
Timeout int
Run timeout in seconds.
dockerFilePath This property is required. String
The Docker file path relative to the source location.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
arguments List<ArgumentResponse>
The collection of override arguments to be used when executing the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
imageNames List<String>
The fully qualified image names including the repository and tag.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
isPushEnabled Boolean
The value of this property indicates whether the image built should be pushed to the registry or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
noCache Boolean
The value of this property indicates whether the image cache is enabled or not.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
target String
The name of the target build stage for the docker build.
timeout Integer
Run timeout in seconds.
dockerFilePath This property is required. string
The Docker file path relative to the source location.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName string
The dedicated agent pool for the run.
arguments ArgumentResponse[]
The collection of override arguments to be used when executing the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
imageNames string[]
The fully qualified image names including the repository and tag.
isArchiveEnabled boolean
The value that indicates whether archiving is enabled for the run or not.
isPushEnabled boolean
The value of this property indicates whether the image built should be pushed to the registry or not.
logTemplate string
The template that describes the repository and tag information for run log artifact.
noCache boolean
The value of this property indicates whether the image cache is enabled or not.
sourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
target string
The name of the target build stage for the docker build.
timeout number
Run timeout in seconds.
docker_file_path This property is required. str
The Docker file path relative to the source location.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agent_configuration AgentPropertiesResponse
The machine configuration of the run agent.
agent_pool_name str
The dedicated agent pool for the run.
arguments Sequence[ArgumentResponse]
The collection of override arguments to be used when executing the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
image_names Sequence[str]
The fully qualified image names including the repository and tag.
is_archive_enabled bool
The value that indicates whether archiving is enabled for the run or not.
is_push_enabled bool
The value of this property indicates whether the image built should be pushed to the registry or not.
log_template str
The template that describes the repository and tag information for run log artifact.
no_cache bool
The value of this property indicates whether the image cache is enabled or not.
source_location str
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
target str
The name of the target build stage for the docker build.
timeout int
Run timeout in seconds.
dockerFilePath This property is required. String
The Docker file path relative to the source location.
platform This property is required. Property Map
The platform properties against which the run has to happen.
agentConfiguration Property Map
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
arguments List<Property Map>
The collection of override arguments to be used when executing the run.
credentials Property Map
The properties that describes a set of credentials that will be used when this run is invoked.
imageNames List<String>
The fully qualified image names including the repository and tag.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
isPushEnabled Boolean
The value of this property indicates whether the image built should be pushed to the registry or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
noCache Boolean
The value of this property indicates whether the image cache is enabled or not.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
target String
The name of the target build stage for the docker build.
timeout Number
Run timeout in seconds.

EncodedTaskRunRequestResponse

EncodedTaskContent This property is required. string
Base64 encoded value of the template/definition file content.
Platform This property is required. Pulumi.AzureNative.ContainerRegistry.Inputs.PlatformPropertiesResponse
The platform properties against which the run has to happen.
AgentConfiguration Pulumi.AzureNative.ContainerRegistry.Inputs.AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Credentials Pulumi.AzureNative.ContainerRegistry.Inputs.CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
EncodedValuesContent string
Base64 encoded value of the parameters/values file content.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Timeout int
Run timeout in seconds.
Values List<Pulumi.AzureNative.ContainerRegistry.Inputs.SetValueResponse>
The collection of overridable values that can be passed when running a task.
EncodedTaskContent This property is required. string
Base64 encoded value of the template/definition file content.
Platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
AgentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
EncodedValuesContent string
Base64 encoded value of the parameters/values file content.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Timeout int
Run timeout in seconds.
Values []SetValueResponse
The collection of overridable values that can be passed when running a task.
encodedTaskContent This property is required. String
Base64 encoded value of the template/definition file content.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
encodedValuesContent String
Base64 encoded value of the parameters/values file content.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout Integer
Run timeout in seconds.
values List<SetValueResponse>
The collection of overridable values that can be passed when running a task.
encodedTaskContent This property is required. string
Base64 encoded value of the template/definition file content.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName string
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
encodedValuesContent string
Base64 encoded value of the parameters/values file content.
isArchiveEnabled boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate string
The template that describes the repository and tag information for run log artifact.
sourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout number
Run timeout in seconds.
values SetValueResponse[]
The collection of overridable values that can be passed when running a task.
encoded_task_content This property is required. str
Base64 encoded value of the template/definition file content.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
agent_configuration AgentPropertiesResponse
The machine configuration of the run agent.
agent_pool_name str
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
encoded_values_content str
Base64 encoded value of the parameters/values file content.
is_archive_enabled bool
The value that indicates whether archiving is enabled for the run or not.
log_template str
The template that describes the repository and tag information for run log artifact.
source_location str
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout int
Run timeout in seconds.
values Sequence[SetValueResponse]
The collection of overridable values that can be passed when running a task.
encodedTaskContent This property is required. String
Base64 encoded value of the template/definition file content.
platform This property is required. Property Map
The platform properties against which the run has to happen.
agentConfiguration Property Map
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
credentials Property Map
The properties that describes a set of credentials that will be used when this run is invoked.
encodedValuesContent String
Base64 encoded value of the parameters/values file content.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout Number
Run timeout in seconds.
values List<Property Map>
The collection of overridable values that can be passed when running a task.

FileTaskRunRequestResponse

Platform This property is required. Pulumi.AzureNative.ContainerRegistry.Inputs.PlatformPropertiesResponse
The platform properties against which the run has to happen.
TaskFilePath This property is required. string
The template/definition file path relative to the source.
AgentConfiguration Pulumi.AzureNative.ContainerRegistry.Inputs.AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Credentials Pulumi.AzureNative.ContainerRegistry.Inputs.CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Timeout int
Run timeout in seconds.
Values List<Pulumi.AzureNative.ContainerRegistry.Inputs.SetValueResponse>
The collection of overridable values that can be passed when running a task.
ValuesFilePath string
The values/parameters file path relative to the source.
Platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
TaskFilePath This property is required. string
The template/definition file path relative to the source.
AgentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
Credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
SourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
Timeout int
Run timeout in seconds.
Values []SetValueResponse
The collection of overridable values that can be passed when running a task.
ValuesFilePath string
The values/parameters file path relative to the source.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
taskFilePath This property is required. String
The template/definition file path relative to the source.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout Integer
Run timeout in seconds.
values List<SetValueResponse>
The collection of overridable values that can be passed when running a task.
valuesFilePath String
The values/parameters file path relative to the source.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
taskFilePath This property is required. string
The template/definition file path relative to the source.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName string
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
isArchiveEnabled boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate string
The template that describes the repository and tag information for run log artifact.
sourceLocation string
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout number
Run timeout in seconds.
values SetValueResponse[]
The collection of overridable values that can be passed when running a task.
valuesFilePath string
The values/parameters file path relative to the source.
platform This property is required. PlatformPropertiesResponse
The platform properties against which the run has to happen.
task_file_path This property is required. str
The template/definition file path relative to the source.
agent_configuration AgentPropertiesResponse
The machine configuration of the run agent.
agent_pool_name str
The dedicated agent pool for the run.
credentials CredentialsResponse
The properties that describes a set of credentials that will be used when this run is invoked.
is_archive_enabled bool
The value that indicates whether archiving is enabled for the run or not.
log_template str
The template that describes the repository and tag information for run log artifact.
source_location str
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout int
Run timeout in seconds.
values Sequence[SetValueResponse]
The collection of overridable values that can be passed when running a task.
values_file_path str
The values/parameters file path relative to the source.
platform This property is required. Property Map
The platform properties against which the run has to happen.
taskFilePath This property is required. String
The template/definition file path relative to the source.
agentConfiguration Property Map
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
credentials Property Map
The properties that describes a set of credentials that will be used when this run is invoked.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
sourceLocation String
The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository. If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
timeout Number
Run timeout in seconds.
values List<Property Map>
The collection of overridable values that can be passed when running a task.
valuesFilePath String
The values/parameters file path relative to the source.

IdentityPropertiesResponse

PrincipalId string
The principal ID of resource identity.
TenantId string
The tenant ID of resource.
Type string
The identity type.
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ContainerRegistry.Inputs.UserIdentityPropertiesResponse>
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
PrincipalId string
The principal ID of resource identity.
TenantId string
The tenant ID of resource.
Type string
The identity type.
UserAssignedIdentities map[string]UserIdentityPropertiesResponse
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId String
The principal ID of resource identity.
tenantId String
The tenant ID of resource.
type String
The identity type.
userAssignedIdentities Map<String,UserIdentityPropertiesResponse>
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId string
The principal ID of resource identity.
tenantId string
The tenant ID of resource.
type string
The identity type.
userAssignedIdentities {[key: string]: UserIdentityPropertiesResponse}
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principal_id str
The principal ID of resource identity.
tenant_id str
The tenant ID of resource.
type str
The identity type.
user_assigned_identities Mapping[str, UserIdentityPropertiesResponse]
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
principalId String
The principal ID of resource identity.
tenantId String
The tenant ID of resource.
type String
The identity type.
userAssignedIdentities Map<Property Map>
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

ImageDescriptorResponse

Digest string
The sha256-based digest of the image manifest.
Registry string
The registry login server.
Repository string
The repository name.
Tag string
The tag name.
Digest string
The sha256-based digest of the image manifest.
Registry string
The registry login server.
Repository string
The repository name.
Tag string
The tag name.
digest String
The sha256-based digest of the image manifest.
registry String
The registry login server.
repository String
The repository name.
tag String
The tag name.
digest string
The sha256-based digest of the image manifest.
registry string
The registry login server.
repository string
The repository name.
tag string
The tag name.
digest str
The sha256-based digest of the image manifest.
registry str
The registry login server.
repository str
The repository name.
tag str
The tag name.
digest String
The sha256-based digest of the image manifest.
registry String
The registry login server.
repository String
The repository name.
tag String
The tag name.

ImageUpdateTriggerResponse

Id string
The unique ID of the trigger.
Images List<Pulumi.AzureNative.ContainerRegistry.Inputs.ImageDescriptorResponse>
The list of image updates that caused the build.
Timestamp string
The timestamp when the image update happened.
Id string
The unique ID of the trigger.
Images []ImageDescriptorResponse
The list of image updates that caused the build.
Timestamp string
The timestamp when the image update happened.
id String
The unique ID of the trigger.
images List<ImageDescriptorResponse>
The list of image updates that caused the build.
timestamp String
The timestamp when the image update happened.
id string
The unique ID of the trigger.
images ImageDescriptorResponse[]
The list of image updates that caused the build.
timestamp string
The timestamp when the image update happened.
id str
The unique ID of the trigger.
images Sequence[ImageDescriptorResponse]
The list of image updates that caused the build.
timestamp str
The timestamp when the image update happened.
id String
The unique ID of the trigger.
images List<Property Map>
The list of image updates that caused the build.
timestamp String
The timestamp when the image update happened.

OverrideTaskStepPropertiesResponse

Arguments List<Pulumi.AzureNative.ContainerRegistry.Inputs.ArgumentResponse>
Gets or sets the collection of override arguments to be used when executing a build step.
ContextPath string
The source context against which run has to be queued.
File string
The file against which run has to be queued.
Target string
The name of the target build stage for the docker build.
UpdateTriggerToken string
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
Values List<Pulumi.AzureNative.ContainerRegistry.Inputs.SetValueResponse>
The collection of overridable values that can be passed when running a Task.
Arguments []ArgumentResponse
Gets or sets the collection of override arguments to be used when executing a build step.
ContextPath string
The source context against which run has to be queued.
File string
The file against which run has to be queued.
Target string
The name of the target build stage for the docker build.
UpdateTriggerToken string
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
Values []SetValueResponse
The collection of overridable values that can be passed when running a Task.
arguments List<ArgumentResponse>
Gets or sets the collection of override arguments to be used when executing a build step.
contextPath String
The source context against which run has to be queued.
file String
The file against which run has to be queued.
target String
The name of the target build stage for the docker build.
updateTriggerToken String
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
values List<SetValueResponse>
The collection of overridable values that can be passed when running a Task.
arguments ArgumentResponse[]
Gets or sets the collection of override arguments to be used when executing a build step.
contextPath string
The source context against which run has to be queued.
file string
The file against which run has to be queued.
target string
The name of the target build stage for the docker build.
updateTriggerToken string
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
values SetValueResponse[]
The collection of overridable values that can be passed when running a Task.
arguments Sequence[ArgumentResponse]
Gets or sets the collection of override arguments to be used when executing a build step.
context_path str
The source context against which run has to be queued.
file str
The file against which run has to be queued.
target str
The name of the target build stage for the docker build.
update_trigger_token str
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
values Sequence[SetValueResponse]
The collection of overridable values that can be passed when running a Task.
arguments List<Property Map>
Gets or sets the collection of override arguments to be used when executing a build step.
contextPath String
The source context against which run has to be queued.
file String
The file against which run has to be queued.
target String
The name of the target build stage for the docker build.
updateTriggerToken String
Base64 encoded update trigger token that will be attached with the base image trigger webhook.
values List<Property Map>
The collection of overridable values that can be passed when running a Task.

PlatformPropertiesResponse

Os This property is required. string
The operating system type required for the run.
Architecture string
The OS architecture.
Variant string
Variant of the CPU.
Os This property is required. string
The operating system type required for the run.
Architecture string
The OS architecture.
Variant string
Variant of the CPU.
os This property is required. String
The operating system type required for the run.
architecture String
The OS architecture.
variant String
Variant of the CPU.
os This property is required. string
The operating system type required for the run.
architecture string
The OS architecture.
variant string
Variant of the CPU.
os This property is required. str
The operating system type required for the run.
architecture str
The OS architecture.
variant str
Variant of the CPU.
os This property is required. String
The operating system type required for the run.
architecture String
The OS architecture.
variant String
Variant of the CPU.

RunResponse

Id This property is required. string
The resource ID.
LogArtifact This property is required. Pulumi.AzureNative.ContainerRegistry.Inputs.ImageDescriptorResponse
The image description for the log artifact.
Name This property is required. string
The name of the resource.
RunErrorMessage This property is required. string
The error message received from backend systems after the run is scheduled.
SystemData This property is required. Pulumi.AzureNative.ContainerRegistry.Inputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource.
AgentConfiguration Pulumi.AzureNative.ContainerRegistry.Inputs.AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
CreateTime string
The time the run was scheduled.
CustomRegistries List<string>
The list of custom registries that were logged in during this run.
FinishTime string
The time the run finished.
ImageUpdateTrigger Pulumi.AzureNative.ContainerRegistry.Inputs.ImageUpdateTriggerResponse
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled or not.
LastUpdatedTime string
The last updated time for the run.
OutputImages List<Pulumi.AzureNative.ContainerRegistry.Inputs.ImageDescriptorResponse>
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
Platform Pulumi.AzureNative.ContainerRegistry.Inputs.PlatformPropertiesResponse
The platform properties against which the run will happen.
ProvisioningState string
The provisioning state of a run.
RunId string
The unique identifier for the run.
RunType string
The type of run.
SourceRegistryAuth string
The scope of the credentials that were used to login to the source registry during this run.
SourceTrigger Pulumi.AzureNative.ContainerRegistry.Inputs.SourceTriggerDescriptorResponse
The source trigger that caused the run.
StartTime string
The time the run started.
Status string
The current status of the run.
Task string
The task against which run was scheduled.
TimerTrigger Pulumi.AzureNative.ContainerRegistry.Inputs.TimerTriggerDescriptorResponse
The timer trigger that caused the run.
UpdateTriggerToken string
The update trigger token passed for the Run.
Id This property is required. string
The resource ID.
LogArtifact This property is required. ImageDescriptorResponse
The image description for the log artifact.
Name This property is required. string
The name of the resource.
RunErrorMessage This property is required. string
The error message received from backend systems after the run is scheduled.
SystemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource.
AgentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
AgentPoolName string
The dedicated agent pool for the run.
CreateTime string
The time the run was scheduled.
CustomRegistries []string
The list of custom registries that were logged in during this run.
FinishTime string
The time the run finished.
ImageUpdateTrigger ImageUpdateTriggerResponse
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled or not.
LastUpdatedTime string
The last updated time for the run.
OutputImages []ImageDescriptorResponse
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
Platform PlatformPropertiesResponse
The platform properties against which the run will happen.
ProvisioningState string
The provisioning state of a run.
RunId string
The unique identifier for the run.
RunType string
The type of run.
SourceRegistryAuth string
The scope of the credentials that were used to login to the source registry during this run.
SourceTrigger SourceTriggerDescriptorResponse
The source trigger that caused the run.
StartTime string
The time the run started.
Status string
The current status of the run.
Task string
The task against which run was scheduled.
TimerTrigger TimerTriggerDescriptorResponse
The timer trigger that caused the run.
UpdateTriggerToken string
The update trigger token passed for the Run.
id This property is required. String
The resource ID.
logArtifact This property is required. ImageDescriptorResponse
The image description for the log artifact.
name This property is required. String
The name of the resource.
runErrorMessage This property is required. String
The error message received from backend systems after the run is scheduled.
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
createTime String
The time the run was scheduled.
customRegistries List<String>
The list of custom registries that were logged in during this run.
finishTime String
The time the run finished.
imageUpdateTrigger ImageUpdateTriggerResponse
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled or not.
lastUpdatedTime String
The last updated time for the run.
outputImages List<ImageDescriptorResponse>
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
platform PlatformPropertiesResponse
The platform properties against which the run will happen.
provisioningState String
The provisioning state of a run.
runId String
The unique identifier for the run.
runType String
The type of run.
sourceRegistryAuth String
The scope of the credentials that were used to login to the source registry during this run.
sourceTrigger SourceTriggerDescriptorResponse
The source trigger that caused the run.
startTime String
The time the run started.
status String
The current status of the run.
task String
The task against which run was scheduled.
timerTrigger TimerTriggerDescriptorResponse
The timer trigger that caused the run.
updateTriggerToken String
The update trigger token passed for the Run.
id This property is required. string
The resource ID.
logArtifact This property is required. ImageDescriptorResponse
The image description for the log artifact.
name This property is required. string
The name of the resource.
runErrorMessage This property is required. string
The error message received from backend systems after the run is scheduled.
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. string
The type of the resource.
agentConfiguration AgentPropertiesResponse
The machine configuration of the run agent.
agentPoolName string
The dedicated agent pool for the run.
createTime string
The time the run was scheduled.
customRegistries string[]
The list of custom registries that were logged in during this run.
finishTime string
The time the run finished.
imageUpdateTrigger ImageUpdateTriggerResponse
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
isArchiveEnabled boolean
The value that indicates whether archiving is enabled or not.
lastUpdatedTime string
The last updated time for the run.
outputImages ImageDescriptorResponse[]
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
platform PlatformPropertiesResponse
The platform properties against which the run will happen.
provisioningState string
The provisioning state of a run.
runId string
The unique identifier for the run.
runType string
The type of run.
sourceRegistryAuth string
The scope of the credentials that were used to login to the source registry during this run.
sourceTrigger SourceTriggerDescriptorResponse
The source trigger that caused the run.
startTime string
The time the run started.
status string
The current status of the run.
task string
The task against which run was scheduled.
timerTrigger TimerTriggerDescriptorResponse
The timer trigger that caused the run.
updateTriggerToken string
The update trigger token passed for the Run.
id This property is required. str
The resource ID.
log_artifact This property is required. ImageDescriptorResponse
The image description for the log artifact.
name This property is required. str
The name of the resource.
run_error_message This property is required. str
The error message received from backend systems after the run is scheduled.
system_data This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. str
The type of the resource.
agent_configuration AgentPropertiesResponse
The machine configuration of the run agent.
agent_pool_name str
The dedicated agent pool for the run.
create_time str
The time the run was scheduled.
custom_registries Sequence[str]
The list of custom registries that were logged in during this run.
finish_time str
The time the run finished.
image_update_trigger ImageUpdateTriggerResponse
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
is_archive_enabled bool
The value that indicates whether archiving is enabled or not.
last_updated_time str
The last updated time for the run.
output_images Sequence[ImageDescriptorResponse]
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
platform PlatformPropertiesResponse
The platform properties against which the run will happen.
provisioning_state str
The provisioning state of a run.
run_id str
The unique identifier for the run.
run_type str
The type of run.
source_registry_auth str
The scope of the credentials that were used to login to the source registry during this run.
source_trigger SourceTriggerDescriptorResponse
The source trigger that caused the run.
start_time str
The time the run started.
status str
The current status of the run.
task str
The task against which run was scheduled.
timer_trigger TimerTriggerDescriptorResponse
The timer trigger that caused the run.
update_trigger_token str
The update trigger token passed for the Run.
id This property is required. String
The resource ID.
logArtifact This property is required. Property Map
The image description for the log artifact.
name This property is required. String
The name of the resource.
runErrorMessage This property is required. String
The error message received from backend systems after the run is scheduled.
systemData This property is required. Property Map
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource.
agentConfiguration Property Map
The machine configuration of the run agent.
agentPoolName String
The dedicated agent pool for the run.
createTime String
The time the run was scheduled.
customRegistries List<String>
The list of custom registries that were logged in during this run.
finishTime String
The time the run finished.
imageUpdateTrigger Property Map
The image update trigger that caused the run. This is applicable if the task has base image trigger configured.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled or not.
lastUpdatedTime String
The last updated time for the run.
outputImages List<Property Map>
The list of all images that were generated from the run. This is applicable if the run generates base image dependencies.
platform Property Map
The platform properties against which the run will happen.
provisioningState String
The provisioning state of a run.
runId String
The unique identifier for the run.
runType String
The type of run.
sourceRegistryAuth String
The scope of the credentials that were used to login to the source registry during this run.
sourceTrigger Property Map
The source trigger that caused the run.
startTime String
The time the run started.
status String
The current status of the run.
task String
The task against which run was scheduled.
timerTrigger Property Map
The timer trigger that caused the run.
updateTriggerToken String
The update trigger token passed for the Run.

SecretObjectResponse

Type string
The type of the secret object which determines how the value of the secret object has to be interpreted.
Value string
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
Type string
The type of the secret object which determines how the value of the secret object has to be interpreted.
Value string
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
type String
The type of the secret object which determines how the value of the secret object has to be interpreted.
value String
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
type string
The type of the secret object which determines how the value of the secret object has to be interpreted.
value string
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
type str
The type of the secret object which determines how the value of the secret object has to be interpreted.
value str
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
type String
The type of the secret object which determines how the value of the secret object has to be interpreted.
value String
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.

SetValueResponse

Name This property is required. string
The name of the overridable value.
Value This property is required. string
The overridable value.
IsSecret bool
Flag to indicate whether the value represents a secret or not.
Name This property is required. string
The name of the overridable value.
Value This property is required. string
The overridable value.
IsSecret bool
Flag to indicate whether the value represents a secret or not.
name This property is required. String
The name of the overridable value.
value This property is required. String
The overridable value.
isSecret Boolean
Flag to indicate whether the value represents a secret or not.
name This property is required. string
The name of the overridable value.
value This property is required. string
The overridable value.
isSecret boolean
Flag to indicate whether the value represents a secret or not.
name This property is required. str
The name of the overridable value.
value This property is required. str
The overridable value.
is_secret bool
Flag to indicate whether the value represents a secret or not.
name This property is required. String
The name of the overridable value.
value This property is required. String
The overridable value.
isSecret Boolean
Flag to indicate whether the value represents a secret or not.

SourceRegistryCredentialsResponse

LoginMode string
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
LoginMode string
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
loginMode String
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
loginMode string
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
login_mode str
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
loginMode String
The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.

SourceTriggerDescriptorResponse

BranchName string
The branch name in the repository.
CommitId string
The unique ID that identifies a commit.
EventType string
The event type of the trigger.
Id string
The unique ID of the trigger.
ProviderType string
The source control provider type.
PullRequestId string
The unique ID that identifies pull request.
RepositoryUrl string
The repository URL.
BranchName string
The branch name in the repository.
CommitId string
The unique ID that identifies a commit.
EventType string
The event type of the trigger.
Id string
The unique ID of the trigger.
ProviderType string
The source control provider type.
PullRequestId string
The unique ID that identifies pull request.
RepositoryUrl string
The repository URL.
branchName String
The branch name in the repository.
commitId String
The unique ID that identifies a commit.
eventType String
The event type of the trigger.
id String
The unique ID of the trigger.
providerType String
The source control provider type.
pullRequestId String
The unique ID that identifies pull request.
repositoryUrl String
The repository URL.
branchName string
The branch name in the repository.
commitId string
The unique ID that identifies a commit.
eventType string
The event type of the trigger.
id string
The unique ID of the trigger.
providerType string
The source control provider type.
pullRequestId string
The unique ID that identifies pull request.
repositoryUrl string
The repository URL.
branch_name str
The branch name in the repository.
commit_id str
The unique ID that identifies a commit.
event_type str
The event type of the trigger.
id str
The unique ID of the trigger.
provider_type str
The source control provider type.
pull_request_id str
The unique ID that identifies pull request.
repository_url str
The repository URL.
branchName String
The branch name in the repository.
commitId String
The unique ID that identifies a commit.
eventType String
The event type of the trigger.
id String
The unique ID of the trigger.
providerType String
The source control provider type.
pullRequestId String
The unique ID that identifies pull request.
repositoryUrl String
The repository URL.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource modification (UTC).
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource modification (UTC).
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource modification (UTC).
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource modification (UTC).
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource modification (UTC).
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource modification (UTC).
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

TaskRunRequestResponse

TaskId This property is required. string
The resource ID of task against which run has to be queued.
AgentPoolName string
The dedicated agent pool for the run.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
OverrideTaskStepProperties Pulumi.AzureNative.ContainerRegistry.Inputs.OverrideTaskStepPropertiesResponse
Set of overridable parameters that can be passed when running a Task.
TaskId This property is required. string
The resource ID of task against which run has to be queued.
AgentPoolName string
The dedicated agent pool for the run.
IsArchiveEnabled bool
The value that indicates whether archiving is enabled for the run or not.
LogTemplate string
The template that describes the repository and tag information for run log artifact.
OverrideTaskStepProperties OverrideTaskStepPropertiesResponse
Set of overridable parameters that can be passed when running a Task.
taskId This property is required. String
The resource ID of task against which run has to be queued.
agentPoolName String
The dedicated agent pool for the run.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
overrideTaskStepProperties OverrideTaskStepPropertiesResponse
Set of overridable parameters that can be passed when running a Task.
taskId This property is required. string
The resource ID of task against which run has to be queued.
agentPoolName string
The dedicated agent pool for the run.
isArchiveEnabled boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate string
The template that describes the repository and tag information for run log artifact.
overrideTaskStepProperties OverrideTaskStepPropertiesResponse
Set of overridable parameters that can be passed when running a Task.
task_id This property is required. str
The resource ID of task against which run has to be queued.
agent_pool_name str
The dedicated agent pool for the run.
is_archive_enabled bool
The value that indicates whether archiving is enabled for the run or not.
log_template str
The template that describes the repository and tag information for run log artifact.
override_task_step_properties OverrideTaskStepPropertiesResponse
Set of overridable parameters that can be passed when running a Task.
taskId This property is required. String
The resource ID of task against which run has to be queued.
agentPoolName String
The dedicated agent pool for the run.
isArchiveEnabled Boolean
The value that indicates whether archiving is enabled for the run or not.
logTemplate String
The template that describes the repository and tag information for run log artifact.
overrideTaskStepProperties Property Map
Set of overridable parameters that can be passed when running a Task.

TimerTriggerDescriptorResponse

ScheduleOccurrence string
The occurrence that triggered the run.
TimerTriggerName string
The timer trigger name that caused the run.
ScheduleOccurrence string
The occurrence that triggered the run.
TimerTriggerName string
The timer trigger name that caused the run.
scheduleOccurrence String
The occurrence that triggered the run.
timerTriggerName String
The timer trigger name that caused the run.
scheduleOccurrence string
The occurrence that triggered the run.
timerTriggerName string
The timer trigger name that caused the run.
schedule_occurrence str
The occurrence that triggered the run.
timer_trigger_name str
The timer trigger name that caused the run.
scheduleOccurrence String
The occurrence that triggered the run.
timerTriggerName String
The timer trigger name that caused the run.

UserIdentityPropertiesResponse

ClientId string
The client id of user assigned identity.
PrincipalId string
The principal id of user assigned identity.
ClientId string
The client id of user assigned identity.
PrincipalId string
The principal id of user assigned identity.
clientId String
The client id of user assigned identity.
principalId String
The principal id of user assigned identity.
clientId string
The client id of user assigned identity.
principalId string
The principal id of user assigned identity.
client_id str
The client id of user assigned identity.
principal_id str
The principal id of user assigned identity.
clientId String
The client id of user assigned identity.
principalId String
The principal id of user assigned identity.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi