Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cmd/account/groups/groups.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package groups

import (
Expand Down
5 changes: 4 additions & 1 deletion cmd/account/service-principals/service-principals.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package service_principals

import (
Expand Down
5 changes: 4 additions & 1 deletion cmd/account/users/users.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package users

import (
Expand Down
5 changes: 4 additions & 1 deletion cmd/workspace/groups/groups.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package groups

import (
Expand Down
5 changes: 4 additions & 1 deletion cmd/workspace/service-principals/service-principals.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package service_principals

import (
Expand Down
5 changes: 4 additions & 1 deletion cmd/workspace/users/users.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
// These SCIM commands were previously auto-generated from OpenAPI specs
// but are now manually maintained because the v2 API versions have taken
// over as the generated commands. See https://github.com/databricks/cli/pull/4722.

//nolint:staticcheck,perfsprint
package users

import (
Expand Down
Loading