Skip to content

Commit

Permalink
IF-10358 Move MSS v3 support to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-shota committed May 8, 2024
1 parent 63cd278 commit 0152662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v3/ecl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func NewSecurityOrderV3(client *eclcloud.ProviderClient, eo eclcloud.EndpointOpt
// NewSecurityPortalV3 creates a ServiceClient that may be used to access the v3 Security
// Portal API service.
func NewSecurityPortalV3(client *eclcloud.ProviderClient, eo eclcloud.EndpointOpts) (*eclcloud.ServiceClient, error) {
sc, err := initClientOpts(client, eo, "security-operation")
sc, err := initClientOpts(client, eo, "security-operation-th")
// sc.ResourceBase = sc.Endpoint + "v3/"
return sc, err
}
Expand Down
2 changes: 1 addition & 1 deletion v4/ecl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func NewSecurityOrderV3(client *eclcloud.ProviderClient, eo eclcloud.EndpointOpt
// NewSecurityPortalV3 creates a ServiceClient that may be used to access the v3 Security
// Portal API service.
func NewSecurityPortalV3(client *eclcloud.ProviderClient, eo eclcloud.EndpointOpts) (*eclcloud.ServiceClient, error) {
sc, err := initClientOpts(client, eo, "security-operation")
sc, err := initClientOpts(client, eo, "security-operation-th")
// sc.ResourceBase = sc.Endpoint + "v3/"
return sc, err
}
Expand Down

0 comments on commit 0152662

Please sign in to comment.