From 6d6dacd762979eea86526d8f6960edf2d2dadb16 Mon Sep 17 00:00:00 2001 From: Megan Bradley Date: Mon, 2 Dec 2024 08:02:30 -0700 Subject: [PATCH] status (#3358) --- .../Get-AzServiceFabricManagedClusterApplication.md | 2 +- .../Get-AzServiceFabricManagedClusterApplicationType.md | 2 +- .../Get-AzServiceFabricManagedClusterApplicationTypeVersion.md | 2 +- .../Get-AzServiceFabricManagedClusterService.md | 2 +- .../Remove-AzServiceFabricManagedClusterApplication.md | 2 +- .../Remove-AzServiceFabricManagedClusterApplicationType.md | 2 +- ...emove-AzServiceFabricManagedClusterApplicationTypeVersion.md | 2 +- .../Remove-AzServiceFabricManagedClusterService.md | 2 +- .../Set-AzServiceFabricManagedClusterApplicationType.md | 2 +- .../Set-AzServiceFabricManagedClusterApplicationTypeVersion.md | 2 +- .../Set-AzServiceFabricManagedClusterService.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md index 6fec9acde8..c555a5b66c 100644 --- a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md +++ b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md @@ -58,7 +58,7 @@ This example gets a list of the managed applications under the cluster "testClus ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp" Get-AzServiceFabricManagedClusterApplication -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md index a3007c76e7..4d46e4c7b2 100644 --- a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md @@ -58,7 +58,7 @@ This example will get a list of the managed application types defined under the ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Get-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md index 932abdb6b5..7101f43992 100644 --- a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -60,7 +60,7 @@ This example gets a list of the managed application type versions defined under ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Get-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md index 076d9ee558..218d2f7eb1 100644 --- a/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md +++ b/azps-12.5.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md @@ -60,7 +60,7 @@ This example gets a list of the managed services under the application "testApp" ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Get-AzServiceFabricManagedClusterService -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md index 38e48b9a1e..84b47ea859 100644 --- a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md +++ b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md @@ -61,7 +61,7 @@ This example removes the managed application "testApp" under the resource group ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Remove-AzServiceFabricManagedClusterApplication -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md index bed4f063c0..4119b581e3 100644 --- a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md @@ -61,7 +61,7 @@ This example will remove the managed application type "testAppType" and all the ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Remove-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md index 7481bde67e..775cdf8c85 100644 --- a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -64,7 +64,7 @@ This example will remove the managed version "v1" under the type "testAppType". ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Remove-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md index 85014aef15..9489537d70 100644 --- a/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md +++ b/azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md @@ -63,7 +63,7 @@ This example will remove the managed service testService1". ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Remove-AzServiceFabricManagedClusterService -ResourceId $resourceId ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md index fbbecc9c5a..30137e69bb 100644 --- a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md @@ -64,7 +64,7 @@ This example will update the managed application type "testAppType" tags. ### Example 3 ```powershell $newTags = @{new="tags"} -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Set-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId -Tag $newTags ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md index 07c5b10696..abfda68b3a 100644 --- a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -70,7 +70,7 @@ This example will update the managed application type version "v1" tags and pack ```powershell $newTags = @{new="tags"} $packageUrl = "https://sftestapp.blob.core.windows.net/sftestapp/testAppType_v1.sfpkg" -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Set-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId -Tag $newTags -PackageUrl $packageUrl -Verbose ``` diff --git a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md index 29763751ff..4fa8603f7c 100644 --- a/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md +++ b/azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md @@ -112,7 +112,7 @@ This example will remove the managed service testService1". ```powershell $standByReplicaKeepDuration = "00:11:00" $servicePlacementTimeLimit = "00:11:00" -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Set-AzServiceFabricManagedClusterService -ResourceId $resourceId -StandByReplicaKeepDuration $standByReplicaKeepDuration -ServicePlacementTimeLimit $servicePlacementTimeLimit -Verbose ```