Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from f10ea592929dbbb5b3467a1b01fdff7ff86f1f70 (#4918)
Browse files Browse the repository at this point in the history
Fix PolicyInsights code generation issue
  • Loading branch information
AutorestCI authored Mar 14, 2019
1 parent 6d9c27c commit 945a1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lib/services/policyinsightsManagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ uid: azure-arm-policyinsights
summary: *content

---
**This SDK will be deprecated next year and will be replaced by a new TypeScript-based isomorphic SDK (found at https://www.npmjs.com/package/@azure/arm-policyinsights) which works on Node.js and browsers.**
**See https://aka.ms/azure-sdk-for-js-migration to learn more.**
**This SDK will be deprecated next year and will be replaced by a new TypeScript-based isomorphic SDK (found at https://github.com/Azure/azure-sdk-for-js) which works on Node.js and browsers.**
## Microsoft Azure SDK for Node.js - PolicyInsightsClient

This project provides a Node.js package for accessing Azure. Right now it supports:
Expand Down
5 changes: 1 addition & 4 deletions lib/services/policyinsightsManagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "PolicyInsightsClient Library with typescript type definitions for node",
"version": "2.1.0",
"dependencies": {
"ms-rest": "^2.5.0",
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
},
"keywords": [
Expand All @@ -21,8 +21,5 @@
},
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-node/issues"
},
"scripts": {
"postinstall": "node .scripts/postinstall.js"
}
}

0 comments on commit 945a1d6

Please sign in to comment.