Skip to content

Commit

Permalink
[AzureRG Deployment] Updating api-version (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesattiraju authored Jun 27, 2017
1 parent 9b12264 commit 29f7b44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 8
"Patch": 9
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 8
"Patch": 9
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/Common/azure-arm-rest/azure-arm-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ResourceManagementClient extends azureServiceClient.ServiceClient {
constructor(credentials: msRestAzure.ApplicationTokenCredentials, subscriptionId: string, options?: any) {
super(credentials, subscriptionId);

this.apiVersion = '2016-07-01';
this.apiVersion = '2017-05-10';
this.acceptLanguage = 'en-US';
this.generateClientRequestId = true;
if (!!options && !!options.longRunningOperationRetryTimeout) {
Expand Down

0 comments on commit 29f7b44

Please sign in to comment.