Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
Oscar Cobles committed Aug 21, 2024
1 parent 9a88027 commit 54f6761
Show file tree
Hide file tree
Showing 17 changed files with 1,656 additions and 1,658 deletions.
4 changes: 2 additions & 2 deletions sdk/go/equinix/metal/interconnection.go

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

72 changes: 35 additions & 37 deletions sdk/go/equinix/metal/ipAttachment.go

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

2 changes: 1 addition & 1 deletion sdk/go/equinix/metal/sshKey.go

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

6 changes: 3 additions & 3 deletions sdk/go/equinix/networkedge/device.go

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

2 changes: 1 addition & 1 deletion sdk/go/equinix/networkedge/networkFile.go

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

76 changes: 38 additions & 38 deletions sdk/python/pulumi_equinix/fabric/cloud_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,28 +535,28 @@ def __init__(__self__,
new_cloud_router = equinix.fabric.CloudRouter("newCloudRouter",
name="Router-SV",
type="XF_ROUTER",
notifications=[equinix.fabric.CloudRouterNotificationArgs(
type="ALL",
emails=[
notifications=[{
"type": "ALL",
"emails": [
"[email protected]",
"[email protected]",
],
)],
order=equinix.fabric.CloudRouterOrderArgs(
purchase_order_number="1-323292",
),
location=equinix.fabric.CloudRouterLocationArgs(
metro_code="SV",
),
package=equinix.fabric.CloudRouterPackageArgs(
code="STANDARD",
),
project=equinix.fabric.CloudRouterProjectArgs(
project_id="776847000642406",
),
account=equinix.fabric.CloudRouterAccountArgs(
account_number=203612,
))
}],
order={
"purchase_order_number": "1-323292",
},
location={
"metro_code": "SV",
},
package={
"code": "STANDARD",
},
project={
"project_id": "776847000642406",
},
account={
"account_number": 203612,
})
```
:param str resource_name: The name of the resource.
Expand Down Expand Up @@ -594,28 +594,28 @@ def __init__(__self__,
new_cloud_router = equinix.fabric.CloudRouter("newCloudRouter",
name="Router-SV",
type="XF_ROUTER",
notifications=[equinix.fabric.CloudRouterNotificationArgs(
type="ALL",
emails=[
notifications=[{
"type": "ALL",
"emails": [
"[email protected]",
"[email protected]",
],
)],
order=equinix.fabric.CloudRouterOrderArgs(
purchase_order_number="1-323292",
),
location=equinix.fabric.CloudRouterLocationArgs(
metro_code="SV",
),
package=equinix.fabric.CloudRouterPackageArgs(
code="STANDARD",
),
project=equinix.fabric.CloudRouterProjectArgs(
project_id="776847000642406",
),
account=equinix.fabric.CloudRouterAccountArgs(
account_number=203612,
))
}],
order={
"purchase_order_number": "1-323292",
},
location={
"metro_code": "SV",
},
package={
"code": "STANDARD",
},
project={
"project_id": "776847000642406",
},
account={
"account_number": 203612,
})
```
:param str resource_name: The name of the resource.
Expand Down
Loading

0 comments on commit 54f6761

Please sign in to comment.