Skip to content

Commit c8c5624

Browse files
seligj95Copilot
andauthored
Update src/azure-cli/azure/cli/command_modules/appservice/custom.py
Co-authored-by: Copilot <[email protected]>
1 parent 74669a4 commit c8c5624

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6506,7 +6506,7 @@ def _parse_major_version_linux(self, major_version, parsed_results, seen_runtime
65066506
linux_container_settings = minor.stack_settings.linux_container_settings
65076507
# Dynamically get all Java runtimes from container settings
65086508
runtimes = self._get_java_runtimes_from_container_settings(linux_container_settings)
6509-
# Remove the JBoss'_byol' entries from the output
6509+
# Remove the 'JBoss _byol' entries from the output
65106510
runtimes = [(r, v, au) for (r, v, au) in runtimes if r is not None and not r.endswith("_byol")] # pylint: disable=line-too-long
65116511
for runtime_name, version, auto_update in [(r, v, au) for (r, v, au) in runtimes if r is not None]:
65126512
# Skip duplicates

0 commit comments

Comments
 (0)