Skip to content

Commit

Permalink
scs update instance detail
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxin16 committed Feb 14, 2022
1 parent 48e5326 commit 0074d9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bce/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Constants and default values for the package bce
const (
SDK_VERSION = "0.9.105"
SDK_VERSION = "0.9.106"
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
DEFAULT_DOMAIN = "baidubce.com"
DEFAULT_PROTOCOL = "http"
Expand Down
2 changes: 1 addition & 1 deletion services/scs/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func init() {
SCS_CLIENT, _ = NewClient(confObj.AK, confObj.SK, confObj.Endpoint)
log.SetLogLevel(log.WARN)
client = SCS_CLIENT
SCS_TEST_ID = "scs-su-btgakwoafoyv"
SCS_TEST_ID = "scs-bdbl-vzawoqvarfms"
instanceId = SCS_TEST_ID
}

Expand Down
1 change: 1 addition & 0 deletions services/scs/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ type GetInstanceDetailResult struct {
Subnets []Subnet `json:"subnets"`
AutoRenew string `json:"autoRenew"`
Tags []model.TagModel `json:"tags"`
ShardNum int `json:"shardNum"`
}

type UpdateInstanceNameArgs struct {
Expand Down

0 comments on commit 0074d9e

Please sign in to comment.