1. Packages
  2. Azure Native
  3. API Docs
  4. testbase
  5. getDraftPackage
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.testbase.getDraftPackage

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Gets a Test Base Draft Package. Azure REST API version: 2023-11-01-preview.

    Using getDraftPackage

    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 getDraftPackage(args: GetDraftPackageArgs, opts?: InvokeOptions): Promise<GetDraftPackageResult>
    function getDraftPackageOutput(args: GetDraftPackageOutputArgs, opts?: InvokeOptions): Output<GetDraftPackageResult>
    def get_draft_package(draft_package_name: Optional[str] = None,
                          resource_group_name: Optional[str] = None,
                          test_base_account_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDraftPackageResult
    def get_draft_package_output(draft_package_name: Optional[pulumi.Input[str]] = None,
                          resource_group_name: Optional[pulumi.Input[str]] = None,
                          test_base_account_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDraftPackageResult]
    func LookupDraftPackage(ctx *Context, args *LookupDraftPackageArgs, opts ...InvokeOption) (*LookupDraftPackageResult, error)
    func LookupDraftPackageOutput(ctx *Context, args *LookupDraftPackageOutputArgs, opts ...InvokeOption) LookupDraftPackageResultOutput

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

    public static class GetDraftPackage 
    {
        public static Task<GetDraftPackageResult> InvokeAsync(GetDraftPackageArgs args, InvokeOptions? opts = null)
        public static Output<GetDraftPackageResult> Invoke(GetDraftPackageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDraftPackageResult> getDraftPackage(GetDraftPackageArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:testbase:getDraftPackage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DraftPackageName string
    The resource name of the Test Base Draft Package.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    DraftPackageName string
    The resource name of the Test Base Draft Package.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    draftPackageName String
    The resource name of the Test Base Draft Package.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    testBaseAccountName String
    The resource name of the Test Base Account.
    draftPackageName string
    The resource name of the Test Base Draft Package.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    testBaseAccountName string
    The resource name of the Test Base Account.
    draft_package_name str
    The resource name of the Test Base Draft Package.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    test_base_account_name str
    The resource name of the Test Base Account.
    draftPackageName String
    The resource name of the Test Base Draft Package.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    testBaseAccountName String
    The resource name of the Test Base Account.

    getDraftPackage Result

    The following output properties are available:

    DraftPackagePath string
    The relative path of the folder hosting package files.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastModifiedTime string
    The UTC timestamp when the package was last modified.
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the resource.
    SystemData Pulumi.AzureNative.TestBase.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkingPath string
    The relative path for a temporarily folder for package creation work.
    AppFileName string
    The name of the app file.
    ApplicationName string
    Application name
    Comments string
    Comments added by user.
    EditPackage bool
    Specifies whether this draft package is used to edit a package.
    ExecutableLaunchCommand string
    The executable launch command for script auto-fill. Will be used to run the application.
    FirstPartyApps List<Pulumi.AzureNative.TestBase.Outputs.FirstPartyAppDefinitionResponse>
    The list of first party applications to test along with user application.
    FlightingRing string
    The flighting ring for feature update.
    GalleryApps List<Pulumi.AzureNative.TestBase.Outputs.GalleryAppDefinitionResponse>
    The list of gallery apps to test along with user application.
    HighlightedFiles List<Pulumi.AzureNative.TestBase.Outputs.HighlightedFileResponse>
    The highlight files in the package.
    InplaceUpgradeOSPair Pulumi.AzureNative.TestBase.Outputs.InplaceUpgradeOSInfoResponse
    Specifies the baseline os and target os for inplace upgrade.
    IntuneEnrollmentMetadata Pulumi.AzureNative.TestBase.Outputs.IntuneEnrollmentMetadataResponse
    The metadata of Intune enrollment.
    IntuneMetadata Pulumi.AzureNative.TestBase.Outputs.DraftPackageIntuneAppMetadataResponse
    Metadata used to generate draft package folder and scripts.
    PackageId string
    Specifies the package id from which the draft package copied.
    PackageTags Dictionary<string, string>
    Tags of the package to be created.
    ProcessName string
    The process name for script auto-fill. Will be used to identify the application process.
    SourceType string
    The source type.
    TabState Pulumi.AzureNative.TestBase.Outputs.TabStateResponse
    Tab state.
    TargetOSList List<Pulumi.AzureNative.TestBase.Outputs.TargetOSInfoResponse>
    Specifies the target OSs of specific OS Update types.
    TestTypes List<string>
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    Tests List<Pulumi.AzureNative.TestBase.Outputs.TestResponse>
    The detailed test information.
    UseAutofill bool
    Indicates whether user choose to enable script auto-fill.
    UseSample bool
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    Version string
    Application version
    DraftPackagePath string
    The relative path of the folder hosting package files.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastModifiedTime string
    The UTC timestamp when the package was last modified.
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkingPath string
    The relative path for a temporarily folder for package creation work.
    AppFileName string
    The name of the app file.
    ApplicationName string
    Application name
    Comments string
    Comments added by user.
    EditPackage bool
    Specifies whether this draft package is used to edit a package.
    ExecutableLaunchCommand string
    The executable launch command for script auto-fill. Will be used to run the application.
    FirstPartyApps []FirstPartyAppDefinitionResponse
    The list of first party applications to test along with user application.
    FlightingRing string
    The flighting ring for feature update.
    GalleryApps []GalleryAppDefinitionResponse
    The list of gallery apps to test along with user application.
    HighlightedFiles []HighlightedFileResponse
    The highlight files in the package.
    InplaceUpgradeOSPair InplaceUpgradeOSInfoResponse
    Specifies the baseline os and target os for inplace upgrade.
    IntuneEnrollmentMetadata IntuneEnrollmentMetadataResponse
    The metadata of Intune enrollment.
    IntuneMetadata DraftPackageIntuneAppMetadataResponse
    Metadata used to generate draft package folder and scripts.
    PackageId string
    Specifies the package id from which the draft package copied.
    PackageTags map[string]string
    Tags of the package to be created.
    ProcessName string
    The process name for script auto-fill. Will be used to identify the application process.
    SourceType string
    The source type.
    TabState TabStateResponse
    Tab state.
    TargetOSList []TargetOSInfoResponse
    Specifies the target OSs of specific OS Update types.
    TestTypes []string
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    Tests []TestResponse
    The detailed test information.
    UseAutofill bool
    Indicates whether user choose to enable script auto-fill.
    UseSample bool
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    Version string
    Application version
    draftPackagePath String
    The relative path of the folder hosting package files.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastModifiedTime String
    The UTC timestamp when the package was last modified.
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workingPath String
    The relative path for a temporarily folder for package creation work.
    appFileName String
    The name of the app file.
    applicationName String
    Application name
    comments String
    Comments added by user.
    editPackage Boolean
    Specifies whether this draft package is used to edit a package.
    executableLaunchCommand String
    The executable launch command for script auto-fill. Will be used to run the application.
    firstPartyApps List<FirstPartyAppDefinitionResponse>
    The list of first party applications to test along with user application.
    flightingRing String
    The flighting ring for feature update.
    galleryApps List<GalleryAppDefinitionResponse>
    The list of gallery apps to test along with user application.
    highlightedFiles List<HighlightedFileResponse>
    The highlight files in the package.
    inplaceUpgradeOSPair InplaceUpgradeOSInfoResponse
    Specifies the baseline os and target os for inplace upgrade.
    intuneEnrollmentMetadata IntuneEnrollmentMetadataResponse
    The metadata of Intune enrollment.
    intuneMetadata DraftPackageIntuneAppMetadataResponse
    Metadata used to generate draft package folder and scripts.
    packageId String
    Specifies the package id from which the draft package copied.
    packageTags Map<String,String>
    Tags of the package to be created.
    processName String
    The process name for script auto-fill. Will be used to identify the application process.
    sourceType String
    The source type.
    tabState TabStateResponse
    Tab state.
    targetOSList List<TargetOSInfoResponse>
    Specifies the target OSs of specific OS Update types.
    testTypes List<String>
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    tests List<TestResponse>
    The detailed test information.
    useAutofill Boolean
    Indicates whether user choose to enable script auto-fill.
    useSample Boolean
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    version String
    Application version
    draftPackagePath string
    The relative path of the folder hosting package files.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastModifiedTime string
    The UTC timestamp when the package was last modified.
    name string
    The name of the resource
    provisioningState string
    The provisioning state of the resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workingPath string
    The relative path for a temporarily folder for package creation work.
    appFileName string
    The name of the app file.
    applicationName string
    Application name
    comments string
    Comments added by user.
    editPackage boolean
    Specifies whether this draft package is used to edit a package.
    executableLaunchCommand string
    The executable launch command for script auto-fill. Will be used to run the application.
    firstPartyApps FirstPartyAppDefinitionResponse[]
    The list of first party applications to test along with user application.
    flightingRing string
    The flighting ring for feature update.
    galleryApps GalleryAppDefinitionResponse[]
    The list of gallery apps to test along with user application.
    highlightedFiles HighlightedFileResponse[]
    The highlight files in the package.
    inplaceUpgradeOSPair InplaceUpgradeOSInfoResponse
    Specifies the baseline os and target os for inplace upgrade.
    intuneEnrollmentMetadata IntuneEnrollmentMetadataResponse
    The metadata of Intune enrollment.
    intuneMetadata DraftPackageIntuneAppMetadataResponse
    Metadata used to generate draft package folder and scripts.
    packageId string
    Specifies the package id from which the draft package copied.
    packageTags {[key: string]: string}
    Tags of the package to be created.
    processName string
    The process name for script auto-fill. Will be used to identify the application process.
    sourceType string
    The source type.
    tabState TabStateResponse
    Tab state.
    targetOSList TargetOSInfoResponse[]
    Specifies the target OSs of specific OS Update types.
    testTypes string[]
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    tests TestResponse[]
    The detailed test information.
    useAutofill boolean
    Indicates whether user choose to enable script auto-fill.
    useSample boolean
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    version string
    Application version
    draft_package_path str
    The relative path of the folder hosting package files.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    last_modified_time str
    The UTC timestamp when the package was last modified.
    name str
    The name of the resource
    provisioning_state str
    The provisioning state of the resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    working_path str
    The relative path for a temporarily folder for package creation work.
    app_file_name str
    The name of the app file.
    application_name str
    Application name
    comments str
    Comments added by user.
    edit_package bool
    Specifies whether this draft package is used to edit a package.
    executable_launch_command str
    The executable launch command for script auto-fill. Will be used to run the application.
    first_party_apps Sequence[FirstPartyAppDefinitionResponse]
    The list of first party applications to test along with user application.
    flighting_ring str
    The flighting ring for feature update.
    gallery_apps Sequence[GalleryAppDefinitionResponse]
    The list of gallery apps to test along with user application.
    highlighted_files Sequence[HighlightedFileResponse]
    The highlight files in the package.
    inplace_upgrade_os_pair InplaceUpgradeOSInfoResponse
    Specifies the baseline os and target os for inplace upgrade.
    intune_enrollment_metadata IntuneEnrollmentMetadataResponse
    The metadata of Intune enrollment.
    intune_metadata DraftPackageIntuneAppMetadataResponse
    Metadata used to generate draft package folder and scripts.
    package_id str
    Specifies the package id from which the draft package copied.
    package_tags Mapping[str, str]
    Tags of the package to be created.
    process_name str
    The process name for script auto-fill. Will be used to identify the application process.
    source_type str
    The source type.
    tab_state TabStateResponse
    Tab state.
    target_os_list Sequence[TargetOSInfoResponse]
    Specifies the target OSs of specific OS Update types.
    test_types Sequence[str]
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    tests Sequence[TestResponse]
    The detailed test information.
    use_autofill bool
    Indicates whether user choose to enable script auto-fill.
    use_sample bool
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    version str
    Application version
    draftPackagePath String
    The relative path of the folder hosting package files.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastModifiedTime String
    The UTC timestamp when the package was last modified.
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workingPath String
    The relative path for a temporarily folder for package creation work.
    appFileName String
    The name of the app file.
    applicationName String
    Application name
    comments String
    Comments added by user.
    editPackage Boolean
    Specifies whether this draft package is used to edit a package.
    executableLaunchCommand String
    The executable launch command for script auto-fill. Will be used to run the application.
    firstPartyApps List<Property Map>
    The list of first party applications to test along with user application.
    flightingRing String
    The flighting ring for feature update.
    galleryApps List<Property Map>
    The list of gallery apps to test along with user application.
    highlightedFiles List<Property Map>
    The highlight files in the package.
    inplaceUpgradeOSPair Property Map
    Specifies the baseline os and target os for inplace upgrade.
    intuneEnrollmentMetadata Property Map
    The metadata of Intune enrollment.
    intuneMetadata Property Map
    Metadata used to generate draft package folder and scripts.
    packageId String
    Specifies the package id from which the draft package copied.
    packageTags Map<String>
    Tags of the package to be created.
    processName String
    The process name for script auto-fill. Will be used to identify the application process.
    sourceType String
    The source type.
    tabState Property Map
    Tab state.
    targetOSList List<Property Map>
    Specifies the target OSs of specific OS Update types.
    testTypes List<String>
    OOB, functional or flow driven. Mapped to the data in 'tests' property.
    tests List<Property Map>
    The detailed test information.
    useAutofill Boolean
    Indicates whether user choose to enable script auto-fill.
    useSample Boolean
    Specifies whether a sample package should be used instead of the one uploaded by the user.
    version String
    Application version

    Supporting Types

    CommandResponse

    Action string
    The action of the command.
    Content string
    The content of the command. The content depends on source type.
    ContentType string
    The type of command content.
    Name string
    The name of the command.
    AlwaysRun bool
    Specifies whether to run the command even if a previous command is failed.
    ApplyUpdateBefore bool
    Specifies whether to apply update before the command.
    EnrollIntuneBefore bool
    Specifies whether to enroll Intune before the command.
    Install1PAppBefore bool
    Specifies whether to install first party applications before running the command.
    MaxRunTime int
    Specifies the max run time of the command.
    PostUpgrade bool
    Specifies whether the command is assigned to be executed after in-place upgrade.
    PreUpgrade bool
    Specifies whether the command is assigned to be executed before in-place upgrade.
    RestartAfter bool
    Specifies whether to restart the VM after the command executed.
    RunAsInteractive bool
    Specifies whether to run the command in interactive mode.
    RunElevated bool
    Specifies whether to run the command as administrator.
    Action string
    The action of the command.
    Content string
    The content of the command. The content depends on source type.
    ContentType string
    The type of command content.
    Name string
    The name of the command.
    AlwaysRun bool
    Specifies whether to run the command even if a previous command is failed.
    ApplyUpdateBefore bool
    Specifies whether to apply update before the command.
    EnrollIntuneBefore bool
    Specifies whether to enroll Intune before the command.
    Install1PAppBefore bool
    Specifies whether to install first party applications before running the command.
    MaxRunTime int
    Specifies the max run time of the command.
    PostUpgrade bool
    Specifies whether the command is assigned to be executed after in-place upgrade.
    PreUpgrade bool
    Specifies whether the command is assigned to be executed before in-place upgrade.
    RestartAfter bool
    Specifies whether to restart the VM after the command executed.
    RunAsInteractive bool
    Specifies whether to run the command in interactive mode.
    RunElevated bool
    Specifies whether to run the command as administrator.
    action String
    The action of the command.
    content String
    The content of the command. The content depends on source type.
    contentType String
    The type of command content.
    name String
    The name of the command.
    alwaysRun Boolean
    Specifies whether to run the command even if a previous command is failed.
    applyUpdateBefore Boolean
    Specifies whether to apply update before the command.
    enrollIntuneBefore Boolean
    Specifies whether to enroll Intune before the command.
    install1PAppBefore Boolean
    Specifies whether to install first party applications before running the command.
    maxRunTime Integer
    Specifies the max run time of the command.
    postUpgrade Boolean
    Specifies whether the command is assigned to be executed after in-place upgrade.
    preUpgrade Boolean
    Specifies whether the command is assigned to be executed before in-place upgrade.
    restartAfter Boolean
    Specifies whether to restart the VM after the command executed.
    runAsInteractive Boolean
    Specifies whether to run the command in interactive mode.
    runElevated Boolean
    Specifies whether to run the command as administrator.
    action string
    The action of the command.
    content string
    The content of the command. The content depends on source type.
    contentType string
    The type of command content.
    name string
    The name of the command.
    alwaysRun boolean
    Specifies whether to run the command even if a previous command is failed.
    applyUpdateBefore boolean
    Specifies whether to apply update before the command.
    enrollIntuneBefore boolean
    Specifies whether to enroll Intune before the command.
    install1PAppBefore boolean
    Specifies whether to install first party applications before running the command.
    maxRunTime number
    Specifies the max run time of the command.
    postUpgrade boolean
    Specifies whether the command is assigned to be executed after in-place upgrade.
    preUpgrade boolean
    Specifies whether the command is assigned to be executed before in-place upgrade.
    restartAfter boolean
    Specifies whether to restart the VM after the command executed.
    runAsInteractive boolean
    Specifies whether to run the command in interactive mode.
    runElevated boolean
    Specifies whether to run the command as administrator.
    action str
    The action of the command.
    content str
    The content of the command. The content depends on source type.
    content_type str
    The type of command content.
    name str
    The name of the command.
    always_run bool
    Specifies whether to run the command even if a previous command is failed.
    apply_update_before bool
    Specifies whether to apply update before the command.
    enroll_intune_before bool
    Specifies whether to enroll Intune before the command.
    install1_p_app_before bool
    Specifies whether to install first party applications before running the command.
    max_run_time int
    Specifies the max run time of the command.
    post_upgrade bool
    Specifies whether the command is assigned to be executed after in-place upgrade.
    pre_upgrade bool
    Specifies whether the command is assigned to be executed before in-place upgrade.
    restart_after bool
    Specifies whether to restart the VM after the command executed.
    run_as_interactive bool
    Specifies whether to run the command in interactive mode.
    run_elevated bool
    Specifies whether to run the command as administrator.
    action String
    The action of the command.
    content String
    The content of the command. The content depends on source type.
    contentType String
    The type of command content.
    name String
    The name of the command.
    alwaysRun Boolean
    Specifies whether to run the command even if a previous command is failed.
    applyUpdateBefore Boolean
    Specifies whether to apply update before the command.
    enrollIntuneBefore Boolean
    Specifies whether to enroll Intune before the command.
    install1PAppBefore Boolean
    Specifies whether to install first party applications before running the command.
    maxRunTime Number
    Specifies the max run time of the command.
    postUpgrade Boolean
    Specifies whether the command is assigned to be executed after in-place upgrade.
    preUpgrade Boolean
    Specifies whether the command is assigned to be executed before in-place upgrade.
    restartAfter Boolean
    Specifies whether to restart the VM after the command executed.
    runAsInteractive Boolean
    Specifies whether to run the command in interactive mode.
    runElevated Boolean
    Specifies whether to run the command as administrator.

    DraftPackageIntuneAppMetadataItemResponse

    AppId string
    Intune app id.
    AppName string
    Intune app name.
    CreateDate string
    Creation date of the app.
    DependencyIds List<string>
    Ids of dependency apps.
    DependentAppCount int
    Count of dependency apps.
    Description string
    Description of the app.
    ExpectedExitCodes List<string>
    Expected exit codes returned from Intune App.
    InstallCommand string
    Install command.
    LastProcessed double
    last processed time tickets.
    MinimumSupportedOS string
    Minimum supported OS. The OS version must be greater than this version to run this app.
    Owner string
    Owner of the app.
    Publisher string
    Publisher of the app.
    SetupFile string
    Setup file path.
    Status string
    Extract status.
    UninstallCommand string
    Uninstall command.
    Version string
    Intune app version.
    AppId string
    Intune app id.
    AppName string
    Intune app name.
    CreateDate string
    Creation date of the app.
    DependencyIds []string
    Ids of dependency apps.
    DependentAppCount int
    Count of dependency apps.
    Description string
    Description of the app.
    ExpectedExitCodes []string
    Expected exit codes returned from Intune App.
    InstallCommand string
    Install command.
    LastProcessed float64
    last processed time tickets.
    MinimumSupportedOS string
    Minimum supported OS. The OS version must be greater than this version to run this app.
    Owner string
    Owner of the app.
    Publisher string
    Publisher of the app.
    SetupFile string
    Setup file path.
    Status string
    Extract status.
    UninstallCommand string
    Uninstall command.
    Version string
    Intune app version.
    appId String
    Intune app id.
    appName String
    Intune app name.
    createDate String
    Creation date of the app.
    dependencyIds List<String>
    Ids of dependency apps.
    dependentAppCount Integer
    Count of dependency apps.
    description String
    Description of the app.
    expectedExitCodes List<String>
    Expected exit codes returned from Intune App.
    installCommand String
    Install command.
    lastProcessed Double
    last processed time tickets.
    minimumSupportedOS String
    Minimum supported OS. The OS version must be greater than this version to run this app.
    owner String
    Owner of the app.
    publisher String
    Publisher of the app.
    setupFile String
    Setup file path.
    status String
    Extract status.
    uninstallCommand String
    Uninstall command.
    version String
    Intune app version.
    appId string
    Intune app id.
    appName string
    Intune app name.
    createDate string
    Creation date of the app.
    dependencyIds string[]
    Ids of dependency apps.
    dependentAppCount number
    Count of dependency apps.
    description string
    Description of the app.
    expectedExitCodes string[]
    Expected exit codes returned from Intune App.
    installCommand string
    Install command.
    lastProcessed number
    last processed time tickets.
    minimumSupportedOS string
    Minimum supported OS. The OS version must be greater than this version to run this app.
    owner string
    Owner of the app.
    publisher string
    Publisher of the app.
    setupFile string
    Setup file path.
    status string
    Extract status.
    uninstallCommand string
    Uninstall command.
    version string
    Intune app version.
    app_id str
    Intune app id.
    app_name str
    Intune app name.
    create_date str
    Creation date of the app.
    dependency_ids Sequence[str]
    Ids of dependency apps.
    dependent_app_count int
    Count of dependency apps.
    description str
    Description of the app.
    expected_exit_codes Sequence[str]
    Expected exit codes returned from Intune App.
    install_command str
    Install command.
    last_processed float
    last processed time tickets.
    minimum_supported_os str
    Minimum supported OS. The OS version must be greater than this version to run this app.
    owner str
    Owner of the app.
    publisher str
    Publisher of the app.
    setup_file str
    Setup file path.
    status str
    Extract status.
    uninstall_command str
    Uninstall command.
    version str
    Intune app version.
    appId String
    Intune app id.
    appName String
    Intune app name.
    createDate String
    Creation date of the app.
    dependencyIds List<String>
    Ids of dependency apps.
    dependentAppCount Number
    Count of dependency apps.
    description String
    Description of the app.
    expectedExitCodes List<String>
    Expected exit codes returned from Intune App.
    installCommand String
    Install command.
    lastProcessed Number
    last processed time tickets.
    minimumSupportedOS String
    Minimum supported OS. The OS version must be greater than this version to run this app.
    owner String
    Owner of the app.
    publisher String
    Publisher of the app.
    setupFile String
    Setup file path.
    status String
    Extract status.
    uninstallCommand String
    Uninstall command.
    version String
    Intune app version.

    DraftPackageIntuneAppMetadataResponse

    IntuneApp Pulumi.AzureNative.TestBase.Inputs.DraftPackageIntuneAppMetadataItemResponse
    The Metadata of the Intune App through intunewin file uploading.
    IntuneAppDependencies List<Pulumi.AzureNative.TestBase.Inputs.DraftPackageIntuneAppMetadataItemResponse>
    The Metadata of dependencies of the Intune App through intunewin file uploading.
    IntuneApp DraftPackageIntuneAppMetadataItemResponse
    The Metadata of the Intune App through intunewin file uploading.
    IntuneAppDependencies []DraftPackageIntuneAppMetadataItemResponse
    The Metadata of dependencies of the Intune App through intunewin file uploading.
    intuneApp DraftPackageIntuneAppMetadataItemResponse
    The Metadata of the Intune App through intunewin file uploading.
    intuneAppDependencies List<DraftPackageIntuneAppMetadataItemResponse>
    The Metadata of dependencies of the Intune App through intunewin file uploading.
    intuneApp DraftPackageIntuneAppMetadataItemResponse
    The Metadata of the Intune App through intunewin file uploading.
    intuneAppDependencies DraftPackageIntuneAppMetadataItemResponse[]
    The Metadata of dependencies of the Intune App through intunewin file uploading.
    intune_app DraftPackageIntuneAppMetadataItemResponse
    The Metadata of the Intune App through intunewin file uploading.
    intune_app_dependencies Sequence[DraftPackageIntuneAppMetadataItemResponse]
    The Metadata of dependencies of the Intune App through intunewin file uploading.
    intuneApp Property Map
    The Metadata of the Intune App through intunewin file uploading.
    intuneAppDependencies List<Property Map>
    The Metadata of dependencies of the Intune App through intunewin file uploading.

    EnrolledIntuneAppResponse

    AppId string
    Intune app id.
    AppName string
    Intune app name.
    ExpectedInstallationPath string
    Intune app expected installation path.
    AppId string
    Intune app id.
    AppName string
    Intune app name.
    ExpectedInstallationPath string
    Intune app expected installation path.
    appId String
    Intune app id.
    appName String
    Intune app name.
    expectedInstallationPath String
    Intune app expected installation path.
    appId string
    Intune app id.
    appName string
    Intune app name.
    expectedInstallationPath string
    Intune app expected installation path.
    app_id str
    Intune app id.
    app_name str
    Intune app name.
    expected_installation_path str
    Intune app expected installation path.
    appId String
    Intune app id.
    appName String
    Intune app name.
    expectedInstallationPath String
    Intune app expected installation path.

    FirstPartyAppDefinitionResponse

    Architecture string
    The architecture of a first party application of a Test Base Account.
    Channel string
    The channel info of a first party application of a Test Base Account.
    InteropExecutionMode string
    Specifies how the first party applications should be inter-operated with user's application.
    Name string
    The media name of a first party application of a Test Base Account.
    Ring string
    The ring info of a first party application of a Test Base Account.
    Architecture string
    The architecture of a first party application of a Test Base Account.
    Channel string
    The channel info of a first party application of a Test Base Account.
    InteropExecutionMode string
    Specifies how the first party applications should be inter-operated with user's application.
    Name string
    The media name of a first party application of a Test Base Account.
    Ring string
    The ring info of a first party application of a Test Base Account.
    architecture String
    The architecture of a first party application of a Test Base Account.
    channel String
    The channel info of a first party application of a Test Base Account.
    interopExecutionMode String
    Specifies how the first party applications should be inter-operated with user's application.
    name String
    The media name of a first party application of a Test Base Account.
    ring String
    The ring info of a first party application of a Test Base Account.
    architecture string
    The architecture of a first party application of a Test Base Account.
    channel string
    The channel info of a first party application of a Test Base Account.
    interopExecutionMode string
    Specifies how the first party applications should be inter-operated with user's application.
    name string
    The media name of a first party application of a Test Base Account.
    ring string
    The ring info of a first party application of a Test Base Account.
    architecture str
    The architecture of a first party application of a Test Base Account.
    channel str
    The channel info of a first party application of a Test Base Account.
    interop_execution_mode str
    Specifies how the first party applications should be inter-operated with user's application.
    name str
    The media name of a first party application of a Test Base Account.
    ring str
    The ring info of a first party application of a Test Base Account.
    architecture String
    The architecture of a first party application of a Test Base Account.
    channel String
    The channel info of a first party application of a Test Base Account.
    interopExecutionMode String
    Specifies how the first party applications should be inter-operated with user's application.
    name String
    The media name of a first party application of a Test Base Account.
    ring String
    The ring info of a first party application of a Test Base Account.

    GalleryAppDefinitionResponse

    SkuId string
    The SKU id of the gallery application.
    IsConsented bool
    Whether the disclaimer of the gallery application is accepted.
    SkuId string
    The SKU id of the gallery application.
    IsConsented bool
    Whether the disclaimer of the gallery application is accepted.
    skuId String
    The SKU id of the gallery application.
    isConsented Boolean
    Whether the disclaimer of the gallery application is accepted.
    skuId string
    The SKU id of the gallery application.
    isConsented boolean
    Whether the disclaimer of the gallery application is accepted.
    sku_id str
    The SKU id of the gallery application.
    is_consented bool
    Whether the disclaimer of the gallery application is accepted.
    skuId String
    The SKU id of the gallery application.
    isConsented Boolean
    Whether the disclaimer of the gallery application is accepted.

    HighlightedFileResponse

    Path string
    The path of the highlighted file.
    Sections List<string>
    The name of sections to highlight.
    Visited bool
    A flag to save whether this file is viewed by user.
    Path string
    The path of the highlighted file.
    Sections []string
    The name of sections to highlight.
    Visited bool
    A flag to save whether this file is viewed by user.
    path String
    The path of the highlighted file.
    sections List<String>
    The name of sections to highlight.
    visited Boolean
    A flag to save whether this file is viewed by user.
    path string
    The path of the highlighted file.
    sections string[]
    The name of sections to highlight.
    visited boolean
    A flag to save whether this file is viewed by user.
    path str
    The path of the highlighted file.
    sections Sequence[str]
    The name of sections to highlight.
    visited bool
    A flag to save whether this file is viewed by user.
    path String
    The path of the highlighted file.
    sections List<String>
    The name of sections to highlight.
    visited Boolean
    A flag to save whether this file is viewed by user.

    InplaceUpgradeOSInfoResponse

    BaselineOS Pulumi.AzureNative.TestBase.Inputs.OsPropertiesResponse
    Specifies the baseline os for in-place upgrade tests.
    TargetOS string
    Specifies the target os for in-place upgrade tests.
    BaselineOS OsPropertiesResponse
    Specifies the baseline os for in-place upgrade tests.
    TargetOS string
    Specifies the target os for in-place upgrade tests.
    baselineOS OsPropertiesResponse
    Specifies the baseline os for in-place upgrade tests.
    targetOS String
    Specifies the target os for in-place upgrade tests.
    baselineOS OsPropertiesResponse
    Specifies the baseline os for in-place upgrade tests.
    targetOS string
    Specifies the target os for in-place upgrade tests.
    baseline_os OsPropertiesResponse
    Specifies the baseline os for in-place upgrade tests.
    target_os str
    Specifies the target os for in-place upgrade tests.
    baselineOS Property Map
    Specifies the baseline os for in-place upgrade tests.
    targetOS String
    Specifies the target os for in-place upgrade tests.

    IntuneEnrollmentMetadataResponse

    AppList List<Pulumi.AzureNative.TestBase.Inputs.EnrolledIntuneAppResponse>
    The enrolled Intune apps.
    CredentialId string
    The id of the Intune enrollment credential.
    ExpectedDeploymentDurationInMinute int
    The expected duration of Intune applications and policies deployment.
    AppList []EnrolledIntuneAppResponse
    The enrolled Intune apps.
    CredentialId string
    The id of the Intune enrollment credential.
    ExpectedDeploymentDurationInMinute int
    The expected duration of Intune applications and policies deployment.
    appList List<EnrolledIntuneAppResponse>
    The enrolled Intune apps.
    credentialId String
    The id of the Intune enrollment credential.
    expectedDeploymentDurationInMinute Integer
    The expected duration of Intune applications and policies deployment.
    appList EnrolledIntuneAppResponse[]
    The enrolled Intune apps.
    credentialId string
    The id of the Intune enrollment credential.
    expectedDeploymentDurationInMinute number
    The expected duration of Intune applications and policies deployment.
    app_list Sequence[EnrolledIntuneAppResponse]
    The enrolled Intune apps.
    credential_id str
    The id of the Intune enrollment credential.
    expected_deployment_duration_in_minute int
    The expected duration of Intune applications and policies deployment.
    appList List<Property Map>
    The enrolled Intune apps.
    credentialId String
    The id of the Intune enrollment credential.
    expectedDeploymentDurationInMinute Number
    The expected duration of Intune applications and policies deployment.

    OsPropertiesResponse

    CustomImageDisplayName string
    The name of the custom image resource.
    CustomImageId string
    Specify the referenced Test Base Custom Image Id if available.
    OsName string
    The name of the OS.
    ReleaseProperties Pulumi.AzureNative.TestBase.Inputs.ReleasePropertiesResponse
    The properties of the OS release.
    CustomImageDisplayName string
    The name of the custom image resource.
    CustomImageId string
    Specify the referenced Test Base Custom Image Id if available.
    OsName string
    The name of the OS.
    ReleaseProperties ReleasePropertiesResponse
    The properties of the OS release.
    customImageDisplayName String
    The name of the custom image resource.
    customImageId String
    Specify the referenced Test Base Custom Image Id if available.
    osName String
    The name of the OS.
    releaseProperties ReleasePropertiesResponse
    The properties of the OS release.
    customImageDisplayName string
    The name of the custom image resource.
    customImageId string
    Specify the referenced Test Base Custom Image Id if available.
    osName string
    The name of the OS.
    releaseProperties ReleasePropertiesResponse
    The properties of the OS release.
    custom_image_display_name str
    The name of the custom image resource.
    custom_image_id str
    Specify the referenced Test Base Custom Image Id if available.
    os_name str
    The name of the OS.
    release_properties ReleasePropertiesResponse
    The properties of the OS release.
    customImageDisplayName String
    The name of the custom image resource.
    customImageId String
    Specify the referenced Test Base Custom Image Id if available.
    osName String
    The name of the OS.
    releaseProperties Property Map
    The properties of the OS release.

    ReleasePropertiesResponse

    BuildNumber string
    The build number of the OS release.
    BuildRevision string
    The build revision of the OS release.
    ReleaseName string
    The name of the OS release.
    ReleaseVersionDate string
    The release version date of the OS release.
    BuildNumber string
    The build number of the OS release.
    BuildRevision string
    The build revision of the OS release.
    ReleaseName string
    The name of the OS release.
    ReleaseVersionDate string
    The release version date of the OS release.
    buildNumber String
    The build number of the OS release.
    buildRevision String
    The build revision of the OS release.
    releaseName String
    The name of the OS release.
    releaseVersionDate String
    The release version date of the OS release.
    buildNumber string
    The build number of the OS release.
    buildRevision string
    The build revision of the OS release.
    releaseName string
    The name of the OS release.
    releaseVersionDate string
    The release version date of the OS release.
    build_number str
    The build number of the OS release.
    build_revision str
    The build revision of the OS release.
    release_name str
    The name of the OS release.
    release_version_date str
    The release version date of the OS release.
    buildNumber String
    The build number of the OS release.
    buildRevision String
    The build revision of the OS release.
    releaseName String
    The name of the OS release.
    releaseVersionDate String
    The release version date of the OS release.

    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 type of identity that last modified the resource.
    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 type of identity that last modified the resource.
    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 type of identity that last modified the resource.
    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 type of identity that last modified the resource.
    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 type of identity that last modified the resource.
    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 type of identity that last modified the resource.
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TabStateResponse

    CurrentTab string
    Current tab.
    VisitedTabs List<string>
    visited tabs.
    CurrentTab string
    Current tab.
    VisitedTabs []string
    visited tabs.
    currentTab String
    Current tab.
    visitedTabs List<String>
    visited tabs.
    currentTab string
    Current tab.
    visitedTabs string[]
    visited tabs.
    current_tab str
    Current tab.
    visited_tabs Sequence[str]
    visited tabs.
    currentTab String
    Current tab.
    visitedTabs List<String>
    visited tabs.

    TargetOSInfoResponse

    OsUpdateType string
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    TargetOSs List<string>
    Specifies the target OSs to be tested.
    BaselineOSs List<string>
    Specifies the baseline OSs to be tested.
    InsiderChannelIds List<string>
    Insider Channel Ids. Only used for feature update.
    TargetOSImageIds List<string>
    Specifies the ids of the target OSs from Custom Images to be tested.
    OsUpdateType string
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    TargetOSs []string
    Specifies the target OSs to be tested.
    BaselineOSs []string
    Specifies the baseline OSs to be tested.
    InsiderChannelIds []string
    Insider Channel Ids. Only used for feature update.
    TargetOSImageIds []string
    Specifies the ids of the target OSs from Custom Images to be tested.
    osUpdateType String
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    targetOSs List<String>
    Specifies the target OSs to be tested.
    baselineOSs List<String>
    Specifies the baseline OSs to be tested.
    insiderChannelIds List<String>
    Insider Channel Ids. Only used for feature update.
    targetOSImageIds List<String>
    Specifies the ids of the target OSs from Custom Images to be tested.
    osUpdateType string
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    targetOSs string[]
    Specifies the target OSs to be tested.
    baselineOSs string[]
    Specifies the baseline OSs to be tested.
    insiderChannelIds string[]
    Insider Channel Ids. Only used for feature update.
    targetOSImageIds string[]
    Specifies the ids of the target OSs from Custom Images to be tested.
    os_update_type str
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    target_oss Sequence[str]
    Specifies the target OSs to be tested.
    baseline_oss Sequence[str]
    Specifies the baseline OSs to be tested.
    insider_channel_ids Sequence[str]
    Insider Channel Ids. Only used for feature update.
    target_os_image_ids Sequence[str]
    Specifies the ids of the target OSs from Custom Images to be tested.
    osUpdateType String
    Specifies the OS update type to test against, e.g., 'Security updates' or 'Feature updates'.
    targetOSs List<String>
    Specifies the target OSs to be tested.
    baselineOSs List<String>
    Specifies the baseline OSs to be tested.
    insiderChannelIds List<String>
    Insider Channel Ids. Only used for feature update.
    targetOSImageIds List<String>
    Specifies the ids of the target OSs from Custom Images to be tested.

    TestResponse

    Commands List<Pulumi.AzureNative.TestBase.Inputs.CommandResponse>
    The commands used in the test.
    TestType string
    The type of the test.
    ValidationResultId string
    Resource identifier of the validation test result.
    ValidationRunStatus string
    The status of the validation run of the package.
    IsActive bool
    Indicates if this test is active.It doesn't schedule test for not active Test.
    Commands []CommandResponse
    The commands used in the test.
    TestType string
    The type of the test.
    ValidationResultId string
    Resource identifier of the validation test result.
    ValidationRunStatus string
    The status of the validation run of the package.
    IsActive bool
    Indicates if this test is active.It doesn't schedule test for not active Test.
    commands List<CommandResponse>
    The commands used in the test.
    testType String
    The type of the test.
    validationResultId String
    Resource identifier of the validation test result.
    validationRunStatus String
    The status of the validation run of the package.
    isActive Boolean
    Indicates if this test is active.It doesn't schedule test for not active Test.
    commands CommandResponse[]
    The commands used in the test.
    testType string
    The type of the test.
    validationResultId string
    Resource identifier of the validation test result.
    validationRunStatus string
    The status of the validation run of the package.
    isActive boolean
    Indicates if this test is active.It doesn't schedule test for not active Test.
    commands Sequence[CommandResponse]
    The commands used in the test.
    test_type str
    The type of the test.
    validation_result_id str
    Resource identifier of the validation test result.
    validation_run_status str
    The status of the validation run of the package.
    is_active bool
    Indicates if this test is active.It doesn't schedule test for not active Test.
    commands List<Property Map>
    The commands used in the test.
    testType String
    The type of the test.
    validationResultId String
    Resource identifier of the validation test result.
    validationRunStatus String
    The status of the validation run of the package.
    isActive Boolean
    Indicates if this test is active.It doesn't schedule test for not active Test.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi