Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test-prepare-content-golden-standard #37358

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .gitlab/ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:

Check failure on line 1 in .gitlab/ci/.gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / protect-infra-files

Protected file modified

This file should not be changed in master. If you are sure it's necessary, ask for a force merge and explain the rationale.
CURRENT_BRANCH_NAME: $INFRA_BRANCH
CURRENT_BRANCH_NAME: remove-the-replace-xsoar-workflow

include:
- file: "/.gitlab/ci/content-ci/ci/.gitlab-ci.yml"
ref: $INFRA_BRANCH
ref: remove-the-replace-xsoar-workflow
project: "${CI_PROJECT_NAMESPACE}/infra"
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configuration:
name: feedFetchInterval
type: 19
required: false
- additionalinfo: Incremental feeds pull only new or modified indicators that have been sent from the integration. As the determination if the indicator is new or modified happens on the 3rd-party vendor's side, and only indicators that are new or modified are sent to Cortex XSOAR, all indicators coming from these feeds are labeled new or modified.
- additionalinfo: hello Incremental feeds pull only new or modified indicators that have been sent from the integration. As the determination if the indicator is new or modified happens on the 3rd-party vendor's side, and only indicators that are new or modified are sent to Cortex XSOAR hello, all indicators coming from these feeds are labeled new or modified.
defaultvalue: 'true'
display: Incremental Feed
name: feedIncremental
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
API_VERSION = '2023-02-01'
PREFIX_URL = 'https://management.azure.com/subscriptions/'


#Cortex XSOAR Azure Cloud hello
class AKSClient:
def __init__(self, app_id: str, subscription_id: str, resource_group_name: str, verify: bool, proxy: bool,
tenant_id: str = None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configuration:
- Germany
- China
- Custom
additionalinfo: When selecting the Custom option, the Azure AD endpoint parameter must be filled. More information about National clouds can be found here - https://xsoar.pan.dev/docs/reference/articles/microsoft-integrations---authentication#using-national-cloud
additionalinfo: hello-When selecting the Custom option, the Azure AD endpoint parameter must be filled. More information about National clouds can be found here - https://xsoar.pan.dev/docs/reference/articles/microsoft-integrations---authentication#using-national-cloud
section: Connect
advanced: true
required: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
In order to connect to the AzureKubernetesServices using either Cortex XSOAR Azure App or the Self-Deployed Azure App, use one of the following methods:
hello-In order to connect to the AzureKubernetesServices using either Cortex XSOAR Azure App or the Self-Deployed Azure App, use one of the following methods:

- *Authorization Code Flow* (Recommended).
- *Device Code Flow*.
Expand Down
4 changes: 2 additions & 2 deletions Packs/AzureKubernetesServices/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Deploy and manage containerized applications with a fully managed Kubernetes service.",
"support": "xsoar",
"currentVersion": "1.2.3",
"author": "Cortex XSOAR",
"author": "Cortex XSOAR hello",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-01-17T14:56:54Z",
"categories": [
"Cloud Service Provider"
"Cloud Service Provider hello"
],
"tags": [],
"useCases": [],
Expand Down
Loading