You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The network interface and network security group testing modules need modified to support Azure sovereign environments (if configured). This will require:
Addition of new supporting methods in /modules/azure/client_factory.go for NIC and NSG clients.
Modifying /modules/azure/networkinterface.go and /modules/azure/nic.go to call into client_factory.go to ensure client instances are properly configured.
Updating any tests impacted.
Will submit PR on this work when complete.
The text was updated successfully, but these errors were encountered:
The network interface and network security group testing modules need modified to support Azure sovereign environments (if configured). This will require:
/modules/azure/client_factory.go
for NIC and NSG clients./modules/azure/networkinterface.go
and/modules/azure/nic.go
to call intoclient_factory.go
to ensure client instances are properly configured.Will submit PR on this work when complete.
The text was updated successfully, but these errors were encountered: