Skip to content

agenticapplications: add AnalystAgentPersona resource - #18566

Open
ScottSuarez wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
ScottSuarez:add-agenticapplications-analystagentpersona
Open

agenticapplications: add AnalystAgentPersona resource#18566
ScottSuarez wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
ScottSuarez:add-agenticapplications-analystagentpersona

Conversation

@ScottSuarez

Copy link
Copy Markdown
Contributor

Add Terraform resource support for google_agentic_applications_analyst_agent_persona.

Fixes https://b.corp.google.com/issues/538188655

`google_agentic_applications_analyst_agent_persona`

@modular-magician

modular-magician commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 101b15c:

Diff report

Your PR generated the following diffs in downstream repositories:

Repository Diff Link Changes
google provider View Diff 14 files changed, 1793 insertions(+)
google-beta provider View Diff 14 files changed, 1793 insertions(+)
terraform-google-conversion View Diff 3 files changed, 312 insertions(+)
Open in Cloud Shell View Diff 4 files changed, 109 insertions(+)

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_agentic_applications_analyst_agent_persona (3 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_agentic_applications_analyst_agent_persona" "primary" {
  skills {
    content     = # value needed
    description = # value needed
    references {
      content      = # value needed
      reference_id = # value needed
    }
    skill_id = # value needed
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_agentic_applications_analyst_agent_persona

If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels.
An override-missing-service-label label can be added to allow merging.

Test report

Analytics

Total Tests Passed Skipped Affected
6887 6183 694 10
Affected Service Packages
  • All service packages are affected

Learn how VCR tests work


Step 1: Replaying Mode

Action taken

Found 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit.

Click here to see the affected tests
  • TestAccAgenticApplicationsAnalystAgentPersona_agenticApplicationsAnalystAgentPersonaBasicExample
  • TestAccAgenticApplicationsAnalystAgentPersona_update
  • TestAccAlloydbCluster_secondaryClusterPromoteAndDeleteTimeBasedRetentionPolicy
  • TestAccComputeInstanceFromMachineImage_diffProject
  • TestAccComputeSecurityPolicy_withPreconfiguredWafConfig
  • TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample
  • TestAccDiscoveryEngineDataStore_discoveryengineDatastoreKmsKeyNameExample
  • TestAccManagedKafkaConnector_managedkafkaConnectorBasicExample
  • TestAccPubsubSubscription_pubsubSubscriptionTagsExample
  • TestAccVertexAIFeatureOnlineStoreFeatureview_vertexAiFeatureonlinestoreFeatureview_featureRegistry_updated

View the replaying VCR build log


Step 2: Recording Mode

Recording Mode Replaying Rerun Test Name
✅ Log TestAccAgenticApplicationsAnalystAgentPersona_agenticApplicationsAnalystAgentPersonaBasicExample
✅ Log TestAccAgenticApplicationsAnalystAgentPersona_update
✅ Log TestAccAlloydbCluster_secondaryClusterPromoteAndDeleteTimeBasedRetentionPolicy
❌ Error · Log - TestAccComputeInstanceFromMachineImage_diffProject
❌ Error · Log - TestAccComputeSecurityPolicy_withPreconfiguredWafConfig
❌ Error · Log - TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample
❌ Error · Log - TestAccDiscoveryEngineDataStore_discoveryengineDatastoreKmsKeyNameExample
❌ Error · Log - TestAccManagedKafkaConnector_managedkafkaConnectorBasicExample
❌ Error · Log - TestAccPubsubSubscription_pubsubSubscriptionTagsExample
❌ Error · Log - TestAccVertexAIFeatureOnlineStoreFeatureview_vertexAiFeatureonlinestoreFeatureview_featureRegistry_updated

Caution

Issues requiring attention before PR completion

🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details.

Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer.

View the recording VCR build log or the debug logs folder for detailed results.

@ScottSuarez VCR tests complete for 101b15c!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants