Skip to content

Commit 99b257a

Browse files
author
rbeker-BMC
committed
Control-M Integrations Factory up to December 2023
1 parent c763c44 commit 99b257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aapi/integration_factory/connection_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ConnectionProfileAzureBackup(ConnectionProfile):
6363
tenant_id: str = attrs.field(kw_only=True, default=None, metadata={
6464
'_aapi_repr_': 'Tenant ID'})
6565
application_id: str = attrs.field(kw_only=True, default=None, metadata={
66-
'_aapi_repr_': 'Application ID'})
66+
'_aapi_repr_': 'Application ID'})
6767
client_secret: str = attrs.field(kw_only=True, default=None, metadata={
6868
'_aapi_repr_': 'Client Secret'})
6969
connection_timeout: str = attrs.field(kw_only=True, default=None, metadata={

0 commit comments

Comments
 (0)