Compare commits
No commits in common. "main" and "one-day-labs-update" have entirely different histories.
main
...
one-day-la
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
Code/.vs/TrainingCode/v16/.suo
|
|
||||||
Code/MetadataDB/trainingdb01.dbmdl
|
|
||||||
Code/MetadataDB/trainingdb01.jfm
|
|
||||||
*.dbmdl
|
|
||||||
*.jfm
|
|
||||||
Code/.vs/TrainingCode/v16/.suo
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "AzureVM",
|
|
||||||
"properties": {
|
|
||||||
"type": "SelfHosted"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -85,37 +85,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Get Secret List",
|
|
||||||
"type": "WebActivity",
|
|
||||||
"dependsOn": [
|
|
||||||
{
|
|
||||||
"activity": "Set Key URL",
|
|
||||||
"dependencyConditions": [
|
|
||||||
"Succeeded"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"policy": {
|
|
||||||
"timeout": "7.00:00:00",
|
|
||||||
"retry": 0,
|
|
||||||
"retryIntervalInSeconds": 30,
|
|
||||||
"secureOutput": false,
|
|
||||||
"secureInput": false
|
|
||||||
},
|
|
||||||
"userProperties": [],
|
|
||||||
"typeProperties": {
|
|
||||||
"url": {
|
|
||||||
"value": "@concat('https://',\npipeline().globalParameters.KeyVaultName,\n'.vault.azure.net/secrets?api-version=7.4')",
|
|
||||||
"type": "Expression"
|
|
||||||
},
|
|
||||||
"method": "GET",
|
|
||||||
"authentication": {
|
|
||||||
"type": "MSI",
|
|
||||||
"resource": "https://vault.azure.net"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user