Skip to content

Commit 968c12c

Browse files
authored
Merge pull request #261301 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents aff6702 + a2161c8 commit 968c12c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/aks/supported-kubernetes-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you prefer to see this information visually, here's a Gantt chart with all th
6262

6363
## AKS Components Breaking Changes by Version
6464

65-
Note the following important changes to make before you upgrade to any of the available minor versions:
65+
Note the following important changes before you upgrade to any of the available minor versions:
6666

6767
|Kubernetes Version | AKS Managed Addons | AKS Components | OS components | Breaking Changes | Notes
6868
|--------------|------------------------------------------|-------------------------------------------------------------------|---------------------------------------------------------------------------|----------------|---------------------------|

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, niding, azla
77
ms.topic: reference
88
ms.custom: engagement-fy23
9-
ms.date: 04/07/2023
9+
ms.date: 12/13/2023
1010
---
1111

1212
# Reference guide to workflow expression functions in Azure Logic Apps and Power Automate
@@ -102,7 +102,7 @@ To work with strings, you can use these string functions and also some [collecti
102102
| [formatNumber](../logic-apps/workflow-definition-language-functions-reference.md#formatNumber) | Return a number as a string based on the specified format |
103103
| [guid](../logic-apps/workflow-definition-language-functions-reference.md#guid) | Generate a globally unique identifier (GUID) as a string. |
104104
| [indexOf](../logic-apps/workflow-definition-language-functions-reference.md#indexof) | Return the starting position for a substring. |
105-
| [isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isInt) | Return a boolean that indicates whether a string is a floating-point number. |
105+
| [isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isFloat) | Return a boolean that indicates whether a string is a floating-point number. |
106106
| [isInt](../logic-apps/workflow-definition-language-functions-reference.md#isInt) | Return a boolean that indicates whether a string is an integer. |
107107
| [lastIndexOf](../logic-apps/workflow-definition-language-functions-reference.md#lastindexof) | Return the starting position for the last occurrence of a substring. |
108108
| [length](../logic-apps/workflow-definition-language-functions-reference.md#length) | Return the number of items in a string or array. |
@@ -157,6 +157,8 @@ To work with conditions, compare values and expression results, or evaluate vari
157157
| [greater](../logic-apps/workflow-definition-language-functions-reference.md#greater) | Check whether the first value is greater than the second value. |
158158
| [greaterOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#greaterOrEquals) | Check whether the first value is greater than or equal to the second value. |
159159
| [if](../logic-apps/workflow-definition-language-functions-reference.md#if) | Check whether an expression is true or false. Based on the result, return a specified value. |
160+
| [isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isFloat) | Return a boolean that indicates whether a string is a floating-point number. |
161+
| [isInt](../logic-apps/workflow-definition-language-functions-reference.md#isInt) | Return a boolean that indicates whether a string is an integer. |
160162
| [less](../logic-apps/workflow-definition-language-functions-reference.md#less) | Check whether the first value is less than the second value. |
161163
| [lessOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#lessOrEquals) | Check whether the first value is less than or equal to the second value. |
162164
| [not](../logic-apps/workflow-definition-language-functions-reference.md#not) | Check whether an expression is false. |

0 commit comments

Comments
 (0)