diff --git a/provider/cmd/pulumi-resource-azure/schema.json b/provider/cmd/pulumi-resource-azure/schema.json index 3b828b85e9..a46df5e14d 100644 --- a/provider/cmd/pulumi-resource-azure/schema.json +++ b/provider/cmd/pulumi-resource-azure/schema.json @@ -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" @@ -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, diff --git a/provider/resources.go b/provider/resources.go index e3c8cf683c..7b4ea6d983 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -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", @@ -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 diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index c315d40464..690ac11ee8 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -17,7 +17,7 @@ "@azure/functions": "=1.2.2", "@azure/identity": "^4.0.0", "@azure/ms-rest-azure-js": "^2.0.1", - "@pulumi/pulumi": "^3.0.0", + "@pulumi/pulumi": "^3.42.0", "azure-functions-ts-essentials": "^1.3.2", "moment": "2.29.4", "node-fetch": "^2.3.0"