We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab71ce commit 24f5a94Copy full SHA for 24f5a94
service/privatelink/service.go
@@ -39,7 +39,7 @@ func NewAPI(client HttpClient, taskWaiter TaskWaiter, logger Log) *API {
39
return &API{client: client, taskWaiter: taskWaiter, logger: logger}
40
}
41
42
-// // CreatePrivateLink will create a new PrivateLink.
+// CreatePrivateLink will create a new PrivateLink.
43
func (a *API) CreatePrivateLink(ctx context.Context, subscriptionId int, privateLink CreatePrivateLink) error {
44
message := fmt.Sprintf("create privatelink for subscription %d", subscriptionId)
45
path := fmt.Sprintf("/subscriptions/%d/private-link", subscriptionId)
0 commit comments