AzurePowerShell@2 - Azure PowerShell v2 工作
使用此工作在 Azure 環境中執行 PowerShell 腳本。 Azure 內容會使用提供的 Azure Resource Manager 服務連線進行驗證。
此版本的工作已被取代;使用 AzurePowerShell@5。
使用此工作在 Azure 環境中執行 PowerShell 腳本。 Azure 內容會使用提供的 Azure Resource Manager 服務連線進行驗證。
語法
# Azure PowerShell v2
# Run a PowerShell script within an Azure environment.
- task: AzurePowerShell@2
inputs:
#azureConnectionType: 'ConnectedServiceNameARM' # 'ConnectedServiceName' | 'ConnectedServiceNameARM'. Alias: ConnectedServiceNameSelector. Azure Connection Type. Default: ConnectedServiceNameARM.
#azureClassicSubscription: # string. Alias: ConnectedServiceName. Required when ConnectedServiceNameSelector = ConnectedServiceName. Azure Classic Subscription.
azureSubscription: # string. Alias: ConnectedServiceNameARM. Required when ConnectedServiceNameSelector = ConnectedServiceNameARM. Azure Subscription.
ScriptType: 'FilePath' # 'FilePath' | 'InlineScript'. Required. Script Type. Default: FilePath.
#ScriptPath: # string. Optional. Use when ScriptType = FilePath. Script Path.
#Inline: # string. Optional. Use when ScriptType = InlineScript. Inline Script.
#ScriptArguments: # string. Script Arguments.
#azurePowerShellVersion: 'OtherVersion' # 'LatestVersion' | 'OtherVersion'. Alias: TargetAzurePs. Azure PowerShell Version. Default: OtherVersion.
preferredAzurePowerShellVersion: # string. Alias: CustomTargetAzurePs. Required when TargetAzurePs = OtherVersion. Preferred Azure PowerShell Version.
輸入
azureConnectionType
-
Azure 連線類型
輸入別名:ConnectedServiceNameSelector
。
string
。 允許的值:ConnectedServiceName
(Azure 傳統版)、ConnectedServiceNameARM
(Azure Resource Manager)。 預設值:ConnectedServiceNameARM
。
azureClassicSubscription
-
Azure 傳統訂用帳戶
輸入別名:ConnectedServiceName
。
string
。
ConnectedServiceNameSelector = ConnectedServiceName
時為必要項。
執行 PowerShell 之前要設定的 Azure 傳統訂用帳戶。
azureSubscription
-
Azure 訂用帳戶
輸入別名:ConnectedServiceNameARM
。
string
。
ConnectedServiceNameSelector = ConnectedServiceNameARM
時為必要項。
執行 PowerShell 之前要設定的 Azure Resource Manager 訂用帳戶。
ScriptType
-
文稿類型
string
。 必須的。 允許的值:FilePath
(腳本檔案路徑)、InlineScript
(內嵌腳本)。 預設值:FilePath
。
腳本的類型:檔案路徑或內嵌。
ScriptPath
-
文稿路徑
string
。 選擇性。
ScriptType = FilePath
時使用 。
腳本的路徑。 這應該是完整路徑或相對於預設工作目錄的路徑。
Inline
-
內嵌腳本
string
。 選擇性。
ScriptType = InlineScript
時使用 。 預設值:# You can write your azure powershell scripts inline here. \n# You can also pass predefined and custom variables to this script using arguments
。
指定要執行的文稿。 支援的內嵌腳本長度上限為 5000 個字元。 如果您想要使用較長的腳稿,請使用檔案中的腳本。
ScriptArguments
-
腳本自變數
string
。
要傳遞至 PowerShell 的其他參數。 這些可以是序數或具名參數。
azurePowerShellVersion
-
Azure PowerShell 版本
輸入別名:TargetAzurePs
。
string
。 允許的值:LatestVersion
(最新版本),OtherVersion
(指定其他版本)。 預設值:OtherVersion
。
如果載入的代理程式,支援的 Azure PowerShell 版本會 2.1.0
、3.8.0
、4.2.1
、5.1.1
和 6.7.0
。
若要挑選代理程式上可用的最新版本,請選取 [LatestVersion
[最新安裝的版本]。
針對私人代理程式,您可以使用 OtherVersion
來指定慣用版本的 Azure PowerShell(指定其他版本)。
preferredAzurePowerShellVersion
-
慣用 Azure PowerShell 版本
輸入別名:CustomTargetAzurePs
。
string
。
TargetAzurePs = OtherVersion
時為必要項。
慣用的 Azure PowerShell 版本必須是適當的語意版本,例如
1.2.3.
。 不支援像是 2.\*,2.3.\*
的 Regex。 裝載的代理程式目前支援 azure 模組版本 2.1.0
、3.8.0
、4.2.1
、5.1.1
和 AzureRM 模組版本,2.1.0
、3.8.0
、4.2.1
、5.1.1
、6.7.0
。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性。
輸出變數
沒有。