function removeDataplaneParameterRestriction()

in generator/processors/Microsoft.Authorization.ts [41:45]


function removeDataplaneParameterRestriction(property: any) {
    if (property?.oneOf && property.oneOf[0]?.additionalProperties && property.oneOf[0]['type'] === 'object') {
        delete property['oneOf'];
    }    
}