-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
artifactsource_createorupdate.json
41 lines (41 loc) · 1.35 KB
/
artifactsource_createorupdate.json
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
{
"parameters": {
"subscriptionId": "caac1590-e859-444f-a9e0-62091c0f5929",
"resourceGroupName": "myResourceGroup",
"artifactSourceName": "myArtifactSource",
"api-version": "2018-09-01-preview",
"artifactSourceInfo": {
"type": "Microsoft.DeploymentManager/artifactSources",
"location": "centralus",
"tags": {},
"properties": {
"sourceType": "AzureStorage",
"authentication": {
"type": "Sas",
"properties": {
"sasUri": "https://mystorageaccount.blob.core.windows.net/myartifactsource?st=2018-07-07T14%3A10%3A00Z&se=2019-12-31T15%3A10%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=Yh2SoJ1NhhLRwCLln7de%2Fkabcdefghijklmno5sWEIk%3D"
}
}
}
}
},
"responses": {
"201": {
"body": {
"name": "myArtifactSource",
"type": "Microsoft.DeploymentManager/artifactSources",
"location": "centralus",
"tags": {},
"properties": {
"sourceType": "AzureStorage",
"authentication": {
"type": "Sas",
"properties": {
"sasUri": "https://mystorageaccount.blob.core.windows.net/myartifactsource?st=2018-07-07T14%3A10%3A00Z&se=2019-12-31T15%3A10%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=Yh2SoJ1NhhLRwCLln7de%2Fkabcdefghijklmno5sWEIk%3D"
}
}
}
}
}
}
}