@@ -315,15 +315,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
315315 minimum = 50
316316 )
317317
318- # Removed in API is not needed, added here for backwards compatibility will be removed in breaking change window
319- args_schema .endpoint_type = AAZStrArg (
320- options = ["--endpoint-type" ],
321- arg_group = "Replication" ,
322- help = "Indicates whether the local volume is the source or destination for the Volume Replication" ,
323- nullable = True ,
324- enum = {"dst" : "dst" , "src" : "src" },
325- )
326-
327318 # The API does only support setting Basic and Standard
328319 args_schema .network_features .enum = AAZArgEnum ({"Basic" : "Basic" , "Standard" : "Standard" }, case_sensitive = False )
329320
@@ -420,15 +411,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
420411 required = False ,
421412 )
422413
423- # Removed in API is not needed, added here for backwards compatibility will be removed in breaking change window
424- args_schema .endpoint_type = AAZStrArg (
425- options = ["--endpoint-type" ],
426- arg_group = "Replication" ,
427- help = "Indicates whether the local volume is the source or destination for the Volume Replication" ,
428- nullable = True ,
429- enum = {"dst" : "dst" , "src" : "src" },
430- )
431-
432414 args_schema .usage_threshold ._fmt = AAZIntArgFormat (
433415 maximum = 2457600 ,
434416 minimum = 50
0 commit comments