We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8dc37 commit 91d31d3Copy full SHA for 91d31d3
src/lib/arm-parser.ts
@@ -461,7 +461,7 @@ export default class ARMParser {
461
if(res.properties.storageProfile.imageReference.sku) {extraData.image += '/' + this.expParser.eval(res.properties.storageProfile.imageReference.sku);}
462
}
463
} catch (ex) {
464
- console.log('ERROR! Error when parsing VM resource: ', res.name);
+ console.log('### ArmView: Warn! Error when parsing VM resource details: ', res.name);
465
466
467
0 commit comments