|
2 | 2 |
|
3 | 3 | @minLength(3) |
4 | 4 | @maxLength(15) |
5 | | -@description('Solution Name') |
| 5 | +@description('Required. Contains Solution Name') |
6 | 6 | param solutionName string |
7 | 7 |
|
8 | | -@description('Solution Location') |
| 8 | +@description('Required. Contains Solution Location') |
9 | 9 | param solutionLocation string |
10 | 10 |
|
11 | | -@description('Contains Name of KeyVault.') |
| 11 | +@description('Required. Contains Name of KeyVault.') |
12 | 12 | param keyVaultName string |
13 | 13 |
|
14 | | -@description('Indicates the type of Deployment.') |
| 14 | +@description('Required. Indicates the type of Deployment.') |
15 | 15 | param deploymentType string |
16 | 16 |
|
17 | | -@description('GPT Model Name') |
| 17 | +@description('Required. GPT Model Name') |
18 | 18 | param gptModelName string |
19 | 19 |
|
20 | | -@description('GPT Model Version.') |
| 20 | +@description('Required. GPT Model Version.') |
21 | 21 | param gptModelVersion string |
22 | 22 |
|
23 | | -@description('Azure OepnAI API Version.') |
| 23 | +@description('Required. Azure OepnAI API Version.') |
24 | 24 | param azureOpenaiAPIVersion string |
25 | 25 |
|
26 | | -@description('Param to get Deployment Capacity.') |
| 26 | +@description('Required. Param to get Deployment Capacity.') |
27 | 27 | param gptDeploymentCapacity int |
28 | 28 |
|
29 | | -@description('Embedding Model.') |
| 29 | +@description('Required. Embedding Model.') |
30 | 30 | param embeddingModel string |
31 | 31 |
|
32 | | -@description('Info about Embedding Deployment Capacity.') |
| 32 | +@description('Required. Info about Embedding Deployment Capacity.') |
33 | 33 | param embeddingDeploymentCapacity int |
34 | 34 |
|
35 | | -@description('Managed Identity Object ID.') |
| 35 | +@description('Required. Managed Identity Object ID.') |
36 | 36 | param managedIdentityObjectId string |
37 | 37 |
|
38 | | -@description('Existing Log Analytics WorkspaceID.') |
| 38 | +@description('Required. Existing Log Analytics WorkspaceID.') |
39 | 39 | param existingLogAnalyticsWorkspaceId string = '' |
40 | 40 |
|
41 | | -@description('Azure Existing AI Project ResourceID.') |
| 41 | +@description('Required. Azure Existing AI Project ResourceID.') |
42 | 42 | param azureExistingAIProjectResourceId string = '' |
43 | 43 |
|
44 | 44 | @description('Optional. Tags to be applied to the resources.') |
|
0 commit comments