Skip to content

Commit 1c94b40

Browse files
Add warning message to CaC Runbooks docs
1 parent a732c90 commit 1c94b40

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/pages/docs/projects/version-control/unsupported-config-as-code-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ That scaffolding data includes (but is not limited to):
2626
That data is not stored in source control because it is shared across multiple projects.
2727

2828
:::div{.warning}
29-
An error will occur when Octopus Deploy attempts to load a process from source control with one or more of those items missing. You'll be unable to create releases until those errors are resolved.
29+
An error will occur when Octopus Deploy attempts to load a process from source control with one or more of those items missing. You'll be unable to create releases or access runbooks until those errors are resolved.
3030
:::
3131

3232
## Syncing multiple instances

src/pages/docs/runbooks/config-as-code-runbooks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@ The information that was previously found on the **Snapshot** page is still avai
8787
If you use automated scripts that run runbooks via the Octopus Server API and you convert your runbooks to Config As Code the URL for the runbook will change to include a branch reference (e.g. `refs/heads/main`) as a result you need to update your scripts to include the branch reference where the runbook is stored.
8888

8989
- [PowerShell example](https://github.com/OctopusDeploy/OctopusDeploy-Api/blob/master/REST/PowerShell/Runbooks/RunConfigAsCodeRunbook.ps1)
90+
91+
## Deleting required resources
92+
93+
Once your Runbooks are version controlled, it's up to you to take care to avoid deleting any Octopus resources required by your Runbooks. See our [core design decisions](docs\projects\version-control\unsupported-config-as-code-scenarios#core-design-decisions) for more information.
94+
95+

0 commit comments

Comments
 (0)