From 3efb72b585f723adb97879b960749b44430b9df9 Mon Sep 17 00:00:00 2001 From: Megan Bradley Date: Mon, 2 Dec 2024 08:02:56 -0700 Subject: [PATCH] status (#3366) --- azps-12.5.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md | 4 ++-- azps-12.5.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md | 2 +- azps-12.5.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md | 2 +- azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md | 2 +- azps-12.5.0/Az.Synapse/Update-AzSynapseWorkspace.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azps-12.5.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md b/azps-12.5.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md index d4d2e181fe..aa99b50c7e 100644 --- a/azps-12.5.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md +++ b/azps-12.5.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md @@ -135,7 +135,7 @@ Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSq ### Example 11 ```powershell -Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` Enable sending audit records of an Azure Synapse Analytics SQL Pool to blob storage, event hub and log analytics. @@ -480,7 +480,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-12.5.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md b/azps-12.5.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md index db4b600419..c1ec23cd0b 100644 --- a/azps-12.5.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md +++ b/azps-12.5.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md @@ -63,7 +63,7 @@ This cmdlet starts a managed dedicated integration runtime named 'test-dedicated ### Example 3 ```powershell -Start-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/0000abcd-1a1b-12ab-1234-0000abcd00aa/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' +Start-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' ``` This cmdlet starts a managed dedicated integration runtime using ResourceId in workspace ContosoWorkspace. diff --git a/azps-12.5.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md b/azps-12.5.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md index 3ea65e0663..7d7df9bf78 100644 --- a/azps-12.5.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md +++ b/azps-12.5.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md @@ -63,7 +63,7 @@ This cmdlet stops a managed dedicated integration runtime named 'test-dedicated- ### Example 3 ```powershell -Stop-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/0000abcd-1a1b-12ab-1234-0000abcd00aa/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' +Stop-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' ``` This cmdlet stops a managed dedicated integration runtime using ResourceId in workspace ContosoWorkspace. diff --git a/azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md b/azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md index 6eaf4fd7b8..a96f68774f 100644 --- a/azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md +++ b/azps-12.5.0/Az.Synapse/Update-AzSynapseSparkPool.md @@ -101,7 +101,7 @@ This command updates an Apache Spark pool in Azure Synapse Analytics through pip ### Example 4 ```powershell -Update-AzSynapseSparkPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool -Tag @{"key" = "value3"} +Update-AzSynapseSparkPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool -Tag @{"key" = "value3"} ``` This command updates an Apache Spark pool in Azure Synapse Analytics with resource ID. diff --git a/azps-12.5.0/Az.Synapse/Update-AzSynapseWorkspace.md b/azps-12.5.0/Az.Synapse/Update-AzSynapseWorkspace.md index ada39e0be3..cad2f0fdf1 100644 --- a/azps-12.5.0/Az.Synapse/Update-AzSynapseWorkspace.md +++ b/azps-12.5.0/Az.Synapse/Update-AzSynapseWorkspace.md @@ -72,7 +72,7 @@ This commands updates tags for the specififed Azure Synapse Analytics workspace ### Example 3 ```powershell -Update-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace -Tag @{'key'='value2'} +Update-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace -Tag @{'key'='value2'} ``` This commands updates tags for the specififed Azure Synapse Analytics workspace through pipeline with resource ID.