@azure/arm-resources 5.2.1-alpha.20250227.1 → 6.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 +53 -8
- package/README.md +0 -2
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +8 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +181 -4
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1167 -892
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +97 -97
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/deploymentOperations.js +79 -79
- package/dist/browser/operations/deploymentOperations.js.map +1 -1
- package/dist/browser/operations/deployments.d.ts.map +1 -1
- package/dist/browser/operations/deployments.js +343 -343
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/operations.js +9 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/providerResourceTypes.js +5 -5
- package/dist/browser/operations/providerResourceTypes.js.map +1 -1
- package/dist/browser/operations/providers.d.ts +4 -1
- package/dist/browser/operations/providers.d.ts.map +1 -1
- package/dist/browser/operations/providers.js +51 -48
- package/dist/browser/operations/providers.js.map +1 -1
- package/dist/browser/operations/resourceGroups.d.ts.map +1 -1
- package/dist/browser/operations/resourceGroups.js +51 -51
- package/dist/browser/operations/resourceGroups.js.map +1 -1
- package/dist/browser/operations/resources.d.ts +3 -1
- package/dist/browser/operations/resources.d.ts.map +1 -1
- package/dist/browser/operations/resources.js +125 -123
- package/dist/browser/operations/resources.js.map +1 -1
- package/dist/browser/operations/tagsOperations.d.ts +29 -3
- package/dist/browser/operations/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operations/tagsOperations.js +204 -51
- package/dist/browser/operations/tagsOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/browser/operationsInterfaces/providers.d.ts +4 -1
- package/dist/browser/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/providers.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/browser/operationsInterfaces/resources.d.ts +3 -1
- package/dist/browser/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/resourceManagementClient.d.ts +2 -1
- package/dist/browser/resourceManagementClient.d.ts.map +1 -1
- package/dist/browser/resourceManagementClient.js +16 -18
- package/dist/browser/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +8 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +181 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +29 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +8 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1169 -894
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +96 -96
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/deploymentOperations.js +79 -79
- package/dist/commonjs/operations/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operations/deployments.d.ts.map +1 -1
- package/dist/commonjs/operations/deployments.js +342 -342
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/providerResourceTypes.js +5 -5
- package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operations/providers.d.ts +4 -1
- package/dist/commonjs/operations/providers.d.ts.map +1 -1
- package/dist/commonjs/operations/providers.js +51 -48
- package/dist/commonjs/operations/providers.js.map +1 -1
- package/dist/commonjs/operations/resourceGroups.d.ts.map +1 -1
- package/dist/commonjs/operations/resourceGroups.js +50 -50
- package/dist/commonjs/operations/resourceGroups.js.map +1 -1
- package/dist/commonjs/operations/resources.d.ts +3 -1
- package/dist/commonjs/operations/resources.d.ts.map +1 -1
- package/dist/commonjs/operations/resources.js +124 -122
- package/dist/commonjs/operations/resources.js.map +1 -1
- package/dist/commonjs/operations/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operations/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/tagsOperations.js +204 -51
- package/dist/commonjs/operations/tagsOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts +4 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts +3 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/resourceManagementClient.d.ts +2 -1
- package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
- package/dist/commonjs/resourceManagementClient.js +15 -17
- package/dist/commonjs/resourceManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +8 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +181 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +8 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1167 -892
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +97 -97
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/deploymentOperations.js +79 -79
- package/dist/esm/operations/deploymentOperations.js.map +1 -1
- package/dist/esm/operations/deployments.d.ts.map +1 -1
- package/dist/esm/operations/deployments.js +343 -343
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/operations.js +9 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/providerResourceTypes.js +5 -5
- package/dist/esm/operations/providerResourceTypes.js.map +1 -1
- package/dist/esm/operations/providers.d.ts +4 -1
- package/dist/esm/operations/providers.d.ts.map +1 -1
- package/dist/esm/operations/providers.js +51 -48
- package/dist/esm/operations/providers.js.map +1 -1
- package/dist/esm/operations/resourceGroups.d.ts.map +1 -1
- package/dist/esm/operations/resourceGroups.js +51 -51
- package/dist/esm/operations/resourceGroups.js.map +1 -1
- package/dist/esm/operations/resources.d.ts +3 -1
- package/dist/esm/operations/resources.d.ts.map +1 -1
- package/dist/esm/operations/resources.js +125 -123
- package/dist/esm/operations/resources.js.map +1 -1
- package/dist/esm/operations/tagsOperations.d.ts +29 -3
- package/dist/esm/operations/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operations/tagsOperations.js +204 -51
- package/dist/esm/operations/tagsOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/esm/operationsInterfaces/providers.d.ts +4 -1
- package/dist/esm/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/providers.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/esm/operationsInterfaces/resources.d.ts +3 -1
- package/dist/esm/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/resourceManagementClient.d.ts +2 -1
- package/dist/esm/resourceManagementClient.d.ts.map +1 -1
- package/dist/esm/resourceManagementClient.js +16 -18
- package/dist/esm/resourceManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +8 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +181 -4
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +8 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1167 -892
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +97 -97
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/deploymentOperations.js +79 -79
- package/dist/react-native/operations/deploymentOperations.js.map +1 -1
- package/dist/react-native/operations/deployments.d.ts.map +1 -1
- package/dist/react-native/operations/deployments.js +343 -343
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/operations.js +9 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/providerResourceTypes.js +5 -5
- package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operations/providers.d.ts +4 -1
- package/dist/react-native/operations/providers.d.ts.map +1 -1
- package/dist/react-native/operations/providers.js +51 -48
- package/dist/react-native/operations/providers.js.map +1 -1
- package/dist/react-native/operations/resourceGroups.d.ts.map +1 -1
- package/dist/react-native/operations/resourceGroups.js +51 -51
- package/dist/react-native/operations/resourceGroups.js.map +1 -1
- package/dist/react-native/operations/resources.d.ts +3 -1
- package/dist/react-native/operations/resources.d.ts.map +1 -1
- package/dist/react-native/operations/resources.js +125 -123
- package/dist/react-native/operations/resources.js.map +1 -1
- package/dist/react-native/operations/tagsOperations.d.ts +29 -3
- package/dist/react-native/operations/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operations/tagsOperations.js +204 -51
- package/dist/react-native/operations/tagsOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts +4 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts +3 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/resourceManagementClient.d.ts +2 -1
- package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
- package/dist/react-native/resourceManagementClient.js +16 -18
- package/dist/react-native/resourceManagementClient.js.map +1 -1
- package/package.json +9 -9
- package/review/arm-resources.api.md +107 -6
|
@@ -17,19 +17,19 @@ export const OperationListResult = {
|
|
|
17
17
|
element: {
|
|
18
18
|
type: {
|
|
19
19
|
name: "Composite",
|
|
20
|
-
className: "Operation"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
20
|
+
className: "Operation",
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
24
|
},
|
|
25
25
|
nextLink: {
|
|
26
26
|
serializedName: "nextLink",
|
|
27
27
|
type: {
|
|
28
|
-
name: "String"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
28
|
+
name: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
33
|
};
|
|
34
34
|
export const Operation = {
|
|
35
35
|
type: {
|
|
@@ -39,18 +39,18 @@ export const Operation = {
|
|
|
39
39
|
name: {
|
|
40
40
|
serializedName: "name",
|
|
41
41
|
type: {
|
|
42
|
-
name: "String"
|
|
43
|
-
}
|
|
42
|
+
name: "String",
|
|
43
|
+
},
|
|
44
44
|
},
|
|
45
45
|
display: {
|
|
46
46
|
serializedName: "display",
|
|
47
47
|
type: {
|
|
48
48
|
name: "Composite",
|
|
49
|
-
className: "OperationDisplay"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
49
|
+
className: "OperationDisplay",
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
54
|
};
|
|
55
55
|
export const OperationDisplay = {
|
|
56
56
|
type: {
|
|
@@ -60,29 +60,29 @@ export const OperationDisplay = {
|
|
|
60
60
|
provider: {
|
|
61
61
|
serializedName: "provider",
|
|
62
62
|
type: {
|
|
63
|
-
name: "String"
|
|
64
|
-
}
|
|
63
|
+
name: "String",
|
|
64
|
+
},
|
|
65
65
|
},
|
|
66
66
|
resource: {
|
|
67
67
|
serializedName: "resource",
|
|
68
68
|
type: {
|
|
69
|
-
name: "String"
|
|
70
|
-
}
|
|
69
|
+
name: "String",
|
|
70
|
+
},
|
|
71
71
|
},
|
|
72
72
|
operation: {
|
|
73
73
|
serializedName: "operation",
|
|
74
74
|
type: {
|
|
75
|
-
name: "String"
|
|
76
|
-
}
|
|
75
|
+
name: "String",
|
|
76
|
+
},
|
|
77
77
|
},
|
|
78
78
|
description: {
|
|
79
79
|
serializedName: "description",
|
|
80
80
|
type: {
|
|
81
|
-
name: "String"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
81
|
+
name: "String",
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
86
|
};
|
|
87
87
|
export const CloudError = {
|
|
88
88
|
type: {
|
|
@@ -93,11 +93,11 @@ export const CloudError = {
|
|
|
93
93
|
serializedName: "error",
|
|
94
94
|
type: {
|
|
95
95
|
name: "Composite",
|
|
96
|
-
className: "ErrorResponse"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
96
|
+
className: "ErrorResponse",
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
101
|
};
|
|
102
102
|
export const ErrorResponse = {
|
|
103
103
|
type: {
|
|
@@ -108,22 +108,22 @@ export const ErrorResponse = {
|
|
|
108
108
|
serializedName: "code",
|
|
109
109
|
readOnly: true,
|
|
110
110
|
type: {
|
|
111
|
-
name: "String"
|
|
112
|
-
}
|
|
111
|
+
name: "String",
|
|
112
|
+
},
|
|
113
113
|
},
|
|
114
114
|
message: {
|
|
115
115
|
serializedName: "message",
|
|
116
116
|
readOnly: true,
|
|
117
117
|
type: {
|
|
118
|
-
name: "String"
|
|
119
|
-
}
|
|
118
|
+
name: "String",
|
|
119
|
+
},
|
|
120
120
|
},
|
|
121
121
|
target: {
|
|
122
122
|
serializedName: "target",
|
|
123
123
|
readOnly: true,
|
|
124
124
|
type: {
|
|
125
|
-
name: "String"
|
|
126
|
-
}
|
|
125
|
+
name: "String",
|
|
126
|
+
},
|
|
127
127
|
},
|
|
128
128
|
details: {
|
|
129
129
|
serializedName: "details",
|
|
@@ -133,10 +133,10 @@ export const ErrorResponse = {
|
|
|
133
133
|
element: {
|
|
134
134
|
type: {
|
|
135
135
|
name: "Composite",
|
|
136
|
-
className: "ErrorResponse"
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
136
|
+
className: "ErrorResponse",
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
140
|
},
|
|
141
141
|
additionalInfo: {
|
|
142
142
|
serializedName: "additionalInfo",
|
|
@@ -146,13 +146,13 @@ export const ErrorResponse = {
|
|
|
146
146
|
element: {
|
|
147
147
|
type: {
|
|
148
148
|
name: "Composite",
|
|
149
|
-
className: "ErrorAdditionalInfo"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
149
|
+
className: "ErrorAdditionalInfo",
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
156
|
};
|
|
157
157
|
export const ErrorAdditionalInfo = {
|
|
158
158
|
type: {
|
|
@@ -163,19 +163,19 @@ export const ErrorAdditionalInfo = {
|
|
|
163
163
|
serializedName: "type",
|
|
164
164
|
readOnly: true,
|
|
165
165
|
type: {
|
|
166
|
-
name: "String"
|
|
167
|
-
}
|
|
166
|
+
name: "String",
|
|
167
|
+
},
|
|
168
168
|
},
|
|
169
169
|
info: {
|
|
170
170
|
serializedName: "info",
|
|
171
171
|
readOnly: true,
|
|
172
172
|
type: {
|
|
173
173
|
name: "Dictionary",
|
|
174
|
-
value: { type: { name: "any" } }
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
174
|
+
value: { type: { name: "any" } },
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
179
|
};
|
|
180
180
|
export const Deployment = {
|
|
181
181
|
type: {
|
|
@@ -185,25 +185,25 @@ export const Deployment = {
|
|
|
185
185
|
location: {
|
|
186
186
|
serializedName: "location",
|
|
187
187
|
type: {
|
|
188
|
-
name: "String"
|
|
189
|
-
}
|
|
188
|
+
name: "String",
|
|
189
|
+
},
|
|
190
190
|
},
|
|
191
191
|
properties: {
|
|
192
192
|
serializedName: "properties",
|
|
193
193
|
type: {
|
|
194
194
|
name: "Composite",
|
|
195
|
-
className: "DeploymentProperties"
|
|
196
|
-
}
|
|
195
|
+
className: "DeploymentProperties",
|
|
196
|
+
},
|
|
197
197
|
},
|
|
198
198
|
tags: {
|
|
199
199
|
serializedName: "tags",
|
|
200
200
|
type: {
|
|
201
201
|
name: "Dictionary",
|
|
202
|
-
value: { type: { name: "String" } }
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
202
|
+
value: { type: { name: "String" } },
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
207
|
};
|
|
208
208
|
export const DeploymentProperties = {
|
|
209
209
|
type: {
|
|
@@ -214,61 +214,69 @@ export const DeploymentProperties = {
|
|
|
214
214
|
serializedName: "template",
|
|
215
215
|
type: {
|
|
216
216
|
name: "Dictionary",
|
|
217
|
-
value: { type: { name: "any" } }
|
|
218
|
-
}
|
|
217
|
+
value: { type: { name: "any" } },
|
|
218
|
+
},
|
|
219
219
|
},
|
|
220
220
|
templateLink: {
|
|
221
221
|
serializedName: "templateLink",
|
|
222
222
|
type: {
|
|
223
223
|
name: "Composite",
|
|
224
|
-
className: "TemplateLink"
|
|
225
|
-
}
|
|
224
|
+
className: "TemplateLink",
|
|
225
|
+
},
|
|
226
226
|
},
|
|
227
227
|
parameters: {
|
|
228
228
|
serializedName: "parameters",
|
|
229
229
|
type: {
|
|
230
230
|
name: "Dictionary",
|
|
231
|
-
value: {
|
|
232
|
-
|
|
231
|
+
value: {
|
|
232
|
+
type: { name: "Composite", className: "DeploymentParameter" },
|
|
233
|
+
},
|
|
234
|
+
},
|
|
233
235
|
},
|
|
234
236
|
parametersLink: {
|
|
235
237
|
serializedName: "parametersLink",
|
|
236
238
|
type: {
|
|
237
239
|
name: "Composite",
|
|
238
|
-
className: "ParametersLink"
|
|
239
|
-
}
|
|
240
|
+
className: "ParametersLink",
|
|
241
|
+
},
|
|
240
242
|
},
|
|
241
243
|
mode: {
|
|
242
244
|
serializedName: "mode",
|
|
243
245
|
required: true,
|
|
244
246
|
type: {
|
|
245
247
|
name: "Enum",
|
|
246
|
-
allowedValues: ["Incremental", "Complete"]
|
|
247
|
-
}
|
|
248
|
+
allowedValues: ["Incremental", "Complete"],
|
|
249
|
+
},
|
|
248
250
|
},
|
|
249
251
|
debugSetting: {
|
|
250
252
|
serializedName: "debugSetting",
|
|
251
253
|
type: {
|
|
252
254
|
name: "Composite",
|
|
253
|
-
className: "DebugSetting"
|
|
254
|
-
}
|
|
255
|
+
className: "DebugSetting",
|
|
256
|
+
},
|
|
255
257
|
},
|
|
256
258
|
onErrorDeployment: {
|
|
257
259
|
serializedName: "onErrorDeployment",
|
|
258
260
|
type: {
|
|
259
261
|
name: "Composite",
|
|
260
|
-
className: "OnErrorDeployment"
|
|
261
|
-
}
|
|
262
|
+
className: "OnErrorDeployment",
|
|
263
|
+
},
|
|
262
264
|
},
|
|
263
265
|
expressionEvaluationOptions: {
|
|
264
266
|
serializedName: "expressionEvaluationOptions",
|
|
265
267
|
type: {
|
|
266
268
|
name: "Composite",
|
|
267
|
-
className: "ExpressionEvaluationOptions"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
|
|
269
|
+
className: "ExpressionEvaluationOptions",
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
validationLevel: {
|
|
273
|
+
serializedName: "validationLevel",
|
|
274
|
+
type: {
|
|
275
|
+
name: "String",
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
},
|
|
272
280
|
};
|
|
273
281
|
export const TemplateLink = {
|
|
274
282
|
type: {
|
|
@@ -278,35 +286,99 @@ export const TemplateLink = {
|
|
|
278
286
|
uri: {
|
|
279
287
|
serializedName: "uri",
|
|
280
288
|
type: {
|
|
281
|
-
name: "String"
|
|
282
|
-
}
|
|
289
|
+
name: "String",
|
|
290
|
+
},
|
|
283
291
|
},
|
|
284
292
|
id: {
|
|
285
293
|
serializedName: "id",
|
|
286
294
|
type: {
|
|
287
|
-
name: "String"
|
|
288
|
-
}
|
|
295
|
+
name: "String",
|
|
296
|
+
},
|
|
289
297
|
},
|
|
290
298
|
relativePath: {
|
|
291
299
|
serializedName: "relativePath",
|
|
292
300
|
type: {
|
|
293
|
-
name: "String"
|
|
294
|
-
}
|
|
301
|
+
name: "String",
|
|
302
|
+
},
|
|
295
303
|
},
|
|
296
304
|
contentVersion: {
|
|
297
305
|
serializedName: "contentVersion",
|
|
298
306
|
type: {
|
|
299
|
-
name: "String"
|
|
300
|
-
}
|
|
307
|
+
name: "String",
|
|
308
|
+
},
|
|
301
309
|
},
|
|
302
310
|
queryString: {
|
|
303
311
|
serializedName: "queryString",
|
|
304
312
|
type: {
|
|
305
|
-
name: "String"
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
313
|
+
name: "String",
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
},
|
|
317
|
+
},
|
|
318
|
+
};
|
|
319
|
+
export const DeploymentParameter = {
|
|
320
|
+
type: {
|
|
321
|
+
name: "Composite",
|
|
322
|
+
className: "DeploymentParameter",
|
|
323
|
+
modelProperties: {
|
|
324
|
+
value: {
|
|
325
|
+
serializedName: "value",
|
|
326
|
+
type: {
|
|
327
|
+
name: "any",
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
|
+
reference: {
|
|
331
|
+
serializedName: "reference",
|
|
332
|
+
type: {
|
|
333
|
+
name: "Composite",
|
|
334
|
+
className: "KeyVaultParameterReference",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
};
|
|
340
|
+
export const KeyVaultParameterReference = {
|
|
341
|
+
type: {
|
|
342
|
+
name: "Composite",
|
|
343
|
+
className: "KeyVaultParameterReference",
|
|
344
|
+
modelProperties: {
|
|
345
|
+
keyVault: {
|
|
346
|
+
serializedName: "keyVault",
|
|
347
|
+
type: {
|
|
348
|
+
name: "Composite",
|
|
349
|
+
className: "KeyVaultReference",
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
secretName: {
|
|
353
|
+
serializedName: "secretName",
|
|
354
|
+
required: true,
|
|
355
|
+
type: {
|
|
356
|
+
name: "String",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
secretVersion: {
|
|
360
|
+
serializedName: "secretVersion",
|
|
361
|
+
type: {
|
|
362
|
+
name: "String",
|
|
363
|
+
},
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
};
|
|
368
|
+
export const KeyVaultReference = {
|
|
369
|
+
type: {
|
|
370
|
+
name: "Composite",
|
|
371
|
+
className: "KeyVaultReference",
|
|
372
|
+
modelProperties: {
|
|
373
|
+
id: {
|
|
374
|
+
serializedName: "id",
|
|
375
|
+
required: true,
|
|
376
|
+
type: {
|
|
377
|
+
name: "String",
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
},
|
|
310
382
|
};
|
|
311
383
|
export const ParametersLink = {
|
|
312
384
|
type: {
|
|
@@ -317,17 +389,17 @@ export const ParametersLink = {
|
|
|
317
389
|
serializedName: "uri",
|
|
318
390
|
required: true,
|
|
319
391
|
type: {
|
|
320
|
-
name: "String"
|
|
321
|
-
}
|
|
392
|
+
name: "String",
|
|
393
|
+
},
|
|
322
394
|
},
|
|
323
395
|
contentVersion: {
|
|
324
396
|
serializedName: "contentVersion",
|
|
325
397
|
type: {
|
|
326
|
-
name: "String"
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
}
|
|
398
|
+
name: "String",
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
},
|
|
331
403
|
};
|
|
332
404
|
export const DebugSetting = {
|
|
333
405
|
type: {
|
|
@@ -337,11 +409,11 @@ export const DebugSetting = {
|
|
|
337
409
|
detailLevel: {
|
|
338
410
|
serializedName: "detailLevel",
|
|
339
411
|
type: {
|
|
340
|
-
name: "String"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
}
|
|
412
|
+
name: "String",
|
|
413
|
+
},
|
|
414
|
+
},
|
|
415
|
+
},
|
|
416
|
+
},
|
|
345
417
|
};
|
|
346
418
|
export const OnErrorDeployment = {
|
|
347
419
|
type: {
|
|
@@ -352,17 +424,17 @@ export const OnErrorDeployment = {
|
|
|
352
424
|
serializedName: "type",
|
|
353
425
|
type: {
|
|
354
426
|
name: "Enum",
|
|
355
|
-
allowedValues: ["LastSuccessful", "SpecificDeployment"]
|
|
356
|
-
}
|
|
427
|
+
allowedValues: ["LastSuccessful", "SpecificDeployment"],
|
|
428
|
+
},
|
|
357
429
|
},
|
|
358
430
|
deploymentName: {
|
|
359
431
|
serializedName: "deploymentName",
|
|
360
432
|
type: {
|
|
361
|
-
name: "String"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
433
|
+
name: "String",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
},
|
|
366
438
|
};
|
|
367
439
|
export const ExpressionEvaluationOptions = {
|
|
368
440
|
type: {
|
|
@@ -372,11 +444,11 @@ export const ExpressionEvaluationOptions = {
|
|
|
372
444
|
scope: {
|
|
373
445
|
serializedName: "scope",
|
|
374
446
|
type: {
|
|
375
|
-
name: "String"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
}
|
|
447
|
+
name: "String",
|
|
448
|
+
},
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
},
|
|
380
452
|
};
|
|
381
453
|
export const DeploymentExtended = {
|
|
382
454
|
type: {
|
|
@@ -387,45 +459,45 @@ export const DeploymentExtended = {
|
|
|
387
459
|
serializedName: "id",
|
|
388
460
|
readOnly: true,
|
|
389
461
|
type: {
|
|
390
|
-
name: "String"
|
|
391
|
-
}
|
|
462
|
+
name: "String",
|
|
463
|
+
},
|
|
392
464
|
},
|
|
393
465
|
name: {
|
|
394
466
|
serializedName: "name",
|
|
395
467
|
readOnly: true,
|
|
396
468
|
type: {
|
|
397
|
-
name: "String"
|
|
398
|
-
}
|
|
469
|
+
name: "String",
|
|
470
|
+
},
|
|
399
471
|
},
|
|
400
472
|
type: {
|
|
401
473
|
serializedName: "type",
|
|
402
474
|
readOnly: true,
|
|
403
475
|
type: {
|
|
404
|
-
name: "String"
|
|
405
|
-
}
|
|
476
|
+
name: "String",
|
|
477
|
+
},
|
|
406
478
|
},
|
|
407
479
|
location: {
|
|
408
480
|
serializedName: "location",
|
|
409
481
|
type: {
|
|
410
|
-
name: "String"
|
|
411
|
-
}
|
|
482
|
+
name: "String",
|
|
483
|
+
},
|
|
412
484
|
},
|
|
413
485
|
properties: {
|
|
414
486
|
serializedName: "properties",
|
|
415
487
|
type: {
|
|
416
488
|
name: "Composite",
|
|
417
|
-
className: "DeploymentPropertiesExtended"
|
|
418
|
-
}
|
|
489
|
+
className: "DeploymentPropertiesExtended",
|
|
490
|
+
},
|
|
419
491
|
},
|
|
420
492
|
tags: {
|
|
421
493
|
serializedName: "tags",
|
|
422
494
|
type: {
|
|
423
495
|
name: "Dictionary",
|
|
424
|
-
value: { type: { name: "String" } }
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}
|
|
496
|
+
value: { type: { name: "String" } },
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
},
|
|
500
|
+
},
|
|
429
501
|
};
|
|
430
502
|
export const DeploymentPropertiesExtended = {
|
|
431
503
|
type: {
|
|
@@ -436,37 +508,37 @@ export const DeploymentPropertiesExtended = {
|
|
|
436
508
|
serializedName: "provisioningState",
|
|
437
509
|
readOnly: true,
|
|
438
510
|
type: {
|
|
439
|
-
name: "String"
|
|
440
|
-
}
|
|
511
|
+
name: "String",
|
|
512
|
+
},
|
|
441
513
|
},
|
|
442
514
|
correlationId: {
|
|
443
515
|
serializedName: "correlationId",
|
|
444
516
|
readOnly: true,
|
|
445
517
|
type: {
|
|
446
|
-
name: "String"
|
|
447
|
-
}
|
|
518
|
+
name: "String",
|
|
519
|
+
},
|
|
448
520
|
},
|
|
449
521
|
timestamp: {
|
|
450
522
|
serializedName: "timestamp",
|
|
451
523
|
readOnly: true,
|
|
452
524
|
type: {
|
|
453
|
-
name: "DateTime"
|
|
454
|
-
}
|
|
525
|
+
name: "DateTime",
|
|
526
|
+
},
|
|
455
527
|
},
|
|
456
528
|
duration: {
|
|
457
529
|
serializedName: "duration",
|
|
458
530
|
readOnly: true,
|
|
459
531
|
type: {
|
|
460
|
-
name: "String"
|
|
461
|
-
}
|
|
532
|
+
name: "String",
|
|
533
|
+
},
|
|
462
534
|
},
|
|
463
535
|
outputs: {
|
|
464
536
|
serializedName: "outputs",
|
|
465
537
|
readOnly: true,
|
|
466
538
|
type: {
|
|
467
539
|
name: "Dictionary",
|
|
468
|
-
value: { type: { name: "any" } }
|
|
469
|
-
}
|
|
540
|
+
value: { type: { name: "any" } },
|
|
541
|
+
},
|
|
470
542
|
},
|
|
471
543
|
providers: {
|
|
472
544
|
serializedName: "providers",
|
|
@@ -476,10 +548,10 @@ export const DeploymentPropertiesExtended = {
|
|
|
476
548
|
element: {
|
|
477
549
|
type: {
|
|
478
550
|
name: "Composite",
|
|
479
|
-
className: "Provider"
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
551
|
+
className: "Provider",
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
|
+
},
|
|
483
555
|
},
|
|
484
556
|
dependencies: {
|
|
485
557
|
serializedName: "dependencies",
|
|
@@ -489,61 +561,61 @@ export const DeploymentPropertiesExtended = {
|
|
|
489
561
|
element: {
|
|
490
562
|
type: {
|
|
491
563
|
name: "Composite",
|
|
492
|
-
className: "Dependency"
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
}
|
|
564
|
+
className: "Dependency",
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
},
|
|
496
568
|
},
|
|
497
569
|
templateLink: {
|
|
498
570
|
serializedName: "templateLink",
|
|
499
571
|
type: {
|
|
500
572
|
name: "Composite",
|
|
501
|
-
className: "TemplateLink"
|
|
502
|
-
}
|
|
573
|
+
className: "TemplateLink",
|
|
574
|
+
},
|
|
503
575
|
},
|
|
504
576
|
parameters: {
|
|
505
577
|
serializedName: "parameters",
|
|
506
578
|
readOnly: true,
|
|
507
579
|
type: {
|
|
508
580
|
name: "Dictionary",
|
|
509
|
-
value: { type: { name: "any" } }
|
|
510
|
-
}
|
|
581
|
+
value: { type: { name: "any" } },
|
|
582
|
+
},
|
|
511
583
|
},
|
|
512
584
|
parametersLink: {
|
|
513
585
|
serializedName: "parametersLink",
|
|
514
586
|
type: {
|
|
515
587
|
name: "Composite",
|
|
516
|
-
className: "ParametersLink"
|
|
517
|
-
}
|
|
588
|
+
className: "ParametersLink",
|
|
589
|
+
},
|
|
518
590
|
},
|
|
519
591
|
mode: {
|
|
520
592
|
serializedName: "mode",
|
|
521
593
|
readOnly: true,
|
|
522
594
|
type: {
|
|
523
595
|
name: "Enum",
|
|
524
|
-
allowedValues: ["Incremental", "Complete"]
|
|
525
|
-
}
|
|
596
|
+
allowedValues: ["Incremental", "Complete"],
|
|
597
|
+
},
|
|
526
598
|
},
|
|
527
599
|
debugSetting: {
|
|
528
600
|
serializedName: "debugSetting",
|
|
529
601
|
type: {
|
|
530
602
|
name: "Composite",
|
|
531
|
-
className: "DebugSetting"
|
|
532
|
-
}
|
|
603
|
+
className: "DebugSetting",
|
|
604
|
+
},
|
|
533
605
|
},
|
|
534
606
|
onErrorDeployment: {
|
|
535
607
|
serializedName: "onErrorDeployment",
|
|
536
608
|
type: {
|
|
537
609
|
name: "Composite",
|
|
538
|
-
className: "OnErrorDeploymentExtended"
|
|
539
|
-
}
|
|
610
|
+
className: "OnErrorDeploymentExtended",
|
|
611
|
+
},
|
|
540
612
|
},
|
|
541
613
|
templateHash: {
|
|
542
614
|
serializedName: "templateHash",
|
|
543
615
|
readOnly: true,
|
|
544
616
|
type: {
|
|
545
|
-
name: "String"
|
|
546
|
-
}
|
|
617
|
+
name: "String",
|
|
618
|
+
},
|
|
547
619
|
},
|
|
548
620
|
outputResources: {
|
|
549
621
|
serializedName: "outputResources",
|
|
@@ -553,10 +625,10 @@ export const DeploymentPropertiesExtended = {
|
|
|
553
625
|
element: {
|
|
554
626
|
type: {
|
|
555
627
|
name: "Composite",
|
|
556
|
-
className: "ResourceReference"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
}
|
|
628
|
+
className: "ResourceReference",
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
560
632
|
},
|
|
561
633
|
validatedResources: {
|
|
562
634
|
serializedName: "validatedResources",
|
|
@@ -566,20 +638,39 @@ export const DeploymentPropertiesExtended = {
|
|
|
566
638
|
element: {
|
|
567
639
|
type: {
|
|
568
640
|
name: "Composite",
|
|
569
|
-
className: "ResourceReference"
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}
|
|
641
|
+
className: "ResourceReference",
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
},
|
|
573
645
|
},
|
|
574
646
|
error: {
|
|
575
647
|
serializedName: "error",
|
|
576
648
|
type: {
|
|
577
649
|
name: "Composite",
|
|
578
|
-
className: "ErrorResponse"
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
650
|
+
className: "ErrorResponse",
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
diagnostics: {
|
|
654
|
+
serializedName: "diagnostics",
|
|
655
|
+
readOnly: true,
|
|
656
|
+
type: {
|
|
657
|
+
name: "Sequence",
|
|
658
|
+
element: {
|
|
659
|
+
type: {
|
|
660
|
+
name: "Composite",
|
|
661
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
662
|
+
},
|
|
663
|
+
},
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
validationLevel: {
|
|
667
|
+
serializedName: "validationLevel",
|
|
668
|
+
type: {
|
|
669
|
+
name: "String",
|
|
670
|
+
},
|
|
671
|
+
},
|
|
672
|
+
},
|
|
673
|
+
},
|
|
583
674
|
};
|
|
584
675
|
export const Provider = {
|
|
585
676
|
type: {
|
|
@@ -590,28 +681,28 @@ export const Provider = {
|
|
|
590
681
|
serializedName: "id",
|
|
591
682
|
readOnly: true,
|
|
592
683
|
type: {
|
|
593
|
-
name: "String"
|
|
594
|
-
}
|
|
684
|
+
name: "String",
|
|
685
|
+
},
|
|
595
686
|
},
|
|
596
687
|
namespace: {
|
|
597
688
|
serializedName: "namespace",
|
|
598
689
|
type: {
|
|
599
|
-
name: "String"
|
|
600
|
-
}
|
|
690
|
+
name: "String",
|
|
691
|
+
},
|
|
601
692
|
},
|
|
602
693
|
registrationState: {
|
|
603
694
|
serializedName: "registrationState",
|
|
604
695
|
readOnly: true,
|
|
605
696
|
type: {
|
|
606
|
-
name: "String"
|
|
607
|
-
}
|
|
697
|
+
name: "String",
|
|
698
|
+
},
|
|
608
699
|
},
|
|
609
700
|
registrationPolicy: {
|
|
610
701
|
serializedName: "registrationPolicy",
|
|
611
702
|
readOnly: true,
|
|
612
703
|
type: {
|
|
613
|
-
name: "String"
|
|
614
|
-
}
|
|
704
|
+
name: "String",
|
|
705
|
+
},
|
|
615
706
|
},
|
|
616
707
|
resourceTypes: {
|
|
617
708
|
serializedName: "resourceTypes",
|
|
@@ -621,19 +712,19 @@ export const Provider = {
|
|
|
621
712
|
element: {
|
|
622
713
|
type: {
|
|
623
714
|
name: "Composite",
|
|
624
|
-
className: "ProviderResourceType"
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
}
|
|
715
|
+
className: "ProviderResourceType",
|
|
716
|
+
},
|
|
717
|
+
},
|
|
718
|
+
},
|
|
628
719
|
},
|
|
629
720
|
providerAuthorizationConsentState: {
|
|
630
721
|
serializedName: "providerAuthorizationConsentState",
|
|
631
722
|
type: {
|
|
632
|
-
name: "String"
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
}
|
|
723
|
+
name: "String",
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
},
|
|
637
728
|
};
|
|
638
729
|
export const ProviderResourceType = {
|
|
639
730
|
type: {
|
|
@@ -643,8 +734,8 @@ export const ProviderResourceType = {
|
|
|
643
734
|
resourceType: {
|
|
644
735
|
serializedName: "resourceType",
|
|
645
736
|
type: {
|
|
646
|
-
name: "String"
|
|
647
|
-
}
|
|
737
|
+
name: "String",
|
|
738
|
+
},
|
|
648
739
|
},
|
|
649
740
|
locations: {
|
|
650
741
|
serializedName: "locations",
|
|
@@ -652,10 +743,10 @@ export const ProviderResourceType = {
|
|
|
652
743
|
name: "Sequence",
|
|
653
744
|
element: {
|
|
654
745
|
type: {
|
|
655
|
-
name: "String"
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
}
|
|
746
|
+
name: "String",
|
|
747
|
+
},
|
|
748
|
+
},
|
|
749
|
+
},
|
|
659
750
|
},
|
|
660
751
|
locationMappings: {
|
|
661
752
|
serializedName: "locationMappings",
|
|
@@ -664,10 +755,10 @@ export const ProviderResourceType = {
|
|
|
664
755
|
element: {
|
|
665
756
|
type: {
|
|
666
757
|
name: "Composite",
|
|
667
|
-
className: "ProviderExtendedLocation"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
}
|
|
758
|
+
className: "ProviderExtendedLocation",
|
|
759
|
+
},
|
|
760
|
+
},
|
|
761
|
+
},
|
|
671
762
|
},
|
|
672
763
|
aliases: {
|
|
673
764
|
serializedName: "aliases",
|
|
@@ -676,10 +767,10 @@ export const ProviderResourceType = {
|
|
|
676
767
|
element: {
|
|
677
768
|
type: {
|
|
678
769
|
name: "Composite",
|
|
679
|
-
className: "Alias"
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
}
|
|
770
|
+
className: "Alias",
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
},
|
|
683
774
|
},
|
|
684
775
|
apiVersions: {
|
|
685
776
|
serializedName: "apiVersions",
|
|
@@ -687,17 +778,17 @@ export const ProviderResourceType = {
|
|
|
687
778
|
name: "Sequence",
|
|
688
779
|
element: {
|
|
689
780
|
type: {
|
|
690
|
-
name: "String"
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
}
|
|
781
|
+
name: "String",
|
|
782
|
+
},
|
|
783
|
+
},
|
|
784
|
+
},
|
|
694
785
|
},
|
|
695
786
|
defaultApiVersion: {
|
|
696
787
|
serializedName: "defaultApiVersion",
|
|
697
788
|
readOnly: true,
|
|
698
789
|
type: {
|
|
699
|
-
name: "String"
|
|
700
|
-
}
|
|
790
|
+
name: "String",
|
|
791
|
+
},
|
|
701
792
|
},
|
|
702
793
|
zoneMappings: {
|
|
703
794
|
serializedName: "zoneMappings",
|
|
@@ -706,10 +797,10 @@ export const ProviderResourceType = {
|
|
|
706
797
|
element: {
|
|
707
798
|
type: {
|
|
708
799
|
name: "Composite",
|
|
709
|
-
className: "ZoneMapping"
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
}
|
|
800
|
+
className: "ZoneMapping",
|
|
801
|
+
},
|
|
802
|
+
},
|
|
803
|
+
},
|
|
713
804
|
},
|
|
714
805
|
apiProfiles: {
|
|
715
806
|
serializedName: "apiProfiles",
|
|
@@ -719,26 +810,26 @@ export const ProviderResourceType = {
|
|
|
719
810
|
element: {
|
|
720
811
|
type: {
|
|
721
812
|
name: "Composite",
|
|
722
|
-
className: "ApiProfile"
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
}
|
|
813
|
+
className: "ApiProfile",
|
|
814
|
+
},
|
|
815
|
+
},
|
|
816
|
+
},
|
|
726
817
|
},
|
|
727
818
|
capabilities: {
|
|
728
819
|
serializedName: "capabilities",
|
|
729
820
|
type: {
|
|
730
|
-
name: "String"
|
|
731
|
-
}
|
|
821
|
+
name: "String",
|
|
822
|
+
},
|
|
732
823
|
},
|
|
733
824
|
properties: {
|
|
734
825
|
serializedName: "properties",
|
|
735
826
|
type: {
|
|
736
827
|
name: "Dictionary",
|
|
737
|
-
value: { type: { name: "String" } }
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
|
-
}
|
|
828
|
+
value: { type: { name: "String" } },
|
|
829
|
+
},
|
|
830
|
+
},
|
|
831
|
+
},
|
|
832
|
+
},
|
|
742
833
|
};
|
|
743
834
|
export const ProviderExtendedLocation = {
|
|
744
835
|
type: {
|
|
@@ -748,14 +839,14 @@ export const ProviderExtendedLocation = {
|
|
|
748
839
|
location: {
|
|
749
840
|
serializedName: "location",
|
|
750
841
|
type: {
|
|
751
|
-
name: "String"
|
|
752
|
-
}
|
|
842
|
+
name: "String",
|
|
843
|
+
},
|
|
753
844
|
},
|
|
754
845
|
type: {
|
|
755
846
|
serializedName: "type",
|
|
756
847
|
type: {
|
|
757
|
-
name: "String"
|
|
758
|
-
}
|
|
848
|
+
name: "String",
|
|
849
|
+
},
|
|
759
850
|
},
|
|
760
851
|
extendedLocations: {
|
|
761
852
|
serializedName: "extendedLocations",
|
|
@@ -763,13 +854,13 @@ export const ProviderExtendedLocation = {
|
|
|
763
854
|
name: "Sequence",
|
|
764
855
|
element: {
|
|
765
856
|
type: {
|
|
766
|
-
name: "String"
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
857
|
+
name: "String",
|
|
858
|
+
},
|
|
859
|
+
},
|
|
860
|
+
},
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
},
|
|
773
864
|
};
|
|
774
865
|
export const Alias = {
|
|
775
866
|
type: {
|
|
@@ -779,8 +870,8 @@ export const Alias = {
|
|
|
779
870
|
name: {
|
|
780
871
|
serializedName: "name",
|
|
781
872
|
type: {
|
|
782
|
-
name: "String"
|
|
783
|
-
}
|
|
873
|
+
name: "String",
|
|
874
|
+
},
|
|
784
875
|
},
|
|
785
876
|
paths: {
|
|
786
877
|
serializedName: "paths",
|
|
@@ -789,40 +880,40 @@ export const Alias = {
|
|
|
789
880
|
element: {
|
|
790
881
|
type: {
|
|
791
882
|
name: "Composite",
|
|
792
|
-
className: "AliasPath"
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
}
|
|
883
|
+
className: "AliasPath",
|
|
884
|
+
},
|
|
885
|
+
},
|
|
886
|
+
},
|
|
796
887
|
},
|
|
797
888
|
type: {
|
|
798
889
|
serializedName: "type",
|
|
799
890
|
type: {
|
|
800
891
|
name: "Enum",
|
|
801
|
-
allowedValues: ["NotSpecified", "PlainText", "Mask"]
|
|
802
|
-
}
|
|
892
|
+
allowedValues: ["NotSpecified", "PlainText", "Mask"],
|
|
893
|
+
},
|
|
803
894
|
},
|
|
804
895
|
defaultPath: {
|
|
805
896
|
serializedName: "defaultPath",
|
|
806
897
|
type: {
|
|
807
|
-
name: "String"
|
|
808
|
-
}
|
|
898
|
+
name: "String",
|
|
899
|
+
},
|
|
809
900
|
},
|
|
810
901
|
defaultPattern: {
|
|
811
902
|
serializedName: "defaultPattern",
|
|
812
903
|
type: {
|
|
813
904
|
name: "Composite",
|
|
814
|
-
className: "AliasPattern"
|
|
815
|
-
}
|
|
905
|
+
className: "AliasPattern",
|
|
906
|
+
},
|
|
816
907
|
},
|
|
817
908
|
defaultMetadata: {
|
|
818
909
|
serializedName: "defaultMetadata",
|
|
819
910
|
type: {
|
|
820
911
|
name: "Composite",
|
|
821
|
-
className: "AliasPathMetadata"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
912
|
+
className: "AliasPathMetadata",
|
|
913
|
+
},
|
|
914
|
+
},
|
|
915
|
+
},
|
|
916
|
+
},
|
|
826
917
|
};
|
|
827
918
|
export const AliasPath = {
|
|
828
919
|
type: {
|
|
@@ -832,8 +923,8 @@ export const AliasPath = {
|
|
|
832
923
|
path: {
|
|
833
924
|
serializedName: "path",
|
|
834
925
|
type: {
|
|
835
|
-
name: "String"
|
|
836
|
-
}
|
|
926
|
+
name: "String",
|
|
927
|
+
},
|
|
837
928
|
},
|
|
838
929
|
apiVersions: {
|
|
839
930
|
serializedName: "apiVersions",
|
|
@@ -841,27 +932,27 @@ export const AliasPath = {
|
|
|
841
932
|
name: "Sequence",
|
|
842
933
|
element: {
|
|
843
934
|
type: {
|
|
844
|
-
name: "String"
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
}
|
|
935
|
+
name: "String",
|
|
936
|
+
},
|
|
937
|
+
},
|
|
938
|
+
},
|
|
848
939
|
},
|
|
849
940
|
pattern: {
|
|
850
941
|
serializedName: "pattern",
|
|
851
942
|
type: {
|
|
852
943
|
name: "Composite",
|
|
853
|
-
className: "AliasPattern"
|
|
854
|
-
}
|
|
944
|
+
className: "AliasPattern",
|
|
945
|
+
},
|
|
855
946
|
},
|
|
856
947
|
metadata: {
|
|
857
948
|
serializedName: "metadata",
|
|
858
949
|
type: {
|
|
859
950
|
name: "Composite",
|
|
860
|
-
className: "AliasPathMetadata"
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
}
|
|
951
|
+
className: "AliasPathMetadata",
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
},
|
|
865
956
|
};
|
|
866
957
|
export const AliasPattern = {
|
|
867
958
|
type: {
|
|
@@ -871,24 +962,24 @@ export const AliasPattern = {
|
|
|
871
962
|
phrase: {
|
|
872
963
|
serializedName: "phrase",
|
|
873
964
|
type: {
|
|
874
|
-
name: "String"
|
|
875
|
-
}
|
|
965
|
+
name: "String",
|
|
966
|
+
},
|
|
876
967
|
},
|
|
877
968
|
variable: {
|
|
878
969
|
serializedName: "variable",
|
|
879
970
|
type: {
|
|
880
|
-
name: "String"
|
|
881
|
-
}
|
|
971
|
+
name: "String",
|
|
972
|
+
},
|
|
882
973
|
},
|
|
883
974
|
type: {
|
|
884
975
|
serializedName: "type",
|
|
885
976
|
type: {
|
|
886
977
|
name: "Enum",
|
|
887
|
-
allowedValues: ["NotSpecified", "Extract"]
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
}
|
|
978
|
+
allowedValues: ["NotSpecified", "Extract"],
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
},
|
|
982
|
+
},
|
|
892
983
|
};
|
|
893
984
|
export const AliasPathMetadata = {
|
|
894
985
|
type: {
|
|
@@ -899,18 +990,18 @@ export const AliasPathMetadata = {
|
|
|
899
990
|
serializedName: "type",
|
|
900
991
|
readOnly: true,
|
|
901
992
|
type: {
|
|
902
|
-
name: "String"
|
|
903
|
-
}
|
|
993
|
+
name: "String",
|
|
994
|
+
},
|
|
904
995
|
},
|
|
905
996
|
attributes: {
|
|
906
997
|
serializedName: "attributes",
|
|
907
998
|
readOnly: true,
|
|
908
999
|
type: {
|
|
909
|
-
name: "String"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
}
|
|
1000
|
+
name: "String",
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
},
|
|
914
1005
|
};
|
|
915
1006
|
export const ZoneMapping = {
|
|
916
1007
|
type: {
|
|
@@ -920,8 +1011,8 @@ export const ZoneMapping = {
|
|
|
920
1011
|
location: {
|
|
921
1012
|
serializedName: "location",
|
|
922
1013
|
type: {
|
|
923
|
-
name: "String"
|
|
924
|
-
}
|
|
1014
|
+
name: "String",
|
|
1015
|
+
},
|
|
925
1016
|
},
|
|
926
1017
|
zones: {
|
|
927
1018
|
serializedName: "zones",
|
|
@@ -929,13 +1020,13 @@ export const ZoneMapping = {
|
|
|
929
1020
|
name: "Sequence",
|
|
930
1021
|
element: {
|
|
931
1022
|
type: {
|
|
932
|
-
name: "String"
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
}
|
|
1023
|
+
name: "String",
|
|
1024
|
+
},
|
|
1025
|
+
},
|
|
1026
|
+
},
|
|
1027
|
+
},
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
939
1030
|
};
|
|
940
1031
|
export const ApiProfile = {
|
|
941
1032
|
type: {
|
|
@@ -946,18 +1037,18 @@ export const ApiProfile = {
|
|
|
946
1037
|
serializedName: "profileVersion",
|
|
947
1038
|
readOnly: true,
|
|
948
1039
|
type: {
|
|
949
|
-
name: "String"
|
|
950
|
-
}
|
|
1040
|
+
name: "String",
|
|
1041
|
+
},
|
|
951
1042
|
},
|
|
952
1043
|
apiVersion: {
|
|
953
1044
|
serializedName: "apiVersion",
|
|
954
1045
|
readOnly: true,
|
|
955
1046
|
type: {
|
|
956
|
-
name: "String"
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
}
|
|
1047
|
+
name: "String",
|
|
1048
|
+
},
|
|
1049
|
+
},
|
|
1050
|
+
},
|
|
1051
|
+
},
|
|
961
1052
|
};
|
|
962
1053
|
export const Dependency = {
|
|
963
1054
|
type: {
|
|
@@ -971,31 +1062,31 @@ export const Dependency = {
|
|
|
971
1062
|
element: {
|
|
972
1063
|
type: {
|
|
973
1064
|
name: "Composite",
|
|
974
|
-
className: "BasicDependency"
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
}
|
|
1065
|
+
className: "BasicDependency",
|
|
1066
|
+
},
|
|
1067
|
+
},
|
|
1068
|
+
},
|
|
978
1069
|
},
|
|
979
1070
|
id: {
|
|
980
1071
|
serializedName: "id",
|
|
981
1072
|
type: {
|
|
982
|
-
name: "String"
|
|
983
|
-
}
|
|
1073
|
+
name: "String",
|
|
1074
|
+
},
|
|
984
1075
|
},
|
|
985
1076
|
resourceType: {
|
|
986
1077
|
serializedName: "resourceType",
|
|
987
1078
|
type: {
|
|
988
|
-
name: "String"
|
|
989
|
-
}
|
|
1079
|
+
name: "String",
|
|
1080
|
+
},
|
|
990
1081
|
},
|
|
991
1082
|
resourceName: {
|
|
992
1083
|
serializedName: "resourceName",
|
|
993
1084
|
type: {
|
|
994
|
-
name: "String"
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
}
|
|
1085
|
+
name: "String",
|
|
1086
|
+
},
|
|
1087
|
+
},
|
|
1088
|
+
},
|
|
1089
|
+
},
|
|
999
1090
|
};
|
|
1000
1091
|
export const BasicDependency = {
|
|
1001
1092
|
type: {
|
|
@@ -1005,23 +1096,23 @@ export const BasicDependency = {
|
|
|
1005
1096
|
id: {
|
|
1006
1097
|
serializedName: "id",
|
|
1007
1098
|
type: {
|
|
1008
|
-
name: "String"
|
|
1009
|
-
}
|
|
1099
|
+
name: "String",
|
|
1100
|
+
},
|
|
1010
1101
|
},
|
|
1011
1102
|
resourceType: {
|
|
1012
1103
|
serializedName: "resourceType",
|
|
1013
1104
|
type: {
|
|
1014
|
-
name: "String"
|
|
1015
|
-
}
|
|
1105
|
+
name: "String",
|
|
1106
|
+
},
|
|
1016
1107
|
},
|
|
1017
1108
|
resourceName: {
|
|
1018
1109
|
serializedName: "resourceName",
|
|
1019
1110
|
type: {
|
|
1020
|
-
name: "String"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1111
|
+
name: "String",
|
|
1112
|
+
},
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
},
|
|
1025
1116
|
};
|
|
1026
1117
|
export const OnErrorDeploymentExtended = {
|
|
1027
1118
|
type: {
|
|
@@ -1032,24 +1123,24 @@ export const OnErrorDeploymentExtended = {
|
|
|
1032
1123
|
serializedName: "provisioningState",
|
|
1033
1124
|
readOnly: true,
|
|
1034
1125
|
type: {
|
|
1035
|
-
name: "String"
|
|
1036
|
-
}
|
|
1126
|
+
name: "String",
|
|
1127
|
+
},
|
|
1037
1128
|
},
|
|
1038
1129
|
type: {
|
|
1039
1130
|
serializedName: "type",
|
|
1040
1131
|
type: {
|
|
1041
1132
|
name: "Enum",
|
|
1042
|
-
allowedValues: ["LastSuccessful", "SpecificDeployment"]
|
|
1043
|
-
}
|
|
1133
|
+
allowedValues: ["LastSuccessful", "SpecificDeployment"],
|
|
1134
|
+
},
|
|
1044
1135
|
},
|
|
1045
1136
|
deploymentName: {
|
|
1046
1137
|
serializedName: "deploymentName",
|
|
1047
1138
|
type: {
|
|
1048
|
-
name: "String"
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1139
|
+
name: "String",
|
|
1140
|
+
},
|
|
1141
|
+
},
|
|
1142
|
+
},
|
|
1143
|
+
},
|
|
1053
1144
|
};
|
|
1054
1145
|
export const ResourceReference = {
|
|
1055
1146
|
type: {
|
|
@@ -1060,11 +1151,63 @@ export const ResourceReference = {
|
|
|
1060
1151
|
serializedName: "id",
|
|
1061
1152
|
readOnly: true,
|
|
1062
1153
|
type: {
|
|
1063
|
-
name: "String"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1154
|
+
name: "String",
|
|
1155
|
+
},
|
|
1156
|
+
},
|
|
1157
|
+
},
|
|
1158
|
+
},
|
|
1159
|
+
};
|
|
1160
|
+
export const DeploymentDiagnosticsDefinition = {
|
|
1161
|
+
type: {
|
|
1162
|
+
name: "Composite",
|
|
1163
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
1164
|
+
modelProperties: {
|
|
1165
|
+
level: {
|
|
1166
|
+
serializedName: "level",
|
|
1167
|
+
required: true,
|
|
1168
|
+
readOnly: true,
|
|
1169
|
+
type: {
|
|
1170
|
+
name: "String",
|
|
1171
|
+
},
|
|
1172
|
+
},
|
|
1173
|
+
code: {
|
|
1174
|
+
serializedName: "code",
|
|
1175
|
+
required: true,
|
|
1176
|
+
readOnly: true,
|
|
1177
|
+
type: {
|
|
1178
|
+
name: "String",
|
|
1179
|
+
},
|
|
1180
|
+
},
|
|
1181
|
+
message: {
|
|
1182
|
+
serializedName: "message",
|
|
1183
|
+
required: true,
|
|
1184
|
+
readOnly: true,
|
|
1185
|
+
type: {
|
|
1186
|
+
name: "String",
|
|
1187
|
+
},
|
|
1188
|
+
},
|
|
1189
|
+
target: {
|
|
1190
|
+
serializedName: "target",
|
|
1191
|
+
readOnly: true,
|
|
1192
|
+
type: {
|
|
1193
|
+
name: "String",
|
|
1194
|
+
},
|
|
1195
|
+
},
|
|
1196
|
+
additionalInfo: {
|
|
1197
|
+
serializedName: "additionalInfo",
|
|
1198
|
+
readOnly: true,
|
|
1199
|
+
type: {
|
|
1200
|
+
name: "Sequence",
|
|
1201
|
+
element: {
|
|
1202
|
+
type: {
|
|
1203
|
+
name: "Composite",
|
|
1204
|
+
className: "ErrorAdditionalInfo",
|
|
1205
|
+
},
|
|
1206
|
+
},
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
|
+
},
|
|
1068
1211
|
};
|
|
1069
1212
|
export const DeploymentValidateResult = {
|
|
1070
1213
|
type: {
|
|
@@ -1075,18 +1218,39 @@ export const DeploymentValidateResult = {
|
|
|
1075
1218
|
serializedName: "error",
|
|
1076
1219
|
type: {
|
|
1077
1220
|
name: "Composite",
|
|
1078
|
-
className: "ErrorResponse"
|
|
1079
|
-
}
|
|
1221
|
+
className: "ErrorResponse",
|
|
1222
|
+
},
|
|
1223
|
+
},
|
|
1224
|
+
id: {
|
|
1225
|
+
serializedName: "id",
|
|
1226
|
+
readOnly: true,
|
|
1227
|
+
type: {
|
|
1228
|
+
name: "String",
|
|
1229
|
+
},
|
|
1230
|
+
},
|
|
1231
|
+
name: {
|
|
1232
|
+
serializedName: "name",
|
|
1233
|
+
readOnly: true,
|
|
1234
|
+
type: {
|
|
1235
|
+
name: "String",
|
|
1236
|
+
},
|
|
1237
|
+
},
|
|
1238
|
+
type: {
|
|
1239
|
+
serializedName: "type",
|
|
1240
|
+
readOnly: true,
|
|
1241
|
+
type: {
|
|
1242
|
+
name: "String",
|
|
1243
|
+
},
|
|
1080
1244
|
},
|
|
1081
1245
|
properties: {
|
|
1082
1246
|
serializedName: "properties",
|
|
1083
1247
|
type: {
|
|
1084
1248
|
name: "Composite",
|
|
1085
|
-
className: "DeploymentPropertiesExtended"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1249
|
+
className: "DeploymentPropertiesExtended",
|
|
1250
|
+
},
|
|
1251
|
+
},
|
|
1252
|
+
},
|
|
1253
|
+
},
|
|
1090
1254
|
};
|
|
1091
1255
|
export const DeploymentExportResult = {
|
|
1092
1256
|
type: {
|
|
@@ -1097,11 +1261,11 @@ export const DeploymentExportResult = {
|
|
|
1097
1261
|
serializedName: "template",
|
|
1098
1262
|
type: {
|
|
1099
1263
|
name: "Dictionary",
|
|
1100
|
-
value: { type: { name: "any" } }
|
|
1101
|
-
}
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1264
|
+
value: { type: { name: "any" } },
|
|
1265
|
+
},
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1105
1269
|
};
|
|
1106
1270
|
export const DeploymentListResult = {
|
|
1107
1271
|
type: {
|
|
@@ -1115,20 +1279,20 @@ export const DeploymentListResult = {
|
|
|
1115
1279
|
element: {
|
|
1116
1280
|
type: {
|
|
1117
1281
|
name: "Composite",
|
|
1118
|
-
className: "DeploymentExtended"
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1282
|
+
className: "DeploymentExtended",
|
|
1283
|
+
},
|
|
1284
|
+
},
|
|
1285
|
+
},
|
|
1122
1286
|
},
|
|
1123
1287
|
nextLink: {
|
|
1124
1288
|
serializedName: "nextLink",
|
|
1125
1289
|
readOnly: true,
|
|
1126
1290
|
type: {
|
|
1127
|
-
name: "String"
|
|
1128
|
-
}
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1291
|
+
name: "String",
|
|
1292
|
+
},
|
|
1293
|
+
},
|
|
1294
|
+
},
|
|
1295
|
+
},
|
|
1132
1296
|
};
|
|
1133
1297
|
export const ScopedDeployment = {
|
|
1134
1298
|
type: {
|
|
@@ -1139,25 +1303,25 @@ export const ScopedDeployment = {
|
|
|
1139
1303
|
serializedName: "location",
|
|
1140
1304
|
required: true,
|
|
1141
1305
|
type: {
|
|
1142
|
-
name: "String"
|
|
1143
|
-
}
|
|
1306
|
+
name: "String",
|
|
1307
|
+
},
|
|
1144
1308
|
},
|
|
1145
1309
|
properties: {
|
|
1146
1310
|
serializedName: "properties",
|
|
1147
1311
|
type: {
|
|
1148
1312
|
name: "Composite",
|
|
1149
|
-
className: "DeploymentProperties"
|
|
1150
|
-
}
|
|
1313
|
+
className: "DeploymentProperties",
|
|
1314
|
+
},
|
|
1151
1315
|
},
|
|
1152
1316
|
tags: {
|
|
1153
1317
|
serializedName: "tags",
|
|
1154
1318
|
type: {
|
|
1155
1319
|
name: "Dictionary",
|
|
1156
|
-
value: { type: { name: "String" } }
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1320
|
+
value: { type: { name: "String" } },
|
|
1321
|
+
},
|
|
1322
|
+
},
|
|
1323
|
+
},
|
|
1324
|
+
},
|
|
1161
1325
|
};
|
|
1162
1326
|
export const ScopedDeploymentWhatIf = {
|
|
1163
1327
|
type: {
|
|
@@ -1168,18 +1332,18 @@ export const ScopedDeploymentWhatIf = {
|
|
|
1168
1332
|
serializedName: "location",
|
|
1169
1333
|
required: true,
|
|
1170
1334
|
type: {
|
|
1171
|
-
name: "String"
|
|
1172
|
-
}
|
|
1335
|
+
name: "String",
|
|
1336
|
+
},
|
|
1173
1337
|
},
|
|
1174
1338
|
properties: {
|
|
1175
1339
|
serializedName: "properties",
|
|
1176
1340
|
type: {
|
|
1177
1341
|
name: "Composite",
|
|
1178
|
-
className: "DeploymentWhatIfProperties"
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1342
|
+
className: "DeploymentWhatIfProperties",
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
},
|
|
1346
|
+
},
|
|
1183
1347
|
};
|
|
1184
1348
|
export const DeploymentWhatIfSettings = {
|
|
1185
1349
|
type: {
|
|
@@ -1190,11 +1354,11 @@ export const DeploymentWhatIfSettings = {
|
|
|
1190
1354
|
serializedName: "resultFormat",
|
|
1191
1355
|
type: {
|
|
1192
1356
|
name: "Enum",
|
|
1193
|
-
allowedValues: ["ResourceIdOnly", "FullResourcePayloads"]
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1197
|
-
}
|
|
1357
|
+
allowedValues: ["ResourceIdOnly", "FullResourcePayloads"],
|
|
1358
|
+
},
|
|
1359
|
+
},
|
|
1360
|
+
},
|
|
1361
|
+
},
|
|
1198
1362
|
};
|
|
1199
1363
|
export const WhatIfOperationResult = {
|
|
1200
1364
|
type: {
|
|
@@ -1204,15 +1368,15 @@ export const WhatIfOperationResult = {
|
|
|
1204
1368
|
status: {
|
|
1205
1369
|
serializedName: "status",
|
|
1206
1370
|
type: {
|
|
1207
|
-
name: "String"
|
|
1208
|
-
}
|
|
1371
|
+
name: "String",
|
|
1372
|
+
},
|
|
1209
1373
|
},
|
|
1210
1374
|
error: {
|
|
1211
1375
|
serializedName: "error",
|
|
1212
1376
|
type: {
|
|
1213
1377
|
name: "Composite",
|
|
1214
|
-
className: "ErrorResponse"
|
|
1215
|
-
}
|
|
1378
|
+
className: "ErrorResponse",
|
|
1379
|
+
},
|
|
1216
1380
|
},
|
|
1217
1381
|
changes: {
|
|
1218
1382
|
serializedName: "properties.changes",
|
|
@@ -1221,13 +1385,38 @@ export const WhatIfOperationResult = {
|
|
|
1221
1385
|
element: {
|
|
1222
1386
|
type: {
|
|
1223
1387
|
name: "Composite",
|
|
1224
|
-
className: "WhatIfChange"
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1388
|
+
className: "WhatIfChange",
|
|
1389
|
+
},
|
|
1390
|
+
},
|
|
1391
|
+
},
|
|
1392
|
+
},
|
|
1393
|
+
potentialChanges: {
|
|
1394
|
+
serializedName: "properties.potentialChanges",
|
|
1395
|
+
type: {
|
|
1396
|
+
name: "Sequence",
|
|
1397
|
+
element: {
|
|
1398
|
+
type: {
|
|
1399
|
+
name: "Composite",
|
|
1400
|
+
className: "WhatIfChange",
|
|
1401
|
+
},
|
|
1402
|
+
},
|
|
1403
|
+
},
|
|
1404
|
+
},
|
|
1405
|
+
diagnostics: {
|
|
1406
|
+
serializedName: "properties.diagnostics",
|
|
1407
|
+
readOnly: true,
|
|
1408
|
+
type: {
|
|
1409
|
+
name: "Sequence",
|
|
1410
|
+
element: {
|
|
1411
|
+
type: {
|
|
1412
|
+
name: "Composite",
|
|
1413
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
1414
|
+
},
|
|
1415
|
+
},
|
|
1416
|
+
},
|
|
1417
|
+
},
|
|
1418
|
+
},
|
|
1419
|
+
},
|
|
1231
1420
|
};
|
|
1232
1421
|
export const WhatIfChange = {
|
|
1233
1422
|
type: {
|
|
@@ -1236,10 +1425,28 @@ export const WhatIfChange = {
|
|
|
1236
1425
|
modelProperties: {
|
|
1237
1426
|
resourceId: {
|
|
1238
1427
|
serializedName: "resourceId",
|
|
1239
|
-
required: true,
|
|
1240
1428
|
type: {
|
|
1241
|
-
name: "String"
|
|
1242
|
-
}
|
|
1429
|
+
name: "String",
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
deploymentId: {
|
|
1433
|
+
serializedName: "deploymentId",
|
|
1434
|
+
type: {
|
|
1435
|
+
name: "String",
|
|
1436
|
+
},
|
|
1437
|
+
},
|
|
1438
|
+
symbolicName: {
|
|
1439
|
+
serializedName: "symbolicName",
|
|
1440
|
+
type: {
|
|
1441
|
+
name: "String",
|
|
1442
|
+
},
|
|
1443
|
+
},
|
|
1444
|
+
identifiers: {
|
|
1445
|
+
serializedName: "identifiers",
|
|
1446
|
+
type: {
|
|
1447
|
+
name: "Dictionary",
|
|
1448
|
+
value: { type: { name: "any" } },
|
|
1449
|
+
},
|
|
1243
1450
|
},
|
|
1244
1451
|
changeType: {
|
|
1245
1452
|
serializedName: "changeType",
|
|
@@ -1253,29 +1460,29 @@ export const WhatIfChange = {
|
|
|
1253
1460
|
"Deploy",
|
|
1254
1461
|
"NoChange",
|
|
1255
1462
|
"Modify",
|
|
1256
|
-
"Unsupported"
|
|
1257
|
-
]
|
|
1258
|
-
}
|
|
1463
|
+
"Unsupported",
|
|
1464
|
+
],
|
|
1465
|
+
},
|
|
1259
1466
|
},
|
|
1260
1467
|
unsupportedReason: {
|
|
1261
1468
|
serializedName: "unsupportedReason",
|
|
1262
1469
|
type: {
|
|
1263
|
-
name: "String"
|
|
1264
|
-
}
|
|
1470
|
+
name: "String",
|
|
1471
|
+
},
|
|
1265
1472
|
},
|
|
1266
1473
|
before: {
|
|
1267
1474
|
serializedName: "before",
|
|
1268
1475
|
type: {
|
|
1269
1476
|
name: "Dictionary",
|
|
1270
|
-
value: { type: { name: "any" } }
|
|
1271
|
-
}
|
|
1477
|
+
value: { type: { name: "any" } },
|
|
1478
|
+
},
|
|
1272
1479
|
},
|
|
1273
1480
|
after: {
|
|
1274
1481
|
serializedName: "after",
|
|
1275
1482
|
type: {
|
|
1276
1483
|
name: "Dictionary",
|
|
1277
|
-
value: { type: { name: "any" } }
|
|
1278
|
-
}
|
|
1484
|
+
value: { type: { name: "any" } },
|
|
1485
|
+
},
|
|
1279
1486
|
},
|
|
1280
1487
|
delta: {
|
|
1281
1488
|
serializedName: "delta",
|
|
@@ -1284,13 +1491,13 @@ export const WhatIfChange = {
|
|
|
1284
1491
|
element: {
|
|
1285
1492
|
type: {
|
|
1286
1493
|
name: "Composite",
|
|
1287
|
-
className: "WhatIfPropertyChange"
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1494
|
+
className: "WhatIfPropertyChange",
|
|
1495
|
+
},
|
|
1496
|
+
},
|
|
1497
|
+
},
|
|
1498
|
+
},
|
|
1499
|
+
},
|
|
1500
|
+
},
|
|
1294
1501
|
};
|
|
1295
1502
|
export const WhatIfPropertyChange = {
|
|
1296
1503
|
type: {
|
|
@@ -1301,30 +1508,30 @@ export const WhatIfPropertyChange = {
|
|
|
1301
1508
|
serializedName: "path",
|
|
1302
1509
|
required: true,
|
|
1303
1510
|
type: {
|
|
1304
|
-
name: "String"
|
|
1305
|
-
}
|
|
1511
|
+
name: "String",
|
|
1512
|
+
},
|
|
1306
1513
|
},
|
|
1307
1514
|
propertyChangeType: {
|
|
1308
1515
|
serializedName: "propertyChangeType",
|
|
1309
1516
|
required: true,
|
|
1310
1517
|
type: {
|
|
1311
1518
|
name: "Enum",
|
|
1312
|
-
allowedValues: ["Create", "Delete", "Modify", "Array", "NoEffect"]
|
|
1313
|
-
}
|
|
1519
|
+
allowedValues: ["Create", "Delete", "Modify", "Array", "NoEffect"],
|
|
1520
|
+
},
|
|
1314
1521
|
},
|
|
1315
1522
|
before: {
|
|
1316
1523
|
serializedName: "before",
|
|
1317
1524
|
type: {
|
|
1318
1525
|
name: "Dictionary",
|
|
1319
|
-
value: { type: { name: "any" } }
|
|
1320
|
-
}
|
|
1526
|
+
value: { type: { name: "any" } },
|
|
1527
|
+
},
|
|
1321
1528
|
},
|
|
1322
1529
|
after: {
|
|
1323
1530
|
serializedName: "after",
|
|
1324
1531
|
type: {
|
|
1325
1532
|
name: "Dictionary",
|
|
1326
|
-
value: { type: { name: "any" } }
|
|
1327
|
-
}
|
|
1533
|
+
value: { type: { name: "any" } },
|
|
1534
|
+
},
|
|
1328
1535
|
},
|
|
1329
1536
|
children: {
|
|
1330
1537
|
serializedName: "children",
|
|
@@ -1333,13 +1540,13 @@ export const WhatIfPropertyChange = {
|
|
|
1333
1540
|
element: {
|
|
1334
1541
|
type: {
|
|
1335
1542
|
name: "Composite",
|
|
1336
|
-
className: "WhatIfPropertyChange"
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
}
|
|
1543
|
+
className: "WhatIfPropertyChange",
|
|
1544
|
+
},
|
|
1545
|
+
},
|
|
1546
|
+
},
|
|
1547
|
+
},
|
|
1548
|
+
},
|
|
1549
|
+
},
|
|
1343
1550
|
};
|
|
1344
1551
|
export const DeploymentWhatIf = {
|
|
1345
1552
|
type: {
|
|
@@ -1349,18 +1556,18 @@ export const DeploymentWhatIf = {
|
|
|
1349
1556
|
location: {
|
|
1350
1557
|
serializedName: "location",
|
|
1351
1558
|
type: {
|
|
1352
|
-
name: "String"
|
|
1353
|
-
}
|
|
1559
|
+
name: "String",
|
|
1560
|
+
},
|
|
1354
1561
|
},
|
|
1355
1562
|
properties: {
|
|
1356
1563
|
serializedName: "properties",
|
|
1357
1564
|
type: {
|
|
1358
1565
|
name: "Composite",
|
|
1359
|
-
className: "DeploymentWhatIfProperties"
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1566
|
+
className: "DeploymentWhatIfProperties",
|
|
1567
|
+
},
|
|
1568
|
+
},
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1364
1571
|
};
|
|
1365
1572
|
export const ProviderPermissionListResult = {
|
|
1366
1573
|
type: {
|
|
@@ -1374,20 +1581,20 @@ export const ProviderPermissionListResult = {
|
|
|
1374
1581
|
element: {
|
|
1375
1582
|
type: {
|
|
1376
1583
|
name: "Composite",
|
|
1377
|
-
className: "ProviderPermission"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1584
|
+
className: "ProviderPermission",
|
|
1585
|
+
},
|
|
1586
|
+
},
|
|
1587
|
+
},
|
|
1381
1588
|
},
|
|
1382
1589
|
nextLink: {
|
|
1383
1590
|
serializedName: "nextLink",
|
|
1384
1591
|
readOnly: true,
|
|
1385
1592
|
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1593
|
+
name: "String",
|
|
1594
|
+
},
|
|
1595
|
+
},
|
|
1596
|
+
},
|
|
1597
|
+
},
|
|
1391
1598
|
};
|
|
1392
1599
|
export const ProviderPermission = {
|
|
1393
1600
|
type: {
|
|
@@ -1397,31 +1604,31 @@ export const ProviderPermission = {
|
|
|
1397
1604
|
applicationId: {
|
|
1398
1605
|
serializedName: "applicationId",
|
|
1399
1606
|
type: {
|
|
1400
|
-
name: "String"
|
|
1401
|
-
}
|
|
1607
|
+
name: "String",
|
|
1608
|
+
},
|
|
1402
1609
|
},
|
|
1403
1610
|
roleDefinition: {
|
|
1404
1611
|
serializedName: "roleDefinition",
|
|
1405
1612
|
type: {
|
|
1406
1613
|
name: "Composite",
|
|
1407
|
-
className: "RoleDefinition"
|
|
1408
|
-
}
|
|
1614
|
+
className: "RoleDefinition",
|
|
1615
|
+
},
|
|
1409
1616
|
},
|
|
1410
1617
|
managedByRoleDefinition: {
|
|
1411
1618
|
serializedName: "managedByRoleDefinition",
|
|
1412
1619
|
type: {
|
|
1413
1620
|
name: "Composite",
|
|
1414
|
-
className: "RoleDefinition"
|
|
1415
|
-
}
|
|
1621
|
+
className: "RoleDefinition",
|
|
1622
|
+
},
|
|
1416
1623
|
},
|
|
1417
1624
|
providerAuthorizationConsentState: {
|
|
1418
1625
|
serializedName: "providerAuthorizationConsentState",
|
|
1419
1626
|
type: {
|
|
1420
|
-
name: "String"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1627
|
+
name: "String",
|
|
1628
|
+
},
|
|
1629
|
+
},
|
|
1630
|
+
},
|
|
1631
|
+
},
|
|
1425
1632
|
};
|
|
1426
1633
|
export const RoleDefinition = {
|
|
1427
1634
|
type: {
|
|
@@ -1431,20 +1638,20 @@ export const RoleDefinition = {
|
|
|
1431
1638
|
id: {
|
|
1432
1639
|
serializedName: "id",
|
|
1433
1640
|
type: {
|
|
1434
|
-
name: "String"
|
|
1435
|
-
}
|
|
1641
|
+
name: "String",
|
|
1642
|
+
},
|
|
1436
1643
|
},
|
|
1437
1644
|
name: {
|
|
1438
1645
|
serializedName: "name",
|
|
1439
1646
|
type: {
|
|
1440
|
-
name: "String"
|
|
1441
|
-
}
|
|
1647
|
+
name: "String",
|
|
1648
|
+
},
|
|
1442
1649
|
},
|
|
1443
1650
|
isServiceRole: {
|
|
1444
1651
|
serializedName: "isServiceRole",
|
|
1445
1652
|
type: {
|
|
1446
|
-
name: "Boolean"
|
|
1447
|
-
}
|
|
1653
|
+
name: "Boolean",
|
|
1654
|
+
},
|
|
1448
1655
|
},
|
|
1449
1656
|
permissions: {
|
|
1450
1657
|
serializedName: "permissions",
|
|
@@ -1453,10 +1660,10 @@ export const RoleDefinition = {
|
|
|
1453
1660
|
element: {
|
|
1454
1661
|
type: {
|
|
1455
1662
|
name: "Composite",
|
|
1456
|
-
className: "Permission"
|
|
1457
|
-
}
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1663
|
+
className: "Permission",
|
|
1664
|
+
},
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1460
1667
|
},
|
|
1461
1668
|
scopes: {
|
|
1462
1669
|
serializedName: "scopes",
|
|
@@ -1464,13 +1671,13 @@ export const RoleDefinition = {
|
|
|
1464
1671
|
name: "Sequence",
|
|
1465
1672
|
element: {
|
|
1466
1673
|
type: {
|
|
1467
|
-
name: "String"
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1674
|
+
name: "String",
|
|
1675
|
+
},
|
|
1676
|
+
},
|
|
1677
|
+
},
|
|
1678
|
+
},
|
|
1679
|
+
},
|
|
1680
|
+
},
|
|
1474
1681
|
};
|
|
1475
1682
|
export const Permission = {
|
|
1476
1683
|
type: {
|
|
@@ -1483,10 +1690,10 @@ export const Permission = {
|
|
|
1483
1690
|
name: "Sequence",
|
|
1484
1691
|
element: {
|
|
1485
1692
|
type: {
|
|
1486
|
-
name: "String"
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1693
|
+
name: "String",
|
|
1694
|
+
},
|
|
1695
|
+
},
|
|
1696
|
+
},
|
|
1490
1697
|
},
|
|
1491
1698
|
notActions: {
|
|
1492
1699
|
serializedName: "notActions",
|
|
@@ -1494,10 +1701,10 @@ export const Permission = {
|
|
|
1494
1701
|
name: "Sequence",
|
|
1495
1702
|
element: {
|
|
1496
1703
|
type: {
|
|
1497
|
-
name: "String"
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1704
|
+
name: "String",
|
|
1705
|
+
},
|
|
1706
|
+
},
|
|
1707
|
+
},
|
|
1501
1708
|
},
|
|
1502
1709
|
dataActions: {
|
|
1503
1710
|
serializedName: "dataActions",
|
|
@@ -1505,10 +1712,10 @@ export const Permission = {
|
|
|
1505
1712
|
name: "Sequence",
|
|
1506
1713
|
element: {
|
|
1507
1714
|
type: {
|
|
1508
|
-
name: "String"
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1715
|
+
name: "String",
|
|
1716
|
+
},
|
|
1717
|
+
},
|
|
1718
|
+
},
|
|
1512
1719
|
},
|
|
1513
1720
|
notDataActions: {
|
|
1514
1721
|
serializedName: "notDataActions",
|
|
@@ -1516,13 +1723,13 @@ export const Permission = {
|
|
|
1516
1723
|
name: "Sequence",
|
|
1517
1724
|
element: {
|
|
1518
1725
|
type: {
|
|
1519
|
-
name: "String"
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1726
|
+
name: "String",
|
|
1727
|
+
},
|
|
1728
|
+
},
|
|
1729
|
+
},
|
|
1730
|
+
},
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1526
1733
|
};
|
|
1527
1734
|
export const ProviderRegistrationRequest = {
|
|
1528
1735
|
type: {
|
|
@@ -1533,11 +1740,11 @@ export const ProviderRegistrationRequest = {
|
|
|
1533
1740
|
serializedName: "thirdPartyProviderConsent",
|
|
1534
1741
|
type: {
|
|
1535
1742
|
name: "Composite",
|
|
1536
|
-
className: "ProviderConsentDefinition"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1743
|
+
className: "ProviderConsentDefinition",
|
|
1744
|
+
},
|
|
1745
|
+
},
|
|
1746
|
+
},
|
|
1747
|
+
},
|
|
1541
1748
|
};
|
|
1542
1749
|
export const ProviderConsentDefinition = {
|
|
1543
1750
|
type: {
|
|
@@ -1547,11 +1754,11 @@ export const ProviderConsentDefinition = {
|
|
|
1547
1754
|
consentToAuthorization: {
|
|
1548
1755
|
serializedName: "consentToAuthorization",
|
|
1549
1756
|
type: {
|
|
1550
|
-
name: "Boolean"
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1757
|
+
name: "Boolean",
|
|
1758
|
+
},
|
|
1759
|
+
},
|
|
1760
|
+
},
|
|
1761
|
+
},
|
|
1555
1762
|
};
|
|
1556
1763
|
export const ProviderListResult = {
|
|
1557
1764
|
type: {
|
|
@@ -1565,20 +1772,20 @@ export const ProviderListResult = {
|
|
|
1565
1772
|
element: {
|
|
1566
1773
|
type: {
|
|
1567
1774
|
name: "Composite",
|
|
1568
|
-
className: "Provider"
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1775
|
+
className: "Provider",
|
|
1776
|
+
},
|
|
1777
|
+
},
|
|
1778
|
+
},
|
|
1572
1779
|
},
|
|
1573
1780
|
nextLink: {
|
|
1574
1781
|
serializedName: "nextLink",
|
|
1575
1782
|
readOnly: true,
|
|
1576
1783
|
type: {
|
|
1577
|
-
name: "String"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1784
|
+
name: "String",
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1787
|
+
},
|
|
1788
|
+
},
|
|
1582
1789
|
};
|
|
1583
1790
|
export const ProviderResourceTypeListResult = {
|
|
1584
1791
|
type: {
|
|
@@ -1592,20 +1799,20 @@ export const ProviderResourceTypeListResult = {
|
|
|
1592
1799
|
element: {
|
|
1593
1800
|
type: {
|
|
1594
1801
|
name: "Composite",
|
|
1595
|
-
className: "ProviderResourceType"
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1802
|
+
className: "ProviderResourceType",
|
|
1803
|
+
},
|
|
1804
|
+
},
|
|
1805
|
+
},
|
|
1599
1806
|
},
|
|
1600
1807
|
nextLink: {
|
|
1601
1808
|
serializedName: "nextLink",
|
|
1602
1809
|
readOnly: true,
|
|
1603
1810
|
type: {
|
|
1604
|
-
name: "String"
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1811
|
+
name: "String",
|
|
1812
|
+
},
|
|
1813
|
+
},
|
|
1814
|
+
},
|
|
1815
|
+
},
|
|
1609
1816
|
};
|
|
1610
1817
|
export const ResourceListResult = {
|
|
1611
1818
|
type: {
|
|
@@ -1619,20 +1826,20 @@ export const ResourceListResult = {
|
|
|
1619
1826
|
element: {
|
|
1620
1827
|
type: {
|
|
1621
1828
|
name: "Composite",
|
|
1622
|
-
className: "GenericResourceExpanded"
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1829
|
+
className: "GenericResourceExpanded",
|
|
1830
|
+
},
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1626
1833
|
},
|
|
1627
1834
|
nextLink: {
|
|
1628
1835
|
serializedName: "nextLink",
|
|
1629
1836
|
readOnly: true,
|
|
1630
1837
|
type: {
|
|
1631
|
-
name: "String"
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
}
|
|
1838
|
+
name: "String",
|
|
1839
|
+
},
|
|
1840
|
+
},
|
|
1841
|
+
},
|
|
1842
|
+
},
|
|
1636
1843
|
};
|
|
1637
1844
|
export const Plan = {
|
|
1638
1845
|
type: {
|
|
@@ -1642,35 +1849,35 @@ export const Plan = {
|
|
|
1642
1849
|
name: {
|
|
1643
1850
|
serializedName: "name",
|
|
1644
1851
|
type: {
|
|
1645
|
-
name: "String"
|
|
1646
|
-
}
|
|
1852
|
+
name: "String",
|
|
1853
|
+
},
|
|
1647
1854
|
},
|
|
1648
1855
|
publisher: {
|
|
1649
1856
|
serializedName: "publisher",
|
|
1650
1857
|
type: {
|
|
1651
|
-
name: "String"
|
|
1652
|
-
}
|
|
1858
|
+
name: "String",
|
|
1859
|
+
},
|
|
1653
1860
|
},
|
|
1654
1861
|
product: {
|
|
1655
1862
|
serializedName: "product",
|
|
1656
1863
|
type: {
|
|
1657
|
-
name: "String"
|
|
1658
|
-
}
|
|
1864
|
+
name: "String",
|
|
1865
|
+
},
|
|
1659
1866
|
},
|
|
1660
1867
|
promotionCode: {
|
|
1661
1868
|
serializedName: "promotionCode",
|
|
1662
1869
|
type: {
|
|
1663
|
-
name: "String"
|
|
1664
|
-
}
|
|
1870
|
+
name: "String",
|
|
1871
|
+
},
|
|
1665
1872
|
},
|
|
1666
1873
|
version: {
|
|
1667
1874
|
serializedName: "version",
|
|
1668
1875
|
type: {
|
|
1669
|
-
name: "String"
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1876
|
+
name: "String",
|
|
1877
|
+
},
|
|
1878
|
+
},
|
|
1879
|
+
},
|
|
1880
|
+
},
|
|
1674
1881
|
};
|
|
1675
1882
|
export const Sku = {
|
|
1676
1883
|
type: {
|
|
@@ -1680,41 +1887,41 @@ export const Sku = {
|
|
|
1680
1887
|
name: {
|
|
1681
1888
|
serializedName: "name",
|
|
1682
1889
|
type: {
|
|
1683
|
-
name: "String"
|
|
1684
|
-
}
|
|
1890
|
+
name: "String",
|
|
1891
|
+
},
|
|
1685
1892
|
},
|
|
1686
1893
|
tier: {
|
|
1687
1894
|
serializedName: "tier",
|
|
1688
1895
|
type: {
|
|
1689
|
-
name: "String"
|
|
1690
|
-
}
|
|
1896
|
+
name: "String",
|
|
1897
|
+
},
|
|
1691
1898
|
},
|
|
1692
1899
|
size: {
|
|
1693
1900
|
serializedName: "size",
|
|
1694
1901
|
type: {
|
|
1695
|
-
name: "String"
|
|
1696
|
-
}
|
|
1902
|
+
name: "String",
|
|
1903
|
+
},
|
|
1697
1904
|
},
|
|
1698
1905
|
family: {
|
|
1699
1906
|
serializedName: "family",
|
|
1700
1907
|
type: {
|
|
1701
|
-
name: "String"
|
|
1702
|
-
}
|
|
1908
|
+
name: "String",
|
|
1909
|
+
},
|
|
1703
1910
|
},
|
|
1704
1911
|
model: {
|
|
1705
1912
|
serializedName: "model",
|
|
1706
1913
|
type: {
|
|
1707
|
-
name: "String"
|
|
1708
|
-
}
|
|
1914
|
+
name: "String",
|
|
1915
|
+
},
|
|
1709
1916
|
},
|
|
1710
1917
|
capacity: {
|
|
1711
1918
|
serializedName: "capacity",
|
|
1712
1919
|
type: {
|
|
1713
|
-
name: "Number"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1920
|
+
name: "Number",
|
|
1921
|
+
},
|
|
1922
|
+
},
|
|
1923
|
+
},
|
|
1924
|
+
},
|
|
1718
1925
|
};
|
|
1719
1926
|
export const Identity = {
|
|
1720
1927
|
type: {
|
|
@@ -1725,15 +1932,15 @@ export const Identity = {
|
|
|
1725
1932
|
serializedName: "principalId",
|
|
1726
1933
|
readOnly: true,
|
|
1727
1934
|
type: {
|
|
1728
|
-
name: "String"
|
|
1729
|
-
}
|
|
1935
|
+
name: "String",
|
|
1936
|
+
},
|
|
1730
1937
|
},
|
|
1731
1938
|
tenantId: {
|
|
1732
1939
|
serializedName: "tenantId",
|
|
1733
1940
|
readOnly: true,
|
|
1734
1941
|
type: {
|
|
1735
|
-
name: "String"
|
|
1736
|
-
}
|
|
1942
|
+
name: "String",
|
|
1943
|
+
},
|
|
1737
1944
|
},
|
|
1738
1945
|
type: {
|
|
1739
1946
|
serializedName: "type",
|
|
@@ -1743,9 +1950,9 @@ export const Identity = {
|
|
|
1743
1950
|
"SystemAssigned",
|
|
1744
1951
|
"UserAssigned",
|
|
1745
1952
|
"SystemAssigned, UserAssigned",
|
|
1746
|
-
"None"
|
|
1747
|
-
]
|
|
1748
|
-
}
|
|
1953
|
+
"None",
|
|
1954
|
+
],
|
|
1955
|
+
},
|
|
1749
1956
|
},
|
|
1750
1957
|
userAssignedIdentities: {
|
|
1751
1958
|
serializedName: "userAssignedIdentities",
|
|
@@ -1754,13 +1961,13 @@ export const Identity = {
|
|
|
1754
1961
|
value: {
|
|
1755
1962
|
type: {
|
|
1756
1963
|
name: "Composite",
|
|
1757
|
-
className: "IdentityUserAssignedIdentitiesValue"
|
|
1758
|
-
}
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1964
|
+
className: "IdentityUserAssignedIdentitiesValue",
|
|
1965
|
+
},
|
|
1966
|
+
},
|
|
1967
|
+
},
|
|
1968
|
+
},
|
|
1969
|
+
},
|
|
1970
|
+
},
|
|
1764
1971
|
};
|
|
1765
1972
|
export const IdentityUserAssignedIdentitiesValue = {
|
|
1766
1973
|
type: {
|
|
@@ -1771,18 +1978,18 @@ export const IdentityUserAssignedIdentitiesValue = {
|
|
|
1771
1978
|
serializedName: "principalId",
|
|
1772
1979
|
readOnly: true,
|
|
1773
1980
|
type: {
|
|
1774
|
-
name: "String"
|
|
1775
|
-
}
|
|
1981
|
+
name: "String",
|
|
1982
|
+
},
|
|
1776
1983
|
},
|
|
1777
1984
|
clientId: {
|
|
1778
1985
|
serializedName: "clientId",
|
|
1779
1986
|
readOnly: true,
|
|
1780
1987
|
type: {
|
|
1781
|
-
name: "String"
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1988
|
+
name: "String",
|
|
1989
|
+
},
|
|
1990
|
+
},
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1786
1993
|
};
|
|
1787
1994
|
export const Resource = {
|
|
1788
1995
|
type: {
|
|
@@ -1793,45 +2000,45 @@ export const Resource = {
|
|
|
1793
2000
|
serializedName: "id",
|
|
1794
2001
|
readOnly: true,
|
|
1795
2002
|
type: {
|
|
1796
|
-
name: "String"
|
|
1797
|
-
}
|
|
2003
|
+
name: "String",
|
|
2004
|
+
},
|
|
1798
2005
|
},
|
|
1799
2006
|
name: {
|
|
1800
2007
|
serializedName: "name",
|
|
1801
2008
|
readOnly: true,
|
|
1802
2009
|
type: {
|
|
1803
|
-
name: "String"
|
|
1804
|
-
}
|
|
2010
|
+
name: "String",
|
|
2011
|
+
},
|
|
1805
2012
|
},
|
|
1806
2013
|
type: {
|
|
1807
2014
|
serializedName: "type",
|
|
1808
2015
|
readOnly: true,
|
|
1809
2016
|
type: {
|
|
1810
|
-
name: "String"
|
|
1811
|
-
}
|
|
2017
|
+
name: "String",
|
|
2018
|
+
},
|
|
1812
2019
|
},
|
|
1813
2020
|
location: {
|
|
1814
2021
|
serializedName: "location",
|
|
1815
2022
|
type: {
|
|
1816
|
-
name: "String"
|
|
1817
|
-
}
|
|
2023
|
+
name: "String",
|
|
2024
|
+
},
|
|
1818
2025
|
},
|
|
1819
2026
|
extendedLocation: {
|
|
1820
2027
|
serializedName: "extendedLocation",
|
|
1821
2028
|
type: {
|
|
1822
2029
|
name: "Composite",
|
|
1823
|
-
className: "ExtendedLocation"
|
|
1824
|
-
}
|
|
2030
|
+
className: "ExtendedLocation",
|
|
2031
|
+
},
|
|
1825
2032
|
},
|
|
1826
2033
|
tags: {
|
|
1827
2034
|
serializedName: "tags",
|
|
1828
2035
|
type: {
|
|
1829
2036
|
name: "Dictionary",
|
|
1830
|
-
value: { type: { name: "String" } }
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
2037
|
+
value: { type: { name: "String" } },
|
|
2038
|
+
},
|
|
2039
|
+
},
|
|
2040
|
+
},
|
|
2041
|
+
},
|
|
1835
2042
|
};
|
|
1836
2043
|
export const ExtendedLocation = {
|
|
1837
2044
|
type: {
|
|
@@ -1841,17 +2048,17 @@ export const ExtendedLocation = {
|
|
|
1841
2048
|
type: {
|
|
1842
2049
|
serializedName: "type",
|
|
1843
2050
|
type: {
|
|
1844
|
-
name: "String"
|
|
1845
|
-
}
|
|
2051
|
+
name: "String",
|
|
2052
|
+
},
|
|
1846
2053
|
},
|
|
1847
2054
|
name: {
|
|
1848
2055
|
serializedName: "name",
|
|
1849
2056
|
type: {
|
|
1850
|
-
name: "String"
|
|
1851
|
-
}
|
|
1852
|
-
}
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
2057
|
+
name: "String",
|
|
2058
|
+
},
|
|
2059
|
+
},
|
|
2060
|
+
},
|
|
2061
|
+
},
|
|
1855
2062
|
};
|
|
1856
2063
|
export const ResourceGroup = {
|
|
1857
2064
|
type: {
|
|
@@ -1862,52 +2069,52 @@ export const ResourceGroup = {
|
|
|
1862
2069
|
serializedName: "id",
|
|
1863
2070
|
readOnly: true,
|
|
1864
2071
|
type: {
|
|
1865
|
-
name: "String"
|
|
1866
|
-
}
|
|
2072
|
+
name: "String",
|
|
2073
|
+
},
|
|
1867
2074
|
},
|
|
1868
2075
|
name: {
|
|
1869
2076
|
serializedName: "name",
|
|
1870
2077
|
readOnly: true,
|
|
1871
2078
|
type: {
|
|
1872
|
-
name: "String"
|
|
1873
|
-
}
|
|
2079
|
+
name: "String",
|
|
2080
|
+
},
|
|
1874
2081
|
},
|
|
1875
2082
|
type: {
|
|
1876
2083
|
serializedName: "type",
|
|
1877
2084
|
readOnly: true,
|
|
1878
2085
|
type: {
|
|
1879
|
-
name: "String"
|
|
1880
|
-
}
|
|
2086
|
+
name: "String",
|
|
2087
|
+
},
|
|
1881
2088
|
},
|
|
1882
2089
|
properties: {
|
|
1883
2090
|
serializedName: "properties",
|
|
1884
2091
|
type: {
|
|
1885
2092
|
name: "Composite",
|
|
1886
|
-
className: "ResourceGroupProperties"
|
|
1887
|
-
}
|
|
2093
|
+
className: "ResourceGroupProperties",
|
|
2094
|
+
},
|
|
1888
2095
|
},
|
|
1889
2096
|
location: {
|
|
1890
2097
|
serializedName: "location",
|
|
1891
2098
|
required: true,
|
|
1892
2099
|
type: {
|
|
1893
|
-
name: "String"
|
|
1894
|
-
}
|
|
2100
|
+
name: "String",
|
|
2101
|
+
},
|
|
1895
2102
|
},
|
|
1896
2103
|
managedBy: {
|
|
1897
2104
|
serializedName: "managedBy",
|
|
1898
2105
|
type: {
|
|
1899
|
-
name: "String"
|
|
1900
|
-
}
|
|
2106
|
+
name: "String",
|
|
2107
|
+
},
|
|
1901
2108
|
},
|
|
1902
2109
|
tags: {
|
|
1903
2110
|
serializedName: "tags",
|
|
1904
2111
|
type: {
|
|
1905
2112
|
name: "Dictionary",
|
|
1906
|
-
value: { type: { name: "String" } }
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
2113
|
+
value: { type: { name: "String" } },
|
|
2114
|
+
},
|
|
2115
|
+
},
|
|
2116
|
+
},
|
|
2117
|
+
},
|
|
1911
2118
|
};
|
|
1912
2119
|
export const ResourceGroupProperties = {
|
|
1913
2120
|
type: {
|
|
@@ -1918,11 +2125,11 @@ export const ResourceGroupProperties = {
|
|
|
1918
2125
|
serializedName: "provisioningState",
|
|
1919
2126
|
readOnly: true,
|
|
1920
2127
|
type: {
|
|
1921
|
-
name: "String"
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
}
|
|
2128
|
+
name: "String",
|
|
2129
|
+
},
|
|
2130
|
+
},
|
|
2131
|
+
},
|
|
2132
|
+
},
|
|
1926
2133
|
};
|
|
1927
2134
|
export const ResourceGroupPatchable = {
|
|
1928
2135
|
type: {
|
|
@@ -1932,31 +2139,31 @@ export const ResourceGroupPatchable = {
|
|
|
1932
2139
|
name: {
|
|
1933
2140
|
serializedName: "name",
|
|
1934
2141
|
type: {
|
|
1935
|
-
name: "String"
|
|
1936
|
-
}
|
|
2142
|
+
name: "String",
|
|
2143
|
+
},
|
|
1937
2144
|
},
|
|
1938
2145
|
properties: {
|
|
1939
2146
|
serializedName: "properties",
|
|
1940
2147
|
type: {
|
|
1941
2148
|
name: "Composite",
|
|
1942
|
-
className: "ResourceGroupProperties"
|
|
1943
|
-
}
|
|
2149
|
+
className: "ResourceGroupProperties",
|
|
2150
|
+
},
|
|
1944
2151
|
},
|
|
1945
2152
|
managedBy: {
|
|
1946
2153
|
serializedName: "managedBy",
|
|
1947
2154
|
type: {
|
|
1948
|
-
name: "String"
|
|
1949
|
-
}
|
|
2155
|
+
name: "String",
|
|
2156
|
+
},
|
|
1950
2157
|
},
|
|
1951
2158
|
tags: {
|
|
1952
2159
|
serializedName: "tags",
|
|
1953
2160
|
type: {
|
|
1954
2161
|
name: "Dictionary",
|
|
1955
|
-
value: { type: { name: "String" } }
|
|
1956
|
-
}
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
2162
|
+
value: { type: { name: "String" } },
|
|
2163
|
+
},
|
|
2164
|
+
},
|
|
2165
|
+
},
|
|
2166
|
+
},
|
|
1960
2167
|
};
|
|
1961
2168
|
export const ExportTemplateRequest = {
|
|
1962
2169
|
type: {
|
|
@@ -1969,19 +2176,25 @@ export const ExportTemplateRequest = {
|
|
|
1969
2176
|
name: "Sequence",
|
|
1970
2177
|
element: {
|
|
1971
2178
|
type: {
|
|
1972
|
-
name: "String"
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
2179
|
+
name: "String",
|
|
2180
|
+
},
|
|
2181
|
+
},
|
|
2182
|
+
},
|
|
1976
2183
|
},
|
|
1977
2184
|
options: {
|
|
1978
2185
|
serializedName: "options",
|
|
1979
2186
|
type: {
|
|
1980
|
-
name: "String"
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
|
|
1984
|
-
|
|
2187
|
+
name: "String",
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2190
|
+
outputFormat: {
|
|
2191
|
+
serializedName: "outputFormat",
|
|
2192
|
+
type: {
|
|
2193
|
+
name: "String",
|
|
2194
|
+
},
|
|
2195
|
+
},
|
|
2196
|
+
},
|
|
2197
|
+
},
|
|
1985
2198
|
};
|
|
1986
2199
|
export const ResourceGroupExportResult = {
|
|
1987
2200
|
type: {
|
|
@@ -1992,18 +2205,24 @@ export const ResourceGroupExportResult = {
|
|
|
1992
2205
|
serializedName: "template",
|
|
1993
2206
|
type: {
|
|
1994
2207
|
name: "Dictionary",
|
|
1995
|
-
value: { type: { name: "any" } }
|
|
1996
|
-
}
|
|
2208
|
+
value: { type: { name: "any" } },
|
|
2209
|
+
},
|
|
2210
|
+
},
|
|
2211
|
+
output: {
|
|
2212
|
+
serializedName: "output",
|
|
2213
|
+
type: {
|
|
2214
|
+
name: "String",
|
|
2215
|
+
},
|
|
1997
2216
|
},
|
|
1998
2217
|
error: {
|
|
1999
2218
|
serializedName: "error",
|
|
2000
2219
|
type: {
|
|
2001
2220
|
name: "Composite",
|
|
2002
|
-
className: "ErrorResponse"
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
}
|
|
2006
|
-
}
|
|
2221
|
+
className: "ErrorResponse",
|
|
2222
|
+
},
|
|
2223
|
+
},
|
|
2224
|
+
},
|
|
2225
|
+
},
|
|
2007
2226
|
};
|
|
2008
2227
|
export const ResourceGroupListResult = {
|
|
2009
2228
|
type: {
|
|
@@ -2017,20 +2236,20 @@ export const ResourceGroupListResult = {
|
|
|
2017
2236
|
element: {
|
|
2018
2237
|
type: {
|
|
2019
2238
|
name: "Composite",
|
|
2020
|
-
className: "ResourceGroup"
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2239
|
+
className: "ResourceGroup",
|
|
2240
|
+
},
|
|
2241
|
+
},
|
|
2242
|
+
},
|
|
2024
2243
|
},
|
|
2025
2244
|
nextLink: {
|
|
2026
2245
|
serializedName: "nextLink",
|
|
2027
2246
|
readOnly: true,
|
|
2028
2247
|
type: {
|
|
2029
|
-
name: "String"
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2248
|
+
name: "String",
|
|
2249
|
+
},
|
|
2250
|
+
},
|
|
2251
|
+
},
|
|
2252
|
+
},
|
|
2034
2253
|
};
|
|
2035
2254
|
export const ResourcesMoveInfo = {
|
|
2036
2255
|
type: {
|
|
@@ -2043,19 +2262,19 @@ export const ResourcesMoveInfo = {
|
|
|
2043
2262
|
name: "Sequence",
|
|
2044
2263
|
element: {
|
|
2045
2264
|
type: {
|
|
2046
|
-
name: "String"
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
}
|
|
2265
|
+
name: "String",
|
|
2266
|
+
},
|
|
2267
|
+
},
|
|
2268
|
+
},
|
|
2050
2269
|
},
|
|
2051
2270
|
targetResourceGroup: {
|
|
2052
2271
|
serializedName: "targetResourceGroup",
|
|
2053
2272
|
type: {
|
|
2054
|
-
name: "String"
|
|
2055
|
-
}
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2273
|
+
name: "String",
|
|
2274
|
+
},
|
|
2275
|
+
},
|
|
2276
|
+
},
|
|
2277
|
+
},
|
|
2059
2278
|
};
|
|
2060
2279
|
export const TagValue = {
|
|
2061
2280
|
type: {
|
|
@@ -2066,24 +2285,24 @@ export const TagValue = {
|
|
|
2066
2285
|
serializedName: "id",
|
|
2067
2286
|
readOnly: true,
|
|
2068
2287
|
type: {
|
|
2069
|
-
name: "String"
|
|
2070
|
-
}
|
|
2288
|
+
name: "String",
|
|
2289
|
+
},
|
|
2071
2290
|
},
|
|
2072
2291
|
tagValue: {
|
|
2073
2292
|
serializedName: "tagValue",
|
|
2074
2293
|
type: {
|
|
2075
|
-
name: "String"
|
|
2076
|
-
}
|
|
2294
|
+
name: "String",
|
|
2295
|
+
},
|
|
2077
2296
|
},
|
|
2078
2297
|
count: {
|
|
2079
2298
|
serializedName: "count",
|
|
2080
2299
|
type: {
|
|
2081
2300
|
name: "Composite",
|
|
2082
|
-
className: "TagCount"
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2301
|
+
className: "TagCount",
|
|
2302
|
+
},
|
|
2303
|
+
},
|
|
2304
|
+
},
|
|
2305
|
+
},
|
|
2087
2306
|
};
|
|
2088
2307
|
export const TagCount = {
|
|
2089
2308
|
type: {
|
|
@@ -2093,17 +2312,17 @@ export const TagCount = {
|
|
|
2093
2312
|
type: {
|
|
2094
2313
|
serializedName: "type",
|
|
2095
2314
|
type: {
|
|
2096
|
-
name: "String"
|
|
2097
|
-
}
|
|
2315
|
+
name: "String",
|
|
2316
|
+
},
|
|
2098
2317
|
},
|
|
2099
2318
|
value: {
|
|
2100
2319
|
serializedName: "value",
|
|
2101
2320
|
type: {
|
|
2102
|
-
name: "Number"
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2321
|
+
name: "Number",
|
|
2322
|
+
},
|
|
2323
|
+
},
|
|
2324
|
+
},
|
|
2325
|
+
},
|
|
2107
2326
|
};
|
|
2108
2327
|
export const TagDetails = {
|
|
2109
2328
|
type: {
|
|
@@ -2114,21 +2333,21 @@ export const TagDetails = {
|
|
|
2114
2333
|
serializedName: "id",
|
|
2115
2334
|
readOnly: true,
|
|
2116
2335
|
type: {
|
|
2117
|
-
name: "String"
|
|
2118
|
-
}
|
|
2336
|
+
name: "String",
|
|
2337
|
+
},
|
|
2119
2338
|
},
|
|
2120
2339
|
tagName: {
|
|
2121
2340
|
serializedName: "tagName",
|
|
2122
2341
|
type: {
|
|
2123
|
-
name: "String"
|
|
2124
|
-
}
|
|
2342
|
+
name: "String",
|
|
2343
|
+
},
|
|
2125
2344
|
},
|
|
2126
2345
|
count: {
|
|
2127
2346
|
serializedName: "count",
|
|
2128
2347
|
type: {
|
|
2129
2348
|
name: "Composite",
|
|
2130
|
-
className: "TagCount"
|
|
2131
|
-
}
|
|
2349
|
+
className: "TagCount",
|
|
2350
|
+
},
|
|
2132
2351
|
},
|
|
2133
2352
|
values: {
|
|
2134
2353
|
serializedName: "values",
|
|
@@ -2137,13 +2356,13 @@ export const TagDetails = {
|
|
|
2137
2356
|
element: {
|
|
2138
2357
|
type: {
|
|
2139
2358
|
name: "Composite",
|
|
2140
|
-
className: "TagValue"
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2143
|
-
}
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2359
|
+
className: "TagValue",
|
|
2360
|
+
},
|
|
2361
|
+
},
|
|
2362
|
+
},
|
|
2363
|
+
},
|
|
2364
|
+
},
|
|
2365
|
+
},
|
|
2147
2366
|
};
|
|
2148
2367
|
export const TagsListResult = {
|
|
2149
2368
|
type: {
|
|
@@ -2157,20 +2376,20 @@ export const TagsListResult = {
|
|
|
2157
2376
|
element: {
|
|
2158
2377
|
type: {
|
|
2159
2378
|
name: "Composite",
|
|
2160
|
-
className: "TagDetails"
|
|
2161
|
-
}
|
|
2162
|
-
}
|
|
2163
|
-
}
|
|
2379
|
+
className: "TagDetails",
|
|
2380
|
+
},
|
|
2381
|
+
},
|
|
2382
|
+
},
|
|
2164
2383
|
},
|
|
2165
2384
|
nextLink: {
|
|
2166
2385
|
serializedName: "nextLink",
|
|
2167
2386
|
readOnly: true,
|
|
2168
2387
|
type: {
|
|
2169
|
-
name: "String"
|
|
2170
|
-
}
|
|
2171
|
-
}
|
|
2172
|
-
}
|
|
2173
|
-
}
|
|
2388
|
+
name: "String",
|
|
2389
|
+
},
|
|
2390
|
+
},
|
|
2391
|
+
},
|
|
2392
|
+
},
|
|
2174
2393
|
};
|
|
2175
2394
|
export const DeploymentOperation = {
|
|
2176
2395
|
type: {
|
|
@@ -2181,25 +2400,25 @@ export const DeploymentOperation = {
|
|
|
2181
2400
|
serializedName: "id",
|
|
2182
2401
|
readOnly: true,
|
|
2183
2402
|
type: {
|
|
2184
|
-
name: "String"
|
|
2185
|
-
}
|
|
2403
|
+
name: "String",
|
|
2404
|
+
},
|
|
2186
2405
|
},
|
|
2187
2406
|
operationId: {
|
|
2188
2407
|
serializedName: "operationId",
|
|
2189
2408
|
readOnly: true,
|
|
2190
2409
|
type: {
|
|
2191
|
-
name: "String"
|
|
2192
|
-
}
|
|
2410
|
+
name: "String",
|
|
2411
|
+
},
|
|
2193
2412
|
},
|
|
2194
2413
|
properties: {
|
|
2195
2414
|
serializedName: "properties",
|
|
2196
2415
|
type: {
|
|
2197
2416
|
name: "Composite",
|
|
2198
|
-
className: "DeploymentOperationProperties"
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
}
|
|
2202
|
-
}
|
|
2417
|
+
className: "DeploymentOperationProperties",
|
|
2418
|
+
},
|
|
2419
|
+
},
|
|
2420
|
+
},
|
|
2421
|
+
},
|
|
2203
2422
|
};
|
|
2204
2423
|
export const DeploymentOperationProperties = {
|
|
2205
2424
|
type: {
|
|
@@ -2221,75 +2440,75 @@ export const DeploymentOperationProperties = {
|
|
|
2221
2440
|
"Action",
|
|
2222
2441
|
"Read",
|
|
2223
2442
|
"EvaluateDeploymentOutput",
|
|
2224
|
-
"DeploymentCleanup"
|
|
2225
|
-
]
|
|
2226
|
-
}
|
|
2443
|
+
"DeploymentCleanup",
|
|
2444
|
+
],
|
|
2445
|
+
},
|
|
2227
2446
|
},
|
|
2228
2447
|
provisioningState: {
|
|
2229
2448
|
serializedName: "provisioningState",
|
|
2230
2449
|
readOnly: true,
|
|
2231
2450
|
type: {
|
|
2232
|
-
name: "String"
|
|
2233
|
-
}
|
|
2451
|
+
name: "String",
|
|
2452
|
+
},
|
|
2234
2453
|
},
|
|
2235
2454
|
timestamp: {
|
|
2236
2455
|
serializedName: "timestamp",
|
|
2237
2456
|
readOnly: true,
|
|
2238
2457
|
type: {
|
|
2239
|
-
name: "DateTime"
|
|
2240
|
-
}
|
|
2458
|
+
name: "DateTime",
|
|
2459
|
+
},
|
|
2241
2460
|
},
|
|
2242
2461
|
duration: {
|
|
2243
2462
|
serializedName: "duration",
|
|
2244
2463
|
readOnly: true,
|
|
2245
2464
|
type: {
|
|
2246
|
-
name: "String"
|
|
2247
|
-
}
|
|
2465
|
+
name: "String",
|
|
2466
|
+
},
|
|
2248
2467
|
},
|
|
2249
2468
|
serviceRequestId: {
|
|
2250
2469
|
serializedName: "serviceRequestId",
|
|
2251
2470
|
readOnly: true,
|
|
2252
2471
|
type: {
|
|
2253
|
-
name: "String"
|
|
2254
|
-
}
|
|
2472
|
+
name: "String",
|
|
2473
|
+
},
|
|
2255
2474
|
},
|
|
2256
2475
|
statusCode: {
|
|
2257
2476
|
serializedName: "statusCode",
|
|
2258
2477
|
readOnly: true,
|
|
2259
2478
|
type: {
|
|
2260
|
-
name: "String"
|
|
2261
|
-
}
|
|
2479
|
+
name: "String",
|
|
2480
|
+
},
|
|
2262
2481
|
},
|
|
2263
2482
|
statusMessage: {
|
|
2264
2483
|
serializedName: "statusMessage",
|
|
2265
2484
|
type: {
|
|
2266
2485
|
name: "Composite",
|
|
2267
|
-
className: "StatusMessage"
|
|
2268
|
-
}
|
|
2486
|
+
className: "StatusMessage",
|
|
2487
|
+
},
|
|
2269
2488
|
},
|
|
2270
2489
|
targetResource: {
|
|
2271
2490
|
serializedName: "targetResource",
|
|
2272
2491
|
type: {
|
|
2273
2492
|
name: "Composite",
|
|
2274
|
-
className: "TargetResource"
|
|
2275
|
-
}
|
|
2493
|
+
className: "TargetResource",
|
|
2494
|
+
},
|
|
2276
2495
|
},
|
|
2277
2496
|
request: {
|
|
2278
2497
|
serializedName: "request",
|
|
2279
2498
|
type: {
|
|
2280
2499
|
name: "Composite",
|
|
2281
|
-
className: "HttpMessage"
|
|
2282
|
-
}
|
|
2500
|
+
className: "HttpMessage",
|
|
2501
|
+
},
|
|
2283
2502
|
},
|
|
2284
2503
|
response: {
|
|
2285
2504
|
serializedName: "response",
|
|
2286
2505
|
type: {
|
|
2287
2506
|
name: "Composite",
|
|
2288
|
-
className: "HttpMessage"
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
}
|
|
2507
|
+
className: "HttpMessage",
|
|
2508
|
+
},
|
|
2509
|
+
},
|
|
2510
|
+
},
|
|
2511
|
+
},
|
|
2293
2512
|
};
|
|
2294
2513
|
export const StatusMessage = {
|
|
2295
2514
|
type: {
|
|
@@ -2299,18 +2518,18 @@ export const StatusMessage = {
|
|
|
2299
2518
|
status: {
|
|
2300
2519
|
serializedName: "status",
|
|
2301
2520
|
type: {
|
|
2302
|
-
name: "String"
|
|
2303
|
-
}
|
|
2521
|
+
name: "String",
|
|
2522
|
+
},
|
|
2304
2523
|
},
|
|
2305
2524
|
error: {
|
|
2306
2525
|
serializedName: "error",
|
|
2307
2526
|
type: {
|
|
2308
2527
|
name: "Composite",
|
|
2309
|
-
className: "ErrorResponse"
|
|
2310
|
-
}
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2528
|
+
className: "ErrorResponse",
|
|
2529
|
+
},
|
|
2530
|
+
},
|
|
2531
|
+
},
|
|
2532
|
+
},
|
|
2314
2533
|
};
|
|
2315
2534
|
export const TargetResource = {
|
|
2316
2535
|
type: {
|
|
@@ -2320,23 +2539,23 @@ export const TargetResource = {
|
|
|
2320
2539
|
id: {
|
|
2321
2540
|
serializedName: "id",
|
|
2322
2541
|
type: {
|
|
2323
|
-
name: "String"
|
|
2324
|
-
}
|
|
2542
|
+
name: "String",
|
|
2543
|
+
},
|
|
2325
2544
|
},
|
|
2326
2545
|
resourceName: {
|
|
2327
2546
|
serializedName: "resourceName",
|
|
2328
2547
|
type: {
|
|
2329
|
-
name: "String"
|
|
2330
|
-
}
|
|
2548
|
+
name: "String",
|
|
2549
|
+
},
|
|
2331
2550
|
},
|
|
2332
2551
|
resourceType: {
|
|
2333
2552
|
serializedName: "resourceType",
|
|
2334
2553
|
type: {
|
|
2335
|
-
name: "String"
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
}
|
|
2554
|
+
name: "String",
|
|
2555
|
+
},
|
|
2556
|
+
},
|
|
2557
|
+
},
|
|
2558
|
+
},
|
|
2340
2559
|
};
|
|
2341
2560
|
export const HttpMessage = {
|
|
2342
2561
|
type: {
|
|
@@ -2347,11 +2566,11 @@ export const HttpMessage = {
|
|
|
2347
2566
|
serializedName: "content",
|
|
2348
2567
|
type: {
|
|
2349
2568
|
name: "Dictionary",
|
|
2350
|
-
value: { type: { name: "any" } }
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2354
|
-
}
|
|
2569
|
+
value: { type: { name: "any" } },
|
|
2570
|
+
},
|
|
2571
|
+
},
|
|
2572
|
+
},
|
|
2573
|
+
},
|
|
2355
2574
|
};
|
|
2356
2575
|
export const DeploymentOperationsListResult = {
|
|
2357
2576
|
type: {
|
|
@@ -2365,20 +2584,20 @@ export const DeploymentOperationsListResult = {
|
|
|
2365
2584
|
element: {
|
|
2366
2585
|
type: {
|
|
2367
2586
|
name: "Composite",
|
|
2368
|
-
className: "DeploymentOperation"
|
|
2369
|
-
}
|
|
2370
|
-
}
|
|
2371
|
-
}
|
|
2587
|
+
className: "DeploymentOperation",
|
|
2588
|
+
},
|
|
2589
|
+
},
|
|
2590
|
+
},
|
|
2372
2591
|
},
|
|
2373
2592
|
nextLink: {
|
|
2374
2593
|
serializedName: "nextLink",
|
|
2375
2594
|
readOnly: true,
|
|
2376
2595
|
type: {
|
|
2377
|
-
name: "String"
|
|
2378
|
-
}
|
|
2379
|
-
}
|
|
2380
|
-
}
|
|
2381
|
-
}
|
|
2596
|
+
name: "String",
|
|
2597
|
+
},
|
|
2598
|
+
},
|
|
2599
|
+
},
|
|
2600
|
+
},
|
|
2382
2601
|
};
|
|
2383
2602
|
export const TemplateHashResult = {
|
|
2384
2603
|
type: {
|
|
@@ -2388,17 +2607,17 @@ export const TemplateHashResult = {
|
|
|
2388
2607
|
minifiedTemplate: {
|
|
2389
2608
|
serializedName: "minifiedTemplate",
|
|
2390
2609
|
type: {
|
|
2391
|
-
name: "String"
|
|
2392
|
-
}
|
|
2610
|
+
name: "String",
|
|
2611
|
+
},
|
|
2393
2612
|
},
|
|
2394
2613
|
templateHash: {
|
|
2395
2614
|
serializedName: "templateHash",
|
|
2396
2615
|
type: {
|
|
2397
|
-
name: "String"
|
|
2398
|
-
}
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2616
|
+
name: "String",
|
|
2617
|
+
},
|
|
2618
|
+
},
|
|
2619
|
+
},
|
|
2620
|
+
},
|
|
2402
2621
|
};
|
|
2403
2622
|
export const TagsResource = {
|
|
2404
2623
|
type: {
|
|
@@ -2409,32 +2628,32 @@ export const TagsResource = {
|
|
|
2409
2628
|
serializedName: "id",
|
|
2410
2629
|
readOnly: true,
|
|
2411
2630
|
type: {
|
|
2412
|
-
name: "String"
|
|
2413
|
-
}
|
|
2631
|
+
name: "String",
|
|
2632
|
+
},
|
|
2414
2633
|
},
|
|
2415
2634
|
name: {
|
|
2416
2635
|
serializedName: "name",
|
|
2417
2636
|
readOnly: true,
|
|
2418
2637
|
type: {
|
|
2419
|
-
name: "String"
|
|
2420
|
-
}
|
|
2638
|
+
name: "String",
|
|
2639
|
+
},
|
|
2421
2640
|
},
|
|
2422
2641
|
type: {
|
|
2423
2642
|
serializedName: "type",
|
|
2424
2643
|
readOnly: true,
|
|
2425
2644
|
type: {
|
|
2426
|
-
name: "String"
|
|
2427
|
-
}
|
|
2645
|
+
name: "String",
|
|
2646
|
+
},
|
|
2428
2647
|
},
|
|
2429
2648
|
properties: {
|
|
2430
2649
|
serializedName: "properties",
|
|
2431
2650
|
type: {
|
|
2432
2651
|
name: "Composite",
|
|
2433
|
-
className: "Tags"
|
|
2434
|
-
}
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2652
|
+
className: "Tags",
|
|
2653
|
+
},
|
|
2654
|
+
},
|
|
2655
|
+
},
|
|
2656
|
+
},
|
|
2438
2657
|
};
|
|
2439
2658
|
export const Tags = {
|
|
2440
2659
|
type: {
|
|
@@ -2445,11 +2664,11 @@ export const Tags = {
|
|
|
2445
2664
|
serializedName: "tags",
|
|
2446
2665
|
type: {
|
|
2447
2666
|
name: "Dictionary",
|
|
2448
|
-
value: { type: { name: "String" } }
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
}
|
|
2452
|
-
}
|
|
2667
|
+
value: { type: { name: "String" } },
|
|
2668
|
+
},
|
|
2669
|
+
},
|
|
2670
|
+
},
|
|
2671
|
+
},
|
|
2453
2672
|
};
|
|
2454
2673
|
export const TagsPatchResource = {
|
|
2455
2674
|
type: {
|
|
@@ -2459,18 +2678,18 @@ export const TagsPatchResource = {
|
|
|
2459
2678
|
operation: {
|
|
2460
2679
|
serializedName: "operation",
|
|
2461
2680
|
type: {
|
|
2462
|
-
name: "String"
|
|
2463
|
-
}
|
|
2681
|
+
name: "String",
|
|
2682
|
+
},
|
|
2464
2683
|
},
|
|
2465
2684
|
properties: {
|
|
2466
2685
|
serializedName: "properties",
|
|
2467
2686
|
type: {
|
|
2468
2687
|
name: "Composite",
|
|
2469
|
-
className: "Tags"
|
|
2470
|
-
}
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2688
|
+
className: "Tags",
|
|
2689
|
+
},
|
|
2690
|
+
},
|
|
2691
|
+
},
|
|
2692
|
+
},
|
|
2474
2693
|
};
|
|
2475
2694
|
export const DeploymentExtendedFilter = {
|
|
2476
2695
|
type: {
|
|
@@ -2480,11 +2699,11 @@ export const DeploymentExtendedFilter = {
|
|
|
2480
2699
|
provisioningState: {
|
|
2481
2700
|
serializedName: "provisioningState",
|
|
2482
2701
|
type: {
|
|
2483
|
-
name: "String"
|
|
2484
|
-
}
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
}
|
|
2702
|
+
name: "String",
|
|
2703
|
+
},
|
|
2704
|
+
},
|
|
2705
|
+
},
|
|
2706
|
+
},
|
|
2488
2707
|
};
|
|
2489
2708
|
export const GenericResourceFilter = {
|
|
2490
2709
|
type: {
|
|
@@ -2494,23 +2713,23 @@ export const GenericResourceFilter = {
|
|
|
2494
2713
|
resourceType: {
|
|
2495
2714
|
serializedName: "resourceType",
|
|
2496
2715
|
type: {
|
|
2497
|
-
name: "String"
|
|
2498
|
-
}
|
|
2716
|
+
name: "String",
|
|
2717
|
+
},
|
|
2499
2718
|
},
|
|
2500
2719
|
tagname: {
|
|
2501
2720
|
serializedName: "tagname",
|
|
2502
2721
|
type: {
|
|
2503
|
-
name: "String"
|
|
2504
|
-
}
|
|
2722
|
+
name: "String",
|
|
2723
|
+
},
|
|
2505
2724
|
},
|
|
2506
2725
|
tagvalue: {
|
|
2507
2726
|
serializedName: "tagvalue",
|
|
2508
2727
|
type: {
|
|
2509
|
-
name: "String"
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
}
|
|
2513
|
-
}
|
|
2728
|
+
name: "String",
|
|
2729
|
+
},
|
|
2730
|
+
},
|
|
2731
|
+
},
|
|
2732
|
+
},
|
|
2514
2733
|
};
|
|
2515
2734
|
export const ResourceGroupFilter = {
|
|
2516
2735
|
type: {
|
|
@@ -2520,17 +2739,17 @@ export const ResourceGroupFilter = {
|
|
|
2520
2739
|
tagName: {
|
|
2521
2740
|
serializedName: "tagName",
|
|
2522
2741
|
type: {
|
|
2523
|
-
name: "String"
|
|
2524
|
-
}
|
|
2742
|
+
name: "String",
|
|
2743
|
+
},
|
|
2525
2744
|
},
|
|
2526
2745
|
tagValue: {
|
|
2527
2746
|
serializedName: "tagValue",
|
|
2528
2747
|
type: {
|
|
2529
|
-
name: "String"
|
|
2530
|
-
}
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
}
|
|
2748
|
+
name: "String",
|
|
2749
|
+
},
|
|
2750
|
+
},
|
|
2751
|
+
},
|
|
2752
|
+
},
|
|
2534
2753
|
};
|
|
2535
2754
|
export const ResourceProviderOperationDisplayProperties = {
|
|
2536
2755
|
type: {
|
|
@@ -2540,35 +2759,35 @@ export const ResourceProviderOperationDisplayProperties = {
|
|
|
2540
2759
|
publisher: {
|
|
2541
2760
|
serializedName: "publisher",
|
|
2542
2761
|
type: {
|
|
2543
|
-
name: "String"
|
|
2544
|
-
}
|
|
2762
|
+
name: "String",
|
|
2763
|
+
},
|
|
2545
2764
|
},
|
|
2546
2765
|
provider: {
|
|
2547
2766
|
serializedName: "provider",
|
|
2548
2767
|
type: {
|
|
2549
|
-
name: "String"
|
|
2550
|
-
}
|
|
2768
|
+
name: "String",
|
|
2769
|
+
},
|
|
2551
2770
|
},
|
|
2552
2771
|
resource: {
|
|
2553
2772
|
serializedName: "resource",
|
|
2554
2773
|
type: {
|
|
2555
|
-
name: "String"
|
|
2556
|
-
}
|
|
2774
|
+
name: "String",
|
|
2775
|
+
},
|
|
2557
2776
|
},
|
|
2558
2777
|
operation: {
|
|
2559
2778
|
serializedName: "operation",
|
|
2560
2779
|
type: {
|
|
2561
|
-
name: "String"
|
|
2562
|
-
}
|
|
2780
|
+
name: "String",
|
|
2781
|
+
},
|
|
2563
2782
|
},
|
|
2564
2783
|
description: {
|
|
2565
2784
|
serializedName: "description",
|
|
2566
2785
|
type: {
|
|
2567
|
-
name: "String"
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
|
-
}
|
|
2571
|
-
}
|
|
2786
|
+
name: "String",
|
|
2787
|
+
},
|
|
2788
|
+
},
|
|
2789
|
+
},
|
|
2790
|
+
},
|
|
2572
2791
|
};
|
|
2573
2792
|
export const SubResource = {
|
|
2574
2793
|
type: {
|
|
@@ -2578,11 +2797,11 @@ export const SubResource = {
|
|
|
2578
2797
|
id: {
|
|
2579
2798
|
serializedName: "id",
|
|
2580
2799
|
type: {
|
|
2581
|
-
name: "String"
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
}
|
|
2800
|
+
name: "String",
|
|
2801
|
+
},
|
|
2802
|
+
},
|
|
2803
|
+
},
|
|
2804
|
+
},
|
|
2586
2805
|
};
|
|
2587
2806
|
export const DeploymentWhatIfProperties = {
|
|
2588
2807
|
type: {
|
|
@@ -2592,10 +2811,10 @@ export const DeploymentWhatIfProperties = {
|
|
|
2592
2811
|
serializedName: "whatIfSettings",
|
|
2593
2812
|
type: {
|
|
2594
2813
|
name: "Composite",
|
|
2595
|
-
className: "DeploymentWhatIfSettings"
|
|
2596
|
-
}
|
|
2597
|
-
} })
|
|
2598
|
-
}
|
|
2814
|
+
className: "DeploymentWhatIfSettings",
|
|
2815
|
+
},
|
|
2816
|
+
} }),
|
|
2817
|
+
},
|
|
2599
2818
|
};
|
|
2600
2819
|
export const GenericResource = {
|
|
2601
2820
|
type: {
|
|
@@ -2605,41 +2824,41 @@ export const GenericResource = {
|
|
|
2605
2824
|
serializedName: "plan",
|
|
2606
2825
|
type: {
|
|
2607
2826
|
name: "Composite",
|
|
2608
|
-
className: "Plan"
|
|
2609
|
-
}
|
|
2827
|
+
className: "Plan",
|
|
2828
|
+
},
|
|
2610
2829
|
}, properties: {
|
|
2611
2830
|
serializedName: "properties",
|
|
2612
2831
|
type: {
|
|
2613
2832
|
name: "Dictionary",
|
|
2614
|
-
value: { type: { name: "any" } }
|
|
2615
|
-
}
|
|
2833
|
+
value: { type: { name: "any" } },
|
|
2834
|
+
},
|
|
2616
2835
|
}, kind: {
|
|
2617
2836
|
constraints: {
|
|
2618
|
-
Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$")
|
|
2837
|
+
Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$"),
|
|
2619
2838
|
},
|
|
2620
2839
|
serializedName: "kind",
|
|
2621
2840
|
type: {
|
|
2622
|
-
name: "String"
|
|
2623
|
-
}
|
|
2841
|
+
name: "String",
|
|
2842
|
+
},
|
|
2624
2843
|
}, managedBy: {
|
|
2625
2844
|
serializedName: "managedBy",
|
|
2626
2845
|
type: {
|
|
2627
|
-
name: "String"
|
|
2628
|
-
}
|
|
2846
|
+
name: "String",
|
|
2847
|
+
},
|
|
2629
2848
|
}, sku: {
|
|
2630
2849
|
serializedName: "sku",
|
|
2631
2850
|
type: {
|
|
2632
2851
|
name: "Composite",
|
|
2633
|
-
className: "Sku"
|
|
2634
|
-
}
|
|
2852
|
+
className: "Sku",
|
|
2853
|
+
},
|
|
2635
2854
|
}, identity: {
|
|
2636
2855
|
serializedName: "identity",
|
|
2637
2856
|
type: {
|
|
2638
2857
|
name: "Composite",
|
|
2639
|
-
className: "Identity"
|
|
2640
|
-
}
|
|
2641
|
-
} })
|
|
2642
|
-
}
|
|
2858
|
+
className: "Identity",
|
|
2859
|
+
},
|
|
2860
|
+
} }),
|
|
2861
|
+
},
|
|
2643
2862
|
};
|
|
2644
2863
|
export const GenericResourceExpanded = {
|
|
2645
2864
|
type: {
|
|
@@ -2649,22 +2868,22 @@ export const GenericResourceExpanded = {
|
|
|
2649
2868
|
serializedName: "createdTime",
|
|
2650
2869
|
readOnly: true,
|
|
2651
2870
|
type: {
|
|
2652
|
-
name: "DateTime"
|
|
2653
|
-
}
|
|
2871
|
+
name: "DateTime",
|
|
2872
|
+
},
|
|
2654
2873
|
}, changedTime: {
|
|
2655
2874
|
serializedName: "changedTime",
|
|
2656
2875
|
readOnly: true,
|
|
2657
2876
|
type: {
|
|
2658
|
-
name: "DateTime"
|
|
2659
|
-
}
|
|
2877
|
+
name: "DateTime",
|
|
2878
|
+
},
|
|
2660
2879
|
}, provisioningState: {
|
|
2661
2880
|
serializedName: "provisioningState",
|
|
2662
2881
|
readOnly: true,
|
|
2663
2882
|
type: {
|
|
2664
|
-
name: "String"
|
|
2665
|
-
}
|
|
2666
|
-
} })
|
|
2667
|
-
}
|
|
2883
|
+
name: "String",
|
|
2884
|
+
},
|
|
2885
|
+
} }),
|
|
2886
|
+
},
|
|
2668
2887
|
};
|
|
2669
2888
|
export const DeploymentsWhatIfAtTenantScopeHeaders = {
|
|
2670
2889
|
type: {
|
|
@@ -2674,17 +2893,17 @@ export const DeploymentsWhatIfAtTenantScopeHeaders = {
|
|
|
2674
2893
|
location: {
|
|
2675
2894
|
serializedName: "location",
|
|
2676
2895
|
type: {
|
|
2677
|
-
name: "String"
|
|
2678
|
-
}
|
|
2896
|
+
name: "String",
|
|
2897
|
+
},
|
|
2679
2898
|
},
|
|
2680
2899
|
retryAfter: {
|
|
2681
2900
|
serializedName: "retry-after",
|
|
2682
2901
|
type: {
|
|
2683
|
-
name: "String"
|
|
2684
|
-
}
|
|
2685
|
-
}
|
|
2686
|
-
}
|
|
2687
|
-
}
|
|
2902
|
+
name: "String",
|
|
2903
|
+
},
|
|
2904
|
+
},
|
|
2905
|
+
},
|
|
2906
|
+
},
|
|
2688
2907
|
};
|
|
2689
2908
|
export const DeploymentsWhatIfAtManagementGroupScopeHeaders = {
|
|
2690
2909
|
type: {
|
|
@@ -2694,17 +2913,17 @@ export const DeploymentsWhatIfAtManagementGroupScopeHeaders = {
|
|
|
2694
2913
|
location: {
|
|
2695
2914
|
serializedName: "location",
|
|
2696
2915
|
type: {
|
|
2697
|
-
name: "String"
|
|
2698
|
-
}
|
|
2916
|
+
name: "String",
|
|
2917
|
+
},
|
|
2699
2918
|
},
|
|
2700
2919
|
retryAfter: {
|
|
2701
2920
|
serializedName: "retry-after",
|
|
2702
2921
|
type: {
|
|
2703
|
-
name: "String"
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2922
|
+
name: "String",
|
|
2923
|
+
},
|
|
2924
|
+
},
|
|
2925
|
+
},
|
|
2926
|
+
},
|
|
2708
2927
|
};
|
|
2709
2928
|
export const DeploymentsWhatIfAtSubscriptionScopeHeaders = {
|
|
2710
2929
|
type: {
|
|
@@ -2714,17 +2933,17 @@ export const DeploymentsWhatIfAtSubscriptionScopeHeaders = {
|
|
|
2714
2933
|
location: {
|
|
2715
2934
|
serializedName: "location",
|
|
2716
2935
|
type: {
|
|
2717
|
-
name: "String"
|
|
2718
|
-
}
|
|
2936
|
+
name: "String",
|
|
2937
|
+
},
|
|
2719
2938
|
},
|
|
2720
2939
|
retryAfter: {
|
|
2721
2940
|
serializedName: "retry-after",
|
|
2722
2941
|
type: {
|
|
2723
|
-
name: "String"
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2942
|
+
name: "String",
|
|
2943
|
+
},
|
|
2944
|
+
},
|
|
2945
|
+
},
|
|
2946
|
+
},
|
|
2728
2947
|
};
|
|
2729
2948
|
export const DeploymentsWhatIfHeaders = {
|
|
2730
2949
|
type: {
|
|
@@ -2734,16 +2953,72 @@ export const DeploymentsWhatIfHeaders = {
|
|
|
2734
2953
|
location: {
|
|
2735
2954
|
serializedName: "location",
|
|
2736
2955
|
type: {
|
|
2737
|
-
name: "String"
|
|
2738
|
-
}
|
|
2956
|
+
name: "String",
|
|
2957
|
+
},
|
|
2739
2958
|
},
|
|
2740
2959
|
retryAfter: {
|
|
2741
2960
|
serializedName: "retry-after",
|
|
2742
2961
|
type: {
|
|
2743
|
-
name: "String"
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2962
|
+
name: "String",
|
|
2963
|
+
},
|
|
2964
|
+
},
|
|
2965
|
+
},
|
|
2966
|
+
},
|
|
2967
|
+
};
|
|
2968
|
+
export const ResourceGroupsDeleteHeaders = {
|
|
2969
|
+
type: {
|
|
2970
|
+
name: "Composite",
|
|
2971
|
+
className: "ResourceGroupsDeleteHeaders",
|
|
2972
|
+
modelProperties: {
|
|
2973
|
+
location: {
|
|
2974
|
+
serializedName: "location",
|
|
2975
|
+
type: {
|
|
2976
|
+
name: "String",
|
|
2977
|
+
},
|
|
2978
|
+
},
|
|
2979
|
+
},
|
|
2980
|
+
},
|
|
2981
|
+
};
|
|
2982
|
+
export const TagsCreateOrUpdateAtScopeHeaders = {
|
|
2983
|
+
type: {
|
|
2984
|
+
name: "Composite",
|
|
2985
|
+
className: "TagsCreateOrUpdateAtScopeHeaders",
|
|
2986
|
+
modelProperties: {
|
|
2987
|
+
location: {
|
|
2988
|
+
serializedName: "location",
|
|
2989
|
+
type: {
|
|
2990
|
+
name: "String",
|
|
2991
|
+
},
|
|
2992
|
+
},
|
|
2993
|
+
},
|
|
2994
|
+
},
|
|
2995
|
+
};
|
|
2996
|
+
export const TagsUpdateAtScopeHeaders = {
|
|
2997
|
+
type: {
|
|
2998
|
+
name: "Composite",
|
|
2999
|
+
className: "TagsUpdateAtScopeHeaders",
|
|
3000
|
+
modelProperties: {
|
|
3001
|
+
location: {
|
|
3002
|
+
serializedName: "location",
|
|
3003
|
+
type: {
|
|
3004
|
+
name: "String",
|
|
3005
|
+
},
|
|
3006
|
+
},
|
|
3007
|
+
},
|
|
3008
|
+
},
|
|
3009
|
+
};
|
|
3010
|
+
export const TagsDeleteAtScopeHeaders = {
|
|
3011
|
+
type: {
|
|
3012
|
+
name: "Composite",
|
|
3013
|
+
className: "TagsDeleteAtScopeHeaders",
|
|
3014
|
+
modelProperties: {
|
|
3015
|
+
location: {
|
|
3016
|
+
serializedName: "location",
|
|
3017
|
+
type: {
|
|
3018
|
+
name: "String",
|
|
3019
|
+
},
|
|
3020
|
+
},
|
|
3021
|
+
},
|
|
3022
|
+
},
|
|
2748
3023
|
};
|
|
2749
3024
|
//# sourceMappingURL=mappers.js.map
|