Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
257 changes: 182 additions & 75 deletions azure-provider-versions/provider_list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion azure-rest-api-specs
7 changes: 7 additions & 0 deletions playbooks/Resolving-api-merge-conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ approaches to resolve them depending on the source of the conflict:
## Example PR

[Fix nightly upgrade due to incompatible refs · pulumi-azure-native/2961](https://github.com/pulumi/pulumi-azure-native/pull/2961) is an example PR for one of these fixes


## Particular case "incompatible type T for resource R: required properties do not match: only required in A/B: p1, ..."

This happens when the API spec defines a type in different places, with and without some required properties.

The standard workaround is to add an exception to `genTypeSpec` in `types.go`. There are some already to copy.
Loading