Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async def list_servers_all(
args={
"zone": zone,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -957,7 +957,7 @@ async def list_runners_all(
args={
"zone": zone,
"server_id": server_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -1308,7 +1308,7 @@ async def list_server_private_networks_all(
"server_id": server_id,
"private_network_id": private_network_id,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"ipam_ip_ids": ipam_ip_ids,
},
)
Expand Down
6 changes: 3 additions & 3 deletions scaleway-async/scaleway_async/baremetal/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async def list_servers_all(
"status": status,
"name": name,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"option_id": option_id,
},
)
Expand Down Expand Up @@ -1387,7 +1387,7 @@ async def list_settings_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -1720,7 +1720,7 @@ async def list_server_private_networks_all(
"server_id": server_id,
"private_network_id": private_network_id,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/baremetal/v3/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def list_server_private_networks_all(
"server_id": server_id,
"private_network_id": private_network_id,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"ipam_ip_ids": ipam_ip_ids,
},
)
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/billing/v2beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async def list_consumptions_all(
"category_name": category_name,
"billing_period": billing_period,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/block/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async def list_volumes_all(
"include_deleted": include_deleted,
"zone": zone,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -559,7 +559,7 @@ async def list_snapshots_all(
"include_deleted": include_deleted,
"zone": zone,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down
4 changes: 2 additions & 2 deletions scaleway-async/scaleway_async/block/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def list_volumes_all(
args={
"zone": zone,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -529,7 +529,7 @@ async def list_snapshots_all(
args={
"zone": zone,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"organization_id": organization_id,
"page": page,
"page_size": page_size,
Expand Down
12 changes: 6 additions & 6 deletions scaleway-async/scaleway_async/cockpit/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async def list_grafana_users_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -444,7 +444,7 @@ async def list_grafana_product_dashboards_all(
key="dashboards",
fetcher=self.list_grafana_product_dashboards,
args={
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"page": page,
"page_size": page_size,
"tags": tags,
Expand Down Expand Up @@ -798,7 +798,7 @@ async def list_exporters_all(
fetcher=self.list_exporters,
args={
"region": region,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"datasource_id": datasource_id,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -1173,7 +1173,7 @@ async def list_data_sources_all(
fetcher=self.list_data_sources,
args={
"region": region,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"origin": origin,
"types": types,
"page": page,
Expand Down Expand Up @@ -1394,7 +1394,7 @@ async def list_tokens_all(
fetcher=self.list_tokens,
args={
"region": region,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"token_scopes": token_scopes,
"page": page,
"page_size": page_size,
Expand Down Expand Up @@ -1808,7 +1808,7 @@ async def list_contact_points_all(
fetcher=self.list_contact_points,
args={
"region": region,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"page": page,
"page_size": page_size,
},
Expand Down
10 changes: 5 additions & 5 deletions scaleway-async/scaleway_async/cockpit/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ async def list_datasources_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"types": types,
"is_managed_by_scaleway": is_managed_by_scaleway,
},
Expand Down Expand Up @@ -494,7 +494,7 @@ async def list_tokens_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -645,7 +645,7 @@ async def list_contact_points_all(
args={
"page": page,
"page_size": page_size,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -868,7 +868,7 @@ async def list_grafana_users_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -1108,7 +1108,7 @@ async def list_grafana_product_dashboards_all(
key="dashboards",
fetcher=self.list_grafana_product_dashboards,
args={
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"page": page,
"page_size": page_size,
"tags": tags,
Expand Down
6 changes: 3 additions & 3 deletions scaleway-async/scaleway_async/container/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def list_namespaces_all(
"order_by": order_by,
"name": name,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -507,7 +507,7 @@ async def list_containers_all(
"order_by": order_by,
"name": name,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -1903,7 +1903,7 @@ async def list_triggers_all(
"order_by": order_by,
"container_id": container_id,
"namespace_id": namespace_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/datalab/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def list_datalabs_all(
args={
"region": region,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"name": name,
"tags": tags,
"page": page,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ async def list_deployments_all(
"name": name,
"order_by": order_by,
"organization_id": organization_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"page": page,
"page_size": page_size,
},
Expand Down
32 changes: 16 additions & 16 deletions scaleway-async/scaleway_async/dedibox/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async def list_servers_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"search": search,
},
)
Expand Down Expand Up @@ -1217,7 +1217,7 @@ async def list_services_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -1686,7 +1686,7 @@ async def list_offers_all(
"order_by": order_by,
"commercial_range": commercial_range,
"catalog": catalog,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"is_failover_ip": is_failover_ip,
"is_failover_block": is_failover_block,
"sold_in": sold_in,
Expand Down Expand Up @@ -1821,7 +1821,7 @@ async def list_os_all(
"page_size": page_size,
"order_by": order_by,
"type_": type_,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -2223,7 +2223,7 @@ async def list_failover_i_ps_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
"search": search,
"only_available": only_available,
},
Expand Down Expand Up @@ -2540,7 +2540,7 @@ async def list_invoices_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -2662,7 +2662,7 @@ async def list_refunds_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -3080,7 +3080,7 @@ async def list_rpn_server_capabilities_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -3186,7 +3186,7 @@ async def list_rpn_sans_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -3512,7 +3512,7 @@ async def list_rpn_groups_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -3719,7 +3719,7 @@ async def list_rpn_group_members_all(
"page_size": page_size,
"order_by": order_by,
"group_id": group_id,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -3936,7 +3936,7 @@ async def list_rpn_capable_servers_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -4004,7 +4004,7 @@ async def list_rpn_capable_san_servers_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -4072,7 +4072,7 @@ async def list_rpn_invites_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -4196,7 +4196,7 @@ async def list_rpn_v2_groups_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down Expand Up @@ -4576,7 +4576,7 @@ async def list_rpn_v2_capable_resources_all(
"page": page,
"page_size": page_size,
"order_by": order_by,
"project_id": project_id,
"project_id": project_id or self.client.default_project_id,
},
)

Expand Down
Loading
Loading