Error Activating Azure Stack in Disconnected Mode
@rakku-ms がすでに取り組んでいます。
2021年4月1日 から。
評価
この issue はまだ評価されていません。
説明
When attempting to Activate an Azure Stack running in disconnected mode, I'm receiving the following error when using the 'New-AzsActivationResource' cmdlet:
Cannot bind argument to parameter 'ActivationKey' because it is an empty string.
The variable of $ActivationKey is correctly populated using Get-Content -Path 'keyfile.txt'
The issue looks to be in the 'RegisterWithAzure.psm1' module at line 1557.
Launching my own PEP session and using the adjusted command below allowed me to successfully register the stack:
Invoke-Command -Session $session -ArgumentList $ActivationKey { New-AzureStackActivation -ActivationKey $args[0] -TimeoutInSeconds 1800}
- 主要言語
- PowerShell
- スター
- 260
- フォーク
- 283
- 平均マージ
- 2時間 11分
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
Azure/AzureStack-Tools のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
Azure/AzureStack-Tools#710 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 45/100
Azure/AzureStack-Tools#707 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 50/100
Azure/AzureStack-Tools#705 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 45/100
Azure/AzureStack-Tools#680 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
Azure/AzureStack-Tools#648 · コメント 1 件 ·