From 12f021b2b7298fd138ed44ca8310cbc66b113ec8 Mon Sep 17 00:00:00 2001 From: rajesh-kum-kalyankar Date: Fri, 14 Jul 2023 15:42:55 +0530 Subject: [PATCH 1/4] updated the gav for cs-azure --- .../cloudslang/microsoft/azure/authorization/get_auth_token.sl | 2 +- .../azure/authorization/get_auth_token_using_web_api.sl | 2 +- .../azure/authorization/get_shared_access_key_token.sl | 2 +- .../microsoft/azure/compute/storage/blobs/delete_blob.sl | 2 +- .../microsoft/azure/compute/storage/blobs/list_blobs.sl | 2 +- .../azure/compute/storage/containers/create_container.sl | 2 +- .../azure/compute/storage/containers/delete_container.sl | 2 +- .../azure/compute/storage/containers/list_containers.sl | 2 +- .../microsoft/azure/compute/virtual_machines/create_vm.sl | 2 +- .../microsoft/azure/compute/virtual_machines/delete_vm_v2.sl | 2 +- .../azure/streamanalytics/inputs/create_streaming_job_input.sl | 2 +- .../streamanalytics/outputs/create_streaming_job_output.sl | 2 +- .../azure/streamanalytics/streamingjobs/create_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/get_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/start_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/stop_streaming_job.sl | 2 +- .../streamanalytics/transformations/create_transformation.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/counter.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/schedule_time.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/time_format.sl | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) 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 ac390dd37..48da18144 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl @@ -90,7 +90,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 158a70e19..cbc9bc8ed 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 @@ -143,7 +143,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 49a1e3afe..307d2c015 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 @@ -47,7 +47,7 @@ operation: - expiry java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 0040b6815..bcb955157 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 @@ -84,7 +84,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 89642e560..95ea1dcfc 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 6ac48811e..57026570d 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 a9d8ff225..6e0ddfeb9 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 ed4251e00..53bf77b8e 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 @@ -72,7 +72,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 ec2c5e431..3ca682fd0 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 @@ -318,7 +318,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 bb39dc4c2..a3e9408b8 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 @@ -168,7 +168,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 f16cc843c..c8cb5bf03 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 ca1abb56d..c4312bec7 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 1fce028ac..077754e21 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 @@ -233,7 +233,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 ad2adafd8..46f996e0e 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 @@ -160,7 +160,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 b96167f14..641a0c573 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 @@ -172,7 +172,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 e69aa1f7c..70ba86f09 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 @@ -150,7 +150,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 44c06b319..fe114f4b6 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 216c212ef..d4db4301e 100644 --- a/content/io/cloudslang/microsoft/azure/utils/counter.sl +++ b/content/io/cloudslang/microsoft/azure/utils/counter.sl @@ -52,7 +52,7 @@ operation: required: false java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 70a8affcc..d5c491f5c 100644 --- a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl +++ b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' 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 7e86afec4..d1465189b 100644 --- a/content/io/cloudslang/microsoft/azure/utils/time_format.sl +++ b/content/io/cloudslang/microsoft/azure/utils/time_format.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.20' + gav: 'io.cloudslang.content:cs-azure:0.0.21' class_name: 'io.cloudslang.content.azure.actions.utils.GetTimeFormat' method_name: 'execute' From d2b4ed019f6f37ddfe2292ca8d75be3fc12d464c Mon Sep 17 00:00:00 2001 From: rajesh-kum-kalyankar Date: Fri, 14 Jul 2023 17:18:13 +0530 Subject: [PATCH 2/4] updated the gav for cs-azure --- .../cloudslang/microsoft/azure/authorization/get_auth_token.sl | 2 +- .../azure/authorization/get_auth_token_using_web_api.sl | 2 +- .../azure/authorization/get_shared_access_key_token.sl | 2 +- .../microsoft/azure/compute/storage/blobs/delete_blob.sl | 2 +- .../microsoft/azure/compute/storage/blobs/list_blobs.sl | 2 +- .../azure/compute/storage/containers/create_container.sl | 2 +- .../azure/compute/storage/containers/delete_container.sl | 2 +- .../azure/compute/storage/containers/list_containers.sl | 2 +- .../microsoft/azure/compute/virtual_machines/create_vm.sl | 2 +- .../microsoft/azure/compute/virtual_machines/delete_vm_v2.sl | 2 +- .../azure/streamanalytics/inputs/create_streaming_job_input.sl | 2 +- .../streamanalytics/outputs/create_streaming_job_output.sl | 2 +- .../azure/streamanalytics/streamingjobs/create_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/get_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/start_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/stop_streaming_job.sl | 2 +- .../streamanalytics/transformations/create_transformation.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/counter.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/schedule_time.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/time_format.sl | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) 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 48da18144..bebbf9937 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl @@ -90,7 +90,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 cbc9bc8ed..594840bcf 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 @@ -143,7 +143,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 307d2c015..364d25f29 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 @@ -47,7 +47,7 @@ operation: - expiry java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 bcb955157..0da5a6c05 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 @@ -84,7 +84,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 95ea1dcfc..dfae2b27a 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 57026570d..4f61512b7 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 6e0ddfeb9..b0f1c5870 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 53bf77b8e..6ed366949 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 @@ -72,7 +72,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 3ca682fd0..f1352c93a 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 @@ -318,7 +318,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 a3e9408b8..00234c1bc 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 @@ -168,7 +168,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 c8cb5bf03..e2417ad46 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 c4312bec7..9c117b178 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 077754e21..7d960ec2d 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 @@ -233,7 +233,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 46f996e0e..fa445a635 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 @@ -160,7 +160,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 641a0c573..0787e6f2e 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 @@ -172,7 +172,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 70ba86f09..2c871fb92 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 @@ -150,7 +150,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 fe114f4b6..6787d3567 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 d4db4301e..4f8fb61f0 100644 --- a/content/io/cloudslang/microsoft/azure/utils/counter.sl +++ b/content/io/cloudslang/microsoft/azure/utils/counter.sl @@ -52,7 +52,7 @@ operation: required: false java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 d5c491f5c..13f75b677 100644 --- a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl +++ b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' 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 d1465189b..9b34fc9bf 100644 --- a/content/io/cloudslang/microsoft/azure/utils/time_format.sl +++ b/content/io/cloudslang/microsoft/azure/utils/time_format.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.21' + gav: 'io.cloudslang.content:cs-azure:0.0.18' class_name: 'io.cloudslang.content.azure.actions.utils.GetTimeFormat' method_name: 'execute' From c53cffbd47f9480ad330f600cd84442adf28222b Mon Sep 17 00:00:00 2001 From: rajesh-kum-kalyankar Date: Mon, 17 Jul 2023 15:06:49 +0530 Subject: [PATCH 3/4] updated the gav for cs-azure --- .../cloudslang/microsoft/azure/authorization/get_auth_token.sl | 2 +- .../azure/authorization/get_auth_token_using_web_api.sl | 2 +- .../azure/authorization/get_shared_access_key_token.sl | 2 +- .../microsoft/azure/compute/storage/blobs/delete_blob.sl | 2 +- .../microsoft/azure/compute/storage/blobs/list_blobs.sl | 2 +- .../azure/compute/storage/containers/create_container.sl | 2 +- .../azure/compute/storage/containers/delete_container.sl | 2 +- .../azure/compute/storage/containers/list_containers.sl | 2 +- .../microsoft/azure/compute/virtual_machines/create_vm.sl | 2 +- .../microsoft/azure/compute/virtual_machines/delete_vm_v2.sl | 2 +- .../azure/streamanalytics/inputs/create_streaming_job_input.sl | 2 +- .../streamanalytics/outputs/create_streaming_job_output.sl | 2 +- .../azure/streamanalytics/streamingjobs/create_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/get_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/start_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/stop_streaming_job.sl | 2 +- .../streamanalytics/transformations/create_transformation.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/counter.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/schedule_time.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/time_format.sl | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) 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 bebbf9937..dc8182c0f 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl @@ -90,7 +90,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 594840bcf..12aab27bb 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 @@ -143,7 +143,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 364d25f29..cc330940c 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 @@ -47,7 +47,7 @@ operation: - expiry java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 0da5a6c05..e7aea0981 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 @@ -84,7 +84,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 dfae2b27a..6db81df3e 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 4f61512b7..432f88593 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 b0f1c5870..b55d254e5 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 @@ -78,7 +78,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 6ed366949..f87f84e09 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 @@ -72,7 +72,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 f1352c93a..f63594a3a 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 @@ -318,7 +318,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 00234c1bc..e6032e370 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 @@ -168,7 +168,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 e2417ad46..d471780e4 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 9c117b178..757b0b96c 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 @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 7d960ec2d..130a4c38b 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 @@ -233,7 +233,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 fa445a635..88a641b6a 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 @@ -160,7 +160,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 0787e6f2e..4cd55342e 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 @@ -172,7 +172,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 2c871fb92..9b7ba5cd6 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 @@ -150,7 +150,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 6787d3567..ffe86d224 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl @@ -171,7 +171,7 @@ operation: sensitive: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 4f8fb61f0..fe46f0daf 100644 --- a/content/io/cloudslang/microsoft/azure/utils/counter.sl +++ b/content/io/cloudslang/microsoft/azure/utils/counter.sl @@ -52,7 +52,7 @@ operation: required: false java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 13f75b677..1dcbc896c 100644 --- a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl +++ b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' 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 9b34fc9bf..6b44a0d99 100644 --- a/content/io/cloudslang/microsoft/azure/utils/time_format.sl +++ b/content/io/cloudslang/microsoft/azure/utils/time_format.sl @@ -44,7 +44,7 @@ operation: private: true java_action: - gav: 'io.cloudslang.content:cs-azure:0.0.18' + gav: 'io.cloudslang.content:cs-azure:0.0.22' class_name: 'io.cloudslang.content.azure.actions.utils.GetTimeFormat' method_name: 'execute' From 969127ce231b81f522f9471249f01667aace429b Mon Sep 17 00:00:00 2001 From: rajesh-kum-kalyankar Date: Thu, 28 Sep 2023 16:18:09 +0530 Subject: [PATCH 4/4] Updated GAV for the cs-azure --- .../cloudslang/microsoft/azure/authorization/get_auth_token.sl | 2 +- .../azure/authorization/get_auth_token_using_web_api.sl | 2 +- .../azure/authorization/get_shared_access_key_token.sl | 2 +- .../microsoft/azure/compute/storage/blobs/delete_blob.sl | 2 +- .../microsoft/azure/compute/storage/blobs/list_blobs.sl | 2 +- .../azure/compute/storage/containers/create_container.sl | 2 +- .../azure/compute/storage/containers/delete_container.sl | 2 +- .../azure/compute/storage/containers/list_containers.sl | 2 +- .../microsoft/azure/compute/virtual_machines/create_vm.sl | 2 +- .../microsoft/azure/compute/virtual_machines/delete_vm_v2.sl | 2 +- .../azure/streamanalytics/inputs/create_streaming_job_input.sl | 2 +- .../streamanalytics/outputs/create_streaming_job_output.sl | 2 +- .../azure/streamanalytics/streamingjobs/create_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/get_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/start_streaming_job.sl | 2 +- .../azure/streamanalytics/streamingjobs/stop_streaming_job.sl | 2 +- .../streamanalytics/transformations/create_transformation.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/counter.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/schedule_time.sl | 2 +- content/io/cloudslang/microsoft/azure/utils/time_format.sl | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) 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 a6cfa4f67..fca49ea70 100644 --- a/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl +++ b/content/io/cloudslang/microsoft/azure/authorization/get_auth_token.sl @@ -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 12aab27bb..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 @@ -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 cc330940c..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 @@ -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 e7aea0981..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 @@ -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 6db81df3e..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 @@ -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 432f88593..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 @@ -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 b55d254e5..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 @@ -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 f87f84e09..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 @@ -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 f63594a3a..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 @@ -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 e6032e370..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 @@ -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 d471780e4..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 @@ -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 757b0b96c..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 @@ -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 130a4c38b..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 @@ -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 88a641b6a..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 @@ -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 4cd55342e..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 @@ -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 9b7ba5cd6..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 @@ -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 ffe86d224..c1caf4740 100644 --- a/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl +++ b/content/io/cloudslang/microsoft/azure/streamanalytics/transformations/create_transformation.sl @@ -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 fe46f0daf..c60a43d4a 100644 --- a/content/io/cloudslang/microsoft/azure/utils/counter.sl +++ b/content/io/cloudslang/microsoft/azure/utils/counter.sl @@ -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 4a1e1e291..24db820c5 100644 --- a/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl +++ b/content/io/cloudslang/microsoft/azure/utils/schedule_time.sl @@ -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 6b44a0d99..1b4fdca07 100644 --- a/content/io/cloudslang/microsoft/azure/utils/time_format.sl +++ b/content/io/cloudslang/microsoft/azure/utils/time_format.sl @@ -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'