mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
VBS demo
This commit is contained in:
+4
-2
@@ -145,8 +145,10 @@ resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-09-01' = {
|
||||
parent: WebApp_Resource
|
||||
name: 'web'
|
||||
properties: {
|
||||
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
|
||||
branch: 'master'
|
||||
//repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
|
||||
repoUrl : 'https://github.com/Pietervanhove/sql-server-samples.git'
|
||||
//branch: 'master'
|
||||
branch: 'AlwaysEncryptedDemos'
|
||||
isManualIntegration: true
|
||||
}
|
||||
dependsOn: [
|
||||
|
||||
Reference in New Issue
Block a user