From 634866f9b0e04e9f2e955efd9263e7b09136a8b5 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Wed, 1 Mar 2023 12:01:59 +0000 Subject: [PATCH] Update files generated for pulumi-azure After the previous commit which changed the config.yaml, make -C providers-ci Signed-off-by: Michael Bridgen --- provider-ci/providers/azure/repo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider-ci/providers/azure/repo/Makefile b/provider-ci/providers/azure/repo/Makefile index e3a85be5e2..e004b8128a 100644 --- a/provider-ci/providers/azure/repo/Makefile +++ b/provider-ci/providers/azure/repo/Makefile @@ -92,8 +92,8 @@ install_nodejs_sdk: install_plugins: [ -x "$(shell command -v pulumi)" ] || curl -fsSL https://get.pulumi.com | sh - pulumi plugin install resource random 4.1.1 - pulumi plugin install resource azuread 4.0.0 + pulumi plugin install resource random 4.8.2 + pulumi plugin install resource azuread 5.33.0 lint_provider: provider cd provider && golangci-lint run -c ../.golangci.yml