Skip to content

Commit

Permalink
Merge pull request #3716 from zowe/reboot/fix/zosmf-id-default
Browse files Browse the repository at this point in the history
fix: update default service id for z/osmf in api layer
  • Loading branch information
MarkAckert authored Feb 2, 2024
2 parents 350a016 + d49b0ac commit 97e66e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

All notable changes to the Zowe Installer will be documented in this file.

## `3.0.0`

### Breaking Changes

- `zowe.yaml` changed its default z/OSMF Service ID definition from `zosmf` to `ibmzosmf`, which may impact Zowe Clients. For more information on this change, please see the API Mediation Layer's 3.0.0 Breaking Changes.

<!--Add the PR or issue number to the entry if available.-->
## `2.14.0`

Expand Down
2 changes: 1 addition & 1 deletion example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ components:
provider: zosmf
zosmf:
jwtAutoconfiguration: auto
serviceId: zosmf
serviceId: ibmzosmf
authorization:
endpoint:
enabled: false
Expand Down

0 comments on commit 97e66e7

Please sign in to comment.