diff --git a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl index 07a06c390..fca49ea70 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -90,7 +90,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.utils.GetAuthorizationToken method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token_using_web_api.sl b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token_using_web_api.sl index e60af7227..b0c65c2a1 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token_using_web_api.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token_using_web_api.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -143,7 +143,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.utils.GetAuthTokenUsingWebAPI' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/authorization/get_shared_access_key_token.sl b/content/io/cloudslang/microsoft/azure/authorization/get_shared_access_key_token.sl index 1b01e7112..20b3cbf5e 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_shared_access_key_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_shared_access_key_token.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -47,7 +47,7 @@ operation: - expiry java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.utils.GetSharedAccessKeyToken method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/storage/blobs/delete_blob.sl b/content/io/cloudslang/microsoft/azure/compute/storage/blobs/delete_blob.sl index 61cbcde7e..41608cc82 100644 --- a/content/io/cloudslang/microsoft/azure/compute/storage/blobs/delete_blob.sl +++ b/content/io/cloudslang/microsoft/azure/compute/storage/blobs/delete_blob.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -84,7 +84,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.storage.DeleteBlob method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/storage/blobs/list_blobs.sl b/content/io/cloudslang/microsoft/azure/compute/storage/blobs/list_blobs.sl index 609f41ef4..40db20d1e 100644 --- a/content/io/cloudslang/microsoft/azure/compute/storage/blobs/list_blobs.sl +++ b/content/io/cloudslang/microsoft/azure/compute/storage/blobs/list_blobs.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.storage.ListBlobs method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/storage/containers/create_container.sl b/content/io/cloudslang/microsoft/azure/compute/storage/containers/create_container.sl index 28cd42e17..2aa5cadca 100644 --- a/content/io/cloudslang/microsoft/azure/compute/storage/containers/create_container.sl +++ b/content/io/cloudslang/microsoft/azure/compute/storage/containers/create_container.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.storage.CreateContainer method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/storage/containers/delete_container.sl b/content/io/cloudslang/microsoft/azure/compute/storage/containers/delete_container.sl index 1100b59e3..5a3bdc563 100644 --- a/content/io/cloudslang/microsoft/azure/compute/storage/containers/delete_container.sl +++ b/content/io/cloudslang/microsoft/azure/compute/storage/containers/delete_container.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.storage.DeleteContainer method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/storage/containers/list_containers.sl b/content/io/cloudslang/microsoft/azure/compute/storage/containers/list_containers.sl index 252c7ab13..5a2085f99 100644 --- a/content/io/cloudslang/microsoft/azure/compute/storage/containers/list_containers.sl +++ b/content/io/cloudslang/microsoft/azure/compute/storage/containers/list_containers.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -72,7 +72,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: io.cloudslang.content.azure.actions.storage.ListContainers method_name: execute diff --git a/content/io/cloudslang/microsoft/azure/compute/virtual_machines/create_vm.sl b/content/io/cloudslang/microsoft/azure/compute/virtual_machines/create_vm.sl index f9a098de0..6ee62a94a 100644 --- a/content/io/cloudslang/microsoft/azure/compute/virtual_machines/create_vm.sl +++ b/content/io/cloudslang/microsoft/azure/compute/virtual_machines/create_vm.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -318,7 +318,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.compute.virtualmachines.CreateVM' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/compute/virtual_machines/delete_vm_v2.sl b/content/io/cloudslang/microsoft/azure/compute/virtual_machines/delete_vm_v2.sl index 0edf5ff79..93ca8a83e 100644 --- a/content/io/cloudslang/microsoft/azure/compute/virtual_machines/delete_vm_v2.sl +++ b/content/io/cloudslang/microsoft/azure/compute/virtual_machines/delete_vm_v2.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -168,7 +168,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.compute.virtualmachines.DeleteVM' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/inputs/create_streaming_job_input.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/inputs/create_streaming_job_input.sl index e12f8ec66..01c909fa8 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/inputs/create_streaming_job_input.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/inputs/create_streaming_job_input.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.inputs.CreateStreamingJobInput' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/outputs/create_streaming_job_output.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/outputs/create_streaming_job_output.sl index c1186b91c..60dd37f3a 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/outputs/create_streaming_job_output.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/outputs/create_streaming_job_output.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.outputs.CreateStreamingJobOutput' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/create_streaming_job.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/create_streaming_job.sl index 0ef30bebe..b12909937 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/create_streaming_job.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/create_streaming_job.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -233,7 +233,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.streamingjobs.CreateStreamingJob' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/get_streaming_job.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/get_streaming_job.sl index f93e892f6..7e691a29d 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/get_streaming_job.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/get_streaming_job.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -160,7 +160,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.streamingjobs.GetStreamingJob' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/start_streaming_job.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/start_streaming_job.sl index d0a4ace99..ad14e9eec 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/start_streaming_job.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/start_streaming_job.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -172,7 +172,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.streamingjobs.StartStreamingJob' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/stop_streaming_job.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/stop_streaming_job.sl index 7bccd8631..9614fbc41 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/stop_streaming_job.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/streamingjobs/stop_streaming_job.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -150,7 +150,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.streamingjobs.StopStreamingJob' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl index 23c1a8285..c1caf4740 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.streamanalytics.transformations.CreateTransformation' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/utils/counter.sl b/content/io/cloudslang/microsoft/azure/utils/counter.sl index bed008854..c60a43d4a 100644 --- a/content/io/cloudslang/microsoft/azure/utils/counter.sl +++ b/content/io/cloudslang/microsoft/azure/utils/counter.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -52,7 +52,7 @@ operation: required: false java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.utils.Counter' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl index ae1cd05c7..24db820c5 100644 --- a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl +++ b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.utils.SchedulerTime' method_name: 'execute' diff --git a/content/io/cloudslang/microsoft/azure/utils/time_format.sl b/content/io/cloudslang/microsoft/azure/utils/time_format.sl index 08d34bce6..1b4fdca07 100644 --- a/content/io/cloudslang/microsoft/azure/utils/time_format.sl +++ b/content/io/cloudslang/microsoft/azure/utils/time_format.sl @@ -1,5 +1,5 @@ -# Copyright 2023 Open Text -# This program and the accompanying materials +# (c) Copyright 2022 Micro Focus, L.P. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License v2.0 which accompany this distribution. # # The Apache License is available at @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.22' + gav: 'io.cloudslang.content:cs-azure:0.0.23' class_name: 'io.cloudslang.content.azure.actions.utils.GetTimeFormat' method_name: 'execute'