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

Commit

Permalink
Merge pull request #3381 from Azure/daschult/storage
Browse files Browse the repository at this point in the history
Regenerate azure-arm-storage
  • Loading branch information
Dan Schulte authored Aug 20, 2018
2 parents b18d878 + b4dad2d commit 6fbff02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
4 changes: 2 additions & 2 deletions lib/services/storageManagement2/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Microsoft
Copyright (c) 2018 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion lib/services/storageManagement2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 10 additions & 28 deletions lib/services/storageManagement2/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,25 @@
{
"name": "azure-arm-storage",
"author": "Microsoft Corporation",
"contributors": [
"Jason, Yang <[email protected]>",
"Gerner, Emily <[email protected]>",
"Wang, Jun <[email protected]>",
"Huang, Pengfei <[email protected]>",
"Shintre, Amol <[email protected]>",
"Onalan, Alp <[email protected]>",
"Lee, Hyonho <[email protected]>",
"Wang, Yugang <[email protected]>",
"Zavery, Amar <[email protected]>"
],
"version": "5.1.1-preview",
"description": "Microsoft Azure Storage Resource Provider Management Client Library for Node",
"tags": [
"azure",
"sdk"
],
"description": "StorageManagementClient Library with typescript type definitions for node",
"version": "5.2.0",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
},
"keywords": [
"node",
"azure"
],
"license": "MIT",
"main": "./lib/storageManagementClient.js",
"types": "./lib/storageManagementClient.d.ts",
"license": "MIT",
"dependencies": {
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"homepage": "https://github.com/azure/azure-sdk-for-node/tree/master/lib/services/storageManagement2",
"repository": {
"type": "git",
"url": "git@github.com:Azure/azure-sdk-for-node.git"
"url": "https://github.com/azure/azure-sdk-for-node.git"
},
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
},
"scripts": {
"test": "npm -s run-script jshint"
"url": "https://github.com/azure/azure-sdk-for-node/issues"
}
}

0 comments on commit 6fbff02

Please sign in to comment.