Compare commits

..

No commits in common. "main" and "one-day-labs-update" have entirely different histories.

3 changed files with 0 additions and 44 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
Code/.vs/TrainingCode/v16/.suo
Code/MetadataDB/trainingdb01.dbmdl
Code/MetadataDB/trainingdb01.jfm
*.dbmdl
*.jfm
Code/.vs/TrainingCode/v16/.suo

View File

@ -1,6 +0,0 @@
{
"name": "AzureVM",
"properties": {
"type": "SelfHosted"
}
}

View File

@ -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": {