Skip to content

Commit 0472913

Browse files
support vertexai featureonlinestore_featureview GA (standard url) (#9696) (#16930)
* support vertexai featureonlinestore_featureview GA * fix pr featureview test failure * fix featureview pr issues * add FeatureView resource with standard base_url * update featureview name * fix spacing in test [upstream:bc2a741df3ba379af9ffa71ba418b2a9c409eb50] Signed-off-by: Modular Magician <[email protected]>
1 parent 5b54bdc commit 0472913

7 files changed

+1372
-2
lines changed

.changelog/9696.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
google_vertex_ai_feature_online_store_featureview
3+
```

google/provider/provider_mmv1_resources.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
375375
}
376376

377377
// Resources
378-
// Generated resources: 360
378+
// Generated resources: 361
379379
// Generated IAM resources: 219
380-
// Total generated resources: 579
380+
// Total generated resources: 580
381381
var generatedResources = map[string]*schema.Resource{
382382
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
383383
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -920,6 +920,7 @@ var generatedResources = map[string]*schema.Resource{
920920
"google_vertex_ai_endpoint": vertexai.ResourceVertexAIEndpoint(),
921921
"google_vertex_ai_feature_group": vertexai.ResourceVertexAIFeatureGroup(),
922922
"google_vertex_ai_feature_online_store": vertexai.ResourceVertexAIFeatureOnlineStore(),
923+
"google_vertex_ai_feature_online_store_featureview": vertexai.ResourceVertexAIFeatureOnlineStoreFeatureview(),
923924
"google_vertex_ai_featurestore": vertexai.ResourceVertexAIFeaturestore(),
924925
"google_vertex_ai_featurestore_entitytype": vertexai.ResourceVertexAIFeaturestoreEntitytype(),
925926
"google_vertex_ai_featurestore_entitytype_feature": vertexai.ResourceVertexAIFeaturestoreEntitytypeFeature(),

0 commit comments

Comments
 (0)