Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Azure stat #1766

Open
wants to merge 6 commits into
base: WS_2_0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions content/io/cloudslang/microsoft/azure/utils/counter.sl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions content/io/cloudslang/microsoft/azure/utils/schedule_time.sl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions content/io/cloudslang/microsoft/azure/utils/time_format.sl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'

Expand Down