@pulumi/linode 4.2.0-alpha.1684866085 → 4.2.0

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/getProfile.d.ts CHANGED
@@ -31,9 +31,6 @@ export interface GetProfileResult {
31
31
  * If true, email notifications will be sent about account activity. If false, when false business-critical communications may still be sent through email.
32
32
  */
33
33
  readonly emailNotifications: boolean;
34
- /**
35
- * The provider-assigned unique ID for this managed resource.
36
- */
37
34
  readonly id: string;
38
35
  /**
39
36
  * If true, logins for the user will only be allowed from whitelisted IPs. This setting is currently deprecated, and cannot be enabled.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "v4.2.0-alpha.1684866085+606d6f8b",
3
+ "version": "v4.2.0",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
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 linode v4.2.0-alpha.1684866085+606d6f8b"
14
+ "install": "node scripts/install-pulumi-plugin.js resource linode v4.2.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "v4.2.0-alpha.1684866085+606d6f8b",
3
+ "version": "v4.2.0",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
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 linode v4.2.0-alpha.1684866085+606d6f8b"
14
+ "install": "node scripts/install-pulumi-plugin.js resource linode v4.2.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"