DatabricksDsc

0.4.2-preview0001

This module contains class-based DSC resources for Databricks and Unity Catalog with a focus on Azure.

Minimum PowerShell version

5.0

This is a prerelease version of DatabricksDsc.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DatabricksDsc -RequiredVersion 0.4.2-preview0001 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DatabricksDsc -Version 0.4.2-preview0001 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Gijs Reijn. All rights reserved.

Package Details

Author(s)

  • Gijs Reijn

Tags

DSC DSCResourceKit DSCResource Databricks DesiredStateConfiguration

Functions

Get-DatabricksUser New-DatabricksUser Remove-DatabricksUser Set-DatabricksUser

DSCResources

DatabricksAccountMetastoreAssignment DatabricksAccountServicePrincipal DatabricksAccountUser DatabricksAccountWorkspacePermissionAssignment DatabricksClusterPolicy DatabricksClusterPolicyPermission DatabricksGroup DatabricksServicePrincipal DatabricksUser

Dependencies

This module has no dependencies.

Release Notes

## [0.4.2-preview0001] - 2025-11-25

### Changed

- `DatabricksGroup`
 - Updated `GetCurrentState()` to retrieve all groups and filter locally instead
   of using SCIM filter parameters, aligning with `DatabricksUser` pattern
 - Enhanced `Modify()` method to automatically retrieve group ID when not set
   before PATCH or DELETE operations
- `DatabricksAccountServicePrincipal`
 - Added workspace URL fallback support via `GetServicePrincipalEndpoint()` helper
 - Automatically routes to workspace proxy endpoint (`/api/2.0/account/scim/v2/ServicePrincipals`)
   when using workspace URL instead of account console URL
 - Enables users without account-level console access to manage account-level
   service principals through their workspace
- `DatabricksAccountUser`
 - Added workspace URL fallback support via `GetUserEndpoint()` helper
 - Automatically routes to workspace proxy endpoint (`/api/2.0/account/scim/v2/Users`)
   when using workspace URL instead of account console URL
 - Enables users without account-level console access to manage account-level
   users through their workspace

### Fixed

- `DatabricksGroup`
 - Fixed issue where empty `$this.Id` caused malformed PATCH and DELETE URLs

FileList

Version History

Version Downloads Last updated
0.5.0 47 11/27/2025
0.5.0-previe... 3 11/27/2025
0.4.2 55 11/26/2025
0.4.2-previe... (current version) 3 11/25/2025
0.4.1 74 11/23/2025
0.4.0-previe... 3 11/23/2025
0.4.0-previe... 3 11/22/2025
0.3.0 4 11/21/2025
0.3.0-previe... 3 11/21/2025
0.2.1 6 11/19/2025
0.2.0-previe... 5 11/19/2025
Show more