Skip to content

Commit 1c63fa7

Browse files
authored
chore(samples): add test comments (#705)
1 parent 65382ce commit 1c63fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compute/instances/windows/creating-managing-windows-instances/createWindowsServerInstanceExternalIP.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function main(
7272
name: 'External NAT',
7373
},
7474
],
75-
// If you going you use custom VPC network, it must be configured to allow access to kms.windows.googlecloud.com.
75+
// If you are using a custom VPC network it must be configured to allow access to kms.windows.googlecloud.com.
7676
// https://cloud.google.com/compute/docs/instances/windows/creating-managing-windows-instances#kms-server.
7777
name: 'global/networks/default',
7878
},

compute/instances/windows/creating-managing-windows-instances/createWindowsServerInstanceInternalIP.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Creates a new Windows Server instance that has only an internal IP address.
1717
*
1818
* @param {string} projectId - ID or number of the project you want to use.
19-
* @param {string} zone - Name of the zone you want to use, for example: us-west3-b
19+
* @param {string} zone - Name of the zone in which your instance is located, for example: us-west3-b
2020
* @param {string} instanceName - Name of the new machine.
2121
* @param {string} machineType - Machine type you want to create in following format:
2222
* "zones/{zone}/machineTypes/{type_name}". For example:

0 commit comments

Comments
 (0)