File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sdk/analysisservices/arm-analysisservices Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
1313import * as msRestAzure from "@azure/ms-rest-azure-js" ;
1414
1515const packageName = "@azure/arm-analysisservices" ;
16- const packageVersion = "2.3.1 " ;
16+ const packageVersion = "2.3.2 " ;
1717
1818export class AnalysisServicesManagementClientContext extends msRestAzure . AzureServiceClient {
1919 credentials : msRest . ServiceClientCredentials ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments