@azure/arm-templatespecs 2.1.1-alpha.20250212.1 → 2.1.1-alpha.20250214.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/README.md +21 -12
- 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-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/templateSpecVersions.d.ts +3 -3
- package/dist/browser/operations/templateSpecVersions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/templateSpecVersions.js +3 -3
- package/dist/browser/operations/templateSpecVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/templateSpecs.d.ts +3 -3
- package/dist/browser/operations/templateSpecs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/templateSpecs.js +3 -3
- package/dist/browser/operations/templateSpecs.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/templateSpecVersions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/templateSpecVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/templateSpecVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/templateSpecs.d.ts +1 -1
- package/dist/browser/operationsInterfaces/templateSpecs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/templateSpecs.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/templateSpecsClient.d.ts +2 -2
- package/dist/browser/templateSpecsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/templateSpecsClient.js +15 -18
- package/dist/browser/templateSpecsClient.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-templatespecs.d.ts → dist/commonjs/models/index.d.ts} +310 -472
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +29 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +15 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +422 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +16 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +147 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/templateSpecVersions.d.ts +72 -0
- package/dist/commonjs/operations/templateSpecVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/templateSpecVersions.js +297 -0
- package/dist/commonjs/operations/templateSpecVersions.js.map +1 -0
- package/dist/commonjs/operations/templateSpecs.d.ts +82 -0
- package/dist/commonjs/operations/templateSpecs.d.ts.map +1 -0
- package/dist/commonjs/operations/templateSpecs.js +389 -0
- package/dist/commonjs/operations/templateSpecs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/templateSpecVersions.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/templateSpecVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/templateSpecVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/templateSpecVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/templateSpecs.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/templateSpecs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/templateSpecs.js +10 -0
- package/dist/commonjs/operationsInterfaces/templateSpecs.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/commonjs/templateSpecsClient.d.ts +21 -0
- package/dist/commonjs/templateSpecsClient.d.ts.map +1 -0
- package/dist/commonjs/templateSpecsClient.js +103 -0
- package/dist/commonjs/templateSpecsClient.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 +310 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +26 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +15 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +419 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +16 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +144 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/templateSpecVersions.d.ts +72 -0
- package/dist/esm/operations/templateSpecVersions.d.ts.map +1 -0
- package/dist/esm/operations/templateSpecVersions.js +293 -0
- package/dist/esm/operations/templateSpecVersions.js.map +1 -0
- package/dist/esm/operations/templateSpecs.d.ts +82 -0
- package/dist/esm/operations/templateSpecs.d.ts.map +1 -0
- package/dist/esm/operations/templateSpecs.js +385 -0
- package/dist/esm/operations/templateSpecs.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/templateSpecVersions.d.ts +47 -0
- package/dist/esm/operationsInterfaces/templateSpecVersions.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/templateSpecVersions.js} +2 -3
- package/dist/esm/operationsInterfaces/templateSpecVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/templateSpecs.d.ts +46 -0
- package/dist/esm/operationsInterfaces/templateSpecs.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/templateSpecs.js} +2 -3
- package/dist/esm/operationsInterfaces/templateSpecs.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/esm/templateSpecsClient.d.ts +21 -0
- package/dist/esm/templateSpecsClient.d.ts.map +1 -0
- package/dist/esm/templateSpecsClient.js +98 -0
- package/dist/esm/templateSpecsClient.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 +310 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +26 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +15 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +419 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +16 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +144 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/templateSpecVersions.d.ts +72 -0
- package/dist/react-native/operations/templateSpecVersions.d.ts.map +1 -0
- package/dist/react-native/operations/templateSpecVersions.js +293 -0
- package/dist/react-native/operations/templateSpecVersions.js.map +1 -0
- package/dist/react-native/operations/templateSpecs.d.ts +82 -0
- package/dist/react-native/operations/templateSpecs.d.ts.map +1 -0
- package/dist/react-native/operations/templateSpecs.js +385 -0
- package/dist/react-native/operations/templateSpecs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/templateSpecVersions.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/templateSpecVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/templateSpecVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/templateSpecVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/templateSpecs.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/templateSpecs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/templateSpecs.js +9 -0
- package/dist/react-native/operationsInterfaces/templateSpecs.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/dist/react-native/templateSpecsClient.d.ts +21 -0
- package/dist/react-native/templateSpecsClient.d.ts.map +1 -0
- package/dist/react-native/templateSpecsClient.js +98 -0
- package/dist/react-native/templateSpecsClient.js.map +1 -0
- package/package.json +66 -35
- package/dist/index.js +0 -1433
- 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/templateSpecVersionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecVersionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/templateSpecVersionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/templateSpecVersionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.js +0 -30
- package/dist-esm/samples-dev/templateSpecVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecVersionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsListSample.js +0 -45
- package/dist-esm/samples-dev/templateSpecVersionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.js +0 -29
- package/dist-esm/samples-dev/templateSpecVersionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.js +0 -26
- package/dist-esm/samples-dev/templateSpecsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsDeleteSample.js +0 -29
- package/dist-esm/samples-dev/templateSpecsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsGetSample.js +0 -29
- package/dist-esm/samples-dev/templateSpecsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/templateSpecsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/templateSpecsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/templateSpecsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/templateSpecsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/templateSpecsUpdateSample.js +0 -24
- package/dist-esm/samples-dev/templateSpecsUpdateSample.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/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/templateSpecVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/templateSpecVersions.js.map +0 -1
- package/dist-esm/src/operations/templateSpecs.d.ts.map +0 -1
- package/dist-esm/src/operations/templateSpecs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/templateSpecVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/templateSpecVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/templateSpecs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/templateSpecs.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/templateSpecsClient.d.ts.map +0 -1
- package/dist-esm/src/templateSpecsClient.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/models/index.ts +0 -359
- package/src/models/mappers.ts +0 -456
- package/src/models/parameters.ts +0 -168
- package/src/operations/templateSpecVersions.ts +0 -389
- package/src/operations/templateSpecs.ts +0 -476
- package/src/operationsInterfaces/templateSpecVersions.ts +0 -91
- package/src/operationsInterfaces/templateSpecs.ts +0 -88
- package/src/pagingHelper.ts +0 -39
- package/src/templateSpecsClient.ts +0 -142
- 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}/operationsInterfaces/templateSpecVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/templateSpecs.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
@@ -1,472 +1,310 @@
|
|
1
|
-
import * as
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
/**
|
23
|
-
*
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
25
|
-
*/
|
26
|
-
readonly
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
/**
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
/**
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
}
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
/**
|
124
|
-
|
125
|
-
/**
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
/**
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
/**
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
/** Template Spec
|
144
|
-
|
145
|
-
/**
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
*/
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
/**
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
/**
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
/**
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
/**
|
239
|
-
export
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
/**
|
246
|
-
|
247
|
-
}
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
/**
|
256
|
-
export
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
/** Optional parameters. */
|
265
|
-
export
|
266
|
-
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
267
|
-
expand?: TemplateSpecExpandKind;
|
268
|
-
}
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
/**
|
289
|
-
export
|
290
|
-
|
291
|
-
/** Optional parameters. */
|
292
|
-
export
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
}
|
310
|
-
|
311
|
-
/** Optional parameters. */
|
312
|
-
export declare interface TemplateSpecsUpdateOptionalParams extends coreClient.OperationOptions {
|
313
|
-
/** Template Spec resource with the tags to be updated. */
|
314
|
-
templateSpec?: TemplateSpecUpdateModel;
|
315
|
-
}
|
316
|
-
|
317
|
-
/** Contains response data for the update operation. */
|
318
|
-
export declare type TemplateSpecsUpdateResponse = TemplateSpec;
|
319
|
-
|
320
|
-
/** Template Spec properties to be updated (only tags are currently supported). */
|
321
|
-
export declare interface TemplateSpecUpdateModel extends AzureResourceBase {
|
322
|
-
/** Resource tags. */
|
323
|
-
tags?: {
|
324
|
-
[propertyName: string]: string;
|
325
|
-
};
|
326
|
-
}
|
327
|
-
|
328
|
-
/** Template Spec Version object. */
|
329
|
-
export declare interface TemplateSpecVersion extends AzureResourceBase {
|
330
|
-
/** The location of the Template Spec Version. It must match the location of the parent Template Spec. */
|
331
|
-
location: string;
|
332
|
-
/** Resource tags. */
|
333
|
-
tags?: {
|
334
|
-
[propertyName: string]: string;
|
335
|
-
};
|
336
|
-
/** Template Spec version description. */
|
337
|
-
description?: string;
|
338
|
-
/** An array of linked template artifacts. */
|
339
|
-
linkedTemplates?: LinkedTemplateArtifact[];
|
340
|
-
/** The version metadata. Metadata is an open-ended object and is typically a collection of key-value pairs. */
|
341
|
-
metadata?: Record<string, unknown>;
|
342
|
-
/** The main Azure Resource Manager template content. */
|
343
|
-
mainTemplate?: Record<string, unknown>;
|
344
|
-
/** The Azure Resource Manager template UI definition content. */
|
345
|
-
uiFormDefinition?: Record<string, unknown>;
|
346
|
-
}
|
347
|
-
|
348
|
-
/** High-level information about a Template Spec version. */
|
349
|
-
export declare interface TemplateSpecVersionInfo {
|
350
|
-
/**
|
351
|
-
* Template Spec version description.
|
352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
353
|
-
*/
|
354
|
-
readonly description?: string;
|
355
|
-
/**
|
356
|
-
* The timestamp of when the version was created.
|
357
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
358
|
-
*/
|
359
|
-
readonly timeCreated?: Date;
|
360
|
-
/**
|
361
|
-
* The timestamp of when the version was last modified.
|
362
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
363
|
-
*/
|
364
|
-
readonly timeModified?: Date;
|
365
|
-
}
|
366
|
-
|
367
|
-
/** Interface representing a TemplateSpecVersions. */
|
368
|
-
export declare interface TemplateSpecVersions {
|
369
|
-
/**
|
370
|
-
* Lists all the Template Spec versions in the specified Template Spec.
|
371
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
372
|
-
* @param templateSpecName Name of the Template Spec.
|
373
|
-
* @param options The options parameters.
|
374
|
-
*/
|
375
|
-
list(resourceGroupName: string, templateSpecName: string, options?: TemplateSpecVersionsListOptionalParams): PagedAsyncIterableIterator<TemplateSpecVersion>;
|
376
|
-
/**
|
377
|
-
* Creates or updates a Template Spec version.
|
378
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
379
|
-
* @param templateSpecName Name of the Template Spec.
|
380
|
-
* @param templateSpecVersion The version of the Template Spec.
|
381
|
-
* @param templateSpecVersionModel Template Spec Version supplied to the operation.
|
382
|
-
* @param options The options parameters.
|
383
|
-
*/
|
384
|
-
createOrUpdate(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, templateSpecVersionModel: TemplateSpecVersion, options?: TemplateSpecVersionsCreateOrUpdateOptionalParams): Promise<TemplateSpecVersionsCreateOrUpdateResponse>;
|
385
|
-
/**
|
386
|
-
* Updates Template Spec Version tags with specified values.
|
387
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
388
|
-
* @param templateSpecName Name of the Template Spec.
|
389
|
-
* @param templateSpecVersion The version of the Template Spec.
|
390
|
-
* @param options The options parameters.
|
391
|
-
*/
|
392
|
-
update(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsUpdateOptionalParams): Promise<TemplateSpecVersionsUpdateResponse>;
|
393
|
-
/**
|
394
|
-
* Gets a Template Spec version from a specific Template Spec.
|
395
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
396
|
-
* @param templateSpecName Name of the Template Spec.
|
397
|
-
* @param templateSpecVersion The version of the Template Spec.
|
398
|
-
* @param options The options parameters.
|
399
|
-
*/
|
400
|
-
get(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsGetOptionalParams): Promise<TemplateSpecVersionsGetResponse>;
|
401
|
-
/**
|
402
|
-
* Deletes a specific version from a Template Spec. When operation completes, status code 200 returned
|
403
|
-
* without content.
|
404
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
405
|
-
* @param templateSpecName Name of the Template Spec.
|
406
|
-
* @param templateSpecVersion The version of the Template Spec.
|
407
|
-
* @param options The options parameters.
|
408
|
-
*/
|
409
|
-
delete(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsDeleteOptionalParams): Promise<void>;
|
410
|
-
}
|
411
|
-
|
412
|
-
/** Optional parameters. */
|
413
|
-
export declare interface TemplateSpecVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
414
|
-
}
|
415
|
-
|
416
|
-
/** Contains response data for the createOrUpdate operation. */
|
417
|
-
export declare type TemplateSpecVersionsCreateOrUpdateResponse = TemplateSpecVersion;
|
418
|
-
|
419
|
-
/** Optional parameters. */
|
420
|
-
export declare interface TemplateSpecVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
421
|
-
}
|
422
|
-
|
423
|
-
/** Optional parameters. */
|
424
|
-
export declare interface TemplateSpecVersionsGetOptionalParams extends coreClient.OperationOptions {
|
425
|
-
}
|
426
|
-
|
427
|
-
/** Contains response data for the get operation. */
|
428
|
-
export declare type TemplateSpecVersionsGetResponse = TemplateSpecVersion;
|
429
|
-
|
430
|
-
/** Optional parameters. */
|
431
|
-
export declare interface TemplateSpecVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
432
|
-
}
|
433
|
-
|
434
|
-
/** Contains response data for the listNext operation. */
|
435
|
-
export declare type TemplateSpecVersionsListNextResponse = TemplateSpecVersionsListResult;
|
436
|
-
|
437
|
-
/** Optional parameters. */
|
438
|
-
export declare interface TemplateSpecVersionsListOptionalParams extends coreClient.OperationOptions {
|
439
|
-
}
|
440
|
-
|
441
|
-
/** Contains response data for the list operation. */
|
442
|
-
export declare type TemplateSpecVersionsListResponse = TemplateSpecVersionsListResult;
|
443
|
-
|
444
|
-
/** List of Template Specs versions */
|
445
|
-
export declare interface TemplateSpecVersionsListResult {
|
446
|
-
/** An array of Template Spec versions. */
|
447
|
-
value?: TemplateSpecVersion[];
|
448
|
-
/**
|
449
|
-
* The URL to use for getting the next set of results.
|
450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
451
|
-
*/
|
452
|
-
readonly nextLink?: string;
|
453
|
-
}
|
454
|
-
|
455
|
-
/** Optional parameters. */
|
456
|
-
export declare interface TemplateSpecVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
457
|
-
/** Template Spec Version resource with the tags to be updated. */
|
458
|
-
templateSpecVersionUpdateModel?: TemplateSpecVersionUpdateModel;
|
459
|
-
}
|
460
|
-
|
461
|
-
/** Contains response data for the update operation. */
|
462
|
-
export declare type TemplateSpecVersionsUpdateResponse = TemplateSpecVersion;
|
463
|
-
|
464
|
-
/** Template Spec Version properties to be updated (only tags are currently supported). */
|
465
|
-
export declare interface TemplateSpecVersionUpdateModel extends AzureResourceBase {
|
466
|
-
/** Resource tags. */
|
467
|
-
tags?: {
|
468
|
-
[propertyName: string]: string;
|
469
|
-
};
|
470
|
-
}
|
471
|
-
|
472
|
-
export { }
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
/** High-level information about a Template Spec version. */
|
3
|
+
export interface TemplateSpecVersionInfo {
|
4
|
+
/**
|
5
|
+
* Template Spec version description.
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
7
|
+
*/
|
8
|
+
readonly description?: string;
|
9
|
+
/**
|
10
|
+
* The timestamp of when the version was created.
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
12
|
+
*/
|
13
|
+
readonly timeCreated?: Date;
|
14
|
+
/**
|
15
|
+
* The timestamp of when the version was last modified.
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
17
|
+
*/
|
18
|
+
readonly timeModified?: Date;
|
19
|
+
}
|
20
|
+
/** Common properties for all Azure resources. */
|
21
|
+
export interface AzureResourceBase {
|
22
|
+
/**
|
23
|
+
* String Id used to locate any resource on Azure.
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
25
|
+
*/
|
26
|
+
readonly id?: string;
|
27
|
+
/**
|
28
|
+
* Name of this resource.
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
30
|
+
*/
|
31
|
+
readonly name?: string;
|
32
|
+
/**
|
33
|
+
* Type of this resource.
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
35
|
+
*/
|
36
|
+
readonly type?: string;
|
37
|
+
/**
|
38
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
40
|
+
*/
|
41
|
+
readonly systemData?: SystemData;
|
42
|
+
}
|
43
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
44
|
+
export interface SystemData {
|
45
|
+
/** The identity that created the resource. */
|
46
|
+
createdBy?: string;
|
47
|
+
/** The type of identity that created the resource. */
|
48
|
+
createdByType?: CreatedByType;
|
49
|
+
/** The timestamp of resource creation (UTC). */
|
50
|
+
createdAt?: Date;
|
51
|
+
/** The identity that last modified the resource. */
|
52
|
+
lastModifiedBy?: string;
|
53
|
+
/** The type of identity that last modified the resource. */
|
54
|
+
lastModifiedByType?: CreatedByType;
|
55
|
+
/** The timestamp of resource last modification (UTC) */
|
56
|
+
lastModifiedAt?: Date;
|
57
|
+
}
|
58
|
+
/** Template Specs error response. */
|
59
|
+
export interface TemplateSpecsError {
|
60
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
61
|
+
error?: ErrorResponse;
|
62
|
+
}
|
63
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
64
|
+
export interface ErrorResponse {
|
65
|
+
/**
|
66
|
+
* The error code.
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
68
|
+
*/
|
69
|
+
readonly code?: string;
|
70
|
+
/**
|
71
|
+
* The error message.
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
73
|
+
*/
|
74
|
+
readonly message?: string;
|
75
|
+
/**
|
76
|
+
* The error target.
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
78
|
+
*/
|
79
|
+
readonly target?: string;
|
80
|
+
/**
|
81
|
+
* The error details.
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
83
|
+
*/
|
84
|
+
readonly details?: ErrorResponse[];
|
85
|
+
/**
|
86
|
+
* The error additional info.
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
88
|
+
*/
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
90
|
+
}
|
91
|
+
/** The resource management error additional info. */
|
92
|
+
export interface ErrorAdditionalInfo {
|
93
|
+
/**
|
94
|
+
* The additional info type.
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
96
|
+
*/
|
97
|
+
readonly type?: string;
|
98
|
+
/**
|
99
|
+
* The additional info.
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
101
|
+
*/
|
102
|
+
readonly info?: Record<string, unknown>;
|
103
|
+
}
|
104
|
+
/** List of Template Specs. */
|
105
|
+
export interface TemplateSpecsListResult {
|
106
|
+
/** An array of Template Specs. */
|
107
|
+
value?: TemplateSpec[];
|
108
|
+
/**
|
109
|
+
* The URL to use for getting the next set of results.
|
110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
111
|
+
*/
|
112
|
+
readonly nextLink?: string;
|
113
|
+
}
|
114
|
+
/** Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template. */
|
115
|
+
export interface LinkedTemplateArtifact {
|
116
|
+
/** A filesystem safe relative path of the artifact. */
|
117
|
+
path: string;
|
118
|
+
/** The Azure Resource Manager template. */
|
119
|
+
template: Record<string, unknown>;
|
120
|
+
}
|
121
|
+
/** List of Template Specs versions */
|
122
|
+
export interface TemplateSpecVersionsListResult {
|
123
|
+
/** An array of Template Spec versions. */
|
124
|
+
value?: TemplateSpecVersion[];
|
125
|
+
/**
|
126
|
+
* The URL to use for getting the next set of results.
|
127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
128
|
+
*/
|
129
|
+
readonly nextLink?: string;
|
130
|
+
}
|
131
|
+
/** Template Spec object. */
|
132
|
+
export interface TemplateSpec extends AzureResourceBase {
|
133
|
+
/** The location of the Template Spec. It cannot be changed after Template Spec creation. It must be one of the supported Azure locations. */
|
134
|
+
location: string;
|
135
|
+
/** Resource tags. */
|
136
|
+
tags?: {
|
137
|
+
[propertyName: string]: string;
|
138
|
+
};
|
139
|
+
/** Template Spec description. */
|
140
|
+
description?: string;
|
141
|
+
/** Template Spec display name. */
|
142
|
+
displayName?: string;
|
143
|
+
/** The Template Spec metadata. Metadata is an open-ended object and is typically a collection of key-value pairs. */
|
144
|
+
metadata?: Record<string, unknown>;
|
145
|
+
/**
|
146
|
+
* High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.
|
147
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
148
|
+
*/
|
149
|
+
readonly versions?: {
|
150
|
+
[propertyName: string]: TemplateSpecVersionInfo;
|
151
|
+
};
|
152
|
+
}
|
153
|
+
/** Template Spec properties to be updated (only tags are currently supported). */
|
154
|
+
export interface TemplateSpecUpdateModel extends AzureResourceBase {
|
155
|
+
/** Resource tags. */
|
156
|
+
tags?: {
|
157
|
+
[propertyName: string]: string;
|
158
|
+
};
|
159
|
+
}
|
160
|
+
/** Template Spec Version object. */
|
161
|
+
export interface TemplateSpecVersion extends AzureResourceBase {
|
162
|
+
/** The location of the Template Spec Version. It must match the location of the parent Template Spec. */
|
163
|
+
location: string;
|
164
|
+
/** Resource tags. */
|
165
|
+
tags?: {
|
166
|
+
[propertyName: string]: string;
|
167
|
+
};
|
168
|
+
/** Template Spec version description. */
|
169
|
+
description?: string;
|
170
|
+
/** An array of linked template artifacts. */
|
171
|
+
linkedTemplates?: LinkedTemplateArtifact[];
|
172
|
+
/** The version metadata. Metadata is an open-ended object and is typically a collection of key-value pairs. */
|
173
|
+
metadata?: Record<string, unknown>;
|
174
|
+
/** The main Azure Resource Manager template content. */
|
175
|
+
mainTemplate?: Record<string, unknown>;
|
176
|
+
/** The Azure Resource Manager template UI definition content. */
|
177
|
+
uiFormDefinition?: Record<string, unknown>;
|
178
|
+
}
|
179
|
+
/** Template Spec Version properties to be updated (only tags are currently supported). */
|
180
|
+
export interface TemplateSpecVersionUpdateModel extends AzureResourceBase {
|
181
|
+
/** Resource tags. */
|
182
|
+
tags?: {
|
183
|
+
[propertyName: string]: string;
|
184
|
+
};
|
185
|
+
}
|
186
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
187
|
+
export declare enum KnownCreatedByType {
|
188
|
+
/** User */
|
189
|
+
User = "User",
|
190
|
+
/** Application */
|
191
|
+
Application = "Application",
|
192
|
+
/** ManagedIdentity */
|
193
|
+
ManagedIdentity = "ManagedIdentity",
|
194
|
+
/** Key */
|
195
|
+
Key = "Key"
|
196
|
+
}
|
197
|
+
/**
|
198
|
+
* Defines values for CreatedByType. \
|
199
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
200
|
+
* this enum contains the known values that the service supports.
|
201
|
+
* ### Known values supported by the service
|
202
|
+
* **User** \
|
203
|
+
* **Application** \
|
204
|
+
* **ManagedIdentity** \
|
205
|
+
* **Key**
|
206
|
+
*/
|
207
|
+
export type CreatedByType = string;
|
208
|
+
/** Known values of {@link TemplateSpecExpandKind} that the service accepts. */
|
209
|
+
export declare enum KnownTemplateSpecExpandKind {
|
210
|
+
/** Includes version information with the Template Spec. */
|
211
|
+
Versions = "versions"
|
212
|
+
}
|
213
|
+
/**
|
214
|
+
* Defines values for TemplateSpecExpandKind. \
|
215
|
+
* {@link KnownTemplateSpecExpandKind} can be used interchangeably with TemplateSpecExpandKind,
|
216
|
+
* this enum contains the known values that the service supports.
|
217
|
+
* ### Known values supported by the service
|
218
|
+
* **versions**: Includes version information with the Template Spec.
|
219
|
+
*/
|
220
|
+
export type TemplateSpecExpandKind = string;
|
221
|
+
/** Optional parameters. */
|
222
|
+
export interface TemplateSpecsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
223
|
+
}
|
224
|
+
/** Contains response data for the createOrUpdate operation. */
|
225
|
+
export type TemplateSpecsCreateOrUpdateResponse = TemplateSpec;
|
226
|
+
/** Optional parameters. */
|
227
|
+
export interface TemplateSpecsUpdateOptionalParams extends coreClient.OperationOptions {
|
228
|
+
/** Template Spec resource with the tags to be updated. */
|
229
|
+
templateSpec?: TemplateSpecUpdateModel;
|
230
|
+
}
|
231
|
+
/** Contains response data for the update operation. */
|
232
|
+
export type TemplateSpecsUpdateResponse = TemplateSpec;
|
233
|
+
/** Optional parameters. */
|
234
|
+
export interface TemplateSpecsGetOptionalParams extends coreClient.OperationOptions {
|
235
|
+
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
236
|
+
expand?: TemplateSpecExpandKind;
|
237
|
+
}
|
238
|
+
/** Contains response data for the get operation. */
|
239
|
+
export type TemplateSpecsGetResponse = TemplateSpec;
|
240
|
+
/** Optional parameters. */
|
241
|
+
export interface TemplateSpecsDeleteOptionalParams extends coreClient.OperationOptions {
|
242
|
+
}
|
243
|
+
/** Optional parameters. */
|
244
|
+
export interface TemplateSpecsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
245
|
+
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
246
|
+
expand?: TemplateSpecExpandKind;
|
247
|
+
}
|
248
|
+
/** Contains response data for the listBySubscription operation. */
|
249
|
+
export type TemplateSpecsListBySubscriptionResponse = TemplateSpecsListResult;
|
250
|
+
/** Optional parameters. */
|
251
|
+
export interface TemplateSpecsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
252
|
+
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
253
|
+
expand?: TemplateSpecExpandKind;
|
254
|
+
}
|
255
|
+
/** Contains response data for the listByResourceGroup operation. */
|
256
|
+
export type TemplateSpecsListByResourceGroupResponse = TemplateSpecsListResult;
|
257
|
+
/** Optional parameters. */
|
258
|
+
export interface TemplateSpecsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
259
|
+
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
260
|
+
expand?: TemplateSpecExpandKind;
|
261
|
+
}
|
262
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
263
|
+
export type TemplateSpecsListBySubscriptionNextResponse = TemplateSpecsListResult;
|
264
|
+
/** Optional parameters. */
|
265
|
+
export interface TemplateSpecsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
266
|
+
/** Allows for expansion of additional Template Spec details in the response. Optional. */
|
267
|
+
expand?: TemplateSpecExpandKind;
|
268
|
+
}
|
269
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
270
|
+
export type TemplateSpecsListByResourceGroupNextResponse = TemplateSpecsListResult;
|
271
|
+
/** Optional parameters. */
|
272
|
+
export interface TemplateSpecVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
273
|
+
}
|
274
|
+
/** Contains response data for the createOrUpdate operation. */
|
275
|
+
export type TemplateSpecVersionsCreateOrUpdateResponse = TemplateSpecVersion;
|
276
|
+
/** Optional parameters. */
|
277
|
+
export interface TemplateSpecVersionsUpdateOptionalParams extends coreClient.OperationOptions {
|
278
|
+
/** Template Spec Version resource with the tags to be updated. */
|
279
|
+
templateSpecVersionUpdateModel?: TemplateSpecVersionUpdateModel;
|
280
|
+
}
|
281
|
+
/** Contains response data for the update operation. */
|
282
|
+
export type TemplateSpecVersionsUpdateResponse = TemplateSpecVersion;
|
283
|
+
/** Optional parameters. */
|
284
|
+
export interface TemplateSpecVersionsGetOptionalParams extends coreClient.OperationOptions {
|
285
|
+
}
|
286
|
+
/** Contains response data for the get operation. */
|
287
|
+
export type TemplateSpecVersionsGetResponse = TemplateSpecVersion;
|
288
|
+
/** Optional parameters. */
|
289
|
+
export interface TemplateSpecVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
290
|
+
}
|
291
|
+
/** Optional parameters. */
|
292
|
+
export interface TemplateSpecVersionsListOptionalParams extends coreClient.OperationOptions {
|
293
|
+
}
|
294
|
+
/** Contains response data for the list operation. */
|
295
|
+
export type TemplateSpecVersionsListResponse = TemplateSpecVersionsListResult;
|
296
|
+
/** Optional parameters. */
|
297
|
+
export interface TemplateSpecVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
298
|
+
}
|
299
|
+
/** Contains response data for the listNext operation. */
|
300
|
+
export type TemplateSpecVersionsListNextResponse = TemplateSpecVersionsListResult;
|
301
|
+
/** Optional parameters. */
|
302
|
+
export interface TemplateSpecsClientOptionalParams extends coreClient.ServiceClientOptions {
|
303
|
+
/** server parameter */
|
304
|
+
$host?: string;
|
305
|
+
/** Api Version */
|
306
|
+
apiVersion?: string;
|
307
|
+
/** Overrides client endpoint. */
|
308
|
+
endpoint?: string;
|
309
|
+
}
|
310
|
+
//# sourceMappingURL=index.d.ts.map
|