Skip to content

Commit acde580

Browse files
committed
added tagsbyresource to toc
1 parent 7606403 commit acde580

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/managed-applications/create-uidefinition-elements.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
22
title: Azure create UI definition element | Microsoft Docs
33
description: Describes the elements to use when constructing UI definitions for Azure portal.
4-
services: managed-applications
5-
documentationcenter: na
64
author: tfitzmac
75

86
ms.service: managed-applications
9-
ms.devlang: na
107
ms.topic: reference
11-
ms.tgt_pltfrm: na
12-
ms.workload: na
13-
ms.date: 09/19/2018
8+
ms.date: 11/11/2019
149
ms.author: tomfitz
1510

1611
---
1712
# CreateUiDefinition elements
13+
1814
This article describes the schema and properties for all supported elements of a CreateUiDefinition.
1915

2016
## Schema
@@ -55,6 +51,7 @@ The documentation for each element contains a UI sample, schema, remarks on the
5551
- [Microsoft.Common.OptionsGroup](microsoft-common-optionsgroup.md)
5652
- [Microsoft.Common.PasswordBox](microsoft-common-passwordbox.md)
5753
- [Microsoft.Common.Section](microsoft-common-section.md)
54+
- [Microsoft.Common.TagsByResource](microsoft-common-tagsbyresource.md)
5855
- [Microsoft.Common.TextBlock](microsoft-common-textblock.md)
5956
- [Microsoft.Common.TextBox](microsoft-common-textbox.md)
6057
- [Microsoft.Compute.CredentialsCombo](microsoft-compute-credentialscombo.md)
@@ -66,4 +63,5 @@ The documentation for each element contains a UI sample, schema, remarks on the
6663
- [Microsoft.Storage.StorageAccountSelector](microsoft-storage-storageaccountselector.md)
6764

6865
## Next steps
66+
6967
For an introduction to creating UI definitions, see [Getting started with CreateUiDefinition](create-uidefinition-overview.md).

articles/managed-applications/microsoft-common-tagsbyresource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ A control for associating [tags](../azure-resource-manager/resource-group-using-
4848
## Remarks
4949

5050
- At least one item in the `resources` array must be specified.
51-
- Each element in `resources` must be a fully qualified resource type. Elements included here appear in the **Resource** dropdown. The user can apply tags to any resources in the dropdown.
52-
- The output of the control is formatted for easy assignment of tag values in an Azure Resource Manager template. To receive the control's output in a template, include a parameter as shown in the following example:
51+
- Each element in `resources` must be a fully qualified resource type. These elements appear in the **Resource** dropdown, and are taggable by the user.
52+
- The output of the control is formatted for easy assignment of tag values in an Azure Resource Manager template. To receive the control's output in a template, include a parameter in your template as shown in the following example:
5353

5454
```json
5555
"parameters": {
5656
"tagsByResource": { "type": "object", "defaultValue": {} }
5757
}
5858
```
5959

60-
And for each resource that can be tagged, include a tags property that accesses the parameter values for that type:
60+
For each resource that can be tagged, assign the tags property to the parameter value for that resource type:
6161

6262
```json
6363
{

articles/managed-applications/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
href: microsoft-common-passwordbox.md
125125
- name: Section
126126
href: microsoft-common-section.md
127+
- name: TagsByResource
128+
href: microsoft-common-tagsbyresource.md
127129
- name: TextBlock
128130
href: microsoft-common-textblock.md
129131
- name: TextBox

0 commit comments

Comments
 (0)