Skip to content

Commit

Permalink
Updated decompiling.md limitations (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIvemo committed Dec 20, 2020
1 parent a514ee9 commit b9f1966
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/decompiling.md
Expand Up @@ -33,6 +33,5 @@ See [Export Template](https://aka.ms/armexport) for guidance. Use `bicep decompi

## Current Limitations
The following are temporary limiations on the `bicep decompile` command:
* Templates using copy loops or conditionals cannot be decompiled
* Nested templates can only be decompiled if they are using ['inner' expression evaluation scope](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/linked-templates#expression-evaluation-scope-in-nested-templates).
* The 'scope' property is unsupported for extension resource declarations.
* Templates using copy loops cannot be decompiled.
* Nested templates can only be decompiled if they are using ['inner' expression evaluation scope](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/linked-templates#expression-evaluation-scope-in-nested-templates).

0 comments on commit b9f1966

Please sign in to comment.