Commit f52d8bd
authored
## Changes
Move the AccountClient reader and setter from the root package to
`libs/command`.
## Why
This allows us to read the account client set in the context in all CLI
packages. This was not possible before because using
`root.AccountClient` would often result in an import cycle.
This is a natural follow-up to
#2440 and
#2444.
## Tests
Existing tests and one new unit test.
NO_CHANGELOG=true
1 parent 052b9d9 commit f52d8bd
File tree
41 files changed
+232
-161
lines changed- .codegen
- cmd
- account
- access-control
- billable-usage
- budget-policy
- budgets
- credentials
- csp-enablement-account
- custom-app-integration
- disable-legacy-features
- enable-ip-access-lists
- encryption-keys
- esm-enablement-account
- federation-policy
- groups
- ip-access-lists
- log-delivery
- metastore-assignments
- metastores
- network-connectivity
- networks
- o-auth-published-apps
- personal-compute
- private-access
- published-app-integration
- service-principal-federation-policy
- service-principal-secrets
- service-principals
- storage-credentials
- storage
- usage-dashboards
- users
- vpc-endpoints
- workspace-assignment
- workspaces
- auth
- root
- libs/command
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+232
-161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments