Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sovereign environments in Azure networking modules #813

Closed
mjyeaney opened this issue Mar 17, 2021 · 0 comments · Fixed by #897
Closed

Add support for sovereign environments in Azure networking modules #813

mjyeaney opened this issue Mar 17, 2021 · 0 comments · Fixed by #897
Labels

Comments

@mjyeaney
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment