Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
> - ⚠️ **Breaking changes may occur at any time**
> - 🔬 **APIs are experimental and unstable**
>
> For production use cases, please wait for the stable release or use the current [Databricks SDK](https://github.com/databricks/databricks-sdk-go).
> For production use cases, please wait for the stable release or use the current [Databricks SDK](https://github.com/databricks/databricks-sdk-go).
2 changes: 2 additions & 0 deletions accessmanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version changelog

## Release v0.0.1-dev.2 (2026-09-02)

## Release v0.0.1-dev.1 (2026-08-20)
14 changes: 11 additions & 3 deletions accessmanagement/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ replace github.com/databricks/sdk-go/core => ../core
replace github.com/databricks/sdk-go/options => ../options

require (
github.com/databricks/sdk-go/auth v0.0.1-dev.1
github.com/databricks/sdk-go/core v0.0.1-dev.1
github.com/databricks/sdk-go/options v0.0.1-dev.1
github.com/databricks/sdk-go/auth v0.0.1-dev.2
github.com/databricks/sdk-go/core v0.0.1-dev.2
github.com/databricks/sdk-go/options v0.0.1-dev.2
)

require (
github.com/databricks/databricks-sdk-go v0.92.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/oauth2 v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
2 changes: 1 addition & 1 deletion accessmanagement/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package internal

const ModuleName = "sdk-go-accessmanagement"

const Version = "0.0.1-dev.1"
const Version = "0.0.1-dev.2"
134 changes: 95 additions & 39 deletions accessmanagement/v1/client.go
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 11 additions & 9 deletions accessmanagement/v1/genhelper.go
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading