diff --git a/awsautoenableS3Logging/packaged.yaml b/awsautoenableS3Logging/packaged.yaml index 9040604..fabf98f 100644 --- a/awsautoenableS3Logging/packaged.yaml +++ b/awsautoenableS3Logging/packaged.yaml @@ -24,7 +24,7 @@ Metadata: - s3logging - flowlogs Name: sumologic-s3-logging-auto-enable - SemanticVersion: 1.0.3 + SemanticVersion: 1.0.4 SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/awsautoenableS3Logging LicenseUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.3/978602b5b9ec16f8bab0e38fd6b3998f ReadmeUrl: s3://appdevstore/AutoEnableS3Logs/v1.0.3/d05d411471e0bb4db3389f2523f515f0 diff --git a/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml b/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml index e8b6e35..a8ecf05 100755 --- a/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml +++ b/awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml @@ -24,7 +24,7 @@ Metadata: - s3logging - flowlogs Name: sumologic-s3-logging-auto-enable - SemanticVersion: 1.0.3 + SemanticVersion: 1.0.4 SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/awsautoenableS3Logging LicenseUrl: ./LICENSE ReadmeUrl: ./README.md diff --git a/sumologic-app-utils/src/sumoresource.py b/sumologic-app-utils/src/sumoresource.py index a568a60..b180b4f 100644 --- a/sumologic-app-utils/src/sumoresource.py +++ b/sumologic-app-utils/src/sumoresource.py @@ -733,7 +733,7 @@ def update(self, app_folder_id, appname, source_params, orgID, share=True, locat isAdmin = False if location == "admin": isAdmin=True - data, new_app_folder_id = self.create(appname=appname, source_params=source_params, folder_name=folder_name, s3url=s3url, orgID=orgID, share=share, location=location) + data, new_app_folder_id = self.create(appname=appname, source_params=source_params, appid=appid, folder_name=folder_name, s3url=s3url, orgID=orgID, share=share, location=location) print("updated app appFolderId: %s " % new_app_folder_id) if retain_old_app: backup_folder_id = self._create_backup_folder(new_app_folder_id, app_folder_id, isAdmin) diff --git a/sumologic-app-utils/sumo_app_utils.zip b/sumologic-app-utils/sumo_app_utils.zip index 7bd19a8..8e59dfc 100644 Binary files a/sumologic-app-utils/sumo_app_utils.zip and b/sumologic-app-utils/sumo_app_utils.zip differ