Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Error Activating Azure Stack in Disconnected Mode

オープン
#593 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Azure/AzureStack-Tools のほかの issue

Azure/AzureStack-Tools の issue をすべて見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。