Azure / Azure/AzLoadBalancerMigration
🪲 Bug Report - AzureAvSetBasicPublicIPUpgrade: "Skipping upgrade" does not work due to "return" statement.
- 主要言語
- Bicep
- スター
- 11
- フォーク
- 18
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 3
説明
## Describe the bug
AzureAvSetBasicPublicIPUpgrade: "Skipping upgrade" does not work due to "return" statement.
## To Reproduce
Steps to reproduce the behavior:
1. Excute the script to the VM with no public IP address resource in given AvSet.
2. Logged: `[WARNING] VM '' does not have any public IP addresses attached. Skipping upgrade.`
4. Then Logged `[INFO] ####### Upgrade process complete. #######`. The other VMs which has public IP addresses are also skipped.
## Expected behavior
The VMs which has public IP addresses should be upgraded.
The VMs which has no public IP addresses should be skipped.
"return" statements in line 224 and 235 should be replaced in "continue" statements.
## Screenshots 📷
## Additional context - please include:
- Version of the AzureBasicLoadBalancerUpgrade module you are running (see: `Get-Module AzureBasicLoadBalancerUpgrade` after importing the module.): 1.0.0
- Version of PowerShell you are running (`$PSVersionTable`)
- The JSON View or template of the VMSS and Load Balancer(s) to be migrated
N/A
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start in the AzureAvSetBasicPublicIPUpgrade module around lines 224 and 235, where the issue identifies the return statements. Reproduce the case with a VM lacking a public IP and other VMs with public IPs; done means the former is skipped while the latter continue through the upgrade process.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, powershell
- 領域
- cloud, infrastructure
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 58/100