Skip to content

fix(bh): [116555803] Fix errors in querying user group members #2564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 15, 2024

Conversation

SevenEarth
Copy link
Collaborator

fix/bh

@SevenEarth SevenEarth changed the title fix(bh): [] Fix errors in querying user groups fix(bh): [] Fix errors in querying user group members Mar 15, 2024
@SevenEarth SevenEarth added the run check run check label Mar 15, 2024
@SevenEarth SevenEarth changed the title fix(bh): [] Fix errors in querying user group members fix(bh): [116555803] Fix errors in querying user group members Mar 15, 2024
@@ -159,8 +160,8 @@ func resourceTencentCloudDasbDeviceRead(d *schema.ResourceData, meta interface{}
_ = d.Set("os_name", device.OsName)
}

if device.PublicIp != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有这个字段吗?为啥要删掉

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个字段病不返回IP 改为PrivateIp

@@ -55,6 +55,7 @@ func ResourceTencentCloudDasbDevice() *schema.Resource {
Type: schema.TypeSet,
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
Computed: true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个字段不是输入参数吗

@andrew-tx andrew-tx merged commit e3bfd04 into master Mar 15, 2024
@andrew-tx andrew-tx deleted the fix/bh branch March 15, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run check run check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants