Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-azure & ms-rest resp. #1026

Merged
merged 19 commits into from
May 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
63b9fd6
Enhancement to x-ms-parameterized-host extension
amarzavery Apr 8, 2016
d8110cf
positionInOperation defaults to first
amarzavery Apr 9, 2016
1ac04c3
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery Apr 11, 2016
3dd9e99
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery Apr 15, 2016
f82044b
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery Apr 26, 2016
7750284
fixed setting default value for a complex object containing constant …
amarzavery Apr 28, 2016
845fc5b
result of executing gulp regenerate:expected
amarzavery Apr 28, 2016
f0dff3d
Fixed fxcop warnings
amarzavery Apr 28, 2016
5a032ae
remove null check validation for unixtime as they are treated as long…
amarzavery Apr 28, 2016
2f82af1
unixTime in node.js
amarzavery Apr 29, 2016
ff64ad6
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery Apr 29, 2016
54cfaac
modification
amarzavery Apr 29, 2016
63fee4f
UnixTime tests
amarzavery Apr 29, 2016
5e85f67
FxCop warnings
amarzavery Apr 29, 2016
55af5be
Redesigned the structure of AzureEnvironment and updated the environm…
amarzavery May 3, 2016
2a447e5
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery May 3, 2016
88e3679
getting rid of underscore.js as a dependency from ms-rest-azure
amarzavery May 3, 2016
cb980a4
Merge branch 'master' of github.com:Azure/autorest into optional
amarzavery May 11, 2016
4f7dc49
updated node.js clientruntime version to 1.13.0 & 1.3.1 for ms-rest-a…
amarzavery May 11, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Microsoft.Rest.Generator.Azure.NodeJS
{
public class AzureNodeJSCodeGenerator : NodeJSCodeGenerator
{
private const string ClientRuntimePackage = "ms-rest-azure version 1.12.0";
private const string ClientRuntimePackage = "ms-rest-azure version 1.13.0";

// List of models with paging extensions.
private IList<PageTemplateModel> pageModels;
Expand Down
2 changes: 1 addition & 1 deletion AutoRest/Generators/NodeJS/NodeJS/NodeJSCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.Rest.Generator.NodeJS
{
public class NodeJSCodeGenerator : CodeGenerator
{
private const string ClientRuntimePackage = "ms-rest version 1.12.0";
private const string ClientRuntimePackage = "ms-rest version 1.13.1";

public NodeJsCodeNamer Namer { get; private set; }

Expand Down
22 changes: 22 additions & 0 deletions ClientRuntimes/NodeJS/ms-rest-azure/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2015 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.

13 changes: 4 additions & 9 deletions ClientRuntimes/NodeJS/ms-rest-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,26 @@
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/AutoRest"
},
"version": "1.12.0",
"version": "1.13.0",
"description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
"tags": [ "node", "microsoft", "autorest", "azure", "clientruntime" ],
"keywords": [ "node", "microsoft", "autorest", "azure", "clientruntime" ],
"main": "./lib/msRestAzure.js",
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE"
}
],
"license": "MIT",
"dependencies": {
"async": "0.2.7",
"uuid": "2.0.1",
"adal-node": "0.1.17",
"ms-rest": "^1.12.0",
"ms-rest": "^1.13.1",
"moment": "^2.6.0"
},
"devDependencies": {
"jshint": "2.6.3",
"xunit-file": "0.0.5",
"mocha": "2.2.5",
"mocha": "2.4.5",
"should": "5.2.0"
},
"homepage": "https://github.com/Azure/AutoRest",
Expand Down
22 changes: 22 additions & 0 deletions ClientRuntimes/NodeJS/ms-rest/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2015 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.

11 changes: 3 additions & 8 deletions ClientRuntimes/NodeJS/ms-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/AutoRest"
},
"version": "1.12.0",
"version": "1.13.1",
"description": "Client Runtime for Node.js client libraries generated using AutoRest",
"tags": ["node", "microsoft", "autorest", "clientruntime"],
"keywords": ["node", "microsoft", "autorest", "clientruntime"],
Expand All @@ -14,12 +14,7 @@
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE"
}
],
"license": "MIT",
"dependencies": {
"underscore": "^1.4.0",
"tunnel": "~0.0.2",
Expand All @@ -31,7 +26,7 @@
"devDependencies": {
"jshint": "2.6.3",
"xunit-file": "0.0.5",
"mocha": "2.2.5",
"mocha": "2.4.5",
"should": "5.2.0",
"node-uuid": "*"
},
Expand Down