-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4527 from Microsoft/users/biprasad/MoveAzureArm
Move azure-arm-rest to Common directory
- Loading branch information
Showing
28 changed files
with
4,129 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"common": [ | ||
{ | ||
"module": "../Common/azure-arm-rest", | ||
"type": "node", | ||
"dest": "./", | ||
"compile" : true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Tasks/AzureResourceGroupDeployment/operations/DeploymentGroupExtensionHelper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
Tasks/AzureResourceGroupDeployment/operations/WinRMExtensionHelper.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
29 changes: 29 additions & 0 deletions
29
Tasks/Common/azure-arm-rest/Strings/resources.resjson/en-US/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"loc.messages.ClientIdCannotBeEmpty": "clientId must be a non empty string.", | ||
"loc.messages.DomainCannotBeEmpty": "domain must be a non empty string.", | ||
"loc.messages.SecretCannotBeEmpty": "secret must be a non empty string.", | ||
"loc.messages.armUrlCannotBeEmpty": "arm Url must be a non empty string.", | ||
"loc.messages.authorityUrlCannotBeEmpty": "authority must be a non empty string.", | ||
"loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Could not fetch access token for azure. Status code: %s, status message: %s", | ||
"loc.messages.CallbackCannotBeNull": "callback cannot be null.", | ||
"loc.messages.VMNameCannotBeNull": "vmName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.InvalidValue": "%s is not a valid value. The valid values are: %s", | ||
"loc.messages.VmExtensionNameCannotBeNull": "vmExtensionName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.ExpandShouldBeOfTypeString": "expand must be of type string.", | ||
"loc.messages.ExtensionParametersCannotBeNull": "extensionParameters cannot be null or undefined.", | ||
"loc.messages.LoadBalancerNameCannotBeNull": "'loadBalancerName cannot be null or undefined and it must be of type string.'", | ||
"loc.messages.ParametersCannotBeNull": "parameters cannot be null or undefined.", | ||
"loc.messages.NetworkInterfaceNameCannotBeNull": "networkInterfaceName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.NetworkSecurityGroupNameCannotBeNull": "networkSecurityGroupName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.SecurityRuleNameCannotBeNull": "securityRuleName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.SecurityRuleParametersCannotBeNull": "securityRuleParameters cannot be null or undefined.", | ||
"loc.messages.DeploymentNameCannotBeNull": "deploymentName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.CredentialsCannotBeNull": "'credentials' cannot be null.", | ||
"loc.messages.SubscriptionIdCannotBeNull": "'subscriptionId' cannot be null.", | ||
"loc.messages.InvalidResponseLongRunningOperation": "Invalid response received for fetching status of a long running operation.", | ||
"loc.messages.TimeoutWhileWaiting": "Timed out while waiting", | ||
"loc.messages.ResourceGroupCannotBeNull": "resourceGroupName cannot be null or undefined and it must be of type string.", | ||
"loc.messages.ResourceGroupExceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MaxLength\": 90", | ||
"loc.messages.ResourceGroupDeceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MinLength\": 1", | ||
"loc.messages.ResourceGroupDoesntMatchPattern": "\"resourceGroupName\" should satisfy the constraint - \"Pattern\": /^[-\\w\\._\\(\\)]+$/" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"messages": { | ||
"ClientIdCannotBeEmpty": "clientId must be a non empty string.", | ||
"DomainCannotBeEmpty": "domain must be a non empty string.", | ||
"SecretCannotBeEmpty": "secret must be a non empty string.", | ||
"armUrlCannotBeEmpty": "arm Url must be a non empty string.", | ||
"authorityUrlCannotBeEmpty": "authority must be a non empty string.", | ||
"CouldNotFetchAccessTokenforAzureStatusCode": "Could not fetch access token for azure. Status code: %s, status message: %s", | ||
"CallbackCannotBeNull": "callback cannot be null.", | ||
"VMNameCannotBeNull": "vmName cannot be null or undefined and it must be of type string.", | ||
"InvalidValue": "%s is not a valid value. The valid values are: %s", | ||
"VmExtensionNameCannotBeNull": "vmExtensionName cannot be null or undefined and it must be of type string.", | ||
"ExpandShouldBeOfTypeString": "expand must be of type string.", | ||
"ExtensionParametersCannotBeNull": "extensionParameters cannot be null or undefined.", | ||
"LoadBalancerNameCannotBeNull": "'loadBalancerName cannot be null or undefined and it must be of type string.'", | ||
"ParametersCannotBeNull": "parameters cannot be null or undefined.", | ||
"NetworkInterfaceNameCannotBeNull": "networkInterfaceName cannot be null or undefined and it must be of type string.", | ||
"NetworkSecurityGroupNameCannotBeNull": "networkSecurityGroupName cannot be null or undefined and it must be of type string.", | ||
"SecurityRuleNameCannotBeNull": "securityRuleName cannot be null or undefined and it must be of type string.", | ||
"SecurityRuleParametersCannotBeNull": "securityRuleParameters cannot be null or undefined.", | ||
"DeploymentNameCannotBeNull": "deploymentName cannot be null or undefined and it must be of type string.", | ||
"CredentialsCannotBeNull": "'credentials' cannot be null.", | ||
"SubscriptionIdCannotBeNull": "'subscriptionId' cannot be null.", | ||
"InvalidResponseLongRunningOperation": "Invalid response received for fetching status of a long running operation.", | ||
"TimeoutWhileWaiting": "Timed out while waiting", | ||
"ResourceGroupCannotBeNull": "resourceGroupName cannot be null or undefined and it must be of type string.", | ||
"ResourceGroupExceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MaxLength\": 90", | ||
"ResourceGroupDeceededLength": "\"resourceGroupName\" should satisfy the constraint - \"MinLength\": 1", | ||
"ResourceGroupDoesntMatchPattern": "\"resourceGroupName\" should satisfy the constraint - \"Pattern\": /^[-\\w\\._\\(\\)]+$/" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "azure-arm-rest", | ||
"version": "1.0.0", | ||
"description": "Common Lib for Azure ARM REST apis", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/Microsoft/vsts-tasks.git" | ||
}, | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/vsts-tasks/issues" | ||
}, | ||
"homepage": "https://github.com/Microsoft/vsts-tasks#readme", | ||
"dependencies": { | ||
"q": "1.4.1", | ||
"vso-node-api": "6.0.1-preview", | ||
"vsts-task-lib": "^0.9.20" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es6", | ||
"declaration": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"globalDependencies": { | ||
"mocha": "registry:dt/mocha#2.2.5+20160720003353", | ||
"node": "registry:dt/node#6.0.0+20160920093002", | ||
"q": "registry:dt/q#0.0.0+20160613154756" | ||
} | ||
} |
Oops, something went wrong.