Azure / arm-ttk

Azure Resource Manager Template Toolkit
https://aka.ms/arm-ttk
MIT License
441 stars 188 forks source link

Added property requiredDataConnectors in Template-Should-Not-Contain-Blanks Test to skip if [] #760

Closed v-amolpatil closed 7 months ago

v-amolpatil commented 8 months ago

Ignore "requiredDataConnectors" property if [].

After running tests locally we see below for the added test case on "requiredDataConnectors" property : image

psah434 commented 7 months ago

Why do you need the property to be empty? Is there documentation regarding this property being empty public?

v-amolpatil commented 7 months ago

Why do you need the property to be empty? Is there documentation regarding this property being empty public?

Please refer below screenshot and is publicly available:

image