@pulumi/azure 4.28.0 → 4.29.0-alpha.1637687885

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,7 +45,7 @@ To use from Python, install using `pip`:
45
45
 
46
46
  To use from Go, use `go get` to grab the latest version of the library
47
47
 
48
- $ go get github.com/pulumi/pulumi-azure/sdk/v4/go/...
48
+ $ go get github.com/pulumi/pulumi-azure/sdk/v4
49
49
 
50
50
  ### .NET
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure",
3
- "version": "v4.28.0",
3
+ "version": "v4.29.0-alpha.1637687885+a4bb1c1e",
4
4
  "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource azure v4.28.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource azure v4.29.0-alpha.1637687885+a4bb1c1e"
15
15
  },
16
16
  "dependencies": {
17
17
  "@azure/functions": "=1.2.2",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure",
3
- "version": "v4.28.0",
3
+ "version": "v4.29.0-alpha.1637687885+a4bb1c1e",
4
4
  "description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
5
5
  "keywords": [
6
6
  "pulumi",