diff --git a/assets/sdk/client.go b/assets/sdk/client.go index 9fddbca7..231fe321 100644 --- a/assets/sdk/client.go +++ b/assets/sdk/client.go @@ -1090,25 +1090,3 @@ func (c *Client) sendRequest(ctx context.Context, req *http.Request, strip bool, return body, resp, nil } - -// https://github.com/PaloAltoNetworks/terraform-panos-ngfw-modules/pull/54 -// https://github.com/PaloAltoNetworks/pango/pull/113 -// https://github.com/PaloAltoNetworks/pango/pull/111 - -// func (c *Client) Commit() { -// } - -// func (c *Client) CommitLocks() { -// } - -// func (c *Client) ConfigLocks() { -// } - -// func (c *Client) ConfigTree() { -// } - -// func (c *Client) LockCommits() { -// } - -// func (c *Client) LockConfig() { -// }