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
The generated output includes the resource as if it were an ARM resource (without an import):
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"languageVersion": "2.1-experimental",
"contentVersion": "1.0.0.0",
"metadata": {
"_EXPERIMENTAL_WARNING": "This template uses ARM features that are experimental. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.",
"_EXPERIMENTAL_FEATURES_ENABLED": [
"Extensibility"
],
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "6676791430580204440"
}
},
"resources": {
"foo": {
"type": "Microsoft.Graph/[email protected]",
"properties": {
"displayName": "asdf",
"uniqueName": "asdf"
}
}
}
}
The text was updated successfully, but these errors were encountered:
The generated output includes the resource as if it were an ARM resource (without an import):
The text was updated successfully, but these errors were encountered: