@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
|
@@ -16,9 +16,9 @@ exports.accept = {
|
|
|
16
16
|
isConstant: true,
|
|
17
17
|
serializedName: "Accept",
|
|
18
18
|
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
22
|
};
|
|
23
23
|
exports.$host = {
|
|
24
24
|
parameterPath: "$host",
|
|
@@ -26,21 +26,21 @@ exports.$host = {
|
|
|
26
26
|
serializedName: "$host",
|
|
27
27
|
required: true,
|
|
28
28
|
type: {
|
|
29
|
-
name: "String"
|
|
30
|
-
}
|
|
29
|
+
name: "String",
|
|
30
|
+
},
|
|
31
31
|
},
|
|
32
|
-
skipEncoding: true
|
|
32
|
+
skipEncoding: true,
|
|
33
33
|
};
|
|
34
34
|
exports.apiVersion = {
|
|
35
35
|
parameterPath: "apiVersion",
|
|
36
36
|
mapper: {
|
|
37
|
-
defaultValue: "
|
|
37
|
+
defaultValue: "2024-11-01",
|
|
38
38
|
isConstant: true,
|
|
39
39
|
serializedName: "api-version",
|
|
40
40
|
type: {
|
|
41
|
-
name: "String"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
44
|
};
|
|
45
45
|
exports.nextLink = {
|
|
46
46
|
parameterPath: "nextLink",
|
|
@@ -48,10 +48,10 @@ exports.nextLink = {
|
|
|
48
48
|
serializedName: "nextLink",
|
|
49
49
|
required: true,
|
|
50
50
|
type: {
|
|
51
|
-
name: "String"
|
|
52
|
-
}
|
|
51
|
+
name: "String",
|
|
52
|
+
},
|
|
53
53
|
},
|
|
54
|
-
skipEncoding: true
|
|
54
|
+
skipEncoding: true,
|
|
55
55
|
};
|
|
56
56
|
exports.scope = {
|
|
57
57
|
parameterPath: "scope",
|
|
@@ -59,10 +59,10 @@ exports.scope = {
|
|
|
59
59
|
serializedName: "scope",
|
|
60
60
|
required: true,
|
|
61
61
|
type: {
|
|
62
|
-
name: "String"
|
|
63
|
-
}
|
|
62
|
+
name: "String",
|
|
63
|
+
},
|
|
64
64
|
},
|
|
65
|
-
skipEncoding: true
|
|
65
|
+
skipEncoding: true,
|
|
66
66
|
};
|
|
67
67
|
exports.deploymentName = {
|
|
68
68
|
parameterPath: "deploymentName",
|
|
@@ -70,14 +70,14 @@ exports.deploymentName = {
|
|
|
70
70
|
constraints: {
|
|
71
71
|
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
72
72
|
MaxLength: 64,
|
|
73
|
-
MinLength: 1
|
|
73
|
+
MinLength: 1,
|
|
74
74
|
},
|
|
75
75
|
serializedName: "deploymentName",
|
|
76
76
|
required: true,
|
|
77
77
|
type: {
|
|
78
|
-
name: "String"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
78
|
+
name: "String",
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
81
|
};
|
|
82
82
|
exports.contentType = {
|
|
83
83
|
parameterPath: ["options", "contentType"],
|
|
@@ -86,53 +86,53 @@ exports.contentType = {
|
|
|
86
86
|
isConstant: true,
|
|
87
87
|
serializedName: "Content-Type",
|
|
88
88
|
type: {
|
|
89
|
-
name: "String"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
89
|
+
name: "String",
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
92
|
};
|
|
93
93
|
exports.parameters = {
|
|
94
94
|
parameterPath: "parameters",
|
|
95
|
-
mapper: mappers_js_1.Deployment
|
|
95
|
+
mapper: mappers_js_1.Deployment,
|
|
96
96
|
};
|
|
97
97
|
exports.filter = {
|
|
98
98
|
parameterPath: ["options", "filter"],
|
|
99
99
|
mapper: {
|
|
100
100
|
serializedName: "$filter",
|
|
101
101
|
type: {
|
|
102
|
-
name: "String"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
102
|
+
name: "String",
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
105
|
};
|
|
106
106
|
exports.top = {
|
|
107
107
|
parameterPath: ["options", "top"],
|
|
108
108
|
mapper: {
|
|
109
109
|
serializedName: "$top",
|
|
110
110
|
type: {
|
|
111
|
-
name: "Number"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
111
|
+
name: "Number",
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
114
|
};
|
|
115
115
|
exports.parameters1 = {
|
|
116
116
|
parameterPath: "parameters",
|
|
117
|
-
mapper: mappers_js_1.ScopedDeployment
|
|
117
|
+
mapper: mappers_js_1.ScopedDeployment,
|
|
118
118
|
};
|
|
119
119
|
exports.parameters2 = {
|
|
120
120
|
parameterPath: "parameters",
|
|
121
|
-
mapper: mappers_js_1.ScopedDeploymentWhatIf
|
|
121
|
+
mapper: mappers_js_1.ScopedDeploymentWhatIf,
|
|
122
122
|
};
|
|
123
123
|
exports.groupId = {
|
|
124
124
|
parameterPath: "groupId",
|
|
125
125
|
mapper: {
|
|
126
126
|
constraints: {
|
|
127
127
|
MaxLength: 90,
|
|
128
|
-
MinLength: 1
|
|
128
|
+
MinLength: 1,
|
|
129
129
|
},
|
|
130
130
|
serializedName: "groupId",
|
|
131
131
|
required: true,
|
|
132
132
|
type: {
|
|
133
|
-
name: "String"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
133
|
+
name: "String",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
136
|
};
|
|
137
137
|
exports.subscriptionId = {
|
|
138
138
|
parameterPath: "subscriptionId",
|
|
@@ -140,13 +140,13 @@ exports.subscriptionId = {
|
|
|
140
140
|
serializedName: "subscriptionId",
|
|
141
141
|
required: true,
|
|
142
142
|
type: {
|
|
143
|
-
name: "String"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
143
|
+
name: "String",
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
146
|
};
|
|
147
147
|
exports.parameters3 = {
|
|
148
148
|
parameterPath: "parameters",
|
|
149
|
-
mapper: mappers_js_1.DeploymentWhatIf
|
|
149
|
+
mapper: mappers_js_1.DeploymentWhatIf,
|
|
150
150
|
};
|
|
151
151
|
exports.resourceGroupName = {
|
|
152
152
|
parameterPath: "resourceGroupName",
|
|
@@ -154,14 +154,14 @@ exports.resourceGroupName = {
|
|
|
154
154
|
constraints: {
|
|
155
155
|
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
156
156
|
MaxLength: 90,
|
|
157
|
-
MinLength: 1
|
|
157
|
+
MinLength: 1,
|
|
158
158
|
},
|
|
159
159
|
serializedName: "resourceGroupName",
|
|
160
160
|
required: true,
|
|
161
161
|
type: {
|
|
162
|
-
name: "String"
|
|
163
|
-
}
|
|
164
|
-
}
|
|
162
|
+
name: "String",
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
165
|
};
|
|
166
166
|
exports.template = {
|
|
167
167
|
parameterPath: "template",
|
|
@@ -170,9 +170,9 @@ exports.template = {
|
|
|
170
170
|
required: true,
|
|
171
171
|
type: {
|
|
172
172
|
name: "Dictionary",
|
|
173
|
-
value: { type: { name: "any" } }
|
|
174
|
-
}
|
|
175
|
-
}
|
|
173
|
+
value: { type: { name: "any" } },
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
176
|
};
|
|
177
177
|
exports.resourceProviderNamespace = {
|
|
178
178
|
parameterPath: "resourceProviderNamespace",
|
|
@@ -180,26 +180,26 @@ exports.resourceProviderNamespace = {
|
|
|
180
180
|
serializedName: "resourceProviderNamespace",
|
|
181
181
|
required: true,
|
|
182
182
|
type: {
|
|
183
|
-
name: "String"
|
|
184
|
-
}
|
|
185
|
-
}
|
|
183
|
+
name: "String",
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
186
|
};
|
|
187
187
|
exports.properties = {
|
|
188
188
|
parameterPath: ["options", "properties"],
|
|
189
|
-
mapper: mappers_js_1.ProviderRegistrationRequest
|
|
189
|
+
mapper: mappers_js_1.ProviderRegistrationRequest,
|
|
190
190
|
};
|
|
191
191
|
exports.expand = {
|
|
192
192
|
parameterPath: ["options", "expand"],
|
|
193
193
|
mapper: {
|
|
194
194
|
serializedName: "$expand",
|
|
195
195
|
type: {
|
|
196
|
-
name: "String"
|
|
197
|
-
}
|
|
198
|
-
}
|
|
196
|
+
name: "String",
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
199
|
};
|
|
200
200
|
exports.parameters4 = {
|
|
201
201
|
parameterPath: "parameters",
|
|
202
|
-
mapper: mappers_js_1.ResourcesMoveInfo
|
|
202
|
+
mapper: mappers_js_1.ResourcesMoveInfo,
|
|
203
203
|
};
|
|
204
204
|
exports.sourceResourceGroupName = {
|
|
205
205
|
parameterPath: "sourceResourceGroupName",
|
|
@@ -207,14 +207,14 @@ exports.sourceResourceGroupName = {
|
|
|
207
207
|
constraints: {
|
|
208
208
|
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
209
209
|
MaxLength: 90,
|
|
210
|
-
MinLength: 1
|
|
210
|
+
MinLength: 1,
|
|
211
211
|
},
|
|
212
212
|
serializedName: "sourceResourceGroupName",
|
|
213
213
|
required: true,
|
|
214
214
|
type: {
|
|
215
|
-
name: "String"
|
|
216
|
-
}
|
|
217
|
-
}
|
|
215
|
+
name: "String",
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
218
|
};
|
|
219
219
|
exports.parentResourcePath = {
|
|
220
220
|
parameterPath: "parentResourcePath",
|
|
@@ -222,10 +222,10 @@ exports.parentResourcePath = {
|
|
|
222
222
|
serializedName: "parentResourcePath",
|
|
223
223
|
required: true,
|
|
224
224
|
type: {
|
|
225
|
-
name: "String"
|
|
226
|
-
}
|
|
225
|
+
name: "String",
|
|
226
|
+
},
|
|
227
227
|
},
|
|
228
|
-
skipEncoding: true
|
|
228
|
+
skipEncoding: true,
|
|
229
229
|
};
|
|
230
230
|
exports.resourceType = {
|
|
231
231
|
parameterPath: "resourceType",
|
|
@@ -233,10 +233,10 @@ exports.resourceType = {
|
|
|
233
233
|
serializedName: "resourceType",
|
|
234
234
|
required: true,
|
|
235
235
|
type: {
|
|
236
|
-
name: "String"
|
|
237
|
-
}
|
|
236
|
+
name: "String",
|
|
237
|
+
},
|
|
238
238
|
},
|
|
239
|
-
skipEncoding: true
|
|
239
|
+
skipEncoding: true,
|
|
240
240
|
};
|
|
241
241
|
exports.resourceName = {
|
|
242
242
|
parameterPath: "resourceName",
|
|
@@ -244,9 +244,9 @@ exports.resourceName = {
|
|
|
244
244
|
serializedName: "resourceName",
|
|
245
245
|
required: true,
|
|
246
246
|
type: {
|
|
247
|
-
name: "String"
|
|
248
|
-
}
|
|
249
|
-
}
|
|
247
|
+
name: "String",
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
250
|
};
|
|
251
251
|
exports.apiVersion1 = {
|
|
252
252
|
parameterPath: "apiVersion",
|
|
@@ -254,13 +254,13 @@ exports.apiVersion1 = {
|
|
|
254
254
|
serializedName: "api-version",
|
|
255
255
|
required: true,
|
|
256
256
|
type: {
|
|
257
|
-
name: "String"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
257
|
+
name: "String",
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
260
|
};
|
|
261
261
|
exports.parameters5 = {
|
|
262
262
|
parameterPath: "parameters",
|
|
263
|
-
mapper: mappers_js_1.GenericResource
|
|
263
|
+
mapper: mappers_js_1.GenericResource,
|
|
264
264
|
};
|
|
265
265
|
exports.resourceId = {
|
|
266
266
|
parameterPath: "resourceId",
|
|
@@ -268,45 +268,45 @@ exports.resourceId = {
|
|
|
268
268
|
serializedName: "resourceId",
|
|
269
269
|
required: true,
|
|
270
270
|
type: {
|
|
271
|
-
name: "String"
|
|
272
|
-
}
|
|
271
|
+
name: "String",
|
|
272
|
+
},
|
|
273
273
|
},
|
|
274
|
-
skipEncoding: true
|
|
274
|
+
skipEncoding: true,
|
|
275
275
|
};
|
|
276
276
|
exports.parameters6 = {
|
|
277
277
|
parameterPath: "parameters",
|
|
278
|
-
mapper: mappers_js_1.ResourceGroup
|
|
278
|
+
mapper: mappers_js_1.ResourceGroup,
|
|
279
279
|
};
|
|
280
280
|
exports.forceDeletionTypes = {
|
|
281
281
|
parameterPath: ["options", "forceDeletionTypes"],
|
|
282
282
|
mapper: {
|
|
283
283
|
serializedName: "forceDeletionTypes",
|
|
284
284
|
type: {
|
|
285
|
-
name: "String"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
285
|
+
name: "String",
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
288
|
};
|
|
289
289
|
exports.parameters7 = {
|
|
290
290
|
parameterPath: "parameters",
|
|
291
|
-
mapper: mappers_js_1.ResourceGroupPatchable
|
|
291
|
+
mapper: mappers_js_1.ResourceGroupPatchable,
|
|
292
292
|
};
|
|
293
293
|
exports.parameters8 = {
|
|
294
294
|
parameterPath: "parameters",
|
|
295
|
-
mapper: mappers_js_1.ExportTemplateRequest
|
|
295
|
+
mapper: mappers_js_1.ExportTemplateRequest,
|
|
296
296
|
};
|
|
297
297
|
exports.resourceGroupName1 = {
|
|
298
298
|
parameterPath: "resourceGroupName",
|
|
299
299
|
mapper: {
|
|
300
300
|
constraints: {
|
|
301
301
|
MaxLength: 90,
|
|
302
|
-
MinLength: 1
|
|
302
|
+
MinLength: 1,
|
|
303
303
|
},
|
|
304
304
|
serializedName: "resourceGroupName",
|
|
305
305
|
required: true,
|
|
306
306
|
type: {
|
|
307
|
-
name: "String"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
307
|
+
name: "String",
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
310
|
};
|
|
311
311
|
exports.tagName = {
|
|
312
312
|
parameterPath: "tagName",
|
|
@@ -314,9 +314,9 @@ exports.tagName = {
|
|
|
314
314
|
serializedName: "tagName",
|
|
315
315
|
required: true,
|
|
316
316
|
type: {
|
|
317
|
-
name: "String"
|
|
318
|
-
}
|
|
319
|
-
}
|
|
317
|
+
name: "String",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
320
|
};
|
|
321
321
|
exports.tagValue = {
|
|
322
322
|
parameterPath: "tagValue",
|
|
@@ -324,17 +324,17 @@ exports.tagValue = {
|
|
|
324
324
|
serializedName: "tagValue",
|
|
325
325
|
required: true,
|
|
326
326
|
type: {
|
|
327
|
-
name: "String"
|
|
328
|
-
}
|
|
329
|
-
}
|
|
327
|
+
name: "String",
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
330
|
};
|
|
331
331
|
exports.parameters9 = {
|
|
332
332
|
parameterPath: "parameters",
|
|
333
|
-
mapper: mappers_js_1.TagsResource
|
|
333
|
+
mapper: mappers_js_1.TagsResource,
|
|
334
334
|
};
|
|
335
335
|
exports.parameters10 = {
|
|
336
336
|
parameterPath: "parameters",
|
|
337
|
-
mapper: mappers_js_1.TagsPatchResource
|
|
337
|
+
mapper: mappers_js_1.TagsPatchResource,
|
|
338
338
|
};
|
|
339
339
|
exports.operationId = {
|
|
340
340
|
parameterPath: "operationId",
|
|
@@ -342,8 +342,8 @@ exports.operationId = {
|
|
|
342
342
|
serializedName: "operationId",
|
|
343
343
|
required: true,
|
|
344
344
|
type: {
|
|
345
|
-
name: "String"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
345
|
+
name: "String",
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
348
|
};
|
|
349
349
|
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Deployment as DeploymentMapper,\n ScopedDeployment as ScopedDeploymentMapper,\n ScopedDeploymentWhatIf as ScopedDeploymentWhatIfMapper,\n DeploymentWhatIf as DeploymentWhatIfMapper,\n ProviderRegistrationRequest as ProviderRegistrationRequestMapper,\n ResourcesMoveInfo as ResourcesMoveInfoMapper,\n GenericResource as GenericResourceMapper,\n ResourceGroup as ResourceGroupMapper,\n ResourceGroupPatchable as ResourceGroupPatchableMapper,\n ExportTemplateRequest as ExportTemplateRequestMapper,\n TagsResource as TagsResourceMapper,\n TagsPatchResource as TagsPatchResourceMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-04-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const deploymentName: OperationURLParameter = {\n parameterPath: \"deploymentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"deploymentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DeploymentMapper\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScopedDeploymentMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScopedDeploymentWhatIfMapper\n};\n\nexport const groupId: OperationURLParameter = {\n parameterPath: \"groupId\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DeploymentWhatIfMapper\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const template: OperationParameter = {\n parameterPath: \"template\",\n mapper: {\n serializedName: \"template\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n};\n\nexport const resourceProviderNamespace: OperationURLParameter = {\n parameterPath: \"resourceProviderNamespace\",\n mapper: {\n serializedName: \"resourceProviderNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const properties: OperationParameter = {\n parameterPath: [\"options\", \"properties\"],\n mapper: ProviderRegistrationRequestMapper\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourcesMoveInfoMapper\n};\n\nexport const sourceResourceGroupName: OperationURLParameter = {\n parameterPath: \"sourceResourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"sourceResourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parentResourcePath: OperationURLParameter = {\n parameterPath: \"parentResourcePath\",\n mapper: {\n serializedName: \"parentResourcePath\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n serializedName: \"api-version\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GenericResourceMapper\n};\n\nexport const resourceId: OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourceGroupMapper\n};\n\nexport const forceDeletionTypes: OperationQueryParameter = {\n parameterPath: [\"options\", \"forceDeletionTypes\"],\n mapper: {\n serializedName: \"forceDeletionTypes\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourceGroupPatchableMapper\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ExportTemplateRequestMapper\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tagName: OperationURLParameter = {\n parameterPath: \"tagName\",\n mapper: {\n serializedName: \"tagName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tagValue: OperationURLParameter = {\n parameterPath: \"tagValue\",\n mapper: {\n serializedName: \"tagValue\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsResourceMapper\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsPatchResourceMapper\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n Deployment as DeploymentMapper,\n ScopedDeployment as ScopedDeploymentMapper,\n ScopedDeploymentWhatIf as ScopedDeploymentWhatIfMapper,\n DeploymentWhatIf as DeploymentWhatIfMapper,\n ProviderRegistrationRequest as ProviderRegistrationRequestMapper,\n ResourcesMoveInfo as ResourcesMoveInfoMapper,\n GenericResource as GenericResourceMapper,\n ResourceGroup as ResourceGroupMapper,\n ResourceGroupPatchable as ResourceGroupPatchableMapper,\n ExportTemplateRequest as ExportTemplateRequestMapper,\n TagsResource as TagsResourceMapper,\n TagsPatchResource as TagsPatchResourceMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-11-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const deploymentName: OperationURLParameter = {\n parameterPath: \"deploymentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 64,\n MinLength: 1,\n },\n serializedName: \"deploymentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DeploymentMapper,\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScopedDeploymentMapper,\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScopedDeploymentWhatIfMapper,\n};\n\nexport const groupId: OperationURLParameter = {\n parameterPath: \"groupId\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DeploymentWhatIfMapper,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const template: OperationParameter = {\n parameterPath: \"template\",\n mapper: {\n serializedName: \"template\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n};\n\nexport const resourceProviderNamespace: OperationURLParameter = {\n parameterPath: \"resourceProviderNamespace\",\n mapper: {\n serializedName: \"resourceProviderNamespace\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties: OperationParameter = {\n parameterPath: [\"options\", \"properties\"],\n mapper: ProviderRegistrationRequestMapper,\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourcesMoveInfoMapper,\n};\n\nexport const sourceResourceGroupName: OperationURLParameter = {\n parameterPath: \"sourceResourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"sourceResourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parentResourcePath: OperationURLParameter = {\n parameterPath: \"parentResourcePath\",\n mapper: {\n serializedName: \"parentResourcePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n serializedName: \"api-version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GenericResourceMapper,\n};\n\nexport const resourceId: OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourceGroupMapper,\n};\n\nexport const forceDeletionTypes: OperationQueryParameter = {\n parameterPath: [\"options\", \"forceDeletionTypes\"],\n mapper: {\n serializedName: \"forceDeletionTypes\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ResourceGroupPatchableMapper,\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ExportTemplateRequestMapper,\n};\n\nexport const resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const tagName: OperationURLParameter = {\n parameterPath: \"tagName\",\n mapper: {\n serializedName: \"tagName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const tagValue: OperationURLParameter = {\n parameterPath: \"tagValue\",\n mapper: {\n serializedName: \"tagValue\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsResourceMapper,\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsPatchResourceMapper,\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|