Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 3e807d5

Browse files
Added PR #3000
1 parent a9b5b7f commit 3e807d5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## BREAKING CHANGES
1313

14-
(In progress) This release has a change that removes caching of the OneFuzz config parameters. The new OneFuzz operation only store the endpoint and requires parameters per CLI command.
14+
This release removes the parameters `--client_id`, `--override_authority`, and `override_tenant_domain` from the `config` command.
15+
16+
For those accessing the CLI with a service principal, the parameters can be supplied on the command line for each of the CLI commands.
17+
18+
For example, if deploying a job:
19+
20+
```shell
21+
onefuzz --client_id [CLIENT_ID] --client_secret [CLIENT_SECRET] template libfuzzer basic --setup_dir .....
22+
```
1523

1624
### Added
1725

@@ -25,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2533
* Agent: Install v17 Visual Studio redistributables [#2943](https://github.com/microsoft/onefuzz/pull/2943)
2634
* Agent/Service: Use minimized stack for crash site if no ASAN logs are available [#2962](https://github.com/microsoft/onefuzz/pull/2962)
2735
* Agent/Service: Unified several Rust crate dependency versions across the platform [#3010](https://github.com/microsoft/onefuzz/pull/3010)
36+
* CLI: Remove additional parameters from the `config` command and require them on each CLI request if accessing the CLI with a service principal [#3000](https://github.com/microsoft/onefuzz/pull/3000)
2837
* Service: Loosen scriban template validation [#2963](https://github.com/microsoft/onefuzz/pull/2963)
2938
* Service: Updated integration test pool size [#2935](https://github.com/microsoft/onefuzz/pull/2935)
3039
* Service: Pass the task tags to the agent when scheduling jobs [#2881](https://github.com/microsoft/onefuzz/pull/2881)

0 commit comments

Comments
 (0)