Skip to content

Commit c0c7743

Browse files
Merge pull request #278978 from davidsmatlak/ds-updates-ama-20240621-3
Freshness updates for Managed Apps content
2 parents 28aa840 + 4aa1271 commit c0c7743

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/azure-resource-manager/managed-applications/create-ui-definition-conversion-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create UI definition conversion functions
33
description: Describes the functions to use when converting values between data types and encodings.
44
ms.topic: reference
5-
ms.date: 07/13/2020
5+
ms.date: 06/21/2024
66
---
77

88
# CreateUiDefinition conversion functions
@@ -167,4 +167,4 @@ The following example returns `"{"type":"webapp"}"`:
167167

168168
## Next steps
169169

170-
* For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).
170+
- For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).

articles/azure-resource-manager/managed-applications/create-ui-definition-date-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create UI definition date functions
33
description: Describes the functions to use when working with date values.
44
ms.topic: reference
5-
ms.date: 07/13/2020
5+
ms.date: 06/21/2024
66
---
77

88
# CreateUiDefinition date functions
@@ -50,4 +50,4 @@ The following example could return `"1990-12-31T23:59:59.000Z"`:
5050

5151
## Next steps
5252

53-
* For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).
53+
- For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).

articles/azure-resource-manager/managed-applications/create-ui-definition-math-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create UI definition math functions
33
description: Describes the functions to use when performing math operations.
44
ms.topic: reference
5-
ms.date: 07/13/2020
5+
ms.date: 06/21/2024
66
---
77

88
# CreateUiDefinition math functions
@@ -97,7 +97,7 @@ The following example returns `6`:
9797

9898
## rand
9999

100-
Returns a random integral number within the specified range. This function does not generate cryptographically secure random numbers.
100+
Returns a random integral number within the specified range. This function doesn't generate cryptographically secure random numbers.
101101

102102
The following example could return `42`:
103103

@@ -127,4 +127,4 @@ The following example returns `1`:
127127

128128
## Next steps
129129

130-
* For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).
130+
- For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).

articles/azure-resource-manager/managed-applications/create-ui-definition-string-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create UI definition string functions
33
description: Describes the string functions to use when constructing UI definitions for Azure Managed Applications
44
ms.topic: reference
5-
ms.date: 07/13/2020
5+
ms.date: 06/21/2024
66
---
77

88
# CreateUiDefinition string functions
@@ -81,7 +81,7 @@ The following sample returns true.
8181

8282
## substring
8383

84-
Returns the substring of the specified string. The substring starts at the specified index and has the specified length.
84+
Returns the substring of the specified string. The substring begins at the specified index and has the specified length.
8585

8686
The following example returns `"web"`:
8787

@@ -111,4 +111,4 @@ The following example returns `"CONTOSO"`:
111111

112112
## Next steps
113113

114-
* For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).
114+
- For an introduction to Azure Resource Manager, see [Azure Resource Manager overview](../management/overview.md).

0 commit comments

Comments
 (0)