Skip to content

Commit

Permalink
rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
1101-1 committed Nov 11, 2024
1 parent 1d6b7f6 commit 44e1a31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion plugins/gcp/fix_plugin_gcp/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@

from fix_plugin_gcp.config import GcpConfig
from fix_plugin_gcp.gcp_client import GcpApiSpec
from fix_plugin_gcp.resources import compute, container, billing, sqladmin, storage, aiplatform, firestore, cloudfunctions
from fix_plugin_gcp.resources import (
compute,
container,
billing,
sqladmin,
storage,
aiplatform,
firestore,
cloudfunctions,
)
from fix_plugin_gcp.resources.base import GcpResource, GcpProject, ExecutorQueue, GraphBuilder, GcpRegion, GcpZone
from fix_plugin_gcp.utils import Credentials
from fixlib.baseresources import Cloud
Expand Down
6 changes: 3 additions & 3 deletions plugins/gcp/tools/model_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ def generate_test_classes() -> None:
# ("container", "v1", "Container", ["UsableSubnetwork"]),
# ("sqladmin", "v1", "Sql", ["Tier"]),
# ("cloudbilling", "v1", "", []),
# ("storage", "v1", "", [])
# # ("aiplatform", "v1", "", [])
("firestore", "v1", "", []),
# ("storage", "v1", "", []),
# # ("aiplatform", "v1", "", []),
# ("firestore", "v1", "", []),
("cloudfunctions", "v2", "", [])
]

Expand Down

0 comments on commit 44e1a31

Please sign in to comment.