You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -228,7 +228,7 @@ Use the `resource` keyword to define a resource to deploy. Your resource declara
228
228
The resource declaration includes the resource type and API version. Within the body of the resource declaration, include properties that are specific to the resource type.
@@ -250,7 +250,7 @@ Some resources have a parent/child relationship. You can define a child resource
250
250
The following example shows how to define a child resource within a parent resource. It contains a storage account with a child resource (file service) that's defined within the storage account. The file service also has a child resource (share) that's defined within it.
The next example shows how to define a child resource outside of the parent resource. You use the parent property to identify a parent/child relationship. The same three resources are defined.
:::image type="content" source="./media/install/bicep-extension-feature-contributions-settings.png" alt-text="Screenshot of Bicep extension settings.":::
55
56
56
57
The Bicep extension has these settings and default values:
57
58
58
59
| ID | Default value | Description |
59
60
|-----|-------------|---------|
60
-
| bicep.decompileOnPaste | true | Automatically convert pasted JSON values, Azure Resource Manager JSON templates (ARM templates,) or resources from an ARM template into Bicep (use Undo to revert). For more information, see the [Paste JSON as Bicep command](./visual-studio-code.md#paste-json-as-bicep-command).|
61
+
| bicep.completions.getAllAccessibleAzureContainerRegistries | false | When completing 'br:' module references, query Azure for all container registries accessible to the user (may be slow). If this option is off, only registries configured under moduleAliases in bicepconfig.json will be listed. |
62
+
| bicep.decompileOnPaste | true | Automatically convert pasted JSON values, JSON ARM templates or resources from a JSON ARM template into Bicep (use Undo to revert).|
61
63
| bicep.enableOutputTimestamps | true | Prepend each line displayed in the Bicep Operations output channel with a timestamp. |
62
-
| bicep.suppressedWarnings || Warnings that are being suppressed because a 'Don't show again' button was pressed. Remove items to reset.|
63
64
| bicep.enableSurveys | true | Enable occasional surveys to collect feedback that helps us improve the Bicep extension. |
64
-
| bicep.completions.getAllAccessibleAzureContainerRegistries|false | When completing 'br:' module references, query Azure for all container registries accessible to the user (might be slow). If this option is off, only registries configured under [moduleAliases](./bicep-config-modules.md#aliases-for-modules) in [_bicepconfig.json_ files](./bicep-config.md) will be listed. |
65
+
| bicep.suppressedWarnings|| Warnings that are being suppressed because a 'Don't show again' button was pressed. Remove items to reset.|
65
66
| bicep.trace.server | off | Configure tracing of messages sent to the Bicep language server. |
0 commit comments