Skip to content

Commit

Permalink
add GetVirtualMachineScaleSetPublicIPAddress to pip client (#7767)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal authored Dec 9, 2024
1 parent 10f7e5e commit 95b5f49
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/azclient/publicipaddressclient/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ limitations under the License.
package publicipaddressclient

import (
"context"

armnetwork "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6"

"sigs.k8s.io/cloud-provider-azure/pkg/azclient/utils"
Expand All @@ -29,4 +31,5 @@ type Interface interface {
utils.CreateOrUpdateFunc[armnetwork.PublicIPAddress]
utils.DeleteFunc[armnetwork.PublicIPAddress]
utils.ListFunc[armnetwork.PublicIPAddress]
GetVirtualMachineScaleSetPublicIPAddress(ctx context.Context, resourceGroupName string, virtualMachineScaleSetName string, virtualmachineIndex string, networkInterfaceName string, ipConfigurationName string, publicIPAddressName string, options *armnetwork.PublicIPAddressesClientGetVirtualMachineScaleSetPublicIPAddressOptions) (armnetwork.PublicIPAddressesClientGetVirtualMachineScaleSetPublicIPAddressResponse, error)
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95b5f49

Please sign in to comment.