Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata/bicep
11
lexers/testdata/bicep/bicep-resource-conditional.actual
vendored
Normal file
11
lexers/testdata/bicep/bicep-resource-conditional.actual
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
resource sa 'Microsoft.Storage/storageAccounts@2019-06-01' = if (newOrExisting == 'new') {
|
||||
name: uniqueStorageName
|
||||
location: location
|
||||
sku: {
|
||||
name: storageSKU
|
||||
}
|
||||
kind: 'StorageV2'
|
||||
properties: {
|
||||
supportsHttpsTrafficOnly: true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue