|
9 | 9 |
|
10 | 10 | ## Deprecations
|
11 | 11 |
|
12 |
| -* The `GET` endpoint to return a `StackPlan` by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
13 |
| -* The `GET` endpoint to return a list of stack plans for a given stack configuration has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
14 |
| -* The `POST` endpoint to approve a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
15 |
| -* The `POST` endpoint to cancel a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
16 |
| -* The `POST` endpoint to discard a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
17 |
| -* The `GET` endpoint to return the plan description for a stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
18 |
| -* The `AwaitTerminal` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
19 |
| -* The `AwaitRunning` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
20 |
| -* The `GET` endpoint to return a stack plan operation by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
21 |
| -* The `GET` endpoint to return a stack source by its ID has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
22 |
| -* The `POST` endpoint to package and upload the specified Terraform Stacks configuration files in association with a Stack has been deprecated by @sahar-azizighannad [#...](https://github.com/hashicorp/go-tfe/pull/...) |
| 12 | +* The `GET` endpoint to return a `StackPlan` by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 13 | +* The `GET` endpoint to return a list of stack plans for a given stack configuration has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 14 | +* The `POST` endpoint to approve a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 15 | +* The `POST` endpoint to cancel a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 16 | +* The `POST` endpoint to discard a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 17 | +* The `GET` endpoint to return the plan description for a stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 18 | +* The `AwaitTerminal` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 19 | +* The `AwaitRunning` method to generate a channel that will receive the status of the stack plan has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 20 | +* The `GET` endpoint to return a stack plan operation by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 21 | +* The `GET` endpoint to return a stack source by its ID has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
| 22 | +* The `POST` endpoint to package and upload the specified Terraform Stacks configuration files in association with a Stack has been deprecated by @sahar-azizighannad [#1205](https://github.com/hashicorp/go-tfe/pull/1205) |
23 | 23 |
|
24 | 24 | ## Bug Fixes
|
25 | 25 |
|
|
0 commit comments