-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Orbital resources: bump API version from 2022-03-01 to 2022-11-01 #21405
Conversation
jiaweitao001
commented
Apr 13, 2023
- Bumped orbital resources' API version to 2022-11-01.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR - I've taken a look through and left some comments inline, but we shouldn't be raising an error when these values are empty in the API response (since how are users supposed to resolve that?) - instead these should be flagged as empty strings in the config so that the user can opt to apply an update for them to resolve this issue?
Thanks!
} else { | ||
return fmt.Errorf("contact profile reservation start time is missing %s", *id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this returned as an error? this should be flagged as missing in the diff
} else { | ||
return fmt.Errorf("contact profile reservation end time is missing %s", *id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this returned as an error? this should be flagged as missing in the diff
} else { | ||
return fmt.Errorf("required properties are missing %s", *id) | ||
return fmt.Errorf("contact profile ground station name is missing %s", *id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this returned as an error? this should be flagged as missing in the diff
} else { | ||
return fmt.Errorf("contact profile id is missing %s", *id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this returned as an error? this should be flagged as missing in the diff
Thanks @tombuildsstuff , updated as suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jiaweitao001 LGTM 👍
Fixes #2395 No longer needed as of hashicorp/terraform-provider-azurerm#21405
Fixes #2395 No longer needed as of hashicorp/terraform-provider-azurerm#21405
This functionality has been released in v3.53.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |