Adding a contract to open vcore mongo networking blade (#1597)

* Adding a contract to open vcore mongo networking blade

* prettier fix
This commit is contained in:
vchske 2023-08-31 17:50:15 -07:00 committed by GitHub
parent d155407b58
commit 1eb566ab57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ export enum MessageTypes {
OpenPostgresNetworkingBlade, OpenPostgresNetworkingBlade,
OpenCosmosDBNetworkingBlade, OpenCosmosDBNetworkingBlade,
DisplayNPSSurvey, DisplayNPSSurvey,
OpenVCoreMongoNetworkingBlade,
} }
export { Versions, ActionContracts, Diagnostics }; export { ActionContracts, Diagnostics, Versions };