You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnlen(programmedNCs), errors.Wrap(err, "failed to get nc version list from nmagent")
232
231
}
233
232
234
-
// Get IMDS NC versions for delegated NIC scenarios. If any of the NMA API check calls, imds calls fails assume that nma build doesn't have the latest changes and create empty map
233
+
// Get IMDS NC versions for delegated NIC scenarios.
235
234
imdsNCVersions:=service.getIMDSNCs(ctx)
236
-
iferr!=nil {
237
-
// If any of the NMA API check calls, imds calls fails assume that nma build doesn't have the latest changes and create empty map
//nolint:staticcheck // SA1019: suppress deprecated logger.Debugf usage. Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
733
-
logger.Debugf("failed to add PrefixOnNic keys to Windows registry: %w", err)
728
+
logger.Debugf("failed to add PrefixOnNic keys to Windows registry: %v", err)
0 commit comments