Skip to content

Commit 79e1663

Browse files
VSC CI Serviceappveyor
authored andcommitted
Update azure powershell service fabric docs.
1 parent da4d221 commit 79e1663

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

azure/ServiceFabric/vlatest/Get-ServiceFabricNodeTransitionProgress.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
external help file: Microsoft.ServiceFabric.Powershell.dll-Help.xml
33
online version:
44
schema: 2.0.0
5-
updated_at: 1/5/2017 9:35 AM
6-
ms.date: 1/5/2017
5+
updated_at: 1/6/2017 3:57 PM
6+
ms.date: 1/6/2017
77
content_git_url: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/master/Service-Fabric-cmdlets/ServiceFabric/vlatest/Get-ServiceFabricNodeTransitionProgress.md
88
original_content_git_url: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/master/Service-Fabric-cmdlets/ServiceFabric/vlatest/Get-ServiceFabricNodeTransitionProgress.md
9-
gitcommit: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/03aee89eb616a23e79b1299ebf31adce69ba5582/Service-Fabric-cmdlets/ServiceFabric/vlatest/Get-ServiceFabricNodeTransitionProgress.md
9+
gitcommit: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/905b8170726945a3f066b6b8ed8223d84979c957/Service-Fabric-cmdlets/ServiceFabric/vlatest/Get-ServiceFabricNodeTransitionProgress.md
1010
ms.topic: reference
1111
ms.technology: Azure Powershell
1212
author: oanapl
@@ -36,24 +36,21 @@ This cmdlet returns an object of type **System.Fabric.NodeTransitionProgress**.
3636
### Example 1
3737
```
3838
PS C:\> $currentProgress = Get-ServiceFabricNodeTransitionProgress -OperationId c645433e-a68f-4c8a-8cfb-076d339726a8
39-
```
4039
4140
This example gets the progress of operation c645433e-a68f-4c8a-8cfb-076d339726a8, which was started using Start-ServiceFabricNodeTransition. You can see the current state by inspecting the State object. In this example, it's Running:
4241
43-
```
4442
PS C:\> $currentProgress.State
4543
4644
State Result
4745
----- ------
4846
Running
49-
```
5047
5148
If the operation fails, the State property will have a value of Faulted. More information about why it failed will be in the Result.Exception.ErrorCode object. Note that the Result object is null until the operation has reached a terminal state. The example below shows this object after the operation has failed. The issue in this case is that an incorrect NodeInstanceId was provided when initiating the operation through Start-ServiceFabricNodeTransition.
52-
5349
```
50+
5451
PS C:\> $currentProgress.Result.Exception.ErrorCode
5552
InstanceIdMismatch
56-
```
53+
5754

5855
## PARAMETERS
5956

@@ -100,4 +97,4 @@ Accept wildcard characters: False
10097
10198
## RELATED LINKS
10299
103-
https://docs.microsoft.com/azure/service-fabric/service-fabric-node-transition-apis
100+
[Replacing the Start Node and Stop node APIs with the Node Transition API](https://docs.microsoft.com/azure/service-fabric/service-fabric-node-transition-apis)

azure/ServiceFabric/vlatest/Start-ServiceFabricNodeTransition.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
external help file: Microsoft.ServiceFabric.Powershell.dll-Help.xml
33
online version:
44
schema: 2.0.0
5-
updated_at: 1/5/2017 9:35 AM
6-
ms.date: 1/5/2017
5+
updated_at: 1/6/2017 4:05 PM
6+
ms.date: 1/6/2017
77
content_git_url: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/master/Service-Fabric-cmdlets/ServiceFabric/vlatest/Start-ServiceFabricNodeTransition.md
88
original_content_git_url: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/master/Service-Fabric-cmdlets/ServiceFabric/vlatest/Start-ServiceFabricNodeTransition.md
9-
gitcommit: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/03aee89eb616a23e79b1299ebf31adce69ba5582/Service-Fabric-cmdlets/ServiceFabric/vlatest/Start-ServiceFabricNodeTransition.md
9+
gitcommit: https://github.com/Azure/azure-docs-powershell-servicefabric/blob/6bca44f3dba8260569d7266eafaa664c8154bb93/Service-Fabric-cmdlets/ServiceFabric/vlatest/Start-ServiceFabricNodeTransition.md
1010
ms.topic: reference
1111
ms.technology: Azure Powershell
1212
author: oanapl
@@ -174,15 +174,15 @@ Accept wildcard characters: False
174174
175175
## INPUTS
176176
177-
See parameters above.
177+
### See parameters above.
178178
179179
180180
## OUTPUTS
181181
182-
None
182+
### None
183183
184184
## NOTES
185185
186186
## RELATED LINKS
187187
188-
https://docs.microsoft.com/azure/service-fabric/service-fabric-node-transition-apis
188+
[Replacing the Start Node and Stop node APIs with the Node Transition API](https://docs.microsoft.com/azure/service-fabric/service-fabric-node-transition-apis)

0 commit comments

Comments
 (0)