@azure/arm-managedapplications 1.1.0 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +63 -80
  4. package/dist/index.js +2896 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/esm/applicationClient.d.ts +50 -0
  9. package/esm/applicationClient.d.ts.map +1 -0
  10. package/esm/applicationClient.js +190 -0
  11. package/esm/applicationClient.js.map +1 -0
  12. package/esm/applicationClientContext.d.ts +16 -0
  13. package/esm/applicationClientContext.d.ts.map +1 -0
  14. package/esm/applicationClientContext.js +49 -0
  15. package/esm/applicationClientContext.js.map +1 -0
  16. package/esm/coreClientLro.d.ts +26 -0
  17. package/esm/coreClientLro.d.ts.map +1 -0
  18. package/esm/coreClientLro.js +186 -0
  19. package/esm/coreClientLro.js.map +1 -0
  20. package/esm/index.d.ts +770 -0
  21. package/esm/index.d.ts.map +1 -0
  22. package/esm/index.js +13 -0
  23. package/esm/index.js.map +1 -0
  24. package/esm/lro/azureAsyncPolling.d.ts +3 -0
  25. package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
  26. package/esm/lro/azureAsyncPolling.js +67 -0
  27. package/esm/lro/azureAsyncPolling.js.map +1 -0
  28. package/esm/lro/bodyPolling.d.ts +8 -0
  29. package/esm/lro/bodyPolling.d.ts.map +1 -0
  30. package/esm/lro/bodyPolling.js +37 -0
  31. package/esm/lro/bodyPolling.js.map +1 -0
  32. package/esm/lro/index.d.ts +4 -0
  33. package/esm/lro/index.d.ts.map +1 -0
  34. package/esm/lro/index.js +12 -0
  35. package/esm/lro/index.js.map +1 -0
  36. package/esm/lro/locationPolling.d.ts +3 -0
  37. package/esm/lro/locationPolling.d.ts.map +1 -0
  38. package/esm/lro/locationPolling.js +19 -0
  39. package/esm/lro/locationPolling.js.map +1 -0
  40. package/esm/lro/lroEngine.d.ts +14 -0
  41. package/esm/lro/lroEngine.d.ts.map +1 -0
  42. package/esm/lro/lroEngine.js +41 -0
  43. package/esm/lro/lroEngine.js.map +1 -0
  44. package/esm/lro/models.d.ts +138 -0
  45. package/esm/lro/models.d.ts.map +1 -0
  46. package/esm/lro/models.js +14 -0
  47. package/esm/lro/models.js.map +1 -0
  48. package/esm/lro/operation.d.ts +36 -0
  49. package/esm/lro/operation.d.ts.map +1 -0
  50. package/esm/lro/operation.js +82 -0
  51. package/esm/lro/operation.js.map +1 -0
  52. package/esm/lro/passthrough.d.ts +3 -0
  53. package/esm/lro/passthrough.d.ts.map +1 -0
  54. package/esm/lro/passthrough.js +15 -0
  55. package/esm/lro/passthrough.js.map +1 -0
  56. package/esm/lro/requestUtils.d.ts +16 -0
  57. package/esm/lro/requestUtils.d.ts.map +1 -0
  58. package/esm/lro/requestUtils.js +73 -0
  59. package/esm/lro/requestUtils.js.map +1 -0
  60. package/esm/lro/stateMachine.d.ts +18 -0
  61. package/esm/lro/stateMachine.d.ts.map +1 -0
  62. package/esm/lro/stateMachine.js +84 -0
  63. package/esm/lro/stateMachine.js.map +1 -0
  64. package/esm/models/index.d.ts +360 -762
  65. package/esm/models/index.d.ts.map +1 -1
  66. package/esm/models/index.js +17 -2
  67. package/esm/models/index.js.map +1 -1
  68. package/esm/models/mappers.d.ts +18 -20
  69. package/esm/models/mappers.d.ts.map +1 -1
  70. package/esm/models/mappers.js +296 -318
  71. package/esm/models/mappers.js.map +1 -1
  72. package/esm/models/parameters.d.ts +15 -10
  73. package/esm/models/parameters.d.ts.map +1 -1
  74. package/esm/models/parameters.js +77 -49
  75. package/esm/models/parameters.js.map +1 -1
  76. package/esm/operations/applicationDefinitions.d.ts +128 -0
  77. package/esm/operations/applicationDefinitions.d.ts.map +1 -0
  78. package/esm/operations/applicationDefinitions.js +574 -0
  79. package/esm/operations/applicationDefinitions.js.map +1 -0
  80. package/esm/operations/applications.d.ts +182 -0
  81. package/esm/operations/applications.d.ts.map +1 -0
  82. package/esm/operations/applications.js +802 -0
  83. package/esm/operations/applications.js.map +1 -0
  84. package/esm/operations/index.d.ts +2 -2
  85. package/esm/operations/index.d.ts.map +1 -1
  86. package/esm/operations/index.js +5 -7
  87. package/esm/operations/index.js.map +1 -1
  88. package/esm/operationsInterfaces/applicationDefinitions.d.ts +95 -0
  89. package/esm/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
  90. package/esm/operationsInterfaces/applicationDefinitions.js +9 -0
  91. package/esm/operationsInterfaces/applicationDefinitions.js.map +1 -0
  92. package/esm/operationsInterfaces/applications.d.ts +128 -0
  93. package/esm/operationsInterfaces/applications.d.ts.map +1 -0
  94. package/esm/operationsInterfaces/applications.js +9 -0
  95. package/esm/operationsInterfaces/applications.js.map +1 -0
  96. package/esm/operationsInterfaces/index.d.ts +3 -0
  97. package/esm/operationsInterfaces/index.d.ts.map +1 -0
  98. package/esm/operationsInterfaces/index.js +10 -0
  99. package/esm/operationsInterfaces/index.js.map +1 -0
  100. package/package.json +55 -16
  101. package/review/arm-managedapplications.api.md +443 -0
  102. package/rollup.config.js +181 -30
  103. package/src/applicationClient.ts +222 -0
  104. package/src/applicationClientContext.ts +70 -0
  105. package/src/coreClientLro.ts +323 -0
  106. package/src/index.ts +13 -0
  107. package/src/lro/azureAsyncPolling.ts +96 -0
  108. package/src/lro/bodyPolling.ts +54 -0
  109. package/src/lro/index.ts +26 -0
  110. package/src/lro/locationPolling.ts +30 -0
  111. package/src/lro/lroEngine.ts +61 -0
  112. package/src/lro/models.ts +173 -0
  113. package/src/lro/operation.ts +120 -0
  114. package/src/lro/passthrough.ts +23 -0
  115. package/src/lro/requestUtils.ts +105 -0
  116. package/src/lro/stateMachine.ts +138 -0
  117. package/src/models/index.ts +402 -794
  118. package/src/models/mappers.ts +290 -311
  119. package/src/models/parameters.ts +99 -50
  120. package/src/operations/applicationDefinitions.ts +810 -0
  121. package/src/operations/applications.ts +1069 -0
  122. package/src/operations/index.ts +5 -7
  123. package/src/operationsInterfaces/applicationDefinitions.ts +179 -0
  124. package/src/operationsInterfaces/applications.ts +225 -0
  125. package/src/operationsInterfaces/index.ts +10 -0
  126. package/tsconfig.json +3 -2
  127. package/dist/arm-managedapplications.js +0 -1865
  128. package/dist/arm-managedapplications.js.map +0 -1
  129. package/dist/arm-managedapplications.min.js +0 -1
  130. package/dist/arm-managedapplications.min.js.map +0 -1
  131. package/esm/managedApplicationClient.d.ts +0 -58
  132. package/esm/managedApplicationClient.d.ts.map +0 -1
  133. package/esm/managedApplicationClient.js +0 -92
  134. package/esm/managedApplicationClient.js.map +0 -1
  135. package/esm/managedApplicationClientContext.d.ts +0 -22
  136. package/esm/managedApplicationClientContext.d.ts.map +0 -1
  137. package/esm/managedApplicationClientContext.js +0 -61
  138. package/esm/managedApplicationClientContext.js.map +0 -1
  139. package/esm/models/applianceDefinitionsMappers.d.ts +0 -2
  140. package/esm/models/applianceDefinitionsMappers.d.ts.map +0 -1
  141. package/esm/models/applianceDefinitionsMappers.js +0 -9
  142. package/esm/models/applianceDefinitionsMappers.js.map +0 -1
  143. package/esm/models/appliancesMappers.d.ts +0 -2
  144. package/esm/models/appliancesMappers.d.ts.map +0 -1
  145. package/esm/models/appliancesMappers.js +0 -9
  146. package/esm/models/appliancesMappers.js.map +0 -1
  147. package/esm/operations/applianceDefinitions.d.ts +0 -167
  148. package/esm/operations/applianceDefinitions.d.ts.map +0 -1
  149. package/esm/operations/applianceDefinitions.js +0 -358
  150. package/esm/operations/applianceDefinitions.js.map +0 -1
  151. package/esm/operations/appliances.d.ts +0 -247
  152. package/esm/operations/appliances.d.ts.map +0 -1
  153. package/esm/operations/appliances.js +0 -482
  154. package/esm/operations/appliances.js.map +0 -1
  155. package/src/managedApplicationClient.ts +0 -144
  156. package/src/managedApplicationClientContext.ts +0 -68
  157. package/src/models/applianceDefinitionsMappers.ts +0 -24
  158. package/src/models/appliancesMappers.ts +0 -24
  159. package/src/operations/applianceDefinitions.ts +0 -492
  160. package/src/operations/appliances.ts +0 -716
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedApplicationClient.js","sourceRoot":"","sources":["../src/managedApplicationClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,qBAAqB,CAAC;AAClD,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF;IAAuC,4CAA+B;IAKpE;;;;;;;;;;OAUG;IACH,kCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgD;QAApJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;QAFC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;;IACxE,CAAC;IAiBD,iDAAc,GAAd,UAAe,OAAwF,EAAE,QAA6D;QACpK,OAAO,IAAI,CAAC,oBAAoB,CAC9B;YACE,OAAO,SAAA;SACR,EACD,2BAA2B,EAC3B,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,qDAAkB,GAAlB,UAAmB,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QAC9L,OAAO,IAAI,CAAC,oBAAoB,CAC9B;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,+BAA+B,EAC/B,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,+BAAC;AAAD,CAAC,AAzED,CAAuC,+BAA+B,GAyErE;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,2BAA2B,GAAyB;IACxD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,0CAA0C;IAChD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,+BAA+B,GAAyB;IAC5D,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,OAAO,EACL,wBAAwB,EACxB,+BAA+B,EAC/B,MAAM,IAAI,wBAAwB,EAClC,OAAO,IAAI,yBAAyB,EACrC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,22 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import { TokenCredential } from "@azure/core-auth";
4
- import * as msRestAzure from "@azure/ms-rest-azure-js";
5
- export declare class ManagedApplicationClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- /**
10
- * Initializes a new instance of the ManagedApplicationClient class.
11
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
12
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
13
- * more information about these credentials, see
14
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
- * @azure/ms-rest-browserauth are also supported.
17
- * @param subscriptionId The ID of the target subscription.
18
- * @param [options] The parameter options
19
- */
20
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.ManagedApplicationClientOptions);
21
- }
22
- //# sourceMappingURL=managedApplicationClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedApplicationClientContext.d.ts","sourceRoot":"","sources":["../src/managedApplicationClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,+BAAgC,SAAQ,WAAW,CAAC,kBAAkB;IACjF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,+BAA+B;CAiCrJ"}
@@ -1,61 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-managedapplications";
13
- var packageVersion = "1.1.0";
14
- var ManagedApplicationClientContext = /** @class */ (function (_super) {
15
- __extends(ManagedApplicationClientContext, _super);
16
- /**
17
- * Initializes a new instance of the ManagedApplicationClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
19
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
20
- * more information about these credentials, see
21
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
- * @azure/ms-rest-browserauth are also supported.
24
- * @param subscriptionId The ID of the target subscription.
25
- * @param [options] The parameter options
26
- */
27
- function ManagedApplicationClientContext(credentials, subscriptionId, options) {
28
- var _this = this;
29
- if (credentials == undefined) {
30
- throw new Error('\'credentials\' cannot be null.');
31
- }
32
- if (subscriptionId == undefined) {
33
- throw new Error('\'subscriptionId\' cannot be null.');
34
- }
35
- if (!options) {
36
- options = {};
37
- }
38
- if (!options.userAgent) {
39
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
40
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
41
- }
42
- _this = _super.call(this, credentials, options) || this;
43
- _this.apiVersion = '2016-09-01-preview';
44
- _this.acceptLanguage = 'en-US';
45
- _this.longRunningOperationRetryTimeout = 30;
46
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
47
- _this.requestContentType = "application/json; charset=utf-8";
48
- _this.credentials = credentials;
49
- _this.subscriptionId = subscriptionId;
50
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
51
- _this.acceptLanguage = options.acceptLanguage;
52
- }
53
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
54
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
55
- }
56
- return _this;
57
- }
58
- return ManagedApplicationClientContext;
59
- }(msRestAzure.AzureServiceClient));
60
- export { ManagedApplicationClientContext };
61
- //# sourceMappingURL=managedApplicationClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managedApplicationClientContext.js","sourceRoot":"","sources":["../src/managedApplicationClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,gCAAgC,CAAC;AACrD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAqD,mDAA8B;IAKjF;;;;;;;;;;OAUG;IACH,yCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgD;QAApJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,oBAAoB,CAAC;QACvC,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,sCAAC;AAAD,CAAC,AAjDD,CAAqD,WAAW,CAAC,kBAAkB,GAiDlF"}
@@ -1,2 +0,0 @@
1
- export { Appliance, ApplianceArtifact, ApplianceDefinition, ApplianceDefinitionListResult, AppliancePatchable, ApplianceProviderAuthorization, BaseResource, ErrorResponse, GenericResource, Identity, Plan, PlanPatchable, Resource, Sku } from "../models/mappers";
2
- //# sourceMappingURL=applianceDefinitionsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"applianceDefinitionsMappers.d.ts","sourceRoot":"","sources":["../../src/models/applianceDefinitionsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,6BAA6B,EAC7B,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,aAAa,EACb,eAAe,EACf,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,GAAG,EACJ,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { Appliance, ApplianceArtifact, ApplianceDefinition, ApplianceDefinitionListResult, AppliancePatchable, ApplianceProviderAuthorization, BaseResource, ErrorResponse, GenericResource, Identity, Plan, PlanPatchable, Resource, Sku } from "../models/mappers";
9
- //# sourceMappingURL=applianceDefinitionsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"applianceDefinitionsMappers.js","sourceRoot":"","sources":["../../src/models/applianceDefinitionsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,6BAA6B,EAC7B,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,aAAa,EACb,eAAe,EACf,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,GAAG,EACJ,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { Appliance, ApplianceArtifact, ApplianceDefinition, ApplianceListResult, AppliancePatchable, ApplianceProviderAuthorization, BaseResource, ErrorResponse, GenericResource, Identity, Plan, PlanPatchable, Resource, Sku } from "../models/mappers";
2
- //# sourceMappingURL=appliancesMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliancesMappers.d.ts","sourceRoot":"","sources":["../../src/models/appliancesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,aAAa,EACb,eAAe,EACf,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,GAAG,EACJ,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { Appliance, ApplianceArtifact, ApplianceDefinition, ApplianceListResult, AppliancePatchable, ApplianceProviderAuthorization, BaseResource, ErrorResponse, GenericResource, Identity, Plan, PlanPatchable, Resource, Sku } from "../models/mappers";
9
- //# sourceMappingURL=appliancesMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliancesMappers.js","sourceRoot":"","sources":["../../src/models/appliancesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,8BAA8B,EAC9B,YAAY,EACZ,aAAa,EACb,eAAe,EACf,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,QAAQ,EACR,GAAG,EACJ,MAAM,mBAAmB,CAAC"}
@@ -1,167 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { ManagedApplicationClientContext } from "../managedApplicationClientContext";
5
- /** Class representing a ApplianceDefinitions. */
6
- export declare class ApplianceDefinitions {
7
- private readonly client;
8
- /**
9
- * Create a ApplianceDefinitions.
10
- * @param {ManagedApplicationClientContext} client Reference to the service client.
11
- */
12
- constructor(client: ManagedApplicationClientContext);
13
- /**
14
- * Gets the appliance definition.
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param applianceDefinitionName The name of the appliance definition.
17
- * @param [options] The optional parameters
18
- * @returns Promise<Models.ApplianceDefinitionsGetResponse>
19
- */
20
- get(resourceGroupName: string, applianceDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsGetResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
- * @param applianceDefinitionName The name of the appliance definition.
24
- * @param callback The callback
25
- */
26
- get(resourceGroupName: string, applianceDefinitionName: string, callback: msRest.ServiceCallback<Models.ApplianceDefinition>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
- * @param applianceDefinitionName The name of the appliance definition.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- get(resourceGroupName: string, applianceDefinitionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplianceDefinition>): void;
34
- /**
35
- * Deletes the appliance definition.
36
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param applianceDefinitionName The name of the appliance definition to delete.
38
- * @param [options] The optional parameters
39
- * @returns Promise<msRest.RestResponse>
40
- */
41
- deleteMethod(resourceGroupName: string, applianceDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
42
- /**
43
- * Creates a new appliance definition.
44
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param applianceDefinitionName The name of the appliance definition.
46
- * @param parameters Parameters supplied to the create or update an appliance definition.
47
- * @param [options] The optional parameters
48
- * @returns Promise<Models.ApplianceDefinitionsCreateOrUpdateResponse>
49
- */
50
- createOrUpdate(resourceGroupName: string, applianceDefinitionName: string, parameters: Models.ApplianceDefinition, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsCreateOrUpdateResponse>;
51
- /**
52
- * Lists the appliance definitions in a resource group.
53
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
- * @param [options] The optional parameters
55
- * @returns Promise<Models.ApplianceDefinitionsListByResourceGroupResponse>
56
- */
57
- listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsListByResourceGroupResponse>;
58
- /**
59
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
- * @param callback The callback
61
- */
62
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ApplianceDefinitionListResult>): void;
63
- /**
64
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
- * @param options The optional parameters
66
- * @param callback The callback
67
- */
68
- listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplianceDefinitionListResult>): void;
69
- /**
70
- * Gets the appliance definition.
71
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
72
- * appliance name and the appliance definition resource type. Use the format,
73
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
74
- * @param [options] The optional parameters
75
- * @returns Promise<Models.ApplianceDefinitionsGetByIdResponse>
76
- */
77
- getById(applianceDefinitionId: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsGetByIdResponse>;
78
- /**
79
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
80
- * appliance name and the appliance definition resource type. Use the format,
81
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
82
- * @param callback The callback
83
- */
84
- getById(applianceDefinitionId: string, callback: msRest.ServiceCallback<Models.ApplianceDefinition>): void;
85
- /**
86
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
87
- * appliance name and the appliance definition resource type. Use the format,
88
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
89
- * @param options The optional parameters
90
- * @param callback The callback
91
- */
92
- getById(applianceDefinitionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplianceDefinition>): void;
93
- /**
94
- * Deletes the appliance definition.
95
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
96
- * appliance name and the appliance definition resource type. Use the format,
97
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
98
- * @param [options] The optional parameters
99
- * @returns Promise<msRest.RestResponse>
100
- */
101
- deleteById(applianceDefinitionId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
102
- /**
103
- * Creates a new appliance definition.
104
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
105
- * appliance name and the appliance definition resource type. Use the format,
106
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
107
- * @param parameters Parameters supplied to the create or update an appliance definition.
108
- * @param [options] The optional parameters
109
- * @returns Promise<Models.ApplianceDefinitionsCreateOrUpdateByIdResponse>
110
- */
111
- createOrUpdateById(applianceDefinitionId: string, parameters: Models.ApplianceDefinition, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsCreateOrUpdateByIdResponse>;
112
- /**
113
- * Deletes the appliance definition.
114
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
115
- * @param applianceDefinitionName The name of the appliance definition to delete.
116
- * @param [options] The optional parameters
117
- * @returns Promise<msRestAzure.LROPoller>
118
- */
119
- beginDeleteMethod(resourceGroupName: string, applianceDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
120
- /**
121
- * Creates a new appliance definition.
122
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
123
- * @param applianceDefinitionName The name of the appliance definition.
124
- * @param parameters Parameters supplied to the create or update an appliance definition.
125
- * @param [options] The optional parameters
126
- * @returns Promise<msRestAzure.LROPoller>
127
- */
128
- beginCreateOrUpdate(resourceGroupName: string, applianceDefinitionName: string, parameters: Models.ApplianceDefinition, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
129
- /**
130
- * Deletes the appliance definition.
131
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
132
- * appliance name and the appliance definition resource type. Use the format,
133
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
134
- * @param [options] The optional parameters
135
- * @returns Promise<msRestAzure.LROPoller>
136
- */
137
- beginDeleteById(applianceDefinitionId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
138
- /**
139
- * Creates a new appliance definition.
140
- * @param applianceDefinitionId The fully qualified ID of the appliance definition, including the
141
- * appliance name and the appliance definition resource type. Use the format,
142
- * /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applianceDefinitions/{applianceDefinition-name}
143
- * @param parameters Parameters supplied to the create or update an appliance definition.
144
- * @param [options] The optional parameters
145
- * @returns Promise<msRestAzure.LROPoller>
146
- */
147
- beginCreateOrUpdateById(applianceDefinitionId: string, parameters: Models.ApplianceDefinition, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
148
- /**
149
- * Lists the appliance definitions in a resource group.
150
- * @param nextPageLink The NextLink from the previous successful call to List operation.
151
- * @param [options] The optional parameters
152
- * @returns Promise<Models.ApplianceDefinitionsListByResourceGroupNextResponse>
153
- */
154
- listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplianceDefinitionsListByResourceGroupNextResponse>;
155
- /**
156
- * @param nextPageLink The NextLink from the previous successful call to List operation.
157
- * @param callback The callback
158
- */
159
- listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplianceDefinitionListResult>): void;
160
- /**
161
- * @param nextPageLink The NextLink from the previous successful call to List operation.
162
- * @param options The optional parameters
163
- * @param callback The callback
164
- */
165
- listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplianceDefinitionListResult>): void;
166
- }
167
- //# sourceMappingURL=applianceDefinitions.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"applianceDefinitions.d.ts","sourceRoot":"","sources":["../../src/operations/applianceDefinitions.ts"],"names":[],"mappings":"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"}