microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3232c81d9c505087d2abc5df615e87c004e0258d

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

azure/parameters.json

45lines · modecode

1{
2 "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3 "contentVersion": "1.0.0.0",
4 "parameters": {
5 "principalId": {
6 "value": null
7 },
8 "region": {
9 "value": null
10 },
11 "name": {
12 "value": null
13 },
14 "group_name": {
15 "value": null
16 },
17 "maps_region": {
18 "value": null
19 },
20 "maps_name": {
21 "value": null
22 },
23 "speech_region": {
24 "value": null
25 },
26 "speech_name": {
27 "value": null
28 },
29 "openai_region": {
30 "value": null
31 },
32 "openai_name": {
33 "value": null
34 },
35 "search_name": {
36 "value": null
37 },
38 "vaults_region": {
39 "value": null
40 },
41 "vaults_name": {
42 "value": null
43 }
44 }
45}
46