Skip to content

Commit de9df55

Browse files
committed
review changes
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
1 parent c3cd7d1 commit de9df55

23 files changed

+46
-86
lines changed

packages/azure/_dev/build/docs/activitylogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ The name of the storage account the state/offsets will be stored and updated.
3232
_string_
3333
The storage account key, this key will be used to authorize access to data in your storage account.
3434

35-
`endpoint_suffix` :
36-
_string_
37-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
38-
3935
`storage_account_container` :
4036
_string_
4137
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/adlogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ The name of the storage account the state/offsets will be stored and updated.
5454
_string_
5555
The storage account key, this key will be used to authorize access to data in your storage account.
5656

57-
`endpoint_suffix` :
58-
_string_
59-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
60-
6157
`storage_account_container` :
6258
_string_
6359
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/application_gateway.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ The name of the storage account where the state/offsets will be stored and updat
3939
_string_
4040
The storage account key, this key will be used to authorize access to data in your storage account.
4141

42-
`endpoint_suffix` :
43-
_string_
44-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
45-
4642
`storage_account_container` :
4743
_string_
4844
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/eventhub.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ The name of the storage account the state/offsets will be stored and updated.
3636
_string_
3737
The storage account key, this key will be used to authorize access to data in your storage account.
3838

39-
`endpoint_suffix` :
40-
_string_
41-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
42-
4339
`storage_account_container` :
4440
_string_
4541
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,6 @@ The name of the storage account that the state/offsets will be stored and update
509509
_string_
510510
The storage account key. Used to authorize access to data in your storage account.
511511

512-
`endpoint_suffix` :
513-
_string_
514-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
515-
516512
`storage_account_container` :
517513
_string_
518514
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.
@@ -557,6 +553,10 @@ _boolean_
557553

558554
Default is `false`, which means the processor will not perform the checkpoint migration.
559555

556+
`endpoint_suffix` :
557+
_string_
558+
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
559+
560560
`partition_receive_timeout` :
561561
_string_
562562
(processor v2 only) Maximum time to wait before processing the messages received from the event hub.

packages/azure/_dev/build/docs/firewall_logs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ The name of the storage account where the state/offsets will be stored and updat
4848
_string_
4949
The storage account key, this key will be used to authorize access to data in your storage account.
5050

51-
`endpoint_suffix` :
52-
_string_
53-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
54-
5551
`storage_account_container` :
5652
_string_
5753
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/graphactivitylogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ The name of the storage account the state/offsets will be stored and updated.
4949
_string_
5050
The storage account key, this key will be used to authorize access to data in your storage account.
5151

52-
`endpoint_suffix` :
53-
_string_
54-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
55-
5652
`storage_account_container` :
5753
_string_
5854
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/platformlogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ The name of the storage account the state/offsets will be stored and updated.
3232
_string_
3333
The storage account key, this key will be used to authorize access to data in your storage account.
3434

35-
`endpoint_suffix` :
36-
_string_
37-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
38-
3935
`storage_account_container` :
4036
_string_
4137
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/_dev/build/docs/springcloudlogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ The name of the storage account the state/offsets will be stored and updated.
3434
_string_
3535
The storage account key, this key will be used to authorize access to data in your storage account.
3636

37-
`endpoint_suffix` :
38-
_string_
39-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
40-
4137
`storage_account_container` :
4238
_string_
4339
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

packages/azure/docs/activitylogs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ The name of the storage account the state/offsets will be stored and updated.
3232
_string_
3333
The storage account key, this key will be used to authorize access to data in your storage account.
3434

35-
`endpoint_suffix` :
36-
_string_
37-
Override the default endpoint suffix used to construct the connection string. Default is set to `core.windows.net`. For example, US Government Cloud users should set this to `core.usgovcloudapi.net`.
38-
3935
`storage_account_container` :
4036
_string_
4137
The storage account container where the integration stores the checkpoint data for the consumer group. It is an advanced option to use with extreme care. You MUST use a dedicated storage account container for each Azure log type (activity, sign-in, audit logs, and others). DO NOT REUSE the same container name for more than one Azure log type. See [Container Names](https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names) for details on naming rules from Microsoft. The integration generates a default container name if not specified.

0 commit comments

Comments
 (0)