Skip to content

Commit 5a59da6

Browse files
committed
fix: Replace Tip with Alert style [!TIP]
1 parent fe5d89e commit 5a59da6

26 files changed

+140
-118
lines changed

docs/organizations/projects/create-project.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ You can create a project from Team Explorer after you have connected to an on-pr
211211

212212
![ALM\_EXL\_Connect](_img/IC680074.png)
213213

214-
>**Tip:** If you are running Team Explorer from a server that hosts SharePoint Products and SQL Server Reporting Services, you might need to run Visual Studio as an administrator.
214+
> [!TIP]
215+
> If you are running Team Explorer from a server that hosts SharePoint Products and SQL Server Reporting Services, you might need to run Visual Studio as an administrator.
215216
216217
5. If it's your first time connecting to TFS, you need to add TFS to the list of recognized servers.
217218

docs/pipelines/archive/news/2016.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ When a minor version is released (for example, 1.2 to 1.3), you get that change
6666

6767
If you select a version named something such as <strong>1.* (preview)</strong>, keep in mind that this version is still under development and might have known problems.
6868

69-
> **Tip:** In a build definition you've got a few options to test a new major version of a task:
69+
> [!TIP]
70+
> In a build definition you've got a few options to test a new major version of a task:
7071
> * If you change the version and have problems, you can revert the change from the history tab.
7172
> * Clone the build definition and test the cloned definition with the new major task version.
7273
@@ -230,8 +231,9 @@ Does your team have a lot of build definitions. You can now use folders to keep
230231

231232
![Manage folders](_img/2016/08/manage-folders.png)
232233

233-
> **Tip:** Have a batch of definitions that need the same permissions? Put them in a folder and then you can give permissions to the folder.
234-
![Manage folders](_img/2016/08/folder-permissions.png)
234+
> [!TIP]
235+
> Have a batch of definitions that need the same permissions? Put them in a folder and then you can give permissions to the folder.
236+
> ![Manage folders](_img/2016/08/folder-permissions.png)
235237
236238
### Lots more data about the build
237239

docs/pipelines/archive/release/previous-version/install-release-management/install-deployment-agent.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ for these has sufficient permissions to do whatever tasks are required for
3030
the release. The service account you use for the deployment agents is
3131
automatically added to Release Management.
3232

33-
***Tip:*** _As good practice, do not install the deployment agent on the
34-
same machine as the Release Management server. If you do install the two on
35-
the same machine and you need to upgrade, uninstall the server before you
36-
uninstall the deployment agent._
33+
> [!TIP]
34+
> As good practice, do not install the deployment agent on the
35+
> same machine as the Release Management server. If you do install the two on
36+
> the same machine and you need to upgrade, uninstall the server before you
37+
> uninstall the deployment agent.
3738
3839
## Install and configure the Microsoft deployment agent
3940

@@ -42,8 +43,9 @@ uninstall the deployment agent._
4243
where you will install the agent. You must also be a member of the
4344
**Release Manager** role in Release Management.
4445

45-
***Tip:*** _Do you need to add teammates to the **Release Manager** role
46-
in Release Management? See [Add users to Release Management](../add-users-and-groups.md)._
46+
> [!TIP]
47+
> Do you need to add teammates to the **Release Manager** role
48+
> in Release Management? See [Add users to Release Management](../add-users-and-groups.md).
4749
4850
2. If you have not already downloaded the deployment agent,
4951
**[do this now](https://visualstudio.microsoft.com/downloads/download-visual-studio-vs)**.
@@ -64,8 +66,9 @@ uninstall the deployment agent._
6466

6567
4. Restart your computer, if prompted, and then choose **Launch**.
6668

67-
***Tip:*** _If you join the Visual Studio Experience Improvement Program,
68-
you can **[opt out](../manage-your-release.md#optout)** at any time._
69+
> [!TIP]
70+
> If you join the Visual Studio Experience Improvement Program,
71+
> you can **[opt out](../manage-your-release.md#optout)** at any time.
6972
7073
5. Specify the account to run the Microsoft Deployment Agent Windows
7174
service and the URL of the Release Management Server. If you use a user

docs/pipelines/archive/release/previous-version/install-release-management/install-server-and-client.md

+17-13
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ not removed. Then install the latest server and client. When you configure
3333
the latest update for your Release Management server, use the same SQL Server
3434
instance that you used before for the database server.
3535

36-
***Tip:*** _If you installed TFS Express or basic, you have an instance of
37-
SQL Server Express available to you. If you installed TFS, you already have
38-
the necessary permissions on the SQL Server. If you don't know if you're
39-
using SQL Express, look at the **Application Tier** node in the TFS
40-
administration console. Scroll down to **Data Tier Summary** and look for
41-
**SQLServerExpress** to confirm._
36+
> [!TIP]
37+
> If you installed TFS Express or basic, you have an instance of
38+
> SQL Server Express available to you. If you installed TFS, you already have
39+
> the necessary permissions on the SQL Server. If you don't know if you're
40+
> using SQL Express, look at the **Application Tier** node in the TFS
41+
> administration console. Scroll down to **Data Tier Summary** and look for
42+
> **SQLServerExpress** to confirm.
4243
4344
<a name="installserver"></a>
4445
## Install the Release Management server
@@ -67,8 +68,9 @@ administration console. Scroll down to **Data Tier Summary** and look for
6768

6869
4. Restart your computer, if prompted, and then choose **Launch**.
6970

70-
***Tip:*** _If you join the Visual Studio Experience Improvement Program,
71-
you can **[opt out](../manage-your-release.md#optout)** at any time._
71+
> [!TIP]
72+
> If you join the Visual Studio Experience Improvement Program,
73+
> you can **[opt out](../manage-your-release.md#optout)** at any time.
7274
7375
5. Specify the SQL Server instance to host the Release Management Server
7476
database and then choose **Test** to verify connectivity. Accept the default
@@ -121,18 +123,20 @@ administration console. Scroll down to **Data Tier Summary** and look for
121123

122124
1. Restart your computer, if prompted, and then choose **Launch**.
123125

124-
***Tip:*** _If you join the Visual Studio Experience Improvement Program,
125-
you can **[opt out](../manage-your-release.md#optout)** at any time._
126+
> [!TIP]
127+
> If you join the Visual Studio Experience Improvement Program,
128+
> you can **[opt out](../manage-your-release.md#optout)** at any time.
126129
127130
1. Enter the name of the Release Management server. If you're installing the
128131
client on the same computer that is running Release Management server, you
129132
can use **localhost** to connect to the server.
130133

131134
![Connecting the client to the server](_img/install-server-client-06.png)
132135

133-
***Tip:*** _If you changed any of the default options in your Release
134-
Management server setup, you can change the protocol or port number here so
135-
that you can connect to the server._
136+
> [!TIP]
137+
> If you changed any of the default options in your Release
138+
> Management server setup, you can change the protocol or port number here so
139+
> that you can connect to the server.
136140
137141
## Related topics
138142

docs/pipelines/build/options.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ For an example, see [Use a script to customize your build pipeline](../scripts/p
5656

5757
Select the [pool](../agents/pools-queues.md) that's attached to the pool that contains the agents you want to run this pipeline.
5858

59-
**Tip:** If your code is in Azure Pipelines and you run your builds on Windows, in many cases the simplest option is to use the [Hosted pool](../agents/hosted.md).
59+
> [!TIP]
60+
> If your code is in Azure Pipelines and you run your builds on Windows, in many cases the simplest option is to use the [Hosted pool](../agents/hosted.md).
6061
6162
## Build job authorization scope
6263

docs/pipelines/repos/pipeline-options-for-git.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ In these cases this option can help you conserve network and storage resources.
365365

366366
After you select the check box to enable this option, in the **Depth** box specify the number of commits.
367367

368-
> **Tip:** The `Agent.Source.Git.ShallowFetchDepth` variable mentioned below also works and overrides the check box controls. This way you can modify the setting when you queue the build.
368+
> [!TIP]
369+
> The `Agent.Source.Git.ShallowFetchDepth` variable mentioned below also works and overrides the check box controls. This way you can modify the setting when you queue the build.
369370
370371
::: moniker-end
371372

docs/report/admin/add-a-report-server.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ After you confirm that you have an edition of SQL Server that supports reporting
8080

8181
2. Once your server has passed all the setup rules checks, pick the instance to add features to.
8282

83-
**Tip:** If you upgraded from SQL Server Express, you'll have a named instance called SQLEXPRESS.
83+
> [!TIP]
84+
> If you upgraded from SQL Server Express, you'll have a named instance called SQLEXPRESS.
8485

8586
![Add features to an existing instance](_img/installation-type.png)
8687

@@ -148,13 +149,15 @@ You'll need to add reporting in two places: to TFS itself, and then to your team
148149

149150
![Use the default name for the database](_img/reporting-warehouse.png)
150151

151-
**Tip:** Because you're configuring reporting for the first time, the databases don't exist yet. They will be created when you finish the configuration process.
152+
> [!TIP]
153+
> Because you're configuring reporting for the first time, the databases don't exist yet. They will be created when you finish the configuration process.
152154

153155
3. Provide the same server and instance information for **Analysis Services**, but use the default name for the analysis database (TFS_Analysis). Provide an account name and password for a data sources account, a special account you've created just for this purpose as described in [Service accounts and dependencies in TFS](/azure/devops/server/admin/service-accounts-dependencies-tfs).
154156

155157
![You'll need to add the reader account information](_img/analysis-services.png)
156158

157-
**Tip:** Test the connection before continuing.
159+
> [!TIP]
160+
> Test the connection before continuing.
158161

159162
4. For **Reports**, provide the server name and the instance name in **Server**, separated by a slash.
160163

@@ -169,7 +172,8 @@ You'll need to add reporting in two places: to TFS itself, and then to your team
169172

170173
![Edit the folder location to start configuring](_img/team-project-collections.png)
171174

172-
**Tip:** If you don't see the **Reports Folder** tab, you might need to refresh or restart the administration console.
175+
> [!TIP]
176+
> If you don't see the **Reports Folder** tab, you might need to refresh or restart the administration console.
173177

174178
6. Unless you have reasons otherwise, use the example provided, and make sure you include the collection name.
175179

docs/repos/tfvc/_shared/personal-access-tokens.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,20 @@ ms.topic: include
2828

2929
6. When you're done, make sure to *copy the token*. You'll use this token as your password.
3030

31-
<img alt="Use token as the password for your git tools or apps" src="./_img/create-personal-access-token.png" style="border: 1px solid #CCCCCC" />
32-
33-
**Note: Remember that this token is your identity and acts as you when it's used.
34-
Keep your tokens secret and treat them like your password.**
35-
36-
**Tip:** To keep your token more secure, use credential managers
37-
so that you don't have to enter your credentials every time.
38-
Here are some recommended credential managers:
39-
40-
* Git: [Git Credential Manager for macOS and Linux](https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux)
41-
or [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows)
42-
(Requires [Git for Windows](https://www.git-scm.com/download/win))
43-
* NuGet: [NuGet Credential Provider](/azure/devops/artifacts/nuget/nuget-exe)
31+
<img alt="Use token as the password for your git tools or apps" src="./_img/create-personal-access-token.png" style="border: 1px solid #CCCCCC" />
32+
33+
**Note: Remember that this token is your identity and acts as you when it's used.
34+
Keep your tokens secret and treat them like your password.**
35+
36+
> [!TIP]
37+
> To keep your token more secure, use credential managers
38+
> so that you don't have to enter your credentials every time.
39+
40+
Here are some recommended credential managers:
41+
42+
* Git: [Git Credential Manager for macOS and Linux](https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux)
43+
or [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows)
44+
(Requires [Git for Windows](https://www.git-scm.com/download/win))
45+
* NuGet: [NuGet Credential Provider](/azure/devops/artifacts/nuget/nuget-exe)
4446

4547
7. When you don't need your token anymore, just revoke it to remove its access.

docs/repos/tfvc/add-command.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ monikerRange: '>= tfs-2015'
2020

2121
Adds files and folders to version control.
2222

23-
>**Tip:**
24-
>Before you add files to version control, you should first set up the workspace on your dev machine. See [Workspace Command](workspace-command.md) or [Set up Team Foundation Version Control on your dev machine](set-up-team-foundation-version-control-your-dev-machine.md).
23+
> [!TIP]
24+
> Before you add files to version control, you should first set up the workspace on your dev machine. See [Workspace Command](workspace-command.md) or [Set up Team Foundation Version Control on your dev machine](set-up-team-foundation-version-control-your-dev-machine.md).
2525
2626
**Requirements:** See [Permissions and groups reference](../../organizations/security/permissions.md).
2727

docs/repos/tfvc/associate-file-type-file-comparison-tool.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ To perform this procedure, you must be a member of the **Administrators** or **U
3737

3838
3. In the **Extension** box, specify the extension (for example, .cpp) that you want to associate with your tool.
3939

40-
>**Tip:**
41-
>Specify `.*` if you want to associate all types of files with your tool.
40+
> [!TIP]
41+
> Specify `.*` if you want to associate all types of files with your tool.
42+
4243
4. In the **Operation** list, choose **Compare**.
4344
5. In the **Command** box, either type the path and name of your tool, or choose the ellipses (**...**) to locate and specify it. The result should resemble the following example:
4445

@@ -51,8 +52,8 @@ To perform this procedure, you must be a member of the **Administrators** or **U
5152
- **%6**: Label ("friendly name") of the source file.
5253
- **%7**: Label ("friendly name") of the target file.
5354

54-
>**Tip:**
55-
>For information about frequently used external tools and the arguments that they require, see the following page on the Microsoft website: [diff/merge configuration in Team Foundation - common Command and Argument values](http://go.microsoft.com/fwlink/?LinkID=200171).
55+
> [!TIP]
56+
> For information about frequently used external tools and the arguments that they require, see the following page on the Microsoft website: [diff/merge configuration in Team Foundation - common Command and Argument values](http://go.microsoft.com/fwlink/?LinkID=200171).
5657
5758
**Use white space to delimit the arguments.**
5859
For example, you might specify the following syntax to compare two files:

docs/repos/tfvc/branch-folders-files.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ As each version is released, the Main branch is branched into a new version bran
3535

3636
You can perform a branching operation by using either **Source Control Explorer**, as this topic demonstrates, or the Branch command at a command prompt. For more information, see [Branch Command](branch-command.md).
3737

38-
>**Tip:**
39-
>Branching is an important and powerful technique for creating a parallel set of versions of your files. However, using branches can add complexity and cost to your project. For example, when you merge two branches, you may have to resolve conflicts.
38+
> [!TIP]
39+
> Branching is an important and powerful technique for creating a parallel set of versions of your files. However, using branches can add complexity and cost to your project. For example, when you merge two branches, you may have to resolve conflicts.
4040
>
41-
>Before you create a branch, you should consider whether you can better meet your needs by applying a label. By applying a label, you can quickly and easily take a snapshot of the state of your files so that you can then later retrieve or build the files in that state. For more information, see [Use labels to take a snapshot of your files](use-labels-take-snapshot-your-files.md).
41+
> Before you create a branch, you should consider whether you can better meet your needs by applying a label. By applying a label, you can quickly and easily take a snapshot of the state of your files so that you can then later retrieve or build the files in that state. For more information, see [Use labels to take a snapshot of your files](use-labels-take-snapshot-your-files.md).
4242
4343
## Convert a Folder to a Branch
4444

docs/repos/tfvc/create-work-workspaces.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ If your team has a large and complex codebase or if you want your workspace to c
9494

9595
- **Owner**: Only the owner of a workspace can use it.
9696

97-
>**Tip:** Instead of changing the owner of your workspace when someone else needs to continue your work you can [suspend (or shelve)](suspend-your-work-manage-your-shelvesets.md) your work and then share the shelveset with them.
97+
> [!TIP]
98+
> Instead of changing the owner of your workspace when someone else needs to continue your work you can [suspend (or shelve)](suspend-your-work-manage-your-shelvesets.md) your work and then share the shelveset with them.
9899
99100
- **Computer**: This box identifies the dev machine where the workspace exists, and it is read-only. You cannot move a workspace from one computer to another. However, if the name of your dev machine has changed and you want that change to appear in this field, run [tf workspaces /updatecomputername](workspaces-command.md).
100101

docs/repos/tfvc/day-life-alm-developer-suspend-work-fix-bug-conduct-code-review.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Now that his workspace is clean, Peter drags the new task from **Available Work
6565

6666
Alternatively, you can switch to a work item that you previously suspended by dragging it from under **Suspended Work**.
6767

68-
>**Tip:**
69-
> The currently In Progress work items link to your current code changes and Visual Studio state. To allow Visual Studio to help you organize your work, make sure that the appropriate items are in the In Progress state when you switch from one task to another.
68+
> [!TIP]
69+
> The currently In Progress work items link to your current code changes and Visual Studio state. To allow Visual Studio to help you organize your work, make sure that the appropriate items are in the In Progress state when you switch from one task to another.
7070
7171
## Investigate the bug
7272

@@ -166,8 +166,8 @@ In her comments, Julia points out that the test is wrong. The allowable error sh
166166
TestEqual(1000, 1000*1e-7, true); // Less than allowed error
167167
TestEqual(1000, 1000*1e-5, false); // More than allowed error
168168

169-
>**Tip:**
170-
> Notice that the team members use the tests as a focus for discussion. If the tests are correct and sufficient, the code will be also. Unlike the code, each test represents a separate case. For this reason, the tests are often easier to discuss than the code.
169+
> [!TIP]
170+
> Notice that the team members use the tests as a focus for discussion. If the tests are correct and sufficient, the code will be also. Unlike the code, each test represents a separate case. For this reason, the tests are often easier to discuss than the code.
171171
172172
## To perform a code review![My Work page - code review item. Code Review page - Decline link, Comment, Decline button.](_img/day-life-alm-developer-suspend-work-fix-bug-conduct-code-review/IC591278.png)![Diff window. Code Review page - Accept link, Overall comment, code block comment](_img/day-life-alm-developer-suspend-work-fix-bug-conduct-code-review/IC592880.png)
173173
1. In **Team Explorer**, on the **My Work** page, go to the **My Code Reviews & Requests** section and open the request.
@@ -240,8 +240,8 @@ The test passes once again:
240240

241241
![Unit Test Explorer showing passed test for equal](_img/day-life-alm-developer-suspend-work-fix-bug-conduct-code-review/IC675828.png)
242242

243-
>**Tip:**
244-
> To fix a bug, follow the same practice as in code development. Write a test that fails and then make the test pass. Check in the code and the tests only when the tests pass.
243+
> [!TIP]
244+
> To fix a bug, follow the same practice as in code development. Write a test that fails and then make the test pass. Check in the code and the tests only when the tests pass.
245245
246246
Peter now turns his attention to the test case in which the bug was discovered. The steps to reproduce the bug are clearly described in the test case work item. He follows the steps and discovers that the invoices are correctly listed.
247247

0 commit comments

Comments
 (0)