@azure/arm-subscriptions 3.1.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +58 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -79
- package/dist/index.js +2330 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +658 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +36 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +36 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1057 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +15 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +121 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/alias.d.ts +53 -0
- package/dist-esm/src/operations/alias.d.ts.map +1 -0
- package/dist-esm/src/operations/alias.js +180 -0
- package/dist-esm/src/operations/alias.js.map +1 -0
- package/dist-esm/src/operations/billingAccount.d.ts +19 -0
- package/dist-esm/src/operations/billingAccount.d.ts.map +1 -0
- package/dist-esm/src/operations/billingAccount.js +47 -0
- package/dist-esm/src/operations/billingAccount.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/subscriptionOperations.d.ts +53 -0
- package/dist-esm/src/operations/subscriptionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptionOperations.js +201 -0
- package/dist-esm/src/operations/subscriptionOperations.js.map +1 -0
- package/dist-esm/src/operations/subscriptionPolicy.d.ts +43 -0
- package/dist-esm/src/operations/subscriptionPolicy.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptionPolicy.js +169 -0
- package/dist-esm/src/operations/subscriptionPolicy.js.map +1 -0
- package/dist-esm/src/operations/subscriptions.d.ts +54 -0
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptions.js +201 -0
- package/dist-esm/src/operations/subscriptions.js.map +1 -0
- package/dist-esm/src/operations/tenants.d.ts +32 -0
- package/dist-esm/src/operations/tenants.d.ts.map +1 -0
- package/dist-esm/src/operations/tenants.js +114 -0
- package/dist-esm/src/operations/tenants.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/alias.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/alias.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/alias.js +9 -0
- package/dist-esm/src/operationsInterfaces/alias.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccount.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/billingAccount.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccount.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingAccount.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/subscriptionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptionPolicy.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptionPolicy.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptionPolicy.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +24 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tenants.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/tenants.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tenants.js +9 -0
- package/dist-esm/src/operationsInterfaces/tenants.js.map +1 -0
- package/dist-esm/src/subscriptionClient.d.ts +21 -0
- package/dist-esm/src/subscriptionClient.d.ts.map +1 -0
- package/dist-esm/src/subscriptionClient.js +50 -0
- package/dist-esm/src/subscriptionClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-subscriptions.api.md +559 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +551 -489
- package/src/models/mappers.ts +685 -190
- package/src/models/parameters.ts +94 -27
- package/src/operations/alias.ts +170 -170
- package/src/operations/billingAccount.ts +65 -0
- package/src/operations/index.ts +5 -5
- package/src/operations/operations.ts +103 -40
- package/src/operations/subscriptionOperations.ts +216 -120
- package/src/operations/subscriptionPolicy.ts +207 -0
- package/src/operations/subscriptions.ts +163 -153
- package/src/operations/tenants.ts +87 -79
- package/src/operationsInterfaces/alias.ts +75 -0
- package/src/operationsInterfaces/billingAccount.ts +25 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/subscriptionOperations.ts +92 -0
- package/src/operationsInterfaces/subscriptionPolicy.ts +46 -0
- package/src/operationsInterfaces/subscriptions.ts +48 -0
- package/src/operationsInterfaces/tenants.ts +22 -0
- package/src/subscriptionClient.ts +81 -43
- package/tsconfig.json +3 -3
- package/types/arm-subscriptions.d.ts +925 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-subscriptions.js +0 -1442
- package/dist/arm-subscriptions.js.map +0 -1
- package/dist/arm-subscriptions.min.js +0 -1
- package/dist/arm-subscriptions.min.js.map +0 -1
- package/esm/models/aliasMappers.d.ts +0 -2
- package/esm/models/aliasMappers.d.ts.map +0 -1
- package/esm/models/aliasMappers.js +0 -9
- package/esm/models/aliasMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -624
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -25
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -574
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -8
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -75
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/subscriptionOperationsMappers.d.ts +0 -2
- package/esm/models/subscriptionOperationsMappers.d.ts.map +0 -1
- package/esm/models/subscriptionOperationsMappers.js +0 -9
- package/esm/models/subscriptionOperationsMappers.js.map +0 -1
- package/esm/models/subscriptionsMappers.d.ts +0 -2
- package/esm/models/subscriptionsMappers.d.ts.map +0 -1
- package/esm/models/subscriptionsMappers.js +0 -9
- package/esm/models/subscriptionsMappers.js.map +0 -1
- package/esm/models/tenantsMappers.d.ts +0 -2
- package/esm/models/tenantsMappers.d.ts.map +0 -1
- package/esm/models/tenantsMappers.js +0 -9
- package/esm/models/tenantsMappers.js.map +0 -1
- package/esm/operations/alias.d.ts +0 -81
- package/esm/operations/alias.d.ts.map +0 -1
- package/esm/operations/alias.js +0 -161
- package/esm/operations/alias.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/subscriptionOperations.d.ts +0 -70
- package/esm/operations/subscriptionOperations.d.ts.map +0 -1
- package/esm/operations/subscriptionOperations.js +0 -117
- package/esm/operations/subscriptionOperations.js.map +0 -1
- package/esm/operations/subscriptions.d.ts +0 -84
- package/esm/operations/subscriptions.d.ts.map +0 -1
- package/esm/operations/subscriptions.js +0 -133
- package/esm/operations/subscriptions.js.map +0 -1
- package/esm/operations/tenants.d.ts +0 -46
- package/esm/operations/tenants.d.ts.map +0 -1
- package/esm/operations/tenants.js +0 -77
- package/esm/operations/tenants.js.map +0 -1
- package/esm/subscriptionClient.d.ts +0 -27
- package/esm/subscriptionClient.d.ts.map +0 -1
- package/esm/subscriptionClient.js +0 -41
- package/esm/subscriptionClient.js.map +0 -1
- package/esm/subscriptionClientContext.d.ts +0 -19
- package/esm/subscriptionClientContext.d.ts.map +0 -1
- package/esm/subscriptionClientContext.js +0 -55
- package/esm/subscriptionClientContext.js.map +0 -1
- package/src/models/aliasMappers.ts +0 -18
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/subscriptionOperationsMappers.ts +0 -15
- package/src/models/subscriptionsMappers.ts +0 -16
- package/src/models/tenantsMappers.ts +0 -13
- package/src/subscriptionClientContext.ts +0 -60
package/src/models/mappers.ts
CHANGED
|
@@ -1,144 +1,117 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
|
|
11
|
+
export const LocationListResult: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "LocationListResult",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
18
|
+
type: {
|
|
19
|
+
name: "Sequence",
|
|
20
|
+
element: {
|
|
21
|
+
type: {
|
|
22
|
+
name: "Composite",
|
|
23
|
+
className: "Location"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
14
31
|
|
|
15
|
-
export const Location:
|
|
16
|
-
serializedName: "Location",
|
|
32
|
+
export const Location: coreClient.CompositeMapper = {
|
|
17
33
|
type: {
|
|
18
34
|
name: "Composite",
|
|
19
35
|
className: "Location",
|
|
20
36
|
modelProperties: {
|
|
21
37
|
id: {
|
|
22
|
-
readOnly: true,
|
|
23
38
|
serializedName: "id",
|
|
39
|
+
readOnly: true,
|
|
24
40
|
type: {
|
|
25
41
|
name: "String"
|
|
26
42
|
}
|
|
27
43
|
},
|
|
28
44
|
subscriptionId: {
|
|
29
|
-
readOnly: true,
|
|
30
45
|
serializedName: "subscriptionId",
|
|
46
|
+
readOnly: true,
|
|
31
47
|
type: {
|
|
32
48
|
name: "String"
|
|
33
49
|
}
|
|
34
50
|
},
|
|
35
51
|
name: {
|
|
36
|
-
readOnly: true,
|
|
37
52
|
serializedName: "name",
|
|
53
|
+
readOnly: true,
|
|
38
54
|
type: {
|
|
39
55
|
name: "String"
|
|
40
56
|
}
|
|
41
57
|
},
|
|
42
58
|
displayName: {
|
|
43
|
-
readOnly: true,
|
|
44
59
|
serializedName: "displayName",
|
|
60
|
+
readOnly: true,
|
|
45
61
|
type: {
|
|
46
62
|
name: "String"
|
|
47
63
|
}
|
|
48
64
|
},
|
|
49
65
|
latitude: {
|
|
50
|
-
readOnly: true,
|
|
51
66
|
serializedName: "latitude",
|
|
67
|
+
readOnly: true,
|
|
52
68
|
type: {
|
|
53
69
|
name: "String"
|
|
54
70
|
}
|
|
55
71
|
},
|
|
56
72
|
longitude: {
|
|
57
|
-
readOnly: true,
|
|
58
73
|
serializedName: "longitude",
|
|
59
|
-
type: {
|
|
60
|
-
name: "String"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export const SubscriptionPolicies: msRest.CompositeMapper = {
|
|
68
|
-
serializedName: "SubscriptionPolicies",
|
|
69
|
-
type: {
|
|
70
|
-
name: "Composite",
|
|
71
|
-
className: "SubscriptionPolicies",
|
|
72
|
-
modelProperties: {
|
|
73
|
-
locationPlacementId: {
|
|
74
|
-
readOnly: true,
|
|
75
|
-
serializedName: "locationPlacementId",
|
|
76
|
-
type: {
|
|
77
|
-
name: "String"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
quotaId: {
|
|
81
74
|
readOnly: true,
|
|
82
|
-
serializedName: "quotaId",
|
|
83
75
|
type: {
|
|
84
76
|
name: "String"
|
|
85
77
|
}
|
|
86
|
-
},
|
|
87
|
-
spendingLimit: {
|
|
88
|
-
readOnly: true,
|
|
89
|
-
serializedName: "spendingLimit",
|
|
90
|
-
type: {
|
|
91
|
-
name: "Enum",
|
|
92
|
-
allowedValues: [
|
|
93
|
-
"On",
|
|
94
|
-
"Off",
|
|
95
|
-
"CurrentPeriodOff"
|
|
96
|
-
]
|
|
97
|
-
}
|
|
98
78
|
}
|
|
99
79
|
}
|
|
100
80
|
}
|
|
101
81
|
};
|
|
102
82
|
|
|
103
|
-
export const Subscription:
|
|
104
|
-
serializedName: "Subscription",
|
|
83
|
+
export const Subscription: coreClient.CompositeMapper = {
|
|
105
84
|
type: {
|
|
106
85
|
name: "Composite",
|
|
107
86
|
className: "Subscription",
|
|
108
87
|
modelProperties: {
|
|
109
88
|
id: {
|
|
110
|
-
readOnly: true,
|
|
111
89
|
serializedName: "id",
|
|
90
|
+
readOnly: true,
|
|
112
91
|
type: {
|
|
113
92
|
name: "String"
|
|
114
93
|
}
|
|
115
94
|
},
|
|
116
95
|
subscriptionId: {
|
|
117
|
-
readOnly: true,
|
|
118
96
|
serializedName: "subscriptionId",
|
|
97
|
+
readOnly: true,
|
|
119
98
|
type: {
|
|
120
99
|
name: "String"
|
|
121
100
|
}
|
|
122
101
|
},
|
|
123
102
|
displayName: {
|
|
124
|
-
readOnly: true,
|
|
125
103
|
serializedName: "displayName",
|
|
104
|
+
readOnly: true,
|
|
126
105
|
type: {
|
|
127
106
|
name: "String"
|
|
128
107
|
}
|
|
129
108
|
},
|
|
130
109
|
state: {
|
|
131
|
-
readOnly: true,
|
|
132
110
|
serializedName: "state",
|
|
111
|
+
readOnly: true,
|
|
133
112
|
type: {
|
|
134
113
|
name: "Enum",
|
|
135
|
-
allowedValues: [
|
|
136
|
-
"Enabled",
|
|
137
|
-
"Warned",
|
|
138
|
-
"PastDue",
|
|
139
|
-
"Disabled",
|
|
140
|
-
"Deleted"
|
|
141
|
-
]
|
|
114
|
+
allowedValues: ["Enabled", "Warned", "PastDue", "Disabled", "Deleted"]
|
|
142
115
|
}
|
|
143
116
|
},
|
|
144
117
|
subscriptionPolicies: {
|
|
@@ -158,44 +131,85 @@ export const Subscription: msRest.CompositeMapper = {
|
|
|
158
131
|
}
|
|
159
132
|
};
|
|
160
133
|
|
|
161
|
-
export const
|
|
162
|
-
serializedName: "TenantIdDescription",
|
|
134
|
+
export const SubscriptionPolicies: coreClient.CompositeMapper = {
|
|
163
135
|
type: {
|
|
164
136
|
name: "Composite",
|
|
165
|
-
className: "
|
|
137
|
+
className: "SubscriptionPolicies",
|
|
166
138
|
modelProperties: {
|
|
167
|
-
|
|
139
|
+
locationPlacementId: {
|
|
140
|
+
serializedName: "locationPlacementId",
|
|
168
141
|
readOnly: true,
|
|
169
|
-
serializedName: "id",
|
|
170
142
|
type: {
|
|
171
143
|
name: "String"
|
|
172
144
|
}
|
|
173
145
|
},
|
|
174
|
-
|
|
146
|
+
quotaId: {
|
|
147
|
+
serializedName: "quotaId",
|
|
175
148
|
readOnly: true,
|
|
176
|
-
serializedName: "tenantId",
|
|
177
149
|
type: {
|
|
178
150
|
name: "String"
|
|
179
151
|
}
|
|
152
|
+
},
|
|
153
|
+
spendingLimit: {
|
|
154
|
+
serializedName: "spendingLimit",
|
|
155
|
+
readOnly: true,
|
|
156
|
+
type: {
|
|
157
|
+
name: "Enum",
|
|
158
|
+
allowedValues: ["On", "Off", "CurrentPeriodOff"]
|
|
159
|
+
}
|
|
180
160
|
}
|
|
181
161
|
}
|
|
182
162
|
}
|
|
183
163
|
};
|
|
184
164
|
|
|
185
|
-
export const
|
|
186
|
-
serializedName: "ErrorResponse",
|
|
165
|
+
export const SubscriptionListResult: coreClient.CompositeMapper = {
|
|
187
166
|
type: {
|
|
188
167
|
name: "Composite",
|
|
189
|
-
className: "
|
|
168
|
+
className: "SubscriptionListResult",
|
|
190
169
|
modelProperties: {
|
|
191
|
-
|
|
192
|
-
serializedName: "
|
|
170
|
+
value: {
|
|
171
|
+
serializedName: "value",
|
|
172
|
+
type: {
|
|
173
|
+
name: "Sequence",
|
|
174
|
+
element: {
|
|
175
|
+
type: {
|
|
176
|
+
name: "Composite",
|
|
177
|
+
className: "Subscription"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
nextLink: {
|
|
183
|
+
serializedName: "nextLink",
|
|
184
|
+
required: true,
|
|
193
185
|
type: {
|
|
194
186
|
name: "String"
|
|
195
187
|
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
export const TenantListResult: coreClient.CompositeMapper = {
|
|
194
|
+
type: {
|
|
195
|
+
name: "Composite",
|
|
196
|
+
className: "TenantListResult",
|
|
197
|
+
modelProperties: {
|
|
198
|
+
value: {
|
|
199
|
+
serializedName: "value",
|
|
200
|
+
type: {
|
|
201
|
+
name: "Sequence",
|
|
202
|
+
element: {
|
|
203
|
+
type: {
|
|
204
|
+
name: "Composite",
|
|
205
|
+
className: "TenantIdDescription"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
196
209
|
},
|
|
197
|
-
|
|
198
|
-
serializedName: "
|
|
210
|
+
nextLink: {
|
|
211
|
+
serializedName: "nextLink",
|
|
212
|
+
required: true,
|
|
199
213
|
type: {
|
|
200
214
|
name: "String"
|
|
201
215
|
}
|
|
@@ -204,32 +218,37 @@ export const ErrorResponse: msRest.CompositeMapper = {
|
|
|
204
218
|
}
|
|
205
219
|
};
|
|
206
220
|
|
|
207
|
-
export const
|
|
208
|
-
serializedName: "ErrorResponseBody",
|
|
221
|
+
export const TenantIdDescription: coreClient.CompositeMapper = {
|
|
209
222
|
type: {
|
|
210
223
|
name: "Composite",
|
|
211
|
-
className: "
|
|
224
|
+
className: "TenantIdDescription",
|
|
212
225
|
modelProperties: {
|
|
213
|
-
|
|
214
|
-
serializedName: "
|
|
226
|
+
id: {
|
|
227
|
+
serializedName: "id",
|
|
228
|
+
readOnly: true,
|
|
215
229
|
type: {
|
|
216
|
-
name: "
|
|
217
|
-
|
|
230
|
+
name: "String"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
tenantId: {
|
|
234
|
+
serializedName: "tenantId",
|
|
235
|
+
readOnly: true,
|
|
236
|
+
type: {
|
|
237
|
+
name: "String"
|
|
218
238
|
}
|
|
219
239
|
}
|
|
220
240
|
}
|
|
221
241
|
}
|
|
222
242
|
};
|
|
223
243
|
|
|
224
|
-
export const CanceledSubscriptionId:
|
|
225
|
-
serializedName: "CanceledSubscriptionId",
|
|
244
|
+
export const CanceledSubscriptionId: coreClient.CompositeMapper = {
|
|
226
245
|
type: {
|
|
227
246
|
name: "Composite",
|
|
228
247
|
className: "CanceledSubscriptionId",
|
|
229
248
|
modelProperties: {
|
|
230
|
-
|
|
249
|
+
subscriptionId: {
|
|
250
|
+
serializedName: "subscriptionId",
|
|
231
251
|
readOnly: true,
|
|
232
|
-
serializedName: "value",
|
|
233
252
|
type: {
|
|
234
253
|
name: "String"
|
|
235
254
|
}
|
|
@@ -238,15 +257,26 @@ export const CanceledSubscriptionId: msRest.CompositeMapper = {
|
|
|
238
257
|
}
|
|
239
258
|
};
|
|
240
259
|
|
|
241
|
-
export const
|
|
242
|
-
serializedName: "RenamedSubscriptionId",
|
|
260
|
+
export const ErrorResponseBody: coreClient.CompositeMapper = {
|
|
243
261
|
type: {
|
|
244
262
|
name: "Composite",
|
|
245
|
-
className: "
|
|
263
|
+
className: "ErrorResponseBody",
|
|
246
264
|
modelProperties: {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
265
|
+
error: {
|
|
266
|
+
serializedName: "error",
|
|
267
|
+
type: {
|
|
268
|
+
name: "Composite",
|
|
269
|
+
className: "ErrorResponse"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
code: {
|
|
273
|
+
serializedName: "code",
|
|
274
|
+
type: {
|
|
275
|
+
name: "String"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
message: {
|
|
279
|
+
serializedName: "message",
|
|
250
280
|
type: {
|
|
251
281
|
name: "String"
|
|
252
282
|
}
|
|
@@ -255,15 +285,19 @@ export const RenamedSubscriptionId: msRest.CompositeMapper = {
|
|
|
255
285
|
}
|
|
256
286
|
};
|
|
257
287
|
|
|
258
|
-
export const
|
|
259
|
-
serializedName: "EnabledSubscriptionId",
|
|
288
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
260
289
|
type: {
|
|
261
290
|
name: "Composite",
|
|
262
|
-
className: "
|
|
291
|
+
className: "ErrorResponse",
|
|
263
292
|
modelProperties: {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
293
|
+
code: {
|
|
294
|
+
serializedName: "code",
|
|
295
|
+
type: {
|
|
296
|
+
name: "String"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
message: {
|
|
300
|
+
serializedName: "message",
|
|
267
301
|
type: {
|
|
268
302
|
name: "String"
|
|
269
303
|
}
|
|
@@ -272,8 +306,7 @@ export const EnabledSubscriptionId: msRest.CompositeMapper = {
|
|
|
272
306
|
}
|
|
273
307
|
};
|
|
274
308
|
|
|
275
|
-
export const SubscriptionName:
|
|
276
|
-
serializedName: "SubscriptionName",
|
|
309
|
+
export const SubscriptionName: coreClient.CompositeMapper = {
|
|
277
310
|
type: {
|
|
278
311
|
name: "Composite",
|
|
279
312
|
className: "SubscriptionName",
|
|
@@ -288,26 +321,14 @@ export const SubscriptionName: msRest.CompositeMapper = {
|
|
|
288
321
|
}
|
|
289
322
|
};
|
|
290
323
|
|
|
291
|
-
export const
|
|
292
|
-
serializedName: "Operation_display",
|
|
324
|
+
export const RenamedSubscriptionId: coreClient.CompositeMapper = {
|
|
293
325
|
type: {
|
|
294
326
|
name: "Composite",
|
|
295
|
-
className: "
|
|
327
|
+
className: "RenamedSubscriptionId",
|
|
296
328
|
modelProperties: {
|
|
297
|
-
|
|
298
|
-
serializedName: "
|
|
299
|
-
|
|
300
|
-
name: "String"
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
resource: {
|
|
304
|
-
serializedName: "resource",
|
|
305
|
-
type: {
|
|
306
|
-
name: "String"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
operation: {
|
|
310
|
-
serializedName: "operation",
|
|
329
|
+
subscriptionId: {
|
|
330
|
+
serializedName: "subscriptionId",
|
|
331
|
+
readOnly: true,
|
|
311
332
|
type: {
|
|
312
333
|
name: "String"
|
|
313
334
|
}
|
|
@@ -316,31 +337,23 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
316
337
|
}
|
|
317
338
|
};
|
|
318
339
|
|
|
319
|
-
export const
|
|
320
|
-
serializedName: "Operation",
|
|
340
|
+
export const EnabledSubscriptionId: coreClient.CompositeMapper = {
|
|
321
341
|
type: {
|
|
322
342
|
name: "Composite",
|
|
323
|
-
className: "
|
|
343
|
+
className: "EnabledSubscriptionId",
|
|
324
344
|
modelProperties: {
|
|
325
|
-
|
|
326
|
-
serializedName: "
|
|
345
|
+
subscriptionId: {
|
|
346
|
+
serializedName: "subscriptionId",
|
|
347
|
+
readOnly: true,
|
|
327
348
|
type: {
|
|
328
349
|
name: "String"
|
|
329
350
|
}
|
|
330
|
-
},
|
|
331
|
-
display: {
|
|
332
|
-
serializedName: "display",
|
|
333
|
-
type: {
|
|
334
|
-
name: "Composite",
|
|
335
|
-
className: "OperationDisplay"
|
|
336
|
-
}
|
|
337
351
|
}
|
|
338
352
|
}
|
|
339
353
|
}
|
|
340
354
|
};
|
|
341
355
|
|
|
342
|
-
export const OperationListResult:
|
|
343
|
-
serializedName: "OperationListResult",
|
|
356
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
344
357
|
type: {
|
|
345
358
|
name: "Composite",
|
|
346
359
|
className: "OperationListResult",
|
|
@@ -367,38 +380,59 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
367
380
|
}
|
|
368
381
|
};
|
|
369
382
|
|
|
370
|
-
export const
|
|
371
|
-
serializedName: "PutAliasRequestProperties",
|
|
383
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
372
384
|
type: {
|
|
373
385
|
name: "Composite",
|
|
374
|
-
className: "
|
|
386
|
+
className: "Operation",
|
|
375
387
|
modelProperties: {
|
|
376
|
-
|
|
377
|
-
serializedName: "
|
|
388
|
+
name: {
|
|
389
|
+
serializedName: "name",
|
|
378
390
|
type: {
|
|
379
391
|
name: "String"
|
|
380
392
|
}
|
|
381
393
|
},
|
|
382
|
-
|
|
383
|
-
serializedName: "
|
|
394
|
+
isDataAction: {
|
|
395
|
+
serializedName: "isDataAction",
|
|
396
|
+
type: {
|
|
397
|
+
name: "Boolean"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
display: {
|
|
401
|
+
serializedName: "display",
|
|
402
|
+
type: {
|
|
403
|
+
name: "Composite",
|
|
404
|
+
className: "OperationDisplay"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
412
|
+
type: {
|
|
413
|
+
name: "Composite",
|
|
414
|
+
className: "OperationDisplay",
|
|
415
|
+
modelProperties: {
|
|
416
|
+
provider: {
|
|
417
|
+
serializedName: "provider",
|
|
384
418
|
type: {
|
|
385
419
|
name: "String"
|
|
386
420
|
}
|
|
387
421
|
},
|
|
388
|
-
|
|
389
|
-
serializedName: "
|
|
422
|
+
resource: {
|
|
423
|
+
serializedName: "resource",
|
|
390
424
|
type: {
|
|
391
425
|
name: "String"
|
|
392
426
|
}
|
|
393
427
|
},
|
|
394
|
-
|
|
395
|
-
serializedName: "
|
|
428
|
+
operation: {
|
|
429
|
+
serializedName: "operation",
|
|
396
430
|
type: {
|
|
397
431
|
name: "String"
|
|
398
432
|
}
|
|
399
433
|
},
|
|
400
|
-
|
|
401
|
-
serializedName: "
|
|
434
|
+
description: {
|
|
435
|
+
serializedName: "description",
|
|
402
436
|
type: {
|
|
403
437
|
name: "String"
|
|
404
438
|
}
|
|
@@ -407,14 +441,12 @@ export const PutAliasRequestProperties: msRest.CompositeMapper = {
|
|
|
407
441
|
}
|
|
408
442
|
};
|
|
409
443
|
|
|
410
|
-
export const PutAliasRequest:
|
|
411
|
-
serializedName: "PutAliasRequest",
|
|
444
|
+
export const PutAliasRequest: coreClient.CompositeMapper = {
|
|
412
445
|
type: {
|
|
413
446
|
name: "Composite",
|
|
414
447
|
className: "PutAliasRequest",
|
|
415
448
|
modelProperties: {
|
|
416
449
|
properties: {
|
|
417
|
-
required: true,
|
|
418
450
|
serializedName: "properties",
|
|
419
451
|
type: {
|
|
420
452
|
name: "Composite",
|
|
@@ -425,52 +457,108 @@ export const PutAliasRequest: msRest.CompositeMapper = {
|
|
|
425
457
|
}
|
|
426
458
|
};
|
|
427
459
|
|
|
428
|
-
export const
|
|
429
|
-
serializedName: "PutAliasResponseProperties",
|
|
460
|
+
export const PutAliasRequestProperties: coreClient.CompositeMapper = {
|
|
430
461
|
type: {
|
|
431
462
|
name: "Composite",
|
|
432
|
-
className: "
|
|
463
|
+
className: "PutAliasRequestProperties",
|
|
433
464
|
modelProperties: {
|
|
434
|
-
|
|
435
|
-
|
|
465
|
+
displayName: {
|
|
466
|
+
serializedName: "displayName",
|
|
467
|
+
type: {
|
|
468
|
+
name: "String"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
workload: {
|
|
472
|
+
serializedName: "workload",
|
|
473
|
+
type: {
|
|
474
|
+
name: "String"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
billingScope: {
|
|
478
|
+
serializedName: "billingScope",
|
|
479
|
+
type: {
|
|
480
|
+
name: "String"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
subscriptionId: {
|
|
436
484
|
serializedName: "subscriptionId",
|
|
437
485
|
type: {
|
|
438
486
|
name: "String"
|
|
439
487
|
}
|
|
440
488
|
},
|
|
441
|
-
|
|
442
|
-
serializedName: "
|
|
489
|
+
resellerId: {
|
|
490
|
+
serializedName: "resellerId",
|
|
443
491
|
type: {
|
|
444
492
|
name: "String"
|
|
445
493
|
}
|
|
494
|
+
},
|
|
495
|
+
additionalProperties: {
|
|
496
|
+
serializedName: "additionalProperties",
|
|
497
|
+
type: {
|
|
498
|
+
name: "Composite",
|
|
499
|
+
className: "PutAliasRequestAdditionalProperties"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
};
|
|
505
|
+
|
|
506
|
+
export const PutAliasRequestAdditionalProperties: coreClient.CompositeMapper = {
|
|
507
|
+
type: {
|
|
508
|
+
name: "Composite",
|
|
509
|
+
className: "PutAliasRequestAdditionalProperties",
|
|
510
|
+
modelProperties: {
|
|
511
|
+
managementGroupId: {
|
|
512
|
+
serializedName: "managementGroupId",
|
|
513
|
+
type: {
|
|
514
|
+
name: "String"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
subscriptionTenantId: {
|
|
518
|
+
serializedName: "subscriptionTenantId",
|
|
519
|
+
type: {
|
|
520
|
+
name: "String"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
subscriptionOwnerId: {
|
|
524
|
+
serializedName: "subscriptionOwnerId",
|
|
525
|
+
type: {
|
|
526
|
+
name: "String"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
tags: {
|
|
530
|
+
serializedName: "tags",
|
|
531
|
+
type: {
|
|
532
|
+
name: "Dictionary",
|
|
533
|
+
value: { type: { name: "String" } }
|
|
534
|
+
}
|
|
446
535
|
}
|
|
447
536
|
}
|
|
448
537
|
}
|
|
449
538
|
};
|
|
450
539
|
|
|
451
|
-
export const
|
|
452
|
-
serializedName: "PutAliasResponse",
|
|
540
|
+
export const SubscriptionAliasResponse: coreClient.CompositeMapper = {
|
|
453
541
|
type: {
|
|
454
542
|
name: "Composite",
|
|
455
|
-
className: "
|
|
543
|
+
className: "SubscriptionAliasResponse",
|
|
456
544
|
modelProperties: {
|
|
457
545
|
id: {
|
|
458
|
-
readOnly: true,
|
|
459
546
|
serializedName: "id",
|
|
547
|
+
readOnly: true,
|
|
460
548
|
type: {
|
|
461
549
|
name: "String"
|
|
462
550
|
}
|
|
463
551
|
},
|
|
464
552
|
name: {
|
|
465
|
-
readOnly: true,
|
|
466
553
|
serializedName: "name",
|
|
554
|
+
readOnly: true,
|
|
467
555
|
type: {
|
|
468
556
|
name: "String"
|
|
469
557
|
}
|
|
470
558
|
},
|
|
471
559
|
type: {
|
|
472
|
-
readOnly: true,
|
|
473
560
|
serializedName: "type",
|
|
561
|
+
readOnly: true,
|
|
474
562
|
type: {
|
|
475
563
|
name: "String"
|
|
476
564
|
}
|
|
@@ -479,35 +567,171 @@ export const PutAliasResponse: msRest.CompositeMapper = {
|
|
|
479
567
|
serializedName: "properties",
|
|
480
568
|
type: {
|
|
481
569
|
name: "Composite",
|
|
482
|
-
className: "
|
|
570
|
+
className: "SubscriptionAliasResponseProperties"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
systemData: {
|
|
574
|
+
serializedName: "systemData",
|
|
575
|
+
type: {
|
|
576
|
+
name: "Composite",
|
|
577
|
+
className: "SystemData"
|
|
483
578
|
}
|
|
484
579
|
}
|
|
485
580
|
}
|
|
486
581
|
}
|
|
487
582
|
};
|
|
488
583
|
|
|
489
|
-
export const
|
|
490
|
-
serializedName: "PutAliasListResult",
|
|
584
|
+
export const SubscriptionAliasResponseProperties: coreClient.CompositeMapper = {
|
|
491
585
|
type: {
|
|
492
586
|
name: "Composite",
|
|
493
|
-
className: "
|
|
587
|
+
className: "SubscriptionAliasResponseProperties",
|
|
494
588
|
modelProperties: {
|
|
495
|
-
|
|
589
|
+
subscriptionId: {
|
|
590
|
+
serializedName: "subscriptionId",
|
|
591
|
+
readOnly: true,
|
|
592
|
+
type: {
|
|
593
|
+
name: "String"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
displayName: {
|
|
597
|
+
serializedName: "displayName",
|
|
598
|
+
type: {
|
|
599
|
+
name: "String"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
provisioningState: {
|
|
603
|
+
serializedName: "provisioningState",
|
|
604
|
+
type: {
|
|
605
|
+
name: "String"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
acceptOwnershipUrl: {
|
|
609
|
+
serializedName: "acceptOwnershipUrl",
|
|
496
610
|
readOnly: true,
|
|
611
|
+
type: {
|
|
612
|
+
name: "String"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
acceptOwnershipState: {
|
|
616
|
+
serializedName: "acceptOwnershipState",
|
|
617
|
+
readOnly: true,
|
|
618
|
+
type: {
|
|
619
|
+
name: "String"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
billingScope: {
|
|
623
|
+
serializedName: "billingScope",
|
|
624
|
+
type: {
|
|
625
|
+
name: "String"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
workload: {
|
|
629
|
+
serializedName: "workload",
|
|
630
|
+
type: {
|
|
631
|
+
name: "String"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
resellerId: {
|
|
635
|
+
serializedName: "resellerId",
|
|
636
|
+
type: {
|
|
637
|
+
name: "String"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
subscriptionOwnerId: {
|
|
641
|
+
serializedName: "subscriptionOwnerId",
|
|
642
|
+
type: {
|
|
643
|
+
name: "String"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
managementGroupId: {
|
|
647
|
+
serializedName: "managementGroupId",
|
|
648
|
+
type: {
|
|
649
|
+
name: "String"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
createdTime: {
|
|
653
|
+
serializedName: "createdTime",
|
|
654
|
+
type: {
|
|
655
|
+
name: "String"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
tags: {
|
|
659
|
+
serializedName: "tags",
|
|
660
|
+
type: {
|
|
661
|
+
name: "Dictionary",
|
|
662
|
+
value: { type: { name: "String" } }
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
};
|
|
668
|
+
|
|
669
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
670
|
+
type: {
|
|
671
|
+
name: "Composite",
|
|
672
|
+
className: "SystemData",
|
|
673
|
+
modelProperties: {
|
|
674
|
+
createdBy: {
|
|
675
|
+
serializedName: "createdBy",
|
|
676
|
+
type: {
|
|
677
|
+
name: "String"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
createdByType: {
|
|
681
|
+
serializedName: "createdByType",
|
|
682
|
+
type: {
|
|
683
|
+
name: "String"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
createdAt: {
|
|
687
|
+
serializedName: "createdAt",
|
|
688
|
+
type: {
|
|
689
|
+
name: "DateTime"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
lastModifiedBy: {
|
|
693
|
+
serializedName: "lastModifiedBy",
|
|
694
|
+
type: {
|
|
695
|
+
name: "String"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
lastModifiedByType: {
|
|
699
|
+
serializedName: "lastModifiedByType",
|
|
700
|
+
type: {
|
|
701
|
+
name: "String"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
lastModifiedAt: {
|
|
705
|
+
serializedName: "lastModifiedAt",
|
|
706
|
+
type: {
|
|
707
|
+
name: "DateTime"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
};
|
|
713
|
+
|
|
714
|
+
export const SubscriptionAliasListResult: coreClient.CompositeMapper = {
|
|
715
|
+
type: {
|
|
716
|
+
name: "Composite",
|
|
717
|
+
className: "SubscriptionAliasListResult",
|
|
718
|
+
modelProperties: {
|
|
719
|
+
value: {
|
|
497
720
|
serializedName: "value",
|
|
721
|
+
readOnly: true,
|
|
498
722
|
type: {
|
|
499
723
|
name: "Sequence",
|
|
500
724
|
element: {
|
|
501
725
|
type: {
|
|
502
726
|
name: "Composite",
|
|
503
|
-
className: "
|
|
727
|
+
className: "SubscriptionAliasResponse"
|
|
504
728
|
}
|
|
505
729
|
}
|
|
506
730
|
}
|
|
507
731
|
},
|
|
508
732
|
nextLink: {
|
|
509
|
-
readOnly: true,
|
|
510
733
|
serializedName: "nextLink",
|
|
734
|
+
readOnly: true,
|
|
511
735
|
type: {
|
|
512
736
|
name: "String"
|
|
513
737
|
}
|
|
@@ -516,20 +740,124 @@ export const PutAliasListResult: msRest.CompositeMapper = {
|
|
|
516
740
|
}
|
|
517
741
|
};
|
|
518
742
|
|
|
519
|
-
export const
|
|
520
|
-
serializedName: "LocationListResult",
|
|
743
|
+
export const AcceptOwnershipRequest: coreClient.CompositeMapper = {
|
|
521
744
|
type: {
|
|
522
745
|
name: "Composite",
|
|
523
|
-
className: "
|
|
746
|
+
className: "AcceptOwnershipRequest",
|
|
524
747
|
modelProperties: {
|
|
525
|
-
|
|
526
|
-
serializedName: "",
|
|
748
|
+
properties: {
|
|
749
|
+
serializedName: "properties",
|
|
750
|
+
type: {
|
|
751
|
+
name: "Composite",
|
|
752
|
+
className: "AcceptOwnershipRequestProperties"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
};
|
|
758
|
+
|
|
759
|
+
export const AcceptOwnershipRequestProperties: coreClient.CompositeMapper = {
|
|
760
|
+
type: {
|
|
761
|
+
name: "Composite",
|
|
762
|
+
className: "AcceptOwnershipRequestProperties",
|
|
763
|
+
modelProperties: {
|
|
764
|
+
displayName: {
|
|
765
|
+
serializedName: "displayName",
|
|
766
|
+
required: true,
|
|
767
|
+
type: {
|
|
768
|
+
name: "String"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
managementGroupId: {
|
|
772
|
+
serializedName: "managementGroupId",
|
|
773
|
+
type: {
|
|
774
|
+
name: "String"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
tags: {
|
|
778
|
+
serializedName: "tags",
|
|
779
|
+
type: {
|
|
780
|
+
name: "Dictionary",
|
|
781
|
+
value: { type: { name: "String" } }
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
};
|
|
787
|
+
|
|
788
|
+
export const AcceptOwnershipStatusResponse: coreClient.CompositeMapper = {
|
|
789
|
+
type: {
|
|
790
|
+
name: "Composite",
|
|
791
|
+
className: "AcceptOwnershipStatusResponse",
|
|
792
|
+
modelProperties: {
|
|
793
|
+
subscriptionId: {
|
|
794
|
+
serializedName: "subscriptionId",
|
|
795
|
+
readOnly: true,
|
|
796
|
+
type: {
|
|
797
|
+
name: "String"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
acceptOwnershipState: {
|
|
801
|
+
serializedName: "acceptOwnershipState",
|
|
802
|
+
readOnly: true,
|
|
803
|
+
type: {
|
|
804
|
+
name: "String"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
billingOwner: {
|
|
808
|
+
serializedName: "billingOwner",
|
|
809
|
+
readOnly: true,
|
|
810
|
+
type: {
|
|
811
|
+
name: "String"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
subscriptionTenantId: {
|
|
815
|
+
serializedName: "subscriptionTenantId",
|
|
816
|
+
type: {
|
|
817
|
+
name: "String"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
displayName: {
|
|
821
|
+
serializedName: "displayName",
|
|
822
|
+
type: {
|
|
823
|
+
name: "String"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
tags: {
|
|
827
|
+
serializedName: "tags",
|
|
828
|
+
type: {
|
|
829
|
+
name: "Dictionary",
|
|
830
|
+
value: { type: { name: "String" } }
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
};
|
|
836
|
+
|
|
837
|
+
export const PutTenantPolicyRequestProperties: coreClient.CompositeMapper = {
|
|
838
|
+
type: {
|
|
839
|
+
name: "Composite",
|
|
840
|
+
className: "PutTenantPolicyRequestProperties",
|
|
841
|
+
modelProperties: {
|
|
842
|
+
blockSubscriptionsLeavingTenant: {
|
|
843
|
+
serializedName: "blockSubscriptionsLeavingTenant",
|
|
844
|
+
type: {
|
|
845
|
+
name: "Boolean"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
blockSubscriptionsIntoTenant: {
|
|
849
|
+
serializedName: "blockSubscriptionsIntoTenant",
|
|
850
|
+
type: {
|
|
851
|
+
name: "Boolean"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
exemptedPrincipals: {
|
|
855
|
+
serializedName: "exemptedPrincipals",
|
|
527
856
|
type: {
|
|
528
857
|
name: "Sequence",
|
|
529
858
|
element: {
|
|
530
859
|
type: {
|
|
531
|
-
name: "
|
|
532
|
-
className: "Location"
|
|
860
|
+
name: "Uuid"
|
|
533
861
|
}
|
|
534
862
|
}
|
|
535
863
|
}
|
|
@@ -538,27 +866,110 @@ export const LocationListResult: msRest.CompositeMapper = {
|
|
|
538
866
|
}
|
|
539
867
|
};
|
|
540
868
|
|
|
541
|
-
export const
|
|
542
|
-
serializedName: "SubscriptionListResult",
|
|
869
|
+
export const GetTenantPolicyResponse: coreClient.CompositeMapper = {
|
|
543
870
|
type: {
|
|
544
871
|
name: "Composite",
|
|
545
|
-
className: "
|
|
872
|
+
className: "GetTenantPolicyResponse",
|
|
873
|
+
modelProperties: {
|
|
874
|
+
id: {
|
|
875
|
+
serializedName: "id",
|
|
876
|
+
readOnly: true,
|
|
877
|
+
type: {
|
|
878
|
+
name: "String"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
name: {
|
|
882
|
+
serializedName: "name",
|
|
883
|
+
readOnly: true,
|
|
884
|
+
type: {
|
|
885
|
+
name: "String"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
type: {
|
|
889
|
+
serializedName: "type",
|
|
890
|
+
readOnly: true,
|
|
891
|
+
type: {
|
|
892
|
+
name: "String"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
properties: {
|
|
896
|
+
serializedName: "properties",
|
|
897
|
+
type: {
|
|
898
|
+
name: "Composite",
|
|
899
|
+
className: "TenantPolicy"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
systemData: {
|
|
903
|
+
serializedName: "systemData",
|
|
904
|
+
type: {
|
|
905
|
+
name: "Composite",
|
|
906
|
+
className: "SystemData"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
};
|
|
912
|
+
|
|
913
|
+
export const TenantPolicy: coreClient.CompositeMapper = {
|
|
914
|
+
type: {
|
|
915
|
+
name: "Composite",
|
|
916
|
+
className: "TenantPolicy",
|
|
917
|
+
modelProperties: {
|
|
918
|
+
policyId: {
|
|
919
|
+
serializedName: "policyId",
|
|
920
|
+
readOnly: true,
|
|
921
|
+
type: {
|
|
922
|
+
name: "String"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
blockSubscriptionsLeavingTenant: {
|
|
926
|
+
serializedName: "blockSubscriptionsLeavingTenant",
|
|
927
|
+
type: {
|
|
928
|
+
name: "Boolean"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
blockSubscriptionsIntoTenant: {
|
|
932
|
+
serializedName: "blockSubscriptionsIntoTenant",
|
|
933
|
+
type: {
|
|
934
|
+
name: "Boolean"
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
exemptedPrincipals: {
|
|
938
|
+
serializedName: "exemptedPrincipals",
|
|
939
|
+
type: {
|
|
940
|
+
name: "Sequence",
|
|
941
|
+
element: {
|
|
942
|
+
type: {
|
|
943
|
+
name: "Uuid"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
};
|
|
951
|
+
|
|
952
|
+
export const GetTenantPolicyListResponse: coreClient.CompositeMapper = {
|
|
953
|
+
type: {
|
|
954
|
+
name: "Composite",
|
|
955
|
+
className: "GetTenantPolicyListResponse",
|
|
546
956
|
modelProperties: {
|
|
547
957
|
value: {
|
|
548
|
-
serializedName: "",
|
|
958
|
+
serializedName: "value",
|
|
959
|
+
readOnly: true,
|
|
549
960
|
type: {
|
|
550
961
|
name: "Sequence",
|
|
551
962
|
element: {
|
|
552
963
|
type: {
|
|
553
964
|
name: "Composite",
|
|
554
|
-
className: "
|
|
965
|
+
className: "GetTenantPolicyResponse"
|
|
555
966
|
}
|
|
556
967
|
}
|
|
557
968
|
}
|
|
558
969
|
},
|
|
559
970
|
nextLink: {
|
|
560
|
-
required: true,
|
|
561
971
|
serializedName: "nextLink",
|
|
972
|
+
readOnly: true,
|
|
562
973
|
type: {
|
|
563
974
|
name: "String"
|
|
564
975
|
}
|
|
@@ -567,30 +978,114 @@ export const SubscriptionListResult: msRest.CompositeMapper = {
|
|
|
567
978
|
}
|
|
568
979
|
};
|
|
569
980
|
|
|
570
|
-
export const
|
|
571
|
-
serializedName: "TenantListResult",
|
|
981
|
+
export const BillingAccountPoliciesResponse: coreClient.CompositeMapper = {
|
|
572
982
|
type: {
|
|
573
983
|
name: "Composite",
|
|
574
|
-
className: "
|
|
984
|
+
className: "BillingAccountPoliciesResponse",
|
|
575
985
|
modelProperties: {
|
|
576
|
-
|
|
577
|
-
serializedName: "",
|
|
986
|
+
id: {
|
|
987
|
+
serializedName: "id",
|
|
988
|
+
readOnly: true,
|
|
989
|
+
type: {
|
|
990
|
+
name: "String"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
name: {
|
|
994
|
+
serializedName: "name",
|
|
995
|
+
readOnly: true,
|
|
996
|
+
type: {
|
|
997
|
+
name: "String"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
type: {
|
|
1001
|
+
serializedName: "type",
|
|
1002
|
+
readOnly: true,
|
|
1003
|
+
type: {
|
|
1004
|
+
name: "String"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
properties: {
|
|
1008
|
+
serializedName: "properties",
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "Composite",
|
|
1011
|
+
className: "BillingAccountPoliciesResponseProperties"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
systemData: {
|
|
1015
|
+
serializedName: "systemData",
|
|
1016
|
+
type: {
|
|
1017
|
+
name: "Composite",
|
|
1018
|
+
className: "SystemData"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
export const BillingAccountPoliciesResponseProperties: coreClient.CompositeMapper = {
|
|
1026
|
+
type: {
|
|
1027
|
+
name: "Composite",
|
|
1028
|
+
className: "BillingAccountPoliciesResponseProperties",
|
|
1029
|
+
modelProperties: {
|
|
1030
|
+
serviceTenants: {
|
|
1031
|
+
serializedName: "serviceTenants",
|
|
578
1032
|
type: {
|
|
579
1033
|
name: "Sequence",
|
|
580
1034
|
element: {
|
|
581
1035
|
type: {
|
|
582
1036
|
name: "Composite",
|
|
583
|
-
className: "
|
|
1037
|
+
className: "ServiceTenantResponse"
|
|
584
1038
|
}
|
|
585
1039
|
}
|
|
586
1040
|
}
|
|
587
1041
|
},
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
1042
|
+
allowTransfers: {
|
|
1043
|
+
serializedName: "allowTransfers",
|
|
1044
|
+
type: {
|
|
1045
|
+
name: "Boolean"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
};
|
|
1051
|
+
|
|
1052
|
+
export const ServiceTenantResponse: coreClient.CompositeMapper = {
|
|
1053
|
+
type: {
|
|
1054
|
+
name: "Composite",
|
|
1055
|
+
className: "ServiceTenantResponse",
|
|
1056
|
+
modelProperties: {
|
|
1057
|
+
tenantId: {
|
|
1058
|
+
serializedName: "tenantId",
|
|
1059
|
+
type: {
|
|
1060
|
+
name: "String"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
tenantName: {
|
|
1064
|
+
serializedName: "tenantName",
|
|
1065
|
+
type: {
|
|
1066
|
+
name: "String"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
export const SubscriptionAcceptOwnershipHeaders: coreClient.CompositeMapper = {
|
|
1074
|
+
type: {
|
|
1075
|
+
name: "Composite",
|
|
1076
|
+
className: "SubscriptionAcceptOwnershipHeaders",
|
|
1077
|
+
modelProperties: {
|
|
1078
|
+
location: {
|
|
1079
|
+
serializedName: "location",
|
|
591
1080
|
type: {
|
|
592
1081
|
name: "String"
|
|
593
1082
|
}
|
|
1083
|
+
},
|
|
1084
|
+
retryAfter: {
|
|
1085
|
+
serializedName: "retry-after",
|
|
1086
|
+
type: {
|
|
1087
|
+
name: "Number"
|
|
1088
|
+
}
|
|
594
1089
|
}
|
|
595
1090
|
}
|
|
596
1091
|
}
|