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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions provider/pkg/gen/__snapshots__/gen_aliases_test_v2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@
"description": "The OIDC token to exchange for an Azure token.",
"type": "string"
},
"oidcTokenFilePath": {
"description": "The path to a file containing an OIDC token to exchange for an Azure token.",
"type": "string"
},
"partnerId": {
"description": "A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions provider/pkg/gen/__snapshots__/gen_aliases_test_v3.snap
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@
"description": "The OIDC token to exchange for an Azure token.",
"type": "string"
},
"oidcTokenFilePath": {
"description": "The path to a file containing an OIDC token to exchange for an Azure token.",
"type": "string"
},
"partnerId": {
"description": "A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions provider/pkg/gen/__snapshots__/gen_vnet_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11398,6 +11398,10 @@
"description": "The OIDC token to exchange for an Azure token.",
"type": "string"
},
"oidcTokenFilePath": {
"description": "The path to a file containing an OIDC token to exchange for an Azure token.",
"type": "string"
},
"partnerId": {
"description": "A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions provider/pkg/gen/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ func PulumiSchema(rootDir string, modules openapi.AzureModules, versioning Versi
TypeSpec: pschema.TypeSpec{Type: "string"},
Description: "The OIDC token to exchange for an Azure token.",
},
"oidcTokenFilePath": {
TypeSpec: pschema.TypeSpec{Type: "string"},
Description: "The path to a file containing an OIDC token to exchange for an Azure token.",
},
"oidcRequestToken": {
TypeSpec: pschema.TypeSpec{Type: "string"},
Description: "Your cloud service or provider’s bearer token to exchange for an OIDC ID token.",
Expand Down