Skip to content

Commit

Permalink
New Resource azurerm_network_manager_connectivity_configuration (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa authored Jan 30, 2023
1 parent 43d88fe commit 629d8be
Show file tree
Hide file tree
Showing 11 changed files with 1,175 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/services/network/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Client struct {
IPGroupsClient *network.IPGroupsClient
LocalNetworkGatewaysClient *network.LocalNetworkGatewaysClient
ManagersClient *network.ManagersClient
ManagerConnectivityConfigurationsClient *network.ConnectivityConfigurationsClient
ManagerManagementGroupConnectionsClient *network.ManagementGroupNetworkManagerConnectionsClient
ManagerNetworkGroupsClient *network.GroupsClient
ManagerScopeConnectionsClient *network.ScopeConnectionsClient
Expand Down Expand Up @@ -132,6 +133,9 @@ func NewClient(o *common.ClientOptions) *Client {
ManagersClient := network.NewManagersClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
o.ConfigureClient(&ManagersClient.Client, o.ResourceManagerAuthorizer)

ManagerConnectivityConfigurationsClient := network.NewConnectivityConfigurationsClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
o.ConfigureClient(&ManagerConnectivityConfigurationsClient.Client, o.ResourceManagerAuthorizer)

ManagerScopeConnectionsClient := network.NewScopeConnectionsClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
o.ConfigureClient(&ManagerScopeConnectionsClient.Client, o.ResourceManagerAuthorizer)

Expand Down Expand Up @@ -282,6 +286,7 @@ func NewClient(o *common.ClientOptions) *Client {
IPGroupsClient: &IpGroupsClient,
LocalNetworkGatewaysClient: &LocalNetworkGatewaysClient,
ManagersClient: &ManagersClient,
ManagerConnectivityConfigurationsClient: &ManagerConnectivityConfigurationsClient,
ManagerManagementGroupConnectionsClient: &ManagerManagementGroupConnectionsClient,
ManagerNetworkGroupsClient: &ManagerNetworkGroupsClient,
ManagerScopeConnectionsClient: &ManagerScopeConnectionsClient,
Expand Down
Loading

0 comments on commit 629d8be

Please sign in to comment.