Skip to content

Commit 735535e

Browse files
committed
Fix error with allow_patch and put conflict
1 parent 9689acd commit 735535e

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

otcextensions/sdk/apig/v2/custom_authorizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class CustomAuthorizer(resource.Resource):
2424
allow_list = True
2525
allow_fetch = True
2626
allow_create = True
27-
allow_patch = True
2827
allow_delete = True
2928
allow_commit = True
3029

otcextensions/sdk/dis/v2/stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Stream(resource.Resource):
2424
allow_commit = True
2525
allow_delete = True
2626
allow_fetch = True
27-
allow_patch = True
2827

2928
_query_mapping = resource.QueryParameters("limit", "start_stream_name")
3029

otcextensions/sdk/dws/v1/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class Cluster(resource.Resource):
2626
allow_commit = True
2727
allow_delete = True
2828
allow_fetch = True
29-
allow_patch = True
3029

3130
# Properties
3231
#: The key indicates an ongoing task.

otcextensions/sdk/modelartsv1/v1/devenv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ class Devenv(resource.Resource):
254254
allow_commit = True
255255
allow_delete = True
256256
allow_fetch = True
257-
allow_patch = True
258257

259258
# Properties
260259

otcextensions/sdk/modelartsv1/v1/job_resource_specifications.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class JobResourceSpecifications(resource.Resource):
1919

2020
allow_list = True
2121
allow_fetch = True
22-
allow_patch = True
2322

2423
#: Job type
2524
job_type = resource.Body("job_type", type=str)

otcextensions/sdk/modelartsv2/v2/dataset_import_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class DatasetImportTask(resource.Resource):
4040
allow_create = True
4141
allow_list = True
4242
allow_fetch = True
43-
allow_patch = True
4443

4544
# Properties
4645
#: Number of labeled samples.

0 commit comments

Comments
 (0)