Skip to content

Commit

Permalink
feat: Upgrade terraform-provider-equinix to v2.3.3 (#165)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider equinix/pulumi-equinix
--kind=provider --target-bridge-version=latest --pr-assign=ocobles
--pr-title-prefix=feat: --java-version=0.14.0`.

---

- Updating Java Gen version to 0.14.0.
- Upgrading terraform-provider-equinix from 2.3.2  to 2.3.3.
  • Loading branch information
ocobles authored Aug 21, 2024
2 parents 02c05cc + 834290e commit 770e429
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Std" Version="1.7.3" />
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" />
<PackageReference Include="Pulumi.Std" Version="1.7.3" />
</ItemGroup>

</Project>
12 changes: 8 additions & 4 deletions provider/cmd/pulumi-resource-equinix/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15428,7 +15428,8 @@
},
"logo": {
"type": "string",
"description": "Logo URL.\n"
"description": "Logo URL.\n",
"deprecationMessage": "The default (empty string) is the only valid value. Support for this field has been removed from the API"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -15467,7 +15468,8 @@
},
"logo": {
"type": "string",
"description": "Logo URL.\n"
"description": "Logo URL.\n",
"deprecationMessage": "The default (empty string) is the only valid value. Support for this field has been removed from the API"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -15499,7 +15501,8 @@
},
"logo": {
"type": "string",
"description": "Logo URL.\n"
"description": "Logo URL.\n",
"deprecationMessage": "The default (empty string) is the only valid value. Support for this field has been removed from the API"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -20775,7 +20778,8 @@
},
"logo": {
"type": "string",
"description": "Logo URL.\n"
"description": "(Deprecated) Logo URL.\n",
"deprecationMessage": "Empty string is the only valid value. Support for this field has been removed from the API"
},
"name": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ require (
github.com/djherbis/times v1.5.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/equinix/equinix-sdk-go v0.42.0 // indirect
github.com/equinix/equinix-sdk-go v0.43.0 // indirect
github.com/equinix/ne-go v1.17.0 // indirect
github.com/equinix/oauth2-go v1.0.0 // indirect
github.com/equinix/rest-go v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1370,8 +1370,8 @@ github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6Ni
github.com/envoyproxy/protoc-gen-validate v0.10.1/go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss=
github.com/envoyproxy/protoc-gen-validate v1.0.1/go.mod h1:0vj8bNkYbSTNS2PIyH87KZaeN4x9zpL9Qt8fQC7d+vs=
github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE=
github.com/equinix/equinix-sdk-go v0.42.0 h1:jjgdFs0rx6nOwsu/dLh6ImopD0M1Rn7QIn9ZSMWzWUc=
github.com/equinix/equinix-sdk-go v0.42.0/go.mod h1:hEb3XLaedz7xhl/dpPIS6eOIiXNPeqNiVoyDrT6paIg=
github.com/equinix/equinix-sdk-go v0.43.0 h1:7i5x6aM1ZDVcIuAr1+yPNSDqsMp1Jye+kVQraGsOBBM=
github.com/equinix/equinix-sdk-go v0.43.0/go.mod h1:hEb3XLaedz7xhl/dpPIS6eOIiXNPeqNiVoyDrT6paIg=
github.com/equinix/ne-go v1.17.0 h1:+wZq0GNognpiTHTsBXtATOCphTFvnowF046NzQXj0n0=
github.com/equinix/ne-go v1.17.0/go.mod h1:eHkkxM4nbTB7DZ9X9zGnwfYnxIJWIsU3aHA+FAoZ1EI=
github.com/equinix/oauth2-go v1.0.0 h1:fHtAPGq82PdgtK5vEThs8Vwz6f7D/8SX4tE3NJu+KcU=
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Metal/GetOrganization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public sealed class GetOrganizationResult
public readonly string? Description;
public readonly string Id;
/// <summary>
/// Logo URL.
/// (Deprecated) Logo URL.
/// </summary>
public readonly string Logo;
public readonly string Name;
Expand Down
8 changes: 6 additions & 2 deletions sdk/go/equinix/metal/getOrganization.go

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

12 changes: 12 additions & 0 deletions sdk/go/equinix/metal/organization.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ public Output<String> description() {
/**
* Logo URL.
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
@Export(name="logo", refs={String.class}, tree="[0]")
private Output<String> logo;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,22 @@ public Optional<Output<String>> description() {
/**
* Logo URL.
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
@Import(name="logo")
private @Nullable Output<String> logo;

/**
* @return Logo URL.
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Optional<Output<String>> logo() {
return Optional.ofNullable(this.logo);
}
Expand Down Expand Up @@ -182,7 +190,11 @@ public Builder description(String description) {
*
* @return builder
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Builder logo(@Nullable Output<String> logo) {
$.logo = logo;
return this;
Expand All @@ -193,7 +205,11 @@ public Builder logo(@Nullable Output<String> logo) {
*
* @return builder
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Builder logo(String logo) {
return logo(Output.of(logo));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,22 @@ public Optional<Output<String>> description() {
/**
* Logo URL.
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
@Import(name="logo")
private @Nullable Output<String> logo;

/**
* @return Logo URL.
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Optional<Output<String>> logo() {
return Optional.ofNullable(this.logo);
}
Expand Down Expand Up @@ -235,7 +243,11 @@ public Builder description(String description) {
*
* @return builder
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Builder logo(@Nullable Output<String> logo) {
$.logo = logo;
return this;
Expand All @@ -246,7 +258,11 @@ public Builder logo(@Nullable Output<String> logo) {
*
* @return builder
*
* @deprecated
* The default (empty string) is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* The default (empty string) is the only valid value. Support for this field has been removed from the API */
public Builder logo(String logo) {
return logo(Output.of(logo));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ public final class GetOrganizationResult {
private @Nullable String description;
private String id;
/**
* @return Logo URL.
* @return (Deprecated) Logo URL.
*
* @deprecated
* Empty string is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* Empty string is the only valid value. Support for this field has been removed from the API */
private String logo;
private String name;
private String organizationId;
Expand Down Expand Up @@ -67,9 +71,13 @@ public String id() {
return this.id;
}
/**
* @return Logo URL.
* @return (Deprecated) Logo URL.
*
* @deprecated
* Empty string is the only valid value. Support for this field has been removed from the API
*
*/
@Deprecated /* Empty string is the only valid value. Support for this field has been removed from the API */
public String logo() {
return this.logo;
}
Expand Down
4 changes: 3 additions & 1 deletion sdk/nodejs/metal/getOrganization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export interface GetOrganizationResult {
readonly description?: string;
readonly id: string;
/**
* Logo URL.
* (Deprecated) Logo URL.
*
* @deprecated Empty string is the only valid value. Support for this field has been removed from the API
*/
readonly logo: string;
readonly name: string;
Expand Down
6 changes: 6 additions & 0 deletions sdk/nodejs/metal/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export class Organization extends pulumi.CustomResource {
public readonly description!: pulumi.Output<string>;
/**
* Logo URL.
*
* @deprecated The default (empty string) is the only valid value. Support for this field has been removed from the API
*/
public readonly logo!: pulumi.Output<string>;
/**
Expand Down Expand Up @@ -145,6 +147,8 @@ export interface OrganizationState {
description?: pulumi.Input<string>;
/**
* Logo URL.
*
* @deprecated The default (empty string) is the only valid value. Support for this field has been removed from the API
*/
logo?: pulumi.Input<string>;
/**
Expand Down Expand Up @@ -179,6 +183,8 @@ export interface OrganizationArgs {
description?: pulumi.Input<string>;
/**
* Logo URL.
*
* @deprecated The default (empty string) is the only valid value. Support for this field has been removed from the API
*/
logo?: pulumi.Input<string>;
/**
Expand Down
3 changes: 2 additions & 1 deletion sdk/python/pulumi_equinix/metal/get_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ def id(self) -> str:

@property
@pulumi.getter
@_utilities.deprecated("""Empty string is the only valid value. Support for this field has been removed from the API""")
def logo(self) -> str:
"""
Logo URL.
(Deprecated) Logo URL.
"""
return pulumi.get(self, "logo")

Expand Down
9 changes: 9 additions & 0 deletions sdk/python/pulumi_equinix/metal/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def __init__(__self__, *,
pulumi.set(__self__, "address", address)
if description is not None:
pulumi.set(__self__, "description", description)
if logo is not None:
warnings.warn("""The default (empty string) is the only valid value. Support for this field has been removed from the API""", DeprecationWarning)
pulumi.log.warn("""logo is deprecated: The default (empty string) is the only valid value. Support for this field has been removed from the API""")
if logo is not None:
pulumi.set(__self__, "logo", logo)
if name is not None:
Expand Down Expand Up @@ -70,6 +73,7 @@ def description(self, value: Optional[pulumi.Input[str]]):

@property
@pulumi.getter
@_utilities.deprecated("""The default (empty string) is the only valid value. Support for this field has been removed from the API""")
def logo(self) -> Optional[pulumi.Input[str]]:
"""
Logo URL.
Expand Down Expand Up @@ -145,6 +149,9 @@ def __init__(__self__, *,
pulumi.set(__self__, "created", created)
if description is not None:
pulumi.set(__self__, "description", description)
if logo is not None:
warnings.warn("""The default (empty string) is the only valid value. Support for this field has been removed from the API""", DeprecationWarning)
pulumi.log.warn("""logo is deprecated: The default (empty string) is the only valid value. Support for this field has been removed from the API""")
if logo is not None:
pulumi.set(__self__, "logo", logo)
if name is not None:
Expand Down Expand Up @@ -194,6 +201,7 @@ def description(self, value: Optional[pulumi.Input[str]]):

@property
@pulumi.getter
@_utilities.deprecated("""The default (empty string) is the only valid value. Support for this field has been removed from the API""")
def logo(self) -> Optional[pulumi.Input[str]]:
"""
Logo URL.
Expand Down Expand Up @@ -434,6 +442,7 @@ def description(self) -> pulumi.Output[str]:

@property
@pulumi.getter
@_utilities.deprecated("""The default (empty string) is the only valid value. Support for this field has been removed from the API""")
def logo(self) -> pulumi.Output[str]:
"""
Logo URL.
Expand Down

0 comments on commit 770e429

Please sign in to comment.