From e46334e8c311c1ab49058a58132c02361b176bae Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Thu, 23 Oct 2025 14:46:45 -0700 Subject: [PATCH] This provider uses submodules. A new contributor needs to include those becore any of the Make targets work. --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3965de163c88..0a8c79fcb5a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,12 @@ guidance. ### Building locally +Ensure to clone this repository including submodules: + +```shell +git clone --recurse-submodules https://github.com/pulumi/pulumi-azure-native +``` + Run the following commands to install Go modules, generate all SDKs, and build the provider: ```bash