-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add Include param to Policy set list #494
Conversation
@@ -245,6 +266,8 @@ func TestPolicySetsRead(t *testing.T) { | |||
orgTest, orgTestCleanup := createOrganization(t, client) | |||
defer orgTestCleanup() | |||
|
|||
upgradeOrganizationSubscription(t, client, orgTest) |
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.
Using the upgradeOrganizationSubscription
in all policy set test. Prior to adding this, the policy set was all failing with resource not found
on my dev.
Hi @Uk1288 - do we have API docs that can be linked into the PR description? |
Yes we do, I have added the link to the PR description. |
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.
bbde694
to
61b3ce3
Compare
61b3ce3
to
7faaf12
Compare
Ignore the commits in the PR, opening a new PR in progress |
Moved to: #497 |
Description
!!! Moved to: #497
This PR adds the
Include
param field toPolicySetListOptions
to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version.Testing plan
External links
API doc
Output from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.