diff --git a/lib/services/operationalInsightsManagement/package.json b/lib/services/operationalInsightsManagement/package.json index 453821960b..d6bba76942 100644 --- a/lib/services/operationalInsightsManagement/package.json +++ b/lib/services/operationalInsightsManagement/package.json @@ -4,10 +4,13 @@ "description": "OperationalInsightsManagementClient Library with typescript type definitions for node", "version": "1.1.0", "dependencies": { - "ms-rest": "^2.3.2", + "ms-rest": "^2.3.3", "ms-rest-azure": "^2.5.5" }, - "keywords": [ "node", "azure" ], + "keywords": [ + "node", + "azure" + ], "license": "MIT", "main": "./lib/operationalInsightsManagementClient.js", "types": "./lib/operationalInsightsManagementClient.d.ts",