From 68cb22352a3d43f47db9276032c3ff2cc9b4ad0b Mon Sep 17 00:00:00 2001 From: Audra Stump <71152145+audrastump@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:45:10 -0700 Subject: [PATCH] adding to action (#396) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e391809c..8ac97cf8 100644 --- a/action.yml +++ b/action.yml @@ -80,6 +80,10 @@ inputs: skip-tls-verify: description: True if the insecure-skip-tls-verify option should be used. Input should be 'true' or 'false'. default: false + resource-type: + description: Either Microsoft.ContainerService/managedClusters or Microsoft.ContainerService/fleets'. + required: false + default: 'Microsoft.ContainerService/managedClusters' branding: color: 'green'