Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding warnings for save to file and debug mode. #22

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

SethHollandsworth
Copy link
Owner

Adding warnings to say save-to-file is being deprecated and debug mode should not be used outside of debugging.

Fixed bug with numbers for template parameters. There was a bug where if you had a number for a parameter value, the string.replace() operation would error out. By casting the number to a string, this is solved.

@SethHollandsworth SethHollandsworth added bug Something isn't working documentation Improvements or additions to documentation labels Apr 13, 2023
@SethHollandsworth SethHollandsworth self-assigned this Apr 13, 2023
@SethHollandsworth SethHollandsworth merged commit 50be7ac into main Apr 18, 2023
@SethHollandsworth SethHollandsworth deleted the update_save_to_file branch April 18, 2023 17:11
SethHollandsworth pushed a commit that referenced this pull request Aug 14, 2024
* fix: --title --kind --custom-property parameters (#1)

* feat: support yaml file in register command (#3)

* fix: workspace parameter should not be required (#2)

* style: fix lint issues (#6)

* chore: update codeowner for apic-extension (#5)

* feat: revert changes to min cli version (#4)

* feat: resolve comments to CLI experience (#10)

* feat: mark "apic api register" command as preview (#13)

* feat: remove --terms-of-service parameter (#12)

* feat: remove --workspace-name parameter (#11)

* feat: support python 3.8 and 3.9 (#14)

* feat: fix command descriptions (#17)

* tests: add test cases for 'apic service' commands (#16)

* feat: Use 03-01 spec from azure-rest-api-specs repo to regenerate CLI (#19)

* fix: CLI errors (#20)

* fix: import error when run CLI command

* fix: no workspace name error when run import specification command

* feat: mark some parameters as required (#21)

* feat: mark --assignments parameter required for metadata commands

* doc: update sample commands

* feat: mark --source-resource-ids parameter as required for import-from-apim command

* doc: update description for import-from-apim command

* feat: bump version to 1.0.0b5 and update changelog (#18)

* build: fix ci (#22)

* style: fix style warnings

* test:fix test cases

* fix: service update command failure (#28)

* doc: fix command samples (#30)

* doc: update changelog per feedback (#29)

* doc: remove extra spaces in register command help message (#34)

* doc: update api definition and metadata command samples (#36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants