File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ callingExtension = "Calling extension '%{extension}' to discover resources"
97
97
extensionFoundResources = " Extension '%{extension}' found %{count} resources"
98
98
invalidManifestVersion = " Manifest '%{path}' has invalid version: %{err}"
99
99
importExtensionsEmpty = " Import extension '%{extension}' has no import extensions defined"
100
- importNotSupported = " Import is not supported by extension '%{extension}' for file '%{file}'"
101
100
102
101
[dscresources .commandResource ]
103
102
invokeGet = " Invoking get for '%{resource}'"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BeforeDiscovery {
12
12
Describe ' Bicep extension tests' - Skip:(! $foundBicep ) {
13
13
It ' Example bicep file should work' {
14
14
$bicepFile = Resolve-Path - Path " $PSScriptRoot \..\..\dsc\examples\hello_world.dsc.bicep"
15
- $out = dsc - l debug config get -f $bicepFile 2> $TestDrive / error.log | ConvertFrom-Json
15
+ $out = dsc - l trace config get -f $bicepFile 2> $TestDrive / error.log | ConvertFrom-Json
16
16
$LASTEXITCODE | Should - Be 0 - Because (Get-Content - Path $TestDrive / error.log - Raw | Out-String )
17
17
$out.results [0 ].result.actualState.output | Should - BeExactly ' Hello, world!'
18
18
(Get-Content - Path $TestDrive / error.log - Raw) | Should -Match " Importing file '$bicepFile ' with extension 'Microsoft.DSC.Extension/Bicep'"
You can’t perform that action at this time.
0 commit comments