-
Notifications
You must be signed in to change notification settings - Fork 14
Bicep - Inject Xml #457
Copy link
Copy link
Open
Labels
area:armAll issues related to Azure Resource ManagerAll issues related to Azure Resource Managerfeature-requestAll issues related to feature requests by customersAll issues related to feature requests by customers
Metadata
Metadata
Assignees
Labels
area:armAll issues related to Azure Resource ManagerAll issues related to Azure Resource Managerfeature-requestAll issues related to feature requests by customersAll issues related to feature requests by customers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
To do
We want to inject API-M policies, which are xml files.
But in the InjectARM, you can just write plain xml and it is the InjectARM script that turns this into encoded values so the bicep can handle it.
When you use https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-files you also do have this issue.
So basically I would like a bicep version of : https://github.com/arcus-azure/arcus.scripting/blob/main/src/Arcus.Scripting.ARM/Scripts/Inject-ArmContent.ps1