Skip to content

Commit f2d4295

Browse files
authored
Merge branch 'master' into improve-desctiptions-extract-url-content
2 parents 98b39fb + 59974bb commit f2d4295

7 files changed

Lines changed: 335 additions & 267 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## AI Agents
2+
3+
- Documentation and metadata improvements.
4+
5+
<!--
6+
Added the action **CortexRunPlaybook** to *case-investigation-agent*.
7+
-->

Packs/AIAgents/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "AI Agents",
33
"description": "AI Agents",
44
"support": "xsoar",
5-
"currentVersion": "1.0.34",
5+
"currentVersion": "1.0.35",
66
"serverMinVersion": "8.13",
77
"author": "Cortex XSOAR",
88
"url": "https://www.paloaltonetworks.com/cortex",

Packs/GCP/Integrations/GCP/GCP.yml

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

Packs/GCP/Integrations/GCP/GCP_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,7 +5426,7 @@ def test_get_credentials_marketplace_missing_credentials_raises(mocker):
54265426
"""
54275427
Given:
54285428
- Integration params with no credentials (empty password) and no project_id in args.
5429-
- No connector ID in context (not Cortex Cloud).
5429+
- No connector ID in context (not Cortex Platform).
54305430
When:
54315431
- get_credentials is called.
54325432
Then:
@@ -5449,7 +5449,7 @@ def test_get_credentials_none_password_does_not_raise_attributeerror(mocker):
54495449
"""
54505450
Given:
54515451
- The 'credentials' param exists but its 'password' value is None.
5452-
- project_id is provided in args (Cortex Cloud path).
5452+
- project_id is provided in args (Cortex Platform path).
54535453
When:
54545454
- get_credentials is called.
54555455
Then:
@@ -5473,7 +5473,7 @@ def test_get_credentials_none_password_does_not_raise_attributeerror(mocker):
54735473
def test_get_credentials_cortex_cloud_token_path(mocker):
54745474
"""
54755475
Given:
5476-
- No service account JSON in params (Cortex Cloud path).
5476+
- No service account JSON in params (Cortex Platform path).
54775477
- project_id is provided in args.
54785478
- get_cloud_credentials returns a valid access_token.
54795479
When:
@@ -6099,7 +6099,7 @@ def test_get_credentials_marketplace_build_failure_raises(mocker):
60996099
def test_get_credentials_cortex_cloud_missing_token_raises(mocker):
61006100
"""
61016101
Given:
6102-
- No service account JSON (Cortex Cloud path) and a project_id in args.
6102+
- No service account JSON (Cortex Platform path) and a project_id in args.
61036103
- get_cloud_credentials succeeds but returns a payload WITHOUT an access_token.
61046104
When:
61056105
- get_credentials is called.
@@ -6123,7 +6123,7 @@ def test_get_credentials_cortex_cloud_missing_token_raises(mocker):
61236123
def test_get_credentials_cortex_cloud_cts_call_failure_wrapped(mocker):
61246124
"""
61256125
Given:
6126-
- No service account JSON (Cortex Cloud path) and a project_id in args.
6126+
- No service account JSON (Cortex Platform path) and a project_id in args.
61276127
- The get_cloud_credentials (CTS) call itself raises an exception.
61286128
When:
61296129
- get_credentials is called.

Packs/GCP/Integrations/GCP/README.md

Lines changed: 278 additions & 223 deletions
Large diffs are not rendered by default.

Packs/GCP/ReleaseNotes/1_2_3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Google Cloud Platform
5+
6+
Documentation and metadata improvements.

Packs/GCP/pack_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "GCP",
3-
"description": "Google Cloud Platform Services",
3+
"description": "Manage and secure your Google Cloud Platform (GCP) environment from Cortex. This pack lets you automate cloud operations across GCP services.",
44
"support": "xsoar",
5-
"currentVersion": "1.2.2",
5+
"currentVersion": "1.2.3",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)