Skip to content

Commit f6f5210

Browse files
committed
Fixed test and added the SKU check back.
1 parent 130b8d3 commit f6f5210

3 files changed

Lines changed: 1705 additions & 3 deletions

File tree

src/azure-cli/azure/cli/command_modules/appservice/custom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5666,6 +5666,8 @@ def _parse_raw_stacks(self, stacks):
56665666
continue
56675667

56685668
for sku in skus:
5669+
if sku['skuCode'] != self._sku:
5670+
continue
56695671

56705672
github_actions_properties = {
56715673
'is_supported': github_actions_settings.get('isSupported', False),

0 commit comments

Comments
 (0)