Skip to content

Commit b11786d

Browse files
TimShererWithAquentJohanFreelancer9dariomws
authored
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]> Co-authored-by: Dario Woitasen <[email protected]>
1 parent 7e622e8 commit b11786d

8 files changed

+15
-15
lines changed

docset/winserver2022-ps/networkcontroller/Enable-NetworkControllerNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Accept wildcard characters: False
106106
```
107107
108108
### -IntentRejoin
109-
Indicates that the intent to rejoin.
109+
Indicates the intent to rejoin.
110110
111111
Use this parameter after cleaning up a node, for instance, if the node OS was replaced and the node is clean.
112112
The service fabric application data repopulates using information from the computer whose name is specified.

docset/winserver2022-ps/networkcontroller/New-NetworkControllerBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103

104104
### -Etag
105105
Specifies the entity tag (ETag) parameter of the resource.
106-
An ETag (entity tag) is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
106+
An ETag is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
107107
The value of the header is an opaque string representing the state of the resource at the time the response was generated.
108108

109109
```yaml

docset/winserver2022-ps/networkcontroller/New-NetworkControllerIDnsServerConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393

9494
### -Etag
9595
Specifies the entity tag (ETag) parameter of the resource.
96-
An ETag (entity tag) is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
96+
An ETag is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
9797
The value of the header is an opaque string representing the state of the resource at the time the response was generated.
9898

9999
```yaml
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
```
143143

144144
### -Properties
145-
Specifies the properties of the iDNS server fore the Network Controller.
145+
Specifies the properties of the iDNS server for the Network Controller.
146146

147147
```yaml
148148
Type: InternalDnsServerProperties

docset/winserver2022-ps/networkcontroller/New-NetworkControllerNetworkInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Accept wildcard characters: False
289289
```
290290
291291
### CommonParameters
292-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
292+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
293293
294294
## INPUTS
295295

docset/winserver2022-ps/networkcontroller/New-NetworkControllerRestore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101

102102
### -Etag
103103
Specifies the entity tag (ETag) parameter of the resource.
104-
An ETag (entity tag) is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
104+
An ETag is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
105105
The value of the header is an opaque string representing the state of the resource at the time the response was generated.
106106

107107
```yaml

docset/winserver2022-ps/networkcontroller/Remove-NetworkControllerBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Accept wildcard characters: False
8888

8989
### -Etag
9090
Specifies the entity tag (ETag) parameter of the resource.
91-
An ETag (entity tag) is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
91+
An ETag is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
9292
The value of the header is an opaque string representing the state of the resource at the time the response was generated.
9393

9494
```yaml

docset/winserver2022-ps/networkcontroller/Remove-NetworkControllerRestore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Remove-NetworkControllerRestore** cmdlet removes a Network Controller data
2626

2727
## EXAMPLES
2828

29-
### Example 1: Remove a Network Controller database restore
29+
### Example 1: Remove a Network Controller database restore object
3030
```powershell
3131
Remove-NetworkControllerRestore -ResourceId $ResourceId -ConnectionUri https://networkcontroller
3232
```
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989

9090
### -Etag
9191
Specifies the entity tag (ETag) parameter of the resource.
92-
An ETag (entity tag) is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
92+
An ETag is an HTTP response header returned by an HTTP-compliant web server used to determine change in the content of a resource at a given URL.
9393
The value of the header is an opaque string representing the state of the resource at the time the response was generated.
9494

9595
```yaml

docset/winserver2022-ps/networkcontroller/Update-NetworkController.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ Accept wildcard characters: False
109109
### -Update
110110
Specifies the type of update. Valid values are:
111111
112-
- Default. Compares inbox version with running version. Updates only if inbox version is higher.
113-
Cluster and Service Fabric are updated only if cluster was deployed through **Install-NetworkController**.
112+
- Default. Compares the inbox version with the running version. Updates only if the inbox version is higher.
113+
Cluster and Service Fabric are updated only if the cluster was deployed through **Install-NetworkController**.
114114
115115
This is the default update type.
116116
117-
- Application. Update only the application.
118-
Application is updated only if inbox (template) version is higher than running version.
117+
- Application. Updates only the application.
118+
Application is updated only if the inbox (template) version is higher than the running version.
119119
120-
- Cluster. Update only the cluster.
120+
- Cluster. Updates only the cluster.
121121
122-
If the cluster was installed through **Install-NetworkController**, cluster and Service Fabric are updated only if inbox version is higher than the installed version.
122+
If the cluster was installed through **Install-NetworkController**, the cluster and Service Fabric are updated only if the inbox version is higher than the installed version.
123123
124124
If the cluster was not installed through **Install-NetworkController**, Service Fabric is updated only if the inbox (CAB) version is higher than the installed version.
125125

0 commit comments

Comments
 (0)