Skip to content

Commit

Permalink
Validate credentials in a way more similar to the upstream provider (#…
Browse files Browse the repository at this point in the history
…316)

* Validate credentials in a way more similar to the upstream provider.

Fixes #314.

* Upgrade Pulumi SDK in examples and get rid of security alert
thomas11 authored Oct 24, 2022

Verified

This commit was signed with the committer’s verified signature.
klutchell Kyle Harding
1 parent 1657e08 commit cfb1d11
Showing 3 changed files with 1,789 additions and 163 deletions.
5 changes: 4 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -2,4 +2,7 @@ module github.com/pulumi/pulumi-azuread/examples/v5

go 1.16

require github.com/pulumi/pulumi/pkg/v3 v3.17.0
require github.com/pulumi/pulumi/pkg/v3 v3.43.1

// get rid of dependabot high severity security alert #14
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
Loading

0 comments on commit cfb1d11

Please sign in to comment.