There is no security rule names validation when create via azure.mgmt.network.NetworkManagementClient.security_rules.create_or_update()
As a result, I was able to create rules with names similar to this one: c7n-policy-6.367126014858692e+17
I'm not able to edit these rules via Azure Portal. (Portal doesn't allow to use similar names).
Hi @logachev
Seems to be me there is two bugs in one here:
@MikhailTryakhov your thought on this?
@chandrasekarsrinivasan please add validator on NRP layer?
@lmazuel that's good idea to implement such validator on SDK level
We do not to have any name validation on clients (Portal, SDK or PS). Let me follow up with Portal on what restrictions are added and why this is showing up on SecurityRules only (This can happen with any resource).