diff --git a/cmd/account/groups/groups.go b/cmd/account/groups/groups.go index c7052fadec3..d67eb3e41f3 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 27445db4cc3..846f2b13a98 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 8474a796138..07d6aff8bf8 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 afbfb05a69a..0e838578bc1 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 9bf6dc5591b..e70abfc1c59 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 340ddade3f0..d309fcd4a5d 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 (