SentinelARConverter icon indicating copy to clipboard operation
SentinelARConverter copied to clipboard

Add IncludeRequiredDataConnectors,OmitDataTypeExtension - requiredDataConnectors to ARM template

Open Kaloszer opened this issue 9 months ago • 3 comments

Adds requiredDataConnectors back to the ARM template - I use it to validate the workspace prior to deployment whether it contains required tables/columns.

IncludeRequiredDataConnectors

Switch to include requiredDataConnectors to the ARM template when converting from yaml

OmitDataTypeExtension

Removes the stuff inside of () and the brackets themselves - as this is not a table name - useless for me, opt in, not default behaviour.

Exec w/ -OmitDataTypeExtension and -IncludeRequiredDataConnectors

image

Exec w/ -IncludeRequiredDataConnectors

image

Also @f-bader where the Pester tests at 😄 ?

Kaloszer avatar May 13 '24 09:05 Kaloszer