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
5 changes: 2 additions & 3 deletions src/Dashboard/Dashboard.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Dashboard")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.3")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.3")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

10 changes: 7 additions & 3 deletions src/Dashboard/Dashboard.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ For information on how to develop for `Az.Dashboard`, see [how-to.md](how-to.md)
> see https://aka.ms/autorest

``` yaml
commit: 02ed6d4aac29881364f8698b4fdac9c76cd0f538
commit: a6ef905ba314503e8cfac82d63a2e790fae7991b
require:
- $(this-folder)/../../readme.azure.noprofile.md
input-file:
- $(repo)/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json
- $(repo)/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2025-08-01/grafana.json

title: Dashboard
module-version: 0.1.0
module-version: 0.3.0
subject-prefix: Grafana

directive:
Expand Down Expand Up @@ -65,13 +65,17 @@ directive:
variant: ^CreateViaIdentity$|^CreateViaIdentityExpanded$
remove: true
- where:
subject: Grafana
parameter-name: WorkspaceName
set:
parameter-name: Name
alias: GrafanaName
- where:
subject: PrivateEndpointConnection
remove: true
- where:
subject: ManagedPrivateEndpoint
remove: true
- where:
subject: PrivateLinkResource
remove: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"resourceType": "dashboards",
"apiVersion": "2025-08-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard"
},
"commands": [
{
"name": "Get-AzGrafanaDashboard",
"description": "Get the properties of a specific dashboard for grafana resource.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/dashboards/{dashboardName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/get-azgrafanadashboard"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Get the properties of a specific dashboard for grafana resource.",
"parameters": [
{
"name": "-Name",
"value": "[Path.dashboardName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzGrafanaManagedDashboard",
"description": "Delete a dashboard for Grafana resource.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/dashboards/{dashboardName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/remove-azgrafanamanageddashboard"
},
"parameterSets": [
{
"parameters": [
"-DashboardName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Delete a dashboard for Grafana resource.",
"parameters": [
{
"name": "-DashboardName",
"value": "[Path.dashboardName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "grafana/integrationFabrics",
"apiVersion": "2025-08-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard"
},
"commands": [
{
"name": "Get-AzGrafanaIntegrationFabric",
"description": "Get a IntegrationFabric",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/integrationFabrics/{integrationFabricName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/get-azgrafanaintegrationfabric"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]",
"-WorkspaceName <String>"
]
}
]
},
"examples": [
{
"description": "Get a IntegrationFabric",
"parameters": [
{
"name": "-Name",
"value": "[Path.integrationFabricName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
},
{
"name": "-WorkspaceName",
"value": "[Path.workspaceName]"
}
]
}
]
},
{
"name": "Remove-AzGrafanaIntegrationFabric",
"description": "Delete a IntegrationFabric",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/integrationFabrics/{integrationFabricName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/remove-azgrafanaintegrationfabric"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]",
"-WorkspaceName <String>"
]
}
]
},
"examples": [
{
"description": "Delete a IntegrationFabric",
"parameters": [
{
"name": "-Name",
"value": "[Path.integrationFabricName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
},
{
"name": "-WorkspaceName",
"value": "[Path.workspaceName]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "grafana",
"apiVersion": "2022-08-01",
"apiVersion": "2025-08-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard"
},
Expand Down Expand Up @@ -43,6 +43,44 @@
}
]
},
{
"name": "Invoke-AzGrafanaFetchGrafanaAvailablePlugin",
"description": "A synchronous resource action.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/fetchAvailablePlugins",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/invoke-azgrafanafetchgrafanaavailableplugin"
},
"parameterSets": [
{
"parameters": [
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]",
"-WorkspaceName <String>"
]
}
]
},
"examples": [
{
"description": "A synchronous resource action.",
"parameters": [
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
},
{
"name": "-WorkspaceName",
"value": "[Path.workspaceName]"
}
]
}
]
},
{
"name": "Remove-AzGrafana",
"description": "Delete a workspace for Grafana resource.",
Expand Down Expand Up @@ -80,6 +118,44 @@
]
}
]
},
{
"name": "Test-AzGrafanaEnterpriseDetail",
"description": "Retrieve enterprise add-on details information",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/checkEnterpriseDetails",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.dashboard/test-azgrafanaenterprisedetail"
},
"parameterSets": [
{
"parameters": [
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]",
"-WorkspaceName <String>"
]
}
]
},
"examples": [
{
"description": "Retrieve enterprise add-on details information",
"parameters": [
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
},
{
"name": "-WorkspaceName",
"value": "[Path.workspaceName]"
}
]
}
]
}
]
}
35 changes: 33 additions & 2 deletions src/Dashboard/Dashboard.Autorest/docs/Az.Dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Dashboard
Module Guid: d7271e13-06f6-4847-8499-12633a408ce4
Module Guid: f4a10d49-86e6-4794-9efc-fc62829e937b
Download Help Link: https://learn.microsoft.com/powershell/module/az.dashboard
Help Version: 1.0.0.0
Locale: en-US
Expand All @@ -14,17 +14,48 @@ Microsoft Azure PowerShell: Dashboard cmdlets
### [Get-AzGrafana](Get-AzGrafana.md)
Get the properties of a specific workspace for Grafana resource.

### [Get-AzGrafanaDashboard](Get-AzGrafanaDashboard.md)
Get the properties of a specific dashboard for grafana resource.

### [Get-AzGrafanaIntegrationFabric](Get-AzGrafanaIntegrationFabric.md)
Get a IntegrationFabric

### [Invoke-AzGrafanaFetchGrafanaAvailablePlugin](Invoke-AzGrafanaFetchGrafanaAvailablePlugin.md)
A synchronous resource action.

### [New-AzGrafana](New-AzGrafana.md)
Create or update a workspace for Grafana resource.
This API is idempotent, so user can either create a new grafana or update an existing grafana.

### [New-AzGrafanaIntegrationFabric](New-AzGrafanaIntegrationFabric.md)
Create a IntegrationFabric

### [New-AzGrafanaManagedDashboard](New-AzGrafanaManagedDashboard.md)
Create a dashboard for grafana resource.
This API is idempotent, so user can either create a new dashboard or create an existing dashboard.

### [New-AzGrafanaMonitorWorkspaceIntegrationObject](New-AzGrafanaMonitorWorkspaceIntegrationObject.md)
Create an in-memory object for AzureMonitorWorkspaceIntegration.

### [Remove-AzGrafana](Remove-AzGrafana.md)
Delete a workspace for Grafana resource.

### [Remove-AzGrafanaIntegrationFabric](Remove-AzGrafanaIntegrationFabric.md)
Delete a IntegrationFabric

### [Remove-AzGrafanaManagedDashboard](Remove-AzGrafanaManagedDashboard.md)
Delete a dashboard for Grafana resource.

### [Test-AzGrafanaEnterpriseDetail](Test-AzGrafanaEnterpriseDetail.md)
Retrieve enterprise add-on details information

### [Update-AzGrafana](Update-AzGrafana.md)
update a workspace for Grafana resource.
Update a workspace for Grafana resource.
This API is idempotent, so user can either update a new grafana or update an existing grafana.

### [Update-AzGrafanaIntegrationFabric](Update-AzGrafanaIntegrationFabric.md)
Update a IntegrationFabric

### [Update-AzGrafanaManagedDashboard](Update-AzGrafanaManagedDashboard.md)
Update a dashboard for Grafana resource.

Loading