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
* Disabling auto OS updates in yum
* minor corrections
* Addressing review comments
* Resolving bugs in diable auto OS updates in yum and addresing some feedback comments
* Merging with master and adressing some more review comments
* Adding UTs and addressing some more PR comments
* updating extension version to 1.6.27
raiseException("Unable to open {0} (retries exhausted). Error: {1}.".format(str(real_path), repr(error)))
287
+
error_message="Unable to open file (retries exhausted). [File={0}][Error={1}][RaiseIfNotFound={2}].".format(str(real_path), repr(error), str(raise_if_not_found))
# NOTE: only sending details in error objects for customer visibility on why patch state is unknown, overall configurepatching status will remain successful
78
+
self.__report_consolidated_configure_patch_status(error="Extension attempted but could not disable some of the auto OS update service. Please check if the auto OS services are configured correctly")
self.composite_logger.log_debug("Since extension has a valid backup, no need to log the current settings again. [Default Auto OS update settings={0}] [File path={1}]"
""" Updates (or adds if it doesn't exist) the given patch_configuration_sub_setting with the given value in os_patch_configuration_settings_file """
467
485
try:
468
486
# note: adding space between the patch_configuration_sub_setting and value since, we will have to do that if we have to add a patch_configuration_sub_setting that did not exist before
0 commit comments