|
11 | 11 | | **AzureSubscription** | Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. |
|
12 | 12 | | **KeyVaultObjectId** | Azure | Object ID of the Service Principal configured in the pipeline. Click [here](./getServicePrincipalObjectID.md) to see how to get it. |
|
13 | 13 | | **ResourceGroupName** | User | Name for the two resource groups that will contain the shared resources. |
|
14 |
| -| **AppServicePlanPricingTier** | User | (optional) Pricing tier for the App Service Plan. Possible values are: F1 (default), S1. | |
| 14 | +| **AppServicePlanPricingTier** | User | (optional) Pricing tier for the App Service Plan. **Possible values are: F1 (default), S1.** | |
15 | 15 | | **ResourceSuffix** | User | (optional) Suffix to add to the resource names to avoid collisions. |
|
16 | 16 |
|
17 | 17 | ## Deploy Bot Resources Pipeline
|
18 | 18 |
|
19 |
| -- Description: Creates the test bot resources to be used in the functional tests, separated in one Resource Group r each language (DotNet, JS, and Python) |
| 19 | +- Description: Creates the test bot resources to be used in the functional tests, separated in one Resource Group for each language (DotNet, JS, and Python) |
20 | 20 | - Schedule: Nightly or on demand.
|
21 | 21 | - YAML: [build\yaml\deployBotResources\deployBotResources.yml](../build/yaml/deployBotResources/deployBotResources.yml)
|
22 | 22 |
|
|
32 | 32 | | **ResourceGroup** | User | Prefix of the resource groups where the bots will be deployed. |
|
33 | 33 | | **[BotName](#botnames) + AppId** | [App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | (optional) App ID to use. If not configured, will be retrieved from the key vault. |
|
34 | 34 | | **[BotName](#botnames) + AppSecret** | [App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | (optional) App Secret to use. If not configured, will be retrieved from the key vault. |
|
35 |
| -| **BotPricingTier** | User | (optional) Pricing tier for the Web App resources.Possible values are: F0 (default), S1. | |
36 |
| -| **DependenciesRegistryHosts** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all host bots. Possible values are: Artifacts (default), MyGet, NuGet, or specific sources. | |
37 |
| -| **DependenciesRegistrySkills** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all skill bots. Possible values are: Artifacts (default), MyGet, NuGet, or specific sources. | |
38 |
| -| **DependenciesRegistrySkillsV3** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all V3 skill bots. Possible values are: Artifacts, MyGet (default), NuGet, or specific sources. | |
39 |
| -| **DependeciesVersionHosts** | User | (optional) Bot Builder dependency version to use for all hosts. Possible values are: Latest (default), Stable, or specific version numbers. | |
40 |
| -| **DependeciesVersionSkills** | User | (optional) Bot Builder dependency version to use for all hosts. Possible values are: Latest (default), Stable, or specific version numbers. | |
41 |
| -| **DependeciesVersionSkillsV3** | User | (optional) Bot Builder dependency version to use for all hosts. Possible values are: Latest (default), Stable, or specific version numbers. | |
| 35 | +| **BotPricingTier** | User | (optional) Pricing tier for the Web App resources. **Possible values are: F0 (default), S1.** | |
| 36 | +| **DependenciesRegistryHosts** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all host bots. **Possible values are: Artifacts (default), MyGet, NuGet, or specific sources.** | |
| 37 | +| **DependenciesRegistrySkills** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all skill bots. **Possible values are: Artifacts (default), MyGet, NuGet, or specific sources.** | |
| 38 | +| **DependenciesRegistrySkillsV3** | User | (optional) Source from which the Bot Builder dependencies will be downloaded for all V3 skill bots. **Possible values are: Artifacts, MyGet (default), NuGet, or specific sources.** | |
| 39 | +| **DependeciesVersionHosts** | User | (optional) Bot Builder dependency version to use for all hosts. **Possible values are: Latest (default), Stable, or specific version numbers.** | |
| 40 | +| **DependeciesVersionSkills** | User | (optional) Bot Builder dependency version to use for all hosts. **Possible values are: Latest (default), Stable, or specific version numbers.** | |
| 41 | +| **DependeciesVersionSkillsV3** | User | (optional) Bot Builder dependency version to use for all hosts. **Possible values are: Latest (default), Stable, or specific version numbers.** | |
42 | 42 | | **ResourceSuffix** | Create Shared Resources | (optional) Suffix to add to the resource names to avoid collisions. |
|
43 | 43 |
|
44 | 44 | ## Run Test Scenarios Pipeline
|
|
0 commit comments