Stephen Weatherford (MSFT)

Results 186 comments of Stephen Weatherford (MSFT)

See also https://github.com/Azure/bicep/pull/8521

Same for templates, nested templates, resources... ```json { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": { "_generator": { "name": "bicep", "version": "0.9.1.41621", "templateHash": "14981122793425715178" } }, "parameters": { "skuName": { "type": "string",...

@chuckz1321 Thanks, that jives with what @bmoore-msft found: > Not working for me - it was a bit tricky to figure out how to get directed to USGov... I think...

Should probably pass if top-level expression is a call to any of these: resourceGroup(), deployment(), environment(), subscription(), tenant() or managementGroup() Another possibility is to reverse the logic and only fail...

@anthony-c-martin Appears to be no way to programmatically resize, but as noted, users can resize it using the mouse now (see https://stackoverflow.com/questions/64491930/is-there-a-way-to-resize-the-autocomplete-widget-in-visual-studio-code/64492059#64492059). I think Alex's suggestion of hiding the sections...

@dciborow See https://github.com/Azure/bicep/issues/8522

> * On another note, do you see configurable input values for some rules to be set like "recent api versions"? E.g. where can I set the timespan that I...