@azure/arm-changeanalysis 2.1.1-alpha.20250102.1 → 2.1.1-alpha.20250106.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.
- package/{dist-esm/src → dist/browser}/azureChangeAnalysisManagementClient.d.ts +2 -2
- package/dist/browser/azureChangeAnalysisManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureChangeAnalysisManagementClient.js +15 -18
- package/dist/browser/azureChangeAnalysisManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/changes.d.ts +3 -3
- package/dist/browser/operations/changes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/changes.js +3 -3
- package/dist/browser/operations/changes.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourceChanges.d.ts +3 -3
- package/dist/browser/operations/resourceChanges.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/resourceChanges.js +3 -3
- package/dist/browser/operations/resourceChanges.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/changes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/changes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/changes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceChanges.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourceChanges.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceChanges.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureChangeAnalysisManagementClient.d.ts +22 -0
- package/dist/commonjs/azureChangeAnalysisManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureChangeAnalysisManagementClient.js +104 -0
- package/dist/commonjs/azureChangeAnalysisManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-changeanalysis.d.ts → dist/commonjs/models/index.d.ts} +247 -355
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +31 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +14 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +370 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +12 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +121 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/changes.d.ts +71 -0
- package/dist/commonjs/operations/changes.d.ts.map +1 -0
- package/dist/commonjs/operations/changes.js +300 -0
- package/dist/commonjs/operations/changes.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +34 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +140 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/resourceChanges.d.ts +43 -0
- package/dist/commonjs/operations/resourceChanges.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceChanges.js +159 -0
- package/dist/commonjs/operations/resourceChanges.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/changes.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/changes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/changes.js +10 -0
- package/dist/commonjs/operationsInterfaces/changes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceChanges.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/resourceChanges.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceChanges.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceChanges.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/azureChangeAnalysisManagementClient.d.ts +22 -0
- package/dist/esm/azureChangeAnalysisManagementClient.d.ts.map +1 -0
- package/dist/esm/azureChangeAnalysisManagementClient.js +99 -0
- package/dist/esm/azureChangeAnalysisManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +247 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +14 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +367 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +12 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +118 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/changes.d.ts +71 -0
- package/dist/esm/operations/changes.d.ts.map +1 -0
- package/dist/esm/operations/changes.js +296 -0
- package/dist/esm/operations/changes.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +34 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +136 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/resourceChanges.d.ts +43 -0
- package/dist/esm/operations/resourceChanges.d.ts.map +1 -0
- package/dist/esm/operations/resourceChanges.js +155 -0
- package/dist/esm/operations/resourceChanges.js.map +1 -0
- package/dist/esm/operationsInterfaces/changes.d.ts +23 -0
- package/dist/esm/operationsInterfaces/changes.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/changes.js} +2 -4
- package/dist/esm/operationsInterfaces/changes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceChanges.d.ts +15 -0
- package/dist/esm/operationsInterfaces/resourceChanges.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceChanges.js +9 -0
- package/dist/esm/operationsInterfaces/resourceChanges.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureChangeAnalysisManagementClient.d.ts +22 -0
- package/dist/react-native/azureChangeAnalysisManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureChangeAnalysisManagementClient.js +99 -0
- package/dist/react-native/azureChangeAnalysisManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +247 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +14 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +367 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +12 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +118 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/changes.d.ts +71 -0
- package/dist/react-native/operations/changes.d.ts.map +1 -0
- package/dist/react-native/operations/changes.js +296 -0
- package/dist/react-native/operations/changes.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +34 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +136 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/resourceChanges.d.ts +43 -0
- package/dist/react-native/operations/resourceChanges.d.ts.map +1 -0
- package/dist/react-native/operations/resourceChanges.js +155 -0
- package/dist/react-native/operations/resourceChanges.js.map +1 -0
- package/dist/react-native/operationsInterfaces/changes.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/changes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/changes.js +9 -0
- package/dist/react-native/operationsInterfaces/changes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceChanges.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/resourceChanges.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceChanges.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceChanges.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -1262
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.js +0 -48
- package/dist-esm/samples-dev/changesListChangesByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.js +0 -47
- package/dist-esm/samples-dev/changesListChangesBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -45
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceChangesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceChangesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceChangesListSample.js +0 -48
- package/dist-esm/samples-dev/resourceChangesListSample.js.map +0 -1
- package/dist-esm/src/azureChangeAnalysisManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureChangeAnalysisManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/changes.d.ts.map +0 -1
- package/dist-esm/src/operations/changes.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/resourceChanges.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceChanges.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/changes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/changes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceChanges.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceChanges.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/azureChangeAnalysisManagementClient.ts +0 -144
- package/src/models/index.ts +0 -295
- package/src/models/mappers.ts +0 -385
- package/src/models/parameters.ts +0 -133
- package/src/operations/changes.ts +0 -401
- package/src/operations/operations.ts +0 -152
- package/src/operations/resourceChanges.ts +0 -206
- package/src/operationsInterfaces/changes.ts +0 -45
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -26
- package/src/operationsInterfaces/resourceChanges.ts +0 -29
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/changes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceChanges.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
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 const ResourceProviderOperationList = {
|
|
9
|
+
type: {
|
|
10
|
+
name: "Composite",
|
|
11
|
+
className: "ResourceProviderOperationList",
|
|
12
|
+
modelProperties: {
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
15
|
+
type: {
|
|
16
|
+
name: "Sequence",
|
|
17
|
+
element: {
|
|
18
|
+
type: {
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "ResourceProviderOperationDefinition"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
nextLink: {
|
|
26
|
+
serializedName: "nextLink",
|
|
27
|
+
type: {
|
|
28
|
+
name: "String"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
export const ResourceProviderOperationDefinition = {
|
|
35
|
+
type: {
|
|
36
|
+
name: "Composite",
|
|
37
|
+
className: "ResourceProviderOperationDefinition",
|
|
38
|
+
modelProperties: {
|
|
39
|
+
name: {
|
|
40
|
+
serializedName: "name",
|
|
41
|
+
type: {
|
|
42
|
+
name: "String"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
display: {
|
|
46
|
+
serializedName: "display",
|
|
47
|
+
type: {
|
|
48
|
+
name: "Composite",
|
|
49
|
+
className: "ResourceProviderOperationDisplay"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
export const ResourceProviderOperationDisplay = {
|
|
56
|
+
type: {
|
|
57
|
+
name: "Composite",
|
|
58
|
+
className: "ResourceProviderOperationDisplay",
|
|
59
|
+
modelProperties: {
|
|
60
|
+
provider: {
|
|
61
|
+
serializedName: "provider",
|
|
62
|
+
type: {
|
|
63
|
+
name: "String"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
resource: {
|
|
67
|
+
serializedName: "resource",
|
|
68
|
+
type: {
|
|
69
|
+
name: "String"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
operation: {
|
|
73
|
+
serializedName: "operation",
|
|
74
|
+
type: {
|
|
75
|
+
name: "String"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
description: {
|
|
79
|
+
serializedName: "description",
|
|
80
|
+
type: {
|
|
81
|
+
name: "String"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
export const ErrorResponse = {
|
|
88
|
+
type: {
|
|
89
|
+
name: "Composite",
|
|
90
|
+
className: "ErrorResponse",
|
|
91
|
+
modelProperties: {
|
|
92
|
+
error: {
|
|
93
|
+
serializedName: "error",
|
|
94
|
+
type: {
|
|
95
|
+
name: "Composite",
|
|
96
|
+
className: "ErrorDetail"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
export const ErrorDetail = {
|
|
103
|
+
type: {
|
|
104
|
+
name: "Composite",
|
|
105
|
+
className: "ErrorDetail",
|
|
106
|
+
modelProperties: {
|
|
107
|
+
code: {
|
|
108
|
+
serializedName: "code",
|
|
109
|
+
readOnly: true,
|
|
110
|
+
type: {
|
|
111
|
+
name: "String"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
message: {
|
|
115
|
+
serializedName: "message",
|
|
116
|
+
readOnly: true,
|
|
117
|
+
type: {
|
|
118
|
+
name: "String"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
target: {
|
|
122
|
+
serializedName: "target",
|
|
123
|
+
readOnly: true,
|
|
124
|
+
type: {
|
|
125
|
+
name: "String"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
details: {
|
|
129
|
+
serializedName: "details",
|
|
130
|
+
readOnly: true,
|
|
131
|
+
type: {
|
|
132
|
+
name: "Sequence",
|
|
133
|
+
element: {
|
|
134
|
+
type: {
|
|
135
|
+
name: "Composite",
|
|
136
|
+
className: "ErrorDetail"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
additionalInfo: {
|
|
142
|
+
serializedName: "additionalInfo",
|
|
143
|
+
readOnly: true,
|
|
144
|
+
type: {
|
|
145
|
+
name: "Sequence",
|
|
146
|
+
element: {
|
|
147
|
+
type: {
|
|
148
|
+
name: "Composite",
|
|
149
|
+
className: "ErrorAdditionalInfo"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
export const ErrorAdditionalInfo = {
|
|
158
|
+
type: {
|
|
159
|
+
name: "Composite",
|
|
160
|
+
className: "ErrorAdditionalInfo",
|
|
161
|
+
modelProperties: {
|
|
162
|
+
type: {
|
|
163
|
+
serializedName: "type",
|
|
164
|
+
readOnly: true,
|
|
165
|
+
type: {
|
|
166
|
+
name: "String"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
info: {
|
|
170
|
+
serializedName: "info",
|
|
171
|
+
readOnly: true,
|
|
172
|
+
type: {
|
|
173
|
+
name: "Dictionary",
|
|
174
|
+
value: { type: { name: "any" } }
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
export const ChangeList = {
|
|
181
|
+
type: {
|
|
182
|
+
name: "Composite",
|
|
183
|
+
className: "ChangeList",
|
|
184
|
+
modelProperties: {
|
|
185
|
+
value: {
|
|
186
|
+
serializedName: "value",
|
|
187
|
+
type: {
|
|
188
|
+
name: "Sequence",
|
|
189
|
+
element: {
|
|
190
|
+
type: {
|
|
191
|
+
name: "Composite",
|
|
192
|
+
className: "Change"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
nextLink: {
|
|
198
|
+
serializedName: "nextLink",
|
|
199
|
+
type: {
|
|
200
|
+
name: "String"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
export const ChangeProperties = {
|
|
207
|
+
type: {
|
|
208
|
+
name: "Composite",
|
|
209
|
+
className: "ChangeProperties",
|
|
210
|
+
modelProperties: {
|
|
211
|
+
resourceId: {
|
|
212
|
+
serializedName: "resourceId",
|
|
213
|
+
type: {
|
|
214
|
+
name: "String"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
timeStamp: {
|
|
218
|
+
serializedName: "timeStamp",
|
|
219
|
+
type: {
|
|
220
|
+
name: "DateTime"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
initiatedByList: {
|
|
224
|
+
serializedName: "initiatedByList",
|
|
225
|
+
type: {
|
|
226
|
+
name: "Sequence",
|
|
227
|
+
element: {
|
|
228
|
+
type: {
|
|
229
|
+
name: "String"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
changeType: {
|
|
235
|
+
serializedName: "changeType",
|
|
236
|
+
type: {
|
|
237
|
+
name: "String"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
propertyChanges: {
|
|
241
|
+
serializedName: "propertyChanges",
|
|
242
|
+
type: {
|
|
243
|
+
name: "Sequence",
|
|
244
|
+
element: {
|
|
245
|
+
type: {
|
|
246
|
+
name: "Composite",
|
|
247
|
+
className: "PropertyChange"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
export const PropertyChange = {
|
|
256
|
+
type: {
|
|
257
|
+
name: "Composite",
|
|
258
|
+
className: "PropertyChange",
|
|
259
|
+
modelProperties: {
|
|
260
|
+
changeType: {
|
|
261
|
+
serializedName: "changeType",
|
|
262
|
+
type: {
|
|
263
|
+
name: "String"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
changeCategory: {
|
|
267
|
+
serializedName: "changeCategory",
|
|
268
|
+
type: {
|
|
269
|
+
name: "Enum",
|
|
270
|
+
allowedValues: ["User", "System"]
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
jsonPath: {
|
|
274
|
+
serializedName: "jsonPath",
|
|
275
|
+
type: {
|
|
276
|
+
name: "String"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
displayName: {
|
|
280
|
+
serializedName: "displayName",
|
|
281
|
+
type: {
|
|
282
|
+
name: "String"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
level: {
|
|
286
|
+
serializedName: "level",
|
|
287
|
+
type: {
|
|
288
|
+
name: "String"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
description: {
|
|
292
|
+
serializedName: "description",
|
|
293
|
+
type: {
|
|
294
|
+
name: "String"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
oldValue: {
|
|
298
|
+
serializedName: "oldValue",
|
|
299
|
+
type: {
|
|
300
|
+
name: "String"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
newValue: {
|
|
304
|
+
serializedName: "newValue",
|
|
305
|
+
type: {
|
|
306
|
+
name: "String"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
isDataMasked: {
|
|
310
|
+
serializedName: "isDataMasked",
|
|
311
|
+
type: {
|
|
312
|
+
name: "Boolean"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
export const Resource = {
|
|
319
|
+
type: {
|
|
320
|
+
name: "Composite",
|
|
321
|
+
className: "Resource",
|
|
322
|
+
modelProperties: {
|
|
323
|
+
id: {
|
|
324
|
+
serializedName: "id",
|
|
325
|
+
readOnly: true,
|
|
326
|
+
type: {
|
|
327
|
+
name: "String"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
name: {
|
|
331
|
+
serializedName: "name",
|
|
332
|
+
readOnly: true,
|
|
333
|
+
type: {
|
|
334
|
+
name: "String"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
type: {
|
|
338
|
+
serializedName: "type",
|
|
339
|
+
readOnly: true,
|
|
340
|
+
type: {
|
|
341
|
+
name: "String"
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
export const ProxyResource = {
|
|
348
|
+
type: {
|
|
349
|
+
name: "Composite",
|
|
350
|
+
className: "ProxyResource",
|
|
351
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
352
|
+
}
|
|
353
|
+
};
|
|
354
|
+
export const Change = {
|
|
355
|
+
type: {
|
|
356
|
+
name: "Composite",
|
|
357
|
+
className: "Change",
|
|
358
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
359
|
+
serializedName: "properties",
|
|
360
|
+
type: {
|
|
361
|
+
name: "Composite",
|
|
362
|
+
className: "ChangeProperties"
|
|
363
|
+
}
|
|
364
|
+
} })
|
|
365
|
+
}
|
|
366
|
+
};
|
|
367
|
+
//# sourceMappingURL=mappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ResourceProviderOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDefinition\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const ResourceProviderOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ChangeList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChangeList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Change\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ChangeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChangeProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n timeStamp: {\n serializedName: \"timeStamp\",\n type: {\n name: \"DateTime\"\n }\n },\n initiatedByList: {\n serializedName: \"initiatedByList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n changeType: {\n serializedName: \"changeType\",\n type: {\n name: \"String\"\n }\n },\n propertyChanges: {\n serializedName: \"propertyChanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PropertyChange\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PropertyChange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PropertyChange\",\n modelProperties: {\n changeType: {\n serializedName: \"changeType\",\n type: {\n name: \"String\"\n }\n },\n changeCategory: {\n serializedName: \"changeCategory\",\n type: {\n name: \"Enum\",\n allowedValues: [\"User\", \"System\"]\n }\n },\n jsonPath: {\n serializedName: \"jsonPath\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n oldValue: {\n serializedName: \"oldValue\",\n type: {\n name: \"String\"\n }\n },\n newValue: {\n serializedName: \"newValue\",\n type: {\n name: \"String\"\n }\n },\n isDataMasked: {\n serializedName: \"isDataMasked\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const Change: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Change\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ChangeProperties\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
+
export declare const skipToken: OperationQueryParameter;
|
|
6
|
+
export declare const nextLink: OperationURLParameter;
|
|
7
|
+
export declare const resourceId: OperationURLParameter;
|
|
8
|
+
export declare const startTime: OperationQueryParameter;
|
|
9
|
+
export declare const endTime: OperationQueryParameter;
|
|
10
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
11
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
12
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBASxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBASvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBASrB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
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 const accept = {
|
|
9
|
+
parameterPath: "accept",
|
|
10
|
+
mapper: {
|
|
11
|
+
defaultValue: "application/json",
|
|
12
|
+
isConstant: true,
|
|
13
|
+
serializedName: "Accept",
|
|
14
|
+
type: {
|
|
15
|
+
name: "String"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export const $host = {
|
|
20
|
+
parameterPath: "$host",
|
|
21
|
+
mapper: {
|
|
22
|
+
serializedName: "$host",
|
|
23
|
+
required: true,
|
|
24
|
+
type: {
|
|
25
|
+
name: "String"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
skipEncoding: true
|
|
29
|
+
};
|
|
30
|
+
export const apiVersion = {
|
|
31
|
+
parameterPath: "apiVersion",
|
|
32
|
+
mapper: {
|
|
33
|
+
defaultValue: "2021-04-01",
|
|
34
|
+
isConstant: true,
|
|
35
|
+
serializedName: "api-version",
|
|
36
|
+
type: {
|
|
37
|
+
name: "String"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
export const skipToken = {
|
|
42
|
+
parameterPath: ["options", "skipToken"],
|
|
43
|
+
mapper: {
|
|
44
|
+
serializedName: "$skipToken",
|
|
45
|
+
type: {
|
|
46
|
+
name: "String"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
export const nextLink = {
|
|
51
|
+
parameterPath: "nextLink",
|
|
52
|
+
mapper: {
|
|
53
|
+
serializedName: "nextLink",
|
|
54
|
+
required: true,
|
|
55
|
+
type: {
|
|
56
|
+
name: "String"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
skipEncoding: true
|
|
60
|
+
};
|
|
61
|
+
export const resourceId = {
|
|
62
|
+
parameterPath: "resourceId",
|
|
63
|
+
mapper: {
|
|
64
|
+
serializedName: "resourceId",
|
|
65
|
+
required: true,
|
|
66
|
+
type: {
|
|
67
|
+
name: "String"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
export const startTime = {
|
|
72
|
+
parameterPath: "startTime",
|
|
73
|
+
mapper: {
|
|
74
|
+
serializedName: "$startTime",
|
|
75
|
+
required: true,
|
|
76
|
+
type: {
|
|
77
|
+
name: "DateTime"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
export const endTime = {
|
|
82
|
+
parameterPath: "endTime",
|
|
83
|
+
mapper: {
|
|
84
|
+
serializedName: "$endTime",
|
|
85
|
+
required: true,
|
|
86
|
+
type: {
|
|
87
|
+
name: "DateTime"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
export const subscriptionId = {
|
|
92
|
+
parameterPath: "subscriptionId",
|
|
93
|
+
mapper: {
|
|
94
|
+
constraints: {
|
|
95
|
+
MinLength: 1
|
|
96
|
+
},
|
|
97
|
+
serializedName: "subscriptionId",
|
|
98
|
+
required: true,
|
|
99
|
+
type: {
|
|
100
|
+
name: "String"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
export const resourceGroupName = {
|
|
105
|
+
parameterPath: "resourceGroupName",
|
|
106
|
+
mapper: {
|
|
107
|
+
constraints: {
|
|
108
|
+
MaxLength: 90,
|
|
109
|
+
MinLength: 1
|
|
110
|
+
},
|
|
111
|
+
serializedName: "resourceGroupName",
|
|
112
|
+
required: true,
|
|
113
|
+
type: {
|
|
114
|
+
name: "String"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,UAAU;SACjB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA4B;IAC9C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,UAAU;SACjB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-04-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const skipToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skipToken\"],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceId: OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const startTime: OperationQueryParameter = {\n parameterPath: \"startTime\",\n mapper: {\n serializedName: \"$startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const endTime: OperationQueryParameter = {\n parameterPath: \"endTime\",\n mapper: {\n serializedName: \"$endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Changes } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { AzureChangeAnalysisManagementClient } from "../azureChangeAnalysisManagementClient.js";
|
|
4
|
+
import { Change, ChangesListChangesByResourceGroupOptionalParams, ChangesListChangesBySubscriptionOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Changes operations. */
|
|
6
|
+
export declare class ChangesImpl implements Changes {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Changes class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: AzureChangeAnalysisManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* List the changes of a resource group within the specified time range. Customer data will always be
|
|
15
|
+
* masked.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param startTime Specifies the start time of the changes request.
|
|
18
|
+
* @param endTime Specifies the end time of the changes request.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
listChangesByResourceGroup(resourceGroupName: string, startTime: Date, endTime: Date, options?: ChangesListChangesByResourceGroupOptionalParams): PagedAsyncIterableIterator<Change>;
|
|
22
|
+
private listChangesByResourceGroupPagingPage;
|
|
23
|
+
private listChangesByResourceGroupPagingAll;
|
|
24
|
+
/**
|
|
25
|
+
* List the changes of a subscription within the specified time range. Customer data will always be
|
|
26
|
+
* masked.
|
|
27
|
+
* @param startTime Specifies the start time of the changes request.
|
|
28
|
+
* @param endTime Specifies the end time of the changes request.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
listChangesBySubscription(startTime: Date, endTime: Date, options?: ChangesListChangesBySubscriptionOptionalParams): PagedAsyncIterableIterator<Change>;
|
|
32
|
+
private listChangesBySubscriptionPagingPage;
|
|
33
|
+
private listChangesBySubscriptionPagingAll;
|
|
34
|
+
/**
|
|
35
|
+
* List the changes of a resource group within the specified time range. Customer data will always be
|
|
36
|
+
* masked.
|
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
+
* @param startTime Specifies the start time of the changes request.
|
|
39
|
+
* @param endTime Specifies the end time of the changes request.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
private _listChangesByResourceGroup;
|
|
43
|
+
/**
|
|
44
|
+
* List the changes of a subscription within the specified time range. Customer data will always be
|
|
45
|
+
* masked.
|
|
46
|
+
* @param startTime Specifies the start time of the changes request.
|
|
47
|
+
* @param endTime Specifies the end time of the changes request.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
private _listChangesBySubscription;
|
|
51
|
+
/**
|
|
52
|
+
* ListChangesByResourceGroupNext
|
|
53
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
+
* @param startTime Specifies the start time of the changes request.
|
|
55
|
+
* @param endTime Specifies the end time of the changes request.
|
|
56
|
+
* @param nextLink The nextLink from the previous successful call to the ListChangesByResourceGroup
|
|
57
|
+
* method.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
private _listChangesByResourceGroupNext;
|
|
61
|
+
/**
|
|
62
|
+
* ListChangesBySubscriptionNext
|
|
63
|
+
* @param startTime Specifies the start time of the changes request.
|
|
64
|
+
* @param endTime Specifies the end time of the changes request.
|
|
65
|
+
* @param nextLink The nextLink from the previous successful call to the ListChangesBySubscription
|
|
66
|
+
* method.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
private _listChangesBySubscriptionNext;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=changes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changes.d.ts","sourceRoot":"","sources":["../../../src/operations/changes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAI3D,OAAO,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAC;AAChG,OAAO,EACL,MAAM,EAEN,+CAA+C,EAG/C,8CAA8C,EAI/C,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAsC;IAE7D;;;OAGG;gBACS,MAAM,EAAE,mCAAmC;IAIvD;;;;;;;OAOG;IACI,0BAA0B,CAC/B,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,IAAI,EACf,OAAO,EAAE,IAAI,EACb,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,MAAM,CAAC;YA6BtB,oCAAoC;YAoCpC,mCAAmC;IAgBlD;;;;;;OAMG;IACI,yBAAyB,CAC9B,SAAS,EAAE,IAAI,EACf,OAAO,EAAE,IAAI,EACb,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,MAAM,CAAC;YA2BtB,mCAAmC;YAiCnC,kCAAkC;IAcjD;;;;;;;OAOG;IACH,OAAO,CAAC,2BAA2B;IAYnC;;;;;;OAMG;IACH,OAAO,CAAC,0BAA0B;IAWlC;;;;;;;;OAQG;IACH,OAAO,CAAC,+BAA+B;IAavC;;;;;;;OAOG;IACH,OAAO,CAAC,8BAA8B;CAWvC"}
|