forked from azureautomation/python_emulated_assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalassets.json
More file actions
45 lines (45 loc) · 1.07 KB
/
localassets.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Variable": [
{
"Name": "myvariable",
"Value": "myvariablevalue"
},
{
"Name": "myvariable1",
"Value": "myvariablevalue1"
}
],
"Credential": [
{
"Username": "user",
"Password": "password",
"Name": "mycredential"
},
{
"Username": "user1",
"Password": "password1",
"Name": "mycredential1"
}
],
"Connection": [
{
"ValueFields": {
"SubscriptionId": "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX",
"ApplicationId": "XXXX-XXXX-XXXX-XXXX-XXXXXXXX",
"CertificateThumbprint": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"TenantId": "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
},
"Name": "AzureRunAsConnection",
"ConnectionType": "AzureServicePrincipal"
}
],
"Certificate": [
{
"Thumbprint": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"CertPath": "/home/user/automation/myrunas.pfx",
"Password": "StrongPassword",
"Exportable": true,
"Name": "AzureRunAsCertificate"
}
]
}