-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add StateReason to NCC Spoke #13666
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
base: main
Are you sure you want to change the base?
Add StateReason to NCC Spoke #13666
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs. @ScottSuarez, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing doc report (experimental)The following resources have fields missing in documents.
|
Tests analyticsTotal tests: 36 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing doc report (experimental)The following resources have fields missing in documents.
|
Tests analyticsTotal tests: 37 Click here to see the affected service packages
🟢 All tests passed! View the build log |
rerun missing doc detector |
Tests analyticsTotal tests: 37 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Could you add a test for this field or add it to an existing test? If not, why not? |
@ScottSuarez This is an output only field which is populated by a different API that isn't supported on Terraform and as such can't be added in a create or update test. The |
@@ -329,3 +329,9 @@ properties: | |||
- 'CREATING' | |||
- 'ACTIVE' | |||
- 'DELETING' | |||
- name: 'stateReason' |
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.
The public API documentation suggests that stateReason does not exist.
I see, I think I am okay with this, but have issue with how we are using vs what is documented publicly on the docs. Given that we have no tests I would still like some form of validation that this field works. Local testing or instructions on how to verify functionality. |
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.