Skip to content

Commit 6464ce5

Browse files
committed
add number insight models to init file to make them public
1 parent 2c66a51 commit 6464ce5

File tree

1 file changed

+4
-0
lines changed
  • sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers

1 file changed

+4
-0
lines changed

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
PhoneNumberCountry,
2121
PhoneNumberLocality,
2222
PhoneNumberOffering,
23+
OperatorInformationOptions,
24+
OperatorInformation,
2325
OperatorInformationResult,
2426
)
2527

@@ -37,6 +39,8 @@
3739
'PhoneNumberCountry',
3840
'PhoneNumberLocality',
3941
'PhoneNumberOffering',
42+
'OperatorInformationOptions',
43+
'OperatorInformation',
4044
'OperatorInformationResult',
4145
'PhoneNumbersClient'
4246
]

0 commit comments

Comments
 (0)