docs(samples): Adding a missing region tag#300
Conversation
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
|
|
||
|
|
||
| # [START compute_create_windows_instance_external_ip] | ||
| # [START compute_create_windows_instance_internal_ip] |
There was a problem hiding this comment.
The 2nd region start tag is redundant and should be removed
There was a problem hiding this comment.
Well, I want this sample to show up in the sample browser, and those two tags are different. In other languages we have different samples for external and internal, but due to the way Python samples are created, it's pointless to create a whole new sample just to change one boolean variable, so I want this to have a START for two different regions.
Turns out I missed the
compute_create_windows_instance_external_ipregion tag when I first made those samples. Adding it now.