Skip to content

Commit db530fc

Browse files
authored
Supends -> Suspends (Azure#11751)
* Supends -> Suspends * Updated the patch version
1 parent 9877fe2 commit db530fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sdk/analysisservices/arm-analysisservices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-analysisservices",
33
"author": "Microsoft Corporation",
44
"description": "AnalysisServicesManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^1.1.0",
88
"@azure/ms-rest-js": "^1.1.0",

sdk/analysisservices/arm-analysisservices/src/analysisServicesManagementClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
1313
import * as msRestAzure from "@azure/ms-rest-azure-js";
1414

1515
const packageName = "@azure/arm-analysisservices";
16-
const packageVersion = "2.3.1";
16+
const packageVersion = "2.3.2";
1717

1818
export class AnalysisServicesManagementClientContext extends msRestAzure.AzureServiceClient {
1919
credentials: msRest.ServiceClientCredentials;

sdk/analysisservices/arm-analysisservices/src/operations/servers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class Servers {
112112
}
113113

114114
/**
115-
* Supends operation of the specified Analysis Services server instance.
115+
* Suspends operation of the specified Analysis Services server instance.
116116
* @param resourceGroupName The name of the Azure Resource group of which a given Analysis Services
117117
* server is part. This name must be at least 1 character in length, and no more than 90.
118118
* @param serverName The name of the Analysis Services server. It must be at least 3 characters in
@@ -492,7 +492,7 @@ export class Servers {
492492
}
493493

494494
/**
495-
* Supends operation of the specified Analysis Services server instance.
495+
* Suspends operation of the specified Analysis Services server instance.
496496
* @param resourceGroupName The name of the Azure Resource group of which a given Analysis Services
497497
* server is part. This name must be at least 1 character in length, and no more than 90.
498498
* @param serverName The name of the Analysis Services server. It must be at least 3 characters in

0 commit comments

Comments
 (0)