forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLI][Spring-Cloud] Move to GA for Java In-process Agent (Azure#3623)
* In param help, change instrumentation key to connection string * update dependency of azure cli to have connection_string in data model * update param description for app_insights_key * update history and setup version for IPA GA CLI * rename term distributed tracing to Application Insights in help * remove Java In-process Agent or (IPA) in help * deco `disable_distributed_tracing` parameter in az spring-cloud create/update * mark `enable_java_agent` as deprecated. And ignore this parameter. By default enable java agent in az spring-cloud create command group * By default enable java agent in az spring-cloud update command group * separate ai parameters from asc create and asc update * merge same parameter for asc create and asc update * remove help for asc update against ai settings * add warn log for `enable-java-agent` * support connection string in help info * refine too long string help info * remove preview tag for asc app-insights command group * rename trace_properties to monitoring_setting_properties * support both connection string and instrumentation key * support sampling rate * refine validator error message * add validator back for enable_java_agent and refine the wording. * refine history for the changes. * fix bug for app-insights update * fix bug for app-insights update * update version * Fix bug for asc update disable ai * add support no-wait for ipa ga * add scenario test for asc create and update * add scenario test for asc app insights update * add negative cases for asc create * add negative cases for asc update * add negative cases for asc app-insights update * enhance scenario for asc app-insights update * enhance scenario for asc create * add scenario for asc create with ai disabled * fix for style check * remove comment * remove dependency on other modules * replace CLIError with concrete error class * add track work item for refactoring the validators * add comment to explain record_only * update history
- Loading branch information
Showing
15 changed files
with
20,942 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"azext.isPreview": false, | ||
"azext.minCliCoreVersion": "2.0.67" | ||
"azext.minCliCoreVersion": "2.25.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.