@@ -208,33 +208,6 @@ def generate_by_swagger_tag(profile, swagger_tag, extension_or_module_name, cli_
208208 expose_value = False ,
209209 help = "Local path of azure-cli repo. Only required when generate code to azure-cli repo."
210210)
211- @click .option (
212- "--cli-extension-path" , '-e' ,
213- type = click .Path (file_okay = False , dir_okay = True , writable = True , readable = True , resolve_path = True ),
214- default = Config .CLI_EXTENSION_PATH ,
215- callback = Config .validate_and_setup_cli_extension_path ,
216- expose_value = False ,
217- hidden = True ,
218- help = "The local path of azure-cli-extension repo. Only required when generate code to azure-cli-extension repo."
219- )
220- @click .option (
221- "--swagger-path" , '-s' ,
222- type = click .Path (file_okay = False , dir_okay = True , readable = True , resolve_path = True ),
223- default = Config .SWAGGER_PATH ,
224- callback = Config .validate_and_setup_swagger_path ,
225- expose_value = False ,
226- hidden = True ,
227- help = "The local path of azure-rest-api-specs repo. Official repo is https://github.com/Azure/azure-rest-api-specs"
228- )
229- @click .option (
230- "--aaz-path" , '-a' ,
231- type = click .Path (file_okay = False , dir_okay = True , writable = True , readable = True , resolve_path = True ),
232- default = Config .AAZ_PATH ,
233- callback = Config .validate_and_setup_aaz_path ,
234- expose_value = False ,
235- hidden = True ,
236- help = "The local path of aaz repo."
237- )
238211@click .option (
239212 "--spec" , "-s" ,
240213 required = True ,
0 commit comments