@azure/arm-cognitiveservices 6.1.0 → 7.0.0-alpha.20211202.3
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.
- package/CHANGELOG.md +16 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +4800 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +964 -1092
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -30
- package/src/cognitiveServicesManagementClient.ts +157 -153
- package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1063 -1831
- package/src/models/mappers.ts +1021 -1150
- package/src/models/parameters.ts +151 -54
- package/src/operations/accounts.ts +613 -497
- package/src/operations/commitmentPlans.ts +253 -203
- package/src/operations/commitmentTiers.ts +105 -80
- package/src/operations/deletedAccounts.ts +209 -161
- package/src/operations/deployments.ts +325 -193
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +257 -164
- package/src/operations/privateLinkResources.ts +37 -51
- package/src/operations/resourceSkus.ts +90 -76
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -4713
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -80
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -128
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -60
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/commitmentPlansMappers.d.ts +0 -2
- package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
- package/esm/models/commitmentPlansMappers.js +0 -9
- package/esm/models/commitmentPlansMappers.js.map +0 -1
- package/esm/models/commitmentTiersMappers.d.ts +0 -2
- package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
- package/esm/models/commitmentTiersMappers.js +0 -9
- package/esm/models/commitmentTiersMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/deploymentsMappers.d.ts +0 -2
- package/esm/models/deploymentsMappers.d.ts.map +0 -1
- package/esm/models/deploymentsMappers.js +0 -9
- package/esm/models/deploymentsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2102
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -71
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -137
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -245
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -476
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/commitmentPlans.d.ts +0 -130
- package/esm/operations/commitmentPlans.d.ts.map +0 -1
- package/esm/operations/commitmentPlans.js +0 -216
- package/esm/operations/commitmentPlans.js.map +0 -1
- package/esm/operations/commitmentTiers.d.ts +0 -49
- package/esm/operations/commitmentTiers.d.ts.map +0 -1
- package/esm/operations/commitmentTiers.js +0 -84
- package/esm/operations/commitmentTiers.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -89
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -168
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/deployments.d.ts +0 -115
- package/esm/operations/deployments.d.ts.map +0 -1
- package/esm/operations/deployments.js +0 -236
- package/esm/operations/deployments.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -108
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -215
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -82
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -67
- package/src/models/accountsMappers.ts +0 -59
- package/src/models/commitmentPlansMappers.ts +0 -52
- package/src/models/deletedAccountsMappers.ts +0 -52
- package/src/models/deploymentsMappers.ts +0 -52
- package/src/models/privateEndpointConnectionsMappers.ts +0 -52
- package/src/models/privateLinkResourcesMappers.ts +0 -52
|
@@ -3,26 +3,40 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
13
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Deployments } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
14
13
|
import * as Parameters from "../models/parameters";
|
|
15
|
-
import {
|
|
14
|
+
import { CognitiveServicesManagementClient } from "../cognitiveServicesManagementClient";
|
|
15
|
+
import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
|
|
16
|
+
import { LroImpl } from "../lroImpl";
|
|
17
|
+
import {
|
|
18
|
+
Deployment,
|
|
19
|
+
DeploymentsListNextOptionalParams,
|
|
20
|
+
DeploymentsListOptionalParams,
|
|
21
|
+
DeploymentsListResponse,
|
|
22
|
+
DeploymentsGetOptionalParams,
|
|
23
|
+
DeploymentsGetResponse,
|
|
24
|
+
DeploymentsCreateOrUpdateOptionalParams,
|
|
25
|
+
DeploymentsCreateOrUpdateResponse,
|
|
26
|
+
DeploymentsDeleteOptionalParams,
|
|
27
|
+
DeploymentsListNextResponse
|
|
28
|
+
} from "../models";
|
|
16
29
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
30
|
+
/// <reference lib="esnext.asynciterable" />
|
|
31
|
+
/** Class containing Deployments operations. */
|
|
32
|
+
export class DeploymentsImpl implements Deployments {
|
|
33
|
+
private readonly client: CognitiveServicesManagementClient;
|
|
20
34
|
|
|
21
35
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
36
|
+
* Initialize a new instance of the class Deployments class.
|
|
37
|
+
* @param client Reference to the service client
|
|
24
38
|
*/
|
|
25
|
-
constructor(client:
|
|
39
|
+
constructor(client: CognitiveServicesManagementClient) {
|
|
26
40
|
this.client = client;
|
|
27
41
|
}
|
|
28
42
|
|
|
@@ -30,68 +44,95 @@ export class Deployments {
|
|
|
30
44
|
* Gets the deployments associated with the Cognitive Services account.
|
|
31
45
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
46
|
* @param accountName The name of Cognitive Services account.
|
|
33
|
-
* @param
|
|
34
|
-
* @returns Promise<Models.DeploymentsListResponse>
|
|
47
|
+
* @param options The options parameters.
|
|
35
48
|
*/
|
|
36
|
-
list(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
public list(
|
|
50
|
+
resourceGroupName: string,
|
|
51
|
+
accountName: string,
|
|
52
|
+
options?: DeploymentsListOptionalParams
|
|
53
|
+
): PagedAsyncIterableIterator<Deployment> {
|
|
54
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
55
|
+
return {
|
|
56
|
+
next() {
|
|
57
|
+
return iter.next();
|
|
58
|
+
},
|
|
59
|
+
[Symbol.asyncIterator]() {
|
|
60
|
+
return this;
|
|
61
|
+
},
|
|
62
|
+
byPage: () => {
|
|
63
|
+
return this.listPagingPage(resourceGroupName, accountName, options);
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
private async *listPagingPage(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
accountName: string,
|
|
71
|
+
options?: DeploymentsListOptionalParams
|
|
72
|
+
): AsyncIterableIterator<Deployment[]> {
|
|
73
|
+
let result = await this._list(resourceGroupName, accountName, options);
|
|
74
|
+
yield result.value || [];
|
|
75
|
+
let continuationToken = result.nextLink;
|
|
76
|
+
while (continuationToken) {
|
|
77
|
+
result = await this._listNext(
|
|
53
78
|
resourceGroupName,
|
|
54
79
|
accountName,
|
|
80
|
+
continuationToken,
|
|
55
81
|
options
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
82
|
+
);
|
|
83
|
+
continuationToken = result.nextLink;
|
|
84
|
+
yield result.value || [];
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
private async *listPagingAll(
|
|
89
|
+
resourceGroupName: string,
|
|
90
|
+
accountName: string,
|
|
91
|
+
options?: DeploymentsListOptionalParams
|
|
92
|
+
): AsyncIterableIterator<Deployment> {
|
|
93
|
+
for await (const page of this.listPagingPage(
|
|
94
|
+
resourceGroupName,
|
|
95
|
+
accountName,
|
|
96
|
+
options
|
|
97
|
+
)) {
|
|
98
|
+
yield* page;
|
|
99
|
+
}
|
|
59
100
|
}
|
|
60
101
|
|
|
61
102
|
/**
|
|
62
|
-
* Gets the
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param accountName The name of Cognitive Services account.
|
|
65
|
-
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
66
|
-
* @param [options] The optional parameters
|
|
67
|
-
* @returns Promise<Models.DeploymentsGetResponse>
|
|
68
|
-
*/
|
|
69
|
-
get(resourceGroupName: string, accountName: string, deploymentName: string, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsGetResponse>;
|
|
70
|
-
/**
|
|
103
|
+
* Gets the deployments associated with the Cognitive Services account.
|
|
71
104
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
105
|
* @param accountName The name of Cognitive Services account.
|
|
73
|
-
* @param
|
|
74
|
-
* @param callback The callback
|
|
106
|
+
* @param options The options parameters.
|
|
75
107
|
*/
|
|
76
|
-
|
|
108
|
+
private _list(
|
|
109
|
+
resourceGroupName: string,
|
|
110
|
+
accountName: string,
|
|
111
|
+
options?: DeploymentsListOptionalParams
|
|
112
|
+
): Promise<DeploymentsListResponse> {
|
|
113
|
+
return this.client.sendOperationRequest(
|
|
114
|
+
{ resourceGroupName, accountName, options },
|
|
115
|
+
listOperationSpec
|
|
116
|
+
);
|
|
117
|
+
}
|
|
118
|
+
|
|
77
119
|
/**
|
|
120
|
+
* Gets the specified deployments associated with the Cognitive Services account.
|
|
78
121
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
79
122
|
* @param accountName The name of Cognitive Services account.
|
|
80
123
|
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
81
|
-
* @param options The
|
|
82
|
-
* @param callback The callback
|
|
124
|
+
* @param options The options parameters.
|
|
83
125
|
*/
|
|
84
|
-
get(
|
|
85
|
-
|
|
126
|
+
get(
|
|
127
|
+
resourceGroupName: string,
|
|
128
|
+
accountName: string,
|
|
129
|
+
deploymentName: string,
|
|
130
|
+
options?: DeploymentsGetOptionalParams
|
|
131
|
+
): Promise<DeploymentsGetResponse> {
|
|
86
132
|
return this.client.sendOperationRequest(
|
|
87
|
-
{
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
deploymentName,
|
|
91
|
-
options
|
|
92
|
-
},
|
|
93
|
-
getOperationSpec,
|
|
94
|
-
callback) as Promise<Models.DeploymentsGetResponse>;
|
|
133
|
+
{ resourceGroupName, accountName, deploymentName, options },
|
|
134
|
+
getOperationSpec
|
|
135
|
+
);
|
|
95
136
|
}
|
|
96
137
|
|
|
97
138
|
/**
|
|
@@ -100,47 +141,156 @@ export class Deployments {
|
|
|
100
141
|
* @param accountName The name of Cognitive Services account.
|
|
101
142
|
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
102
143
|
* @param deployment The deployment properties.
|
|
103
|
-
* @param
|
|
104
|
-
* @returns Promise<Models.DeploymentsCreateOrUpdateResponse>
|
|
144
|
+
* @param options The options parameters.
|
|
105
145
|
*/
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
146
|
+
async beginCreateOrUpdate(
|
|
147
|
+
resourceGroupName: string,
|
|
148
|
+
accountName: string,
|
|
149
|
+
deploymentName: string,
|
|
150
|
+
deployment: Deployment,
|
|
151
|
+
options?: DeploymentsCreateOrUpdateOptionalParams
|
|
152
|
+
): Promise<
|
|
153
|
+
PollerLike<
|
|
154
|
+
PollOperationState<DeploymentsCreateOrUpdateResponse>,
|
|
155
|
+
DeploymentsCreateOrUpdateResponse
|
|
156
|
+
>
|
|
157
|
+
> {
|
|
158
|
+
const directSendOperation = async (
|
|
159
|
+
args: coreClient.OperationArguments,
|
|
160
|
+
spec: coreClient.OperationSpec
|
|
161
|
+
): Promise<DeploymentsCreateOrUpdateResponse> => {
|
|
162
|
+
return this.client.sendOperationRequest(args, spec);
|
|
163
|
+
};
|
|
164
|
+
const sendOperation = async (
|
|
165
|
+
args: coreClient.OperationArguments,
|
|
166
|
+
spec: coreClient.OperationSpec
|
|
167
|
+
) => {
|
|
168
|
+
let currentRawResponse:
|
|
169
|
+
| coreClient.FullOperationResponse
|
|
170
|
+
| undefined = undefined;
|
|
171
|
+
const providedCallback = args.options?.onResponse;
|
|
172
|
+
const callback: coreClient.RawResponseCallback = (
|
|
173
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
174
|
+
flatResponse: unknown
|
|
175
|
+
) => {
|
|
176
|
+
currentRawResponse = rawResponse;
|
|
177
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
178
|
+
};
|
|
179
|
+
const updatedArgs = {
|
|
180
|
+
...args,
|
|
181
|
+
options: {
|
|
182
|
+
...args.options,
|
|
183
|
+
onResponse: callback
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
187
|
+
return {
|
|
188
|
+
flatResponse,
|
|
189
|
+
rawResponse: {
|
|
190
|
+
statusCode: currentRawResponse!.status,
|
|
191
|
+
body: currentRawResponse!.parsedBody,
|
|
192
|
+
headers: currentRawResponse!.headers.toJSON()
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
const lro = new LroImpl(
|
|
198
|
+
sendOperation,
|
|
199
|
+
{ resourceGroupName, accountName, deploymentName, deployment, options },
|
|
200
|
+
createOrUpdateOperationSpec
|
|
201
|
+
);
|
|
202
|
+
return new LroEngine(lro, {
|
|
203
|
+
resumeFrom: options?.resumeFrom,
|
|
204
|
+
intervalInMs: options?.updateIntervalInMs
|
|
205
|
+
});
|
|
109
206
|
}
|
|
110
207
|
|
|
111
208
|
/**
|
|
112
|
-
*
|
|
209
|
+
* Update the state of specified deployments associated with the Cognitive Services account.
|
|
113
210
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
211
|
* @param accountName The name of Cognitive Services account.
|
|
115
212
|
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
116
|
-
* @param
|
|
117
|
-
* @
|
|
213
|
+
* @param deployment The deployment properties.
|
|
214
|
+
* @param options The options parameters.
|
|
118
215
|
*/
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
216
|
+
async beginCreateOrUpdateAndWait(
|
|
217
|
+
resourceGroupName: string,
|
|
218
|
+
accountName: string,
|
|
219
|
+
deploymentName: string,
|
|
220
|
+
deployment: Deployment,
|
|
221
|
+
options?: DeploymentsCreateOrUpdateOptionalParams
|
|
222
|
+
): Promise<DeploymentsCreateOrUpdateResponse> {
|
|
223
|
+
const poller = await this.beginCreateOrUpdate(
|
|
224
|
+
resourceGroupName,
|
|
225
|
+
accountName,
|
|
226
|
+
deploymentName,
|
|
227
|
+
deployment,
|
|
228
|
+
options
|
|
229
|
+
);
|
|
230
|
+
return poller.pollUntilDone();
|
|
122
231
|
}
|
|
123
232
|
|
|
124
233
|
/**
|
|
125
|
-
*
|
|
234
|
+
* Deletes the specified deployment associated with the Cognitive Services account.
|
|
126
235
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
127
236
|
* @param accountName The name of Cognitive Services account.
|
|
128
237
|
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
129
|
-
* @param
|
|
130
|
-
* @param [options] The optional parameters
|
|
131
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
238
|
+
* @param options The options parameters.
|
|
132
239
|
*/
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
240
|
+
async beginDelete(
|
|
241
|
+
resourceGroupName: string,
|
|
242
|
+
accountName: string,
|
|
243
|
+
deploymentName: string,
|
|
244
|
+
options?: DeploymentsDeleteOptionalParams
|
|
245
|
+
): Promise<PollerLike<PollOperationState<void>, void>> {
|
|
246
|
+
const directSendOperation = async (
|
|
247
|
+
args: coreClient.OperationArguments,
|
|
248
|
+
spec: coreClient.OperationSpec
|
|
249
|
+
): Promise<void> => {
|
|
250
|
+
return this.client.sendOperationRequest(args, spec);
|
|
251
|
+
};
|
|
252
|
+
const sendOperation = async (
|
|
253
|
+
args: coreClient.OperationArguments,
|
|
254
|
+
spec: coreClient.OperationSpec
|
|
255
|
+
) => {
|
|
256
|
+
let currentRawResponse:
|
|
257
|
+
| coreClient.FullOperationResponse
|
|
258
|
+
| undefined = undefined;
|
|
259
|
+
const providedCallback = args.options?.onResponse;
|
|
260
|
+
const callback: coreClient.RawResponseCallback = (
|
|
261
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
262
|
+
flatResponse: unknown
|
|
263
|
+
) => {
|
|
264
|
+
currentRawResponse = rawResponse;
|
|
265
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
266
|
+
};
|
|
267
|
+
const updatedArgs = {
|
|
268
|
+
...args,
|
|
269
|
+
options: {
|
|
270
|
+
...args.options,
|
|
271
|
+
onResponse: callback
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
275
|
+
return {
|
|
276
|
+
flatResponse,
|
|
277
|
+
rawResponse: {
|
|
278
|
+
statusCode: currentRawResponse!.status,
|
|
279
|
+
body: currentRawResponse!.parsedBody,
|
|
280
|
+
headers: currentRawResponse!.headers.toJSON()
|
|
281
|
+
}
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
const lro = new LroImpl(
|
|
286
|
+
sendOperation,
|
|
287
|
+
{ resourceGroupName, accountName, deploymentName, options },
|
|
288
|
+
deleteOperationSpec
|
|
289
|
+
);
|
|
290
|
+
return new LroEngine(lro, {
|
|
291
|
+
resumeFrom: options?.resumeFrom,
|
|
292
|
+
intervalInMs: options?.updateIntervalInMs
|
|
293
|
+
});
|
|
144
294
|
}
|
|
145
295
|
|
|
146
296
|
/**
|
|
@@ -148,66 +298,49 @@ export class Deployments {
|
|
|
148
298
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
149
299
|
* @param accountName The name of Cognitive Services account.
|
|
150
300
|
* @param deploymentName The name of the deployment associated with the Cognitive Services Account
|
|
151
|
-
* @param
|
|
152
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
301
|
+
* @param options The options parameters.
|
|
153
302
|
*/
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
303
|
+
async beginDeleteAndWait(
|
|
304
|
+
resourceGroupName: string,
|
|
305
|
+
accountName: string,
|
|
306
|
+
deploymentName: string,
|
|
307
|
+
options?: DeploymentsDeleteOptionalParams
|
|
308
|
+
): Promise<void> {
|
|
309
|
+
const poller = await this.beginDelete(
|
|
310
|
+
resourceGroupName,
|
|
311
|
+
accountName,
|
|
312
|
+
deploymentName,
|
|
313
|
+
options
|
|
314
|
+
);
|
|
315
|
+
return poller.pollUntilDone();
|
|
164
316
|
}
|
|
165
317
|
|
|
166
318
|
/**
|
|
167
|
-
*
|
|
168
|
-
* @param
|
|
169
|
-
* @param
|
|
170
|
-
* @
|
|
171
|
-
|
|
172
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DeploymentsListNextResponse>;
|
|
173
|
-
/**
|
|
174
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
175
|
-
* @param callback The callback
|
|
176
|
-
*/
|
|
177
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DeploymentListResult>): void;
|
|
178
|
-
/**
|
|
179
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
180
|
-
* @param options The optional parameters
|
|
181
|
-
* @param callback The callback
|
|
319
|
+
* ListNext
|
|
320
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
321
|
+
* @param accountName The name of Cognitive Services account.
|
|
322
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
323
|
+
* @param options The options parameters.
|
|
182
324
|
*/
|
|
183
|
-
|
|
184
|
-
|
|
325
|
+
private _listNext(
|
|
326
|
+
resourceGroupName: string,
|
|
327
|
+
accountName: string,
|
|
328
|
+
nextLink: string,
|
|
329
|
+
options?: DeploymentsListNextOptionalParams
|
|
330
|
+
): Promise<DeploymentsListNextResponse> {
|
|
185
331
|
return this.client.sendOperationRequest(
|
|
186
|
-
{
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
},
|
|
190
|
-
listNextOperationSpec,
|
|
191
|
-
callback) as Promise<Models.DeploymentsListNextResponse>;
|
|
332
|
+
{ resourceGroupName, accountName, nextLink, options },
|
|
333
|
+
listNextOperationSpec
|
|
334
|
+
);
|
|
192
335
|
}
|
|
193
336
|
}
|
|
194
|
-
|
|
195
337
|
// Operation Specifications
|
|
196
|
-
const serializer =
|
|
197
|
-
|
|
338
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
339
|
+
|
|
340
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
341
|
+
path:
|
|
342
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments",
|
|
198
343
|
httpMethod: "GET",
|
|
199
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments",
|
|
200
|
-
urlParameters: [
|
|
201
|
-
Parameters.resourceGroupName,
|
|
202
|
-
Parameters.accountName,
|
|
203
|
-
Parameters.subscriptionId
|
|
204
|
-
],
|
|
205
|
-
queryParameters: [
|
|
206
|
-
Parameters.apiVersion
|
|
207
|
-
],
|
|
208
|
-
headerParameters: [
|
|
209
|
-
Parameters.acceptLanguage
|
|
210
|
-
],
|
|
211
344
|
responses: {
|
|
212
345
|
200: {
|
|
213
346
|
bodyMapper: Mappers.DeploymentListResult
|
|
@@ -216,24 +349,20 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
216
349
|
bodyMapper: Mappers.ErrorResponse
|
|
217
350
|
}
|
|
218
351
|
},
|
|
219
|
-
|
|
220
|
-
};
|
|
221
|
-
|
|
222
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
223
|
-
httpMethod: "GET",
|
|
224
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
352
|
+
queryParameters: [Parameters.apiVersion],
|
|
225
353
|
urlParameters: [
|
|
354
|
+
Parameters.$host,
|
|
226
355
|
Parameters.resourceGroupName,
|
|
227
356
|
Parameters.accountName,
|
|
228
|
-
Parameters.subscriptionId
|
|
229
|
-
Parameters.deploymentName
|
|
230
|
-
],
|
|
231
|
-
queryParameters: [
|
|
232
|
-
Parameters.apiVersion
|
|
233
|
-
],
|
|
234
|
-
headerParameters: [
|
|
235
|
-
Parameters.acceptLanguage
|
|
357
|
+
Parameters.subscriptionId
|
|
236
358
|
],
|
|
359
|
+
headerParameters: [Parameters.accept],
|
|
360
|
+
serializer
|
|
361
|
+
};
|
|
362
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
363
|
+
path:
|
|
364
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
365
|
+
httpMethod: "GET",
|
|
237
366
|
responses: {
|
|
238
367
|
200: {
|
|
239
368
|
bodyMapper: Mappers.Deployment
|
|
@@ -242,31 +371,21 @@ const getOperationSpec: msRest.OperationSpec = {
|
|
|
242
371
|
bodyMapper: Mappers.ErrorResponse
|
|
243
372
|
}
|
|
244
373
|
},
|
|
245
|
-
|
|
246
|
-
};
|
|
247
|
-
|
|
248
|
-
const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
249
|
-
httpMethod: "PUT",
|
|
250
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
374
|
+
queryParameters: [Parameters.apiVersion],
|
|
251
375
|
urlParameters: [
|
|
376
|
+
Parameters.$host,
|
|
252
377
|
Parameters.resourceGroupName,
|
|
253
378
|
Parameters.accountName,
|
|
254
379
|
Parameters.subscriptionId,
|
|
255
380
|
Parameters.deploymentName
|
|
256
381
|
],
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
parameterPath: "deployment",
|
|
265
|
-
mapper: {
|
|
266
|
-
...Mappers.Deployment,
|
|
267
|
-
required: true
|
|
268
|
-
}
|
|
269
|
-
},
|
|
382
|
+
headerParameters: [Parameters.accept],
|
|
383
|
+
serializer
|
|
384
|
+
};
|
|
385
|
+
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
386
|
+
path:
|
|
387
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
388
|
+
httpMethod: "PUT",
|
|
270
389
|
responses: {
|
|
271
390
|
200: {
|
|
272
391
|
bodyMapper: Mappers.Deployment
|
|
@@ -274,52 +393,56 @@ const beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {
|
|
|
274
393
|
201: {
|
|
275
394
|
bodyMapper: Mappers.Deployment
|
|
276
395
|
},
|
|
396
|
+
202: {
|
|
397
|
+
bodyMapper: Mappers.Deployment
|
|
398
|
+
},
|
|
399
|
+
204: {
|
|
400
|
+
bodyMapper: Mappers.Deployment
|
|
401
|
+
},
|
|
277
402
|
default: {
|
|
278
403
|
bodyMapper: Mappers.ErrorResponse
|
|
279
404
|
}
|
|
280
405
|
},
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
const beginDeleteMethodOperationSpec: msRest.OperationSpec = {
|
|
285
|
-
httpMethod: "DELETE",
|
|
286
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
406
|
+
requestBody: Parameters.deployment,
|
|
407
|
+
queryParameters: [Parameters.apiVersion],
|
|
287
408
|
urlParameters: [
|
|
409
|
+
Parameters.$host,
|
|
288
410
|
Parameters.resourceGroupName,
|
|
289
411
|
Parameters.accountName,
|
|
290
412
|
Parameters.subscriptionId,
|
|
291
413
|
Parameters.deploymentName
|
|
292
414
|
],
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
415
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
416
|
+
mediaType: "json",
|
|
417
|
+
serializer
|
|
418
|
+
};
|
|
419
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
420
|
+
path:
|
|
421
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",
|
|
422
|
+
httpMethod: "DELETE",
|
|
299
423
|
responses: {
|
|
300
424
|
200: {},
|
|
425
|
+
201: {},
|
|
301
426
|
202: {},
|
|
302
427
|
204: {},
|
|
303
428
|
default: {
|
|
304
429
|
bodyMapper: Mappers.ErrorResponse
|
|
305
430
|
}
|
|
306
431
|
},
|
|
432
|
+
queryParameters: [Parameters.apiVersion],
|
|
433
|
+
urlParameters: [
|
|
434
|
+
Parameters.$host,
|
|
435
|
+
Parameters.resourceGroupName,
|
|
436
|
+
Parameters.accountName,
|
|
437
|
+
Parameters.subscriptionId,
|
|
438
|
+
Parameters.deploymentName
|
|
439
|
+
],
|
|
440
|
+
headerParameters: [Parameters.accept],
|
|
307
441
|
serializer
|
|
308
442
|
};
|
|
309
|
-
|
|
310
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
311
|
-
httpMethod: "GET",
|
|
312
|
-
baseUrl: "https://management.azure.com",
|
|
443
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
313
444
|
path: "{nextLink}",
|
|
314
|
-
|
|
315
|
-
Parameters.nextPageLink
|
|
316
|
-
],
|
|
317
|
-
queryParameters: [
|
|
318
|
-
Parameters.apiVersion
|
|
319
|
-
],
|
|
320
|
-
headerParameters: [
|
|
321
|
-
Parameters.acceptLanguage
|
|
322
|
-
],
|
|
445
|
+
httpMethod: "GET",
|
|
323
446
|
responses: {
|
|
324
447
|
200: {
|
|
325
448
|
bodyMapper: Mappers.DeploymentListResult
|
|
@@ -328,5 +451,14 @@ const listNextOperationSpec: msRest.OperationSpec = {
|
|
|
328
451
|
bodyMapper: Mappers.ErrorResponse
|
|
329
452
|
}
|
|
330
453
|
},
|
|
454
|
+
queryParameters: [Parameters.apiVersion],
|
|
455
|
+
urlParameters: [
|
|
456
|
+
Parameters.$host,
|
|
457
|
+
Parameters.resourceGroupName,
|
|
458
|
+
Parameters.accountName,
|
|
459
|
+
Parameters.subscriptionId,
|
|
460
|
+
Parameters.nextLink
|
|
461
|
+
],
|
|
462
|
+
headerParameters: [Parameters.accept],
|
|
331
463
|
serializer
|
|
332
464
|
};
|
package/src/operations/index.ts
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
export * from "./accounts";
|