Skip to content

Commit d0a3a85

Browse files
committed
add snk for test project and fix format of the md file
1 parent e588dff commit d0a3a85

8 files changed

+28
-10
lines changed
Binary file not shown.

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Add-AzureRmServiceFabricApplicationCertificate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Accept wildcard characters: False
7272
```
7373
7474
### -CertificateOutputFolder
75-
The folder path of the new certificate to be created```yaml
75+
The folder path of the new certificate to be created
76+
77+
```yaml
7678
Type: String
7779
Parameter Sets: ByNewPfxAndVaultName
7880
Aliases: Destination

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Add-AzureRmServiceFabricClientCertificate.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ Accept wildcard characters: False
7474
```
7575
7676
### -AdminClientThumbprint
77-
Specify client certificate thumbprint which only has admin permission```yaml
77+
Specify client certificate thumbprint which only has admin permission
78+
79+
```yaml
7880
Type: String[]
7981
Parameter Sets: MultipleUpdatesWithThumbprint
8082
Aliases:
@@ -87,7 +89,9 @@ Accept wildcard characters: False
8789
```
8890
8991
### -ClientCertificateCommonName
90-
Specify client common name , issuer thumbprint and authentication type```yaml
92+
Specify client common name , issuer thumbprint and authentication type
93+
94+
```yaml
9195
Type: PSClientCertificateCommonName[]
9296
Parameter Sets: MultipleUpdatesWithCommonName
9397
Aliases: CertCommonName
@@ -160,7 +164,9 @@ Accept wildcard characters: False
160164
```
161165
162166
### -ReadonlyClientThumbprint
163-
Specify client certificate thumbprint which only has read only permission```yaml
167+
Specify client certificate thumbprint which only has read only permission
168+
169+
```yaml
164170
Type: String[]
165171
Parameter Sets: MultipleUpdatesWithThumbprint
166172
Aliases:

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/New-AzureRmServiceFabricCluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $templateFile="C:\Users\chackdan\Documents\GitHub\azure-quickstart-templates\ser
111111
New-AzureRmServiceFabricCluster -ResourceGroupName $RGname -TemplateFile $templateFile -ParameterFile $templateParmfile -CertificateSourceFile $pfxsourcefile -CertificatePassword $certpwd -KeyVaultResouceGroupName $keyVaultRG -KeyVaultName $keyVault
112112
```
113113

114-
his command will let you bring your own Certificate and custom template and create a new cluster
114+
This command will let you bring your own Certificate and custom template and create a new cluster
115115

116116
## PARAMETERS
117117

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Remove-AzureRmServiceFabricClientCertificate.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Accept wildcard characters: False
6666
```
6767
6868
### -ClientCertificateCommonName
69-
Specify client common name , issuer thumbprint and authentication type```yaml
69+
Specify client common name , issuer thumbprint and authentication type
70+
71+
```yaml
7072
Type: PSClientCertificateCommonName[]
7173
Parameter Sets: MultipleUpdatesWithCommonName
7274
Aliases: CertCommonName
@@ -137,7 +139,9 @@ Accept wildcard characters: False
137139
```
138140
139141
### -ReadonlyClientThumbprint
140-
Specify client certificate thumbprint which only has read only permission```yaml
142+
Specify client certificate thumbprint which only has read only permission
143+
144+
```yaml
141145
Type: String[]
142146
Parameter Sets: MultipleUpdatesWithThumbprint
143147
Aliases:

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Remove-AzureRmServiceFabricNodeType.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ Accept wildcard characters: False
4747
```
4848
4949
### -Name
50-
Specify the name of the cluster```yaml
50+
Specify the name of the cluster
51+
52+
```yaml
5153
Type: String
5254
Parameter Sets: (All)
5355
Aliases: ClusterName

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Set-AzureRmServiceFabricUpgradeType.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Accept wildcard characters: False
5353
```
5454
5555
### -Name
56-
Specify the name of the cluster```yaml
56+
Specify the name of the cluster
57+
58+
```yaml
5759
Type: String
5860
Parameter Sets: (All)
5961
Aliases: ClusterName

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/help/Update-AzureRmServiceFabricDurability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ Accept wildcard characters: False
107107
```
108108
109109
### -Sku
110-
Specify the SKU of the node type```yaml
110+
Specify the SKU of the node type
111+
112+
```yaml
111113
Type: String
112114
Parameter Sets: (All)
113115
Aliases:

0 commit comments

Comments
 (0)