From 033619dd46fe81ac92250bae95063387ca571dfc Mon Sep 17 00:00:00 2001 From: dttung2905 Date: Thu, 5 Oct 2023 11:23:03 +0100 Subject: [PATCH] clean up documentation for 2.13 deprecation release Signed-off-by: dttung2905 --- content/docs/2.13/scalers/azure-data-explorer.md | 2 -- content/docs/2.13/scalers/external-push.md | 1 - content/docs/2.13/scalers/external.md | 1 - 3 files changed, 4 deletions(-) diff --git a/content/docs/2.13/scalers/azure-data-explorer.md b/content/docs/2.13/scalers/azure-data-explorer.md index d2f6a683b..0a3e408c8 100644 --- a/content/docs/2.13/scalers/azure-data-explorer.md +++ b/content/docs/2.13/scalers/azure-data-explorer.md @@ -24,7 +24,6 @@ triggers: activationThreshold: "10.5" tenantId: 045ef409-6dee-4893-a824-5612eac467b1 # Can use TriggerAuthentication as well clientId: 4ba039f1-d69c-434e-9268-4a2bb7bba90d # Can use TriggerAuthentication as well - clientSecret: t0p-s3cret # DEPRECATED, use TriggerAuthentication or clientSecretFromEnv # Alternatively, you can use existing environment variables to read aad app creds from: clientIdFromEnv: AAD_APP_CLIENT_ID_ENV_VAR_NAME # Optional. You can use this instead of `clientId` parameter. clientSecretFromEnv: AAD_APP_SECRET_ENV_VAR_NAME # Optional. You can use this instead of `clientSecret` parameter. @@ -44,7 +43,6 @@ triggers: - `activationThreshold` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float) - `tenantId` - Id of the Azure AD tenant. - `clientId` - Id of the Azure AD application. -- `clientSecret` - Password of the Azure AD application. (DEPRECATED: This parameter is deprecated as of KEDA v2.11 and will be removed in version `2.13`) - `cloud` - Name of the cloud environment that the Azure Data Explorer cluster belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `Private`, Default: `AzurePublicCloud`, Optional) - `activeDirectoryEndpoint` - Active Directory endpoint of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `https://login.chinacloudapi.cn/` for `AzureChinaCloud`). diff --git a/content/docs/2.13/scalers/external-push.md b/content/docs/2.13/scalers/external-push.md index b659d860e..69d83b8c4 100644 --- a/content/docs/2.13/scalers/external-push.md +++ b/content/docs/2.13/scalers/external-push.md @@ -16,7 +16,6 @@ triggers: metadata: scalerAddress: external-scaler-service:8080 caCert : /path/to/tls/ca.pem - tlsCertFile: /path/to/tls/cert.pem # Deprecated. https://github.com/kedacore/keda/issues/4549 tlsClientCert: /path/to/tls/cert.pem tlsClientKey: /path/to/tls/key.pem unsafeSsl: false diff --git a/content/docs/2.13/scalers/external.md b/content/docs/2.13/scalers/external.md index b011700f5..75490ceb1 100644 --- a/content/docs/2.13/scalers/external.md +++ b/content/docs/2.13/scalers/external.md @@ -16,7 +16,6 @@ triggers: metadata: scalerAddress: external-scaler-service:8080 caCert : /path/to/tls/ca.pem - tlsCertFile: /path/to/tls/cert.pem # Deprecated. https://github.com/kedacore/keda/issues/4549 tlsClientCert: /path/to/tls/cert.pem tlsClientKey: /path/to/tls/key.pem unsafeSsl: false