Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/Databricks/Az.Databricks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.Databricks.private.dll'
Expand Down
4 changes: 4 additions & 0 deletions src/OperationalInsights/OperationalInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
-->
## Upcoming Release
* Updated legacy code to apply new generated SDK
* Deleted cmdlets due to deprecated APIs
- `Get-AzOperationalInsightsSavedSearchResult` (alias `Get-AzOperationalInsightsSavedSearchResults`)
- `Get-AzOperationalInsightsSearchResult` (alias `Get-AzOperationalInsightsSearchResults`)
- `Get-AzOperationalInsightsLinkTarget` (alias `Get-AzOperationalInsightsLinkTargets`)
* Added parameters for `Set-AzOperationalInsightsWorkspace` and `New-AzOperationalInsightsWorkspace`
* Created cmdlets for Linked Stoarge Account
* Created cmdlets for Clusters and Linked Service
Expand Down
1 change: 1 addition & 0 deletions tools/VersionController/MinimalVersion.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"Module","Minimal Version"
"Az.Aks","1.1.1"
"Az.Compute","4.1.0"
"Az.Functions","1.0.0"
"Az.Resources","2.0.1"
"Az.StackEdge","0.1.0"