@pulumi/azure-native 1.67.0 → 1.68.0-alpha.1660232939

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
@@ -22,29 +22,29 @@ This package is available in many languages in the standard packaging formats.
22
22
 
23
23
  To use from JavaScript or TypeScript in Node.js, install using either `npm`:
24
24
 
25
- $ npm install @pulumi/azure-native
25
+ npm install @pulumi/azure-native
26
26
 
27
27
  or `yarn`:
28
28
 
29
- $ yarn add @pulumi/azure-native
29
+ yarn add @pulumi/azure-native
30
30
 
31
31
  ### Python
32
32
 
33
33
  To use from Python, install using `pip`:
34
34
 
35
- $ pip install pulumi_azure_native
35
+ pip install pulumi_azure_native
36
36
 
37
37
  ### Go
38
38
 
39
39
  To use from Go, use `go get` to grab the latest version of the library
40
40
 
41
- $ go get github.com/pulumi/pulumi-azure-native/sdk
41
+ go get github.com/pulumi/pulumi-azure-native/sdk
42
42
 
43
43
  ### .NET
44
44
 
45
45
  To use from .NET, install using `dotnet add package`:
46
46
 
47
- $ dotnet add package Pulumi.AzureNative
47
+ dotnet add package Pulumi.AzureNative
48
48
 
49
49
  ## Concepts
50
50
 
@@ -62,36 +62,7 @@ To learn how to configure credentials refer to the [Azure configuration options]
62
62
 
63
63
  ## Building
64
64
 
65
- ### Dependencies
66
-
67
- - Go 1.15
68
- - NodeJS 10.X.X or later
69
- - Python 3.6 or later
70
- - .NET Core 3.1
71
-
72
- Please refer to [Contributing to Pulumi](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) for installation
73
- guidance.
74
-
75
- ### Building locally
76
-
77
- Run the following commands to install Go modules, generate all SDKs, and build the provider:
78
-
79
- ```
80
- $ make ensure
81
- $ make build
82
- ```
83
-
84
- Add the `bin` folder to your `$PATH` or copy the `bin/pulumi-resource-azurerm` file to another location in your `$PATH`.
85
-
86
- ### Running an example
87
-
88
- Navigate to one of the `examples` and run Pulumi:
89
-
90
- ```
91
- $ cd ./exampes/simple
92
- $ yarn link @pulumi/azure-native
93
- $ pulumi up
94
- ```
65
+ See [contributing](CONTRIBUTING.md) for details on how to build and contribute to this provider.
95
66
 
96
67
  ## Reference
97
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure-native",
3
- "version": "v1.67.0",
3
+ "version": "v1.68.0-alpha.1660232939+1a1b4ed1",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "azure",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource azure-native v1.67.0"
16
+ "install": "node scripts/install-pulumi-plugin.js resource azure-native v1.68.0-alpha.1660232939+1a1b4ed1"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure-native",
3
- "version": "v1.67.0",
3
+ "version": "v1.68.0-alpha.1660232939+1a1b4ed1",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "azure",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource azure-native v1.67.0"
16
+ "install": "node scripts/install-pulumi-plugin.js resource azure-native v1.68.0-alpha.1660232939+1a1b4ed1"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pulumi/pulumi": "^3.0.0"