Skip to content

Commit

Permalink
Do not depend on specific sdk (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Oct 1, 2024
1 parent be9e008 commit 12949f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions provider/cmd/pulumi-resource-azure/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"@azure/functions": "=1.2.2",
"@azure/identity": "^4.0.0",
"@azure/ms-rest-azure-js": "^2.0.1",
"@pulumi/pulumi": "^3.0.0",
"azure-functions-ts-essentials": "^1.3.2",
"moment": "2.29.4",
"node-fetch": "^2.3.0"
Expand All @@ -179,9 +178,6 @@
"respectSchemaVersion": true
},
"python": {
"requires": {
"pulumi": "\u003e=3.0.0,\u003c4.0.0"
},
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/hashicorp/terraform-provider-azurerm)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-azure` repo](https://github.com/pulumi/pulumi-azure/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-azurerm` repo](https://github.com/hashicorp/terraform-provider-azurerm/issues).",
"compatibility": "tfbridge20",
"respectSchemaVersion": true,
Expand Down
4 changes: 0 additions & 4 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,6 @@ func Provider() tfbridge.ProviderInfo {
"@types/node-fetch": "^2.5.8",
},
Dependencies: map[string]string{
"@pulumi/pulumi": "^3.0.0",
"@azure/eventgrid": "^4.6.0",
"@azure/functions": "=1.2.2",
"@azure/identity": "^4.0.0",
Expand Down Expand Up @@ -3293,9 +3292,6 @@ func Provider() tfbridge.ProviderInfo {
Python: (func() *tfbridge.PythonInfo {
i := &tfbridge.PythonInfo{
RespectSchemaVersion: true,
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
},
}
i.PyProject.Enabled = true
i.InputTypes = tfbridge.PythonInputTypeClassesAndDicts
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12949f9

Please sign in to comment.