Skip to main content

first_party_apps

Creates, updates, deletes, gets or lists a first_party_apps resource.

Overview

Namefirst_party_apps
TypeResource
Idazure_extras.test_base.first_party_apps

Fields

NameDatatypeDescription
architecturetextfield from the properties object
channeltextfield from the properties object
firstPartyAppResourceNametextfield from the properties object
media_typetextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
ringtextfield from the properties object
subscriptionIdtextfield from the properties object
supported_productstextfield from the properties object
testBaseAccountNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTfirstPartyAppResourceName, resourceGroupName, subscriptionId, testBaseAccountNameGets a first party application to prepare a test run for a Test Base Account.
listSELECTresourceGroupName, subscriptionId, testBaseAccountNameLists all first party applications currently available for test runs under a Test Base Account.

SELECT examples

Lists all first party applications currently available for test runs under a Test Base Account.

SELECT
architecture,
channel,
firstPartyAppResourceName,
media_type,
provisioning_state,
resourceGroupName,
ring,
subscriptionId,
supported_products,
testBaseAccountName
FROM azure_extras.test_base.vw_first_party_apps
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND testBaseAccountName = '{{ testBaseAccountName }}';