Skip to content

Commit

Permalink
Check aziot-edge component instead of aziot-identity-service (#7382)
Browse files Browse the repository at this point in the history
  • Loading branch information
yophilav authored Oct 17, 2024
1 parent 61d9316 commit ca5b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgelet/iotedge/src/check/checks/aziot_edged_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl AziotEdgedVersion {
.flat_map(|channel| channel.products.iter())
.filter(|product| product.id == "aziot-edge")
.flat_map(|product| product.components.iter())
.filter(|component| component.name == "aziot-identity-service")
.filter(|component| component.name == "aziot-edge")
.map(|component| component.version.clone())
.collect();
let parsed_versions = versions
Expand Down

0 comments on commit ca5b8af

Please sign in to comment.