Skip to content

Commit 008a358

Browse files
committed
version update
1 parent 7dcfadb commit 008a358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containerapp/azext_containerapp/_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def list(cls, cmd, resource_group_name, container_app_name):
304304

305305

306306
class ContainerAppFunctionsPreviewClient():
307-
api_version = "2025-10-02-preview"
307+
api_version = PREVIEW_API_VERSION
308308

309309
@classmethod
310310
def list_functions_by_revision(cls, cmd, resource_group_name, container_app_name, revision_name):

0 commit comments

Comments
 (0)