-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM template validation cannot handle "copy" in outputs section #600
Comments
Thanks @dohughes-msft we will look into this. |
Repro of the issue with sub-level template and params. This generates one additional warning not present in the original issue post:
|
@dohughes-msft I've verified your scenario is fixed in 0.10.0 (coming out on Monday). |
Issue Type: Bug
Edit any ARM template with a "copy" in the outputs section as per:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-outputs
Validation fails even though the syntax is correct.
Template validation failed: Could not find member 'copy' on object of type 'TemplateOutputParameter'. Path 'outputs.fileShares.copy', line 85, position 19.arm-template (validation)
Extension version: 0.9.0
VS Code version: Code 1.44.1 (a9f8623ec050e5f0b44cc8ce8204a1455884749f, 2020-04-11T01:48:12.622Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: