diff --git a/cmd/account/groups/groups.go b/cmd/account/groups/groups.go index c7052fadec..d67eb3e41f 100755 --- a/cmd/account/groups/groups.go +++ b/cmd/account/groups/groups.go @@ -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 ( diff --git a/cmd/account/service-principals/service-principals.go b/cmd/account/service-principals/service-principals.go index 27445db4cc..846f2b13a9 100755 --- a/cmd/account/service-principals/service-principals.go +++ b/cmd/account/service-principals/service-principals.go @@ -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 ( diff --git a/cmd/account/users/users.go b/cmd/account/users/users.go index 8474a79613..07d6aff8bf 100755 --- a/cmd/account/users/users.go +++ b/cmd/account/users/users.go @@ -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 ( diff --git a/cmd/workspace/groups/groups.go b/cmd/workspace/groups/groups.go index afbfb05a69..0e838578bc 100755 --- a/cmd/workspace/groups/groups.go +++ b/cmd/workspace/groups/groups.go @@ -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 ( diff --git a/cmd/workspace/service-principals/service-principals.go b/cmd/workspace/service-principals/service-principals.go index 9bf6dc5591..e70abfc1c5 100755 --- a/cmd/workspace/service-principals/service-principals.go +++ b/cmd/workspace/service-principals/service-principals.go @@ -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 ( diff --git a/cmd/workspace/users/users.go b/cmd/workspace/users/users.go index 340ddade3f..d309fcd4a5 100755 --- a/cmd/workspace/users/users.go +++ b/cmd/workspace/users/users.go @@ -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 (