Skip to content

Commit c174e69

Browse files
committed
update the API version
1 parent 4e8d2fa commit c174e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following example shows a template that includes a user-defined function to
7272
"resources": [
7373
{
7474
"type": "Microsoft.Storage/storageAccounts",
75-
"apiVersion": "2022-09-01",
75+
"apiVersion": "2025-01-01",
7676
"name": "[contoso.uniqueName(parameters('storageNamePrefix'))]",
7777
"location": "South Central US",
7878
"sku": {

0 commit comments

Comments
 (0)