Skip to content

Commit

Permalink
Disallow missing resource docs on upgrades (#3004)
Browse files Browse the repository at this point in the history
Standing this up again as I accidentally merged
#3003 into the other branch.

Sets the `allowMissingDocs` ci-mgmt config to false to error on missing
resource docs. This maintains the current behaviour.

Part of pulumi/upgrade-provider#303
  • Loading branch information
VenelinMartinov authored Feb 11, 2025
1 parent fb275b2 commit 905c570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ releaseVerification:
# python: examples/eventhub-py
dotnet: examples/appservice-cs
go: examples/network-go
allowMissingDocs: false
integrationTestProvider: true
autoMergeProviderUpgrades: false

0 comments on commit 905c570

Please sign in to comment.