We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14aa6d5 commit e11f0b2Copy full SHA for e11f0b2
jobs/src/backup/main.py
@@ -47,11 +47,11 @@ def backup():
47
summary = {}
48
supported_types = [
49
arcgis.gis.ItemTypeEnum.FEATURE_SERVICE.value,
50
- # restoring some of these types below just broken them. Perhaps these can be implemented in the future...
51
- # arcgis.gis.ItemTypeEnum.WEB_EXPERIENCE.value,
52
- # arcgis.gis.ItemTypeEnum.WEB_MAP.value,
53
- # arcgis.gis.ItemTypeEnum.WEB_SCENE.value,
54
- # arcgis.gis.ItemTypeEnum.WEB_MAPPING_APPLICATION.value,
+ # restoring some of these types below just broken them.
+ arcgis.gis.ItemTypeEnum.WEB_EXPERIENCE.value,
+ arcgis.gis.ItemTypeEnum.WEB_MAP.value,
+ arcgis.gis.ItemTypeEnum.WEB_SCENE.value,
+ arcgis.gis.ItemTypeEnum.WEB_MAPPING_APPLICATION.value,
55
]
56
57
while has_more:
0 commit comments