@azure-tools/typespec-azure-resource-manager 0.68.0-dev.9 → 0.69.0-dev.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/README.md +1 -0
- package/dist/src/linter.d.ts.map +1 -1
- package/dist/src/linter.js +2 -0
- package/dist/src/linter.js.map +1 -1
- package/dist/src/rules/arm-no-path-casing-conflicts.d.ts +7 -0
- package/dist/src/rules/arm-no-path-casing-conflicts.d.ts.map +1 -0
- package/dist/src/rules/arm-no-path-casing-conflicts.js +74 -0
- package/dist/src/rules/arm-no-path-casing-conflicts.js.map +1 -0
- package/lib/common-types/customer-managed-keys-ref.tsp +12 -6
- package/lib/common-types/managed-identity-ref.tsp +46 -23
- package/lib/common-types/managed-identity-with-delegation-ref.tsp +12 -6
- package/lib/common-types/mobo-ref.tsp +8 -4
- package/lib/common-types/network-security-perimeter-ref.tsp +64 -32
- package/lib/common-types/nsp-operations.tsp +2 -2
- package/lib/common-types/private-links-ref.tsp +89 -45
- package/lib/common-types/types-ref.tsp +182 -91
- package/lib/extension/operations.tsp +23 -23
- package/lib/foundations/arm.foundations.tsp +3 -4
- package/lib/legacy-types/extension-operations.tsp +12 -13
- package/lib/legacy-types/extension.tsp +12 -13
- package/lib/legacy-types/operations.tsp +27 -27
- package/lib/legacy-types/private-endpoints.tsp +10 -10
- package/lib/operations.tsp +25 -26
- package/lib/private-endpoints.tsp +12 -13
- package/package.json +15 -15
|
@@ -5,108 +5,126 @@ using Azure.ResourceManager.CommonTypes.Private;
|
|
|
5
5
|
namespace Azure.ResourceManager.CommonTypes;
|
|
6
6
|
|
|
7
7
|
/** Direction of Access Rule */
|
|
8
|
-
@@armCommonDefinition(
|
|
8
|
+
@@armCommonDefinition(
|
|
9
|
+
AccessRuleDirection,
|
|
9
10
|
"AccessRuleDirection",
|
|
10
11
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
11
12
|
"networksecurityperimeter.json"
|
|
12
13
|
);
|
|
13
|
-
@@armCommonDefinition(
|
|
14
|
+
@@armCommonDefinition(
|
|
15
|
+
AccessRuleDirection,
|
|
14
16
|
"AccessRuleDirection",
|
|
15
17
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
16
18
|
"networksecurityperimeter.json"
|
|
17
19
|
);
|
|
18
20
|
|
|
19
21
|
/** Provisioning state of a network security perimeter configuration that is being created or updated. */
|
|
20
|
-
@@armCommonDefinition(
|
|
22
|
+
@@armCommonDefinition(
|
|
23
|
+
NetworkSecurityPerimeterConfigurationProvisioningState,
|
|
21
24
|
"NetworkSecurityPerimeterConfigurationProvisioningState",
|
|
22
25
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
23
26
|
"networksecurityperimeter.json"
|
|
24
27
|
);
|
|
25
|
-
@@armCommonDefinition(
|
|
28
|
+
@@armCommonDefinition(
|
|
29
|
+
NetworkSecurityPerimeterConfigurationProvisioningState,
|
|
26
30
|
"NetworkSecurityPerimeterConfigurationProvisioningState",
|
|
27
31
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
28
32
|
"networksecurityperimeter.json"
|
|
29
33
|
);
|
|
30
34
|
|
|
31
35
|
/** Type of issue */
|
|
32
|
-
@@armCommonDefinition(
|
|
36
|
+
@@armCommonDefinition(
|
|
37
|
+
IssueType,
|
|
33
38
|
"IssueType",
|
|
34
39
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
35
40
|
"networksecurityperimeter.json"
|
|
36
41
|
);
|
|
37
|
-
@@armCommonDefinition(
|
|
42
|
+
@@armCommonDefinition(
|
|
43
|
+
IssueType,
|
|
38
44
|
"IssueType",
|
|
39
45
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
40
46
|
"networksecurityperimeter.json"
|
|
41
47
|
);
|
|
42
48
|
|
|
43
49
|
/** Severity of the issue. */
|
|
44
|
-
@@armCommonDefinition(
|
|
50
|
+
@@armCommonDefinition(
|
|
51
|
+
Severity,
|
|
45
52
|
"Severity",
|
|
46
53
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
47
54
|
"networksecurityperimeter.json"
|
|
48
55
|
);
|
|
49
|
-
@@armCommonDefinition(
|
|
56
|
+
@@armCommonDefinition(
|
|
57
|
+
Severity,
|
|
50
58
|
"Severity",
|
|
51
59
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
52
60
|
"networksecurityperimeter.json"
|
|
53
61
|
);
|
|
54
62
|
|
|
55
63
|
/** Access mode of the resource association */
|
|
56
|
-
@@armCommonDefinition(
|
|
64
|
+
@@armCommonDefinition(
|
|
65
|
+
ResourceAssociationAccessMode,
|
|
57
66
|
"ResourceAssociationAccessMode",
|
|
58
67
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
59
68
|
"networksecurityperimeter.json"
|
|
60
69
|
);
|
|
61
|
-
@@armCommonDefinition(
|
|
70
|
+
@@armCommonDefinition(
|
|
71
|
+
ResourceAssociationAccessMode,
|
|
62
72
|
"ResourceAssociationAccessMode",
|
|
63
73
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
64
74
|
"networksecurityperimeter.json"
|
|
65
75
|
);
|
|
66
76
|
|
|
67
77
|
/** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. */
|
|
68
|
-
@@armCommonDefinition(
|
|
78
|
+
@@armCommonDefinition(
|
|
79
|
+
PublicNetworkAccess,
|
|
69
80
|
"PublicNetworkAccess",
|
|
70
81
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
71
82
|
"networksecurityperimeter.json"
|
|
72
83
|
);
|
|
73
|
-
@@armCommonDefinition(
|
|
84
|
+
@@armCommonDefinition(
|
|
85
|
+
PublicNetworkAccess,
|
|
74
86
|
"PublicNetworkAccess",
|
|
75
87
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
76
88
|
"networksecurityperimeter.json"
|
|
77
89
|
);
|
|
78
90
|
|
|
79
91
|
/** Access rule in a network security perimeter configuration profile */
|
|
80
|
-
@@armCommonDefinition(
|
|
92
|
+
@@armCommonDefinition(
|
|
93
|
+
AccessRule,
|
|
81
94
|
"AccessRule",
|
|
82
95
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
83
96
|
"networksecurityperimeter.json"
|
|
84
97
|
);
|
|
85
|
-
@@armCommonDefinition(
|
|
98
|
+
@@armCommonDefinition(
|
|
99
|
+
AccessRule,
|
|
86
100
|
"AccessRule",
|
|
87
101
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
88
102
|
"networksecurityperimeter.json"
|
|
89
103
|
);
|
|
90
104
|
|
|
91
105
|
/** Properties of Access Rule */
|
|
92
|
-
@@armCommonDefinition(
|
|
106
|
+
@@armCommonDefinition(
|
|
107
|
+
AccessRuleDirection,
|
|
93
108
|
"AccessRuleDirection",
|
|
94
109
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
95
110
|
"networksecurityperimeter.json"
|
|
96
111
|
);
|
|
97
|
-
@@armCommonDefinition(
|
|
112
|
+
@@armCommonDefinition(
|
|
113
|
+
AccessRuleDirection,
|
|
98
114
|
"AccessRuleDirection",
|
|
99
115
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
100
116
|
"networksecurityperimeter.json"
|
|
101
117
|
);
|
|
102
118
|
|
|
103
119
|
/** Information about a network security perimeter */
|
|
104
|
-
@@armCommonDefinition(
|
|
120
|
+
@@armCommonDefinition(
|
|
121
|
+
NetworkSecurityPerimeter,
|
|
105
122
|
"NetworkSecurityPerimeter",
|
|
106
123
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
107
124
|
"networksecurityperimeter.json"
|
|
108
125
|
);
|
|
109
|
-
@@armCommonDefinition(
|
|
126
|
+
@@armCommonDefinition(
|
|
127
|
+
NetworkSecurityPerimeter,
|
|
110
128
|
"NetworkSecurityPerimeter",
|
|
111
129
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
112
130
|
"networksecurityperimeter.json"
|
|
@@ -114,84 +132,98 @@ namespace Azure.ResourceManager.CommonTypes;
|
|
|
114
132
|
|
|
115
133
|
@@Versioning.added(NetworkSecurityPerimeterConfiguration, Versions.v5);
|
|
116
134
|
/** Network security perimeter configuration resource */
|
|
117
|
-
@@armCommonDefinition(
|
|
135
|
+
@@armCommonDefinition(
|
|
136
|
+
NetworkSecurityPerimeterConfiguration,
|
|
118
137
|
"NetworkSecurityPerimeterConfiguration",
|
|
119
138
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
120
139
|
"networksecurityperimeter.json"
|
|
121
140
|
);
|
|
122
|
-
@@armCommonDefinition(
|
|
141
|
+
@@armCommonDefinition(
|
|
142
|
+
NetworkSecurityPerimeterConfiguration,
|
|
123
143
|
"NetworkSecurityPerimeterConfiguration",
|
|
124
144
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
125
145
|
"networksecurityperimeter.json"
|
|
126
146
|
);
|
|
127
147
|
|
|
128
148
|
/** Network security configuration properties. */
|
|
129
|
-
@@armCommonDefinition(
|
|
149
|
+
@@armCommonDefinition(
|
|
150
|
+
NetworkSecurityPerimeterConfigurationProperties,
|
|
130
151
|
"NetworkSecurityPerimeterConfigurationProperties",
|
|
131
152
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
132
153
|
"networksecurityperimeter.json"
|
|
133
154
|
);
|
|
134
|
-
@@armCommonDefinition(
|
|
155
|
+
@@armCommonDefinition(
|
|
156
|
+
NetworkSecurityPerimeterConfigurationProperties,
|
|
135
157
|
"NetworkSecurityPerimeterConfigurationProperties",
|
|
136
158
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
137
159
|
"networksecurityperimeter.json"
|
|
138
160
|
);
|
|
139
161
|
|
|
140
162
|
/** Describes a provisioning issue for a network security perimeter configuration */
|
|
141
|
-
@@armCommonDefinition(
|
|
163
|
+
@@armCommonDefinition(
|
|
164
|
+
ProvisioningIssue,
|
|
142
165
|
"ProvisioningIssue",
|
|
143
166
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
144
167
|
"networksecurityperimeter.json"
|
|
145
168
|
);
|
|
146
|
-
@@armCommonDefinition(
|
|
169
|
+
@@armCommonDefinition(
|
|
170
|
+
ProvisioningIssue,
|
|
147
171
|
"ProvisioningIssue",
|
|
148
172
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
149
173
|
"networksecurityperimeter.json"
|
|
150
174
|
);
|
|
151
175
|
|
|
152
176
|
/** Details of a provisioning issue for a network security perimeter configuration. */
|
|
153
|
-
@@armCommonDefinition(
|
|
177
|
+
@@armCommonDefinition(
|
|
178
|
+
ProvisioningIssueProperties,
|
|
154
179
|
"ProvisioningIssueProperties",
|
|
155
180
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
156
181
|
"networksecurityperimeter.json"
|
|
157
182
|
);
|
|
158
|
-
@@armCommonDefinition(
|
|
183
|
+
@@armCommonDefinition(
|
|
184
|
+
ProvisioningIssueProperties,
|
|
159
185
|
"ProvisioningIssueProperties",
|
|
160
186
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
161
187
|
"networksecurityperimeter.json"
|
|
162
188
|
);
|
|
163
189
|
|
|
164
190
|
/** Information about resource association */
|
|
165
|
-
@@armCommonDefinition(
|
|
191
|
+
@@armCommonDefinition(
|
|
192
|
+
ResourceAssociation,
|
|
166
193
|
"ResourceAssociation",
|
|
167
194
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
168
195
|
"networksecurityperimeter.json"
|
|
169
196
|
);
|
|
170
|
-
@@armCommonDefinition(
|
|
197
|
+
@@armCommonDefinition(
|
|
198
|
+
ResourceAssociation,
|
|
171
199
|
"ResourceAssociation",
|
|
172
200
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
173
201
|
"networksecurityperimeter.json"
|
|
174
202
|
);
|
|
175
203
|
|
|
176
204
|
/** Network security perimeter configuration profile */
|
|
177
|
-
@@armCommonDefinition(
|
|
205
|
+
@@armCommonDefinition(
|
|
206
|
+
NetworkSecurityProfile,
|
|
178
207
|
"NetworkSecurityProfile",
|
|
179
208
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
180
209
|
"networksecurityperimeter.json"
|
|
181
210
|
);
|
|
182
|
-
@@armCommonDefinition(
|
|
211
|
+
@@armCommonDefinition(
|
|
212
|
+
NetworkSecurityProfile,
|
|
183
213
|
"NetworkSecurityProfile",
|
|
184
214
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
185
215
|
"networksecurityperimeter.json"
|
|
186
216
|
);
|
|
187
217
|
|
|
188
218
|
/** Result of a list NSP (network security perimeter) configurations request. */
|
|
189
|
-
@@armCommonDefinition(
|
|
219
|
+
@@armCommonDefinition(
|
|
220
|
+
NetworkSecurityPerimeterConfigurationListResult,
|
|
190
221
|
"NetworkSecurityPerimeterConfigurationListResult",
|
|
191
222
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
192
223
|
"networksecurityperimeter.json"
|
|
193
224
|
);
|
|
194
|
-
@@armCommonDefinition(
|
|
225
|
+
@@armCommonDefinition(
|
|
226
|
+
NetworkSecurityPerimeterConfigurationListResult,
|
|
195
227
|
"NetworkSecurityPerimeterConfigurationListResult",
|
|
196
228
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
197
229
|
"networksecurityperimeter.json"
|
|
@@ -196,7 +196,7 @@ interface NspConfigurationOperations<
|
|
|
196
196
|
>;
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
|
-
* @dev
|
|
199
|
+
* @dev Perform an action on a network security perimeter configuration for a particular resource
|
|
200
200
|
* @template ParentResource the parent resource of the NspConfiguration
|
|
201
201
|
* @template Request The request body type
|
|
202
202
|
* @template Response The success response for the read operation
|
|
@@ -238,7 +238,7 @@ interface NspConfigurationOperations<
|
|
|
238
238
|
): Response | Error;
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
|
-
* @dev
|
|
241
|
+
* @dev Perform an action on a network security perimeter configuration for a particular resource
|
|
242
242
|
* @template ParentResource the parent resource of the NspConfiguration
|
|
243
243
|
* @template Request The request body type
|
|
244
244
|
* @template Response The success response for the read operation
|
|
@@ -5,110 +5,130 @@ using Azure.ResourceManager.CommonTypes.Private;
|
|
|
5
5
|
namespace Azure.ResourceManager.CommonTypes;
|
|
6
6
|
|
|
7
7
|
/** The private endpoint */
|
|
8
|
-
@@armCommonDefinition(
|
|
8
|
+
@@armCommonDefinition(
|
|
9
|
+
PrivateEndpoint,
|
|
9
10
|
"PrivateEndpoint",
|
|
10
11
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
11
12
|
"privatelinks.json"
|
|
12
13
|
);
|
|
13
|
-
@@armCommonDefinition(
|
|
14
|
+
@@armCommonDefinition(
|
|
15
|
+
PrivateEndpoint,
|
|
14
16
|
"PrivateEndpoint",
|
|
15
17
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
16
18
|
"privatelinks.json"
|
|
17
19
|
);
|
|
18
|
-
@@armCommonDefinition(
|
|
20
|
+
@@armCommonDefinition(
|
|
21
|
+
PrivateEndpoint,
|
|
19
22
|
"PrivateEndpoint",
|
|
20
23
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
21
24
|
"privatelinks.json"
|
|
22
25
|
);
|
|
23
|
-
@@armCommonDefinition(
|
|
26
|
+
@@armCommonDefinition(
|
|
27
|
+
PrivateEndpoint,
|
|
24
28
|
"PrivateEndpoint",
|
|
25
29
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
26
30
|
"privatelinks.json"
|
|
27
31
|
);
|
|
28
32
|
|
|
29
33
|
/** The private endpoint resource */
|
|
30
|
-
@@armCommonDefinition(
|
|
34
|
+
@@armCommonDefinition(
|
|
35
|
+
PrivateLinkResource,
|
|
31
36
|
"PrivateLinkResource",
|
|
32
37
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
33
38
|
"privatelinks.json"
|
|
34
39
|
);
|
|
35
|
-
@@armCommonDefinition(
|
|
40
|
+
@@armCommonDefinition(
|
|
41
|
+
PrivateLinkResource,
|
|
36
42
|
"PrivateLinkResource",
|
|
37
43
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
38
44
|
"privatelinks.json"
|
|
39
45
|
);
|
|
40
|
-
@@armCommonDefinition(
|
|
46
|
+
@@armCommonDefinition(
|
|
47
|
+
PrivateLinkResource,
|
|
41
48
|
"PrivateLinkResource",
|
|
42
49
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
43
50
|
"privatelinks.json"
|
|
44
51
|
);
|
|
45
|
-
@@armCommonDefinition(
|
|
52
|
+
@@armCommonDefinition(
|
|
53
|
+
PrivateLinkResource,
|
|
46
54
|
"PrivateLinkResource",
|
|
47
55
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
48
56
|
"privatelinks.json"
|
|
49
57
|
);
|
|
50
58
|
|
|
51
59
|
/** PrivateEndpointConnection */
|
|
52
|
-
@@armCommonDefinition(
|
|
60
|
+
@@armCommonDefinition(
|
|
61
|
+
PrivateEndpointConnection,
|
|
53
62
|
"PrivateEndpointConnection",
|
|
54
63
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
55
64
|
"privatelinks.json"
|
|
56
65
|
);
|
|
57
|
-
@@armCommonDefinition(
|
|
66
|
+
@@armCommonDefinition(
|
|
67
|
+
PrivateEndpointConnection,
|
|
58
68
|
"PrivateEndpointConnection",
|
|
59
69
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
60
70
|
"privatelinks.json"
|
|
61
71
|
);
|
|
62
|
-
@@armCommonDefinition(
|
|
72
|
+
@@armCommonDefinition(
|
|
73
|
+
PrivateEndpointConnection,
|
|
63
74
|
"PrivateEndpointConnection",
|
|
64
75
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
65
76
|
"privatelinks.json"
|
|
66
77
|
);
|
|
67
|
-
@@armCommonDefinition(
|
|
78
|
+
@@armCommonDefinition(
|
|
79
|
+
PrivateEndpointConnection,
|
|
68
80
|
"PrivateEndpointConnection",
|
|
69
81
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
70
82
|
"privatelinks.json"
|
|
71
83
|
);
|
|
72
84
|
|
|
73
|
-
/** Properties of
|
|
74
|
-
@@armCommonDefinition(
|
|
85
|
+
/** Properties of the private endpoint connection resource */
|
|
86
|
+
@@armCommonDefinition(
|
|
87
|
+
PrivateEndpointConnectionProperties,
|
|
75
88
|
"PrivateEndpointConnectionProperties",
|
|
76
89
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
77
90
|
"privatelinks.json"
|
|
78
91
|
);
|
|
79
|
-
@@armCommonDefinition(
|
|
92
|
+
@@armCommonDefinition(
|
|
93
|
+
PrivateEndpointConnectionProperties,
|
|
80
94
|
"PrivateEndpointConnectionProperties",
|
|
81
95
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
82
96
|
"privatelinks.json"
|
|
83
97
|
);
|
|
84
|
-
@@armCommonDefinition(
|
|
98
|
+
@@armCommonDefinition(
|
|
99
|
+
PrivateEndpointConnectionProperties,
|
|
85
100
|
"PrivateEndpointConnectionProperties",
|
|
86
101
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
87
102
|
"privatelinks.json"
|
|
88
103
|
);
|
|
89
|
-
@@armCommonDefinition(
|
|
104
|
+
@@armCommonDefinition(
|
|
105
|
+
PrivateEndpointConnectionProperties,
|
|
90
106
|
"PrivateEndpointConnectionProperties",
|
|
91
107
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
92
108
|
"privatelinks.json"
|
|
93
109
|
);
|
|
94
110
|
|
|
95
111
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
96
|
-
@@armCommonDefinition(
|
|
112
|
+
@@armCommonDefinition(
|
|
113
|
+
PrivateLinkServiceConnectionState,
|
|
97
114
|
"PrivateLinkServiceConnectionState",
|
|
98
115
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
99
116
|
"privatelinks.json"
|
|
100
117
|
);
|
|
101
|
-
@@armCommonDefinition(
|
|
118
|
+
@@armCommonDefinition(
|
|
119
|
+
PrivateLinkServiceConnectionState,
|
|
102
120
|
"PrivateLinkServiceConnectionState",
|
|
103
121
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
104
122
|
"privatelinks.json"
|
|
105
123
|
);
|
|
106
|
-
@@armCommonDefinition(
|
|
124
|
+
@@armCommonDefinition(
|
|
125
|
+
PrivateLinkServiceConnectionState,
|
|
107
126
|
"PrivateLinkServiceConnectionState",
|
|
108
127
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
109
128
|
"privatelinks.json"
|
|
110
129
|
);
|
|
111
|
-
@@armCommonDefinition(
|
|
130
|
+
@@armCommonDefinition(
|
|
131
|
+
PrivateLinkServiceConnectionState,
|
|
112
132
|
"PrivateLinkServiceConnectionState",
|
|
113
133
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
114
134
|
"privatelinks.json"
|
|
@@ -116,126 +136,150 @@ namespace Azure.ResourceManager.CommonTypes;
|
|
|
116
136
|
|
|
117
137
|
/** Properties of a private link resource. */
|
|
118
138
|
#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-provisioning-state" "Matches current common code"
|
|
119
|
-
@@armCommonDefinition(
|
|
139
|
+
@@armCommonDefinition(
|
|
140
|
+
PrivateLinkResourceProperties,
|
|
120
141
|
"PrivateLinkResourceProperties",
|
|
121
142
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
122
143
|
"privatelinks.json"
|
|
123
144
|
);
|
|
124
|
-
@@armCommonDefinition(
|
|
145
|
+
@@armCommonDefinition(
|
|
146
|
+
PrivateLinkResourceProperties,
|
|
125
147
|
"PrivateLinkResourceProperties",
|
|
126
148
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
127
149
|
"privatelinks.json"
|
|
128
150
|
);
|
|
129
|
-
@@armCommonDefinition(
|
|
151
|
+
@@armCommonDefinition(
|
|
152
|
+
PrivateLinkResourceProperties,
|
|
130
153
|
"PrivateLinkResourceProperties",
|
|
131
154
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
132
155
|
"privatelinks.json"
|
|
133
156
|
);
|
|
134
|
-
@@armCommonDefinition(
|
|
157
|
+
@@armCommonDefinition(
|
|
158
|
+
PrivateLinkResourceProperties,
|
|
135
159
|
"PrivateLinkResourceProperties",
|
|
136
160
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
137
161
|
"privatelinks.json"
|
|
138
162
|
);
|
|
139
163
|
|
|
140
164
|
/** PrivateEndpointConnectionListResult */
|
|
141
|
-
@@armCommonDefinition(
|
|
165
|
+
@@armCommonDefinition(
|
|
166
|
+
PrivateEndpointConnectionListResultV5,
|
|
142
167
|
"PrivateEndpointConnectionListResult",
|
|
143
168
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
144
169
|
"privatelinks.json"
|
|
145
170
|
);
|
|
146
|
-
@@armCommonDefinition(
|
|
171
|
+
@@armCommonDefinition(
|
|
172
|
+
PrivateEndpointConnectionListResultV5,
|
|
147
173
|
"PrivateEndpointConnectionListResult",
|
|
148
174
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
149
175
|
"privatelinks.json"
|
|
150
176
|
);
|
|
151
|
-
@@armCommonDefinition(
|
|
177
|
+
@@armCommonDefinition(
|
|
178
|
+
PrivateEndpointConnectionListResultV5,
|
|
152
179
|
"PrivateEndpointConnectionListResult",
|
|
153
180
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
154
181
|
"privatelinks.json"
|
|
155
182
|
);
|
|
156
|
-
@@armCommonDefinition(
|
|
183
|
+
@@armCommonDefinition(
|
|
184
|
+
PrivateEndpointConnectionListResult,
|
|
157
185
|
"PrivateEndpointConnectionListResult",
|
|
158
186
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
159
187
|
"privatelinks.json"
|
|
160
188
|
);
|
|
161
189
|
|
|
162
190
|
/** PrivateLinkResourceListResult */
|
|
163
|
-
@@armCommonDefinition(
|
|
191
|
+
@@armCommonDefinition(
|
|
192
|
+
PrivateLinkResourceListResultV5,
|
|
164
193
|
"PrivateLinkResourceListResult",
|
|
165
194
|
Azure.ResourceManager.CommonTypes.Versions.v3,
|
|
166
195
|
"privatelinks.json"
|
|
167
196
|
);
|
|
168
|
-
@@armCommonDefinition(
|
|
197
|
+
@@armCommonDefinition(
|
|
198
|
+
PrivateLinkResourceListResultV5,
|
|
169
199
|
"PrivateLinkResourceListResult",
|
|
170
200
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
171
201
|
"privatelinks.json"
|
|
172
202
|
);
|
|
173
|
-
@@armCommonDefinition(
|
|
203
|
+
@@armCommonDefinition(
|
|
204
|
+
PrivateLinkResourceListResultV5,
|
|
174
205
|
"PrivateLinkResourceListResult",
|
|
175
206
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
176
207
|
"privatelinks.json"
|
|
177
208
|
);
|
|
178
|
-
@@armCommonDefinition(
|
|
209
|
+
@@armCommonDefinition(
|
|
210
|
+
PrivateLinkResourceListResult,
|
|
179
211
|
"PrivateLinkResourceListResult",
|
|
180
212
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
181
213
|
"privatelinks.json"
|
|
182
214
|
);
|
|
183
215
|
|
|
184
216
|
// PrivateEndpointServiceConnectionStatus
|
|
185
|
-
@@armCommonDefinition(
|
|
217
|
+
@@armCommonDefinition(
|
|
218
|
+
PrivateEndpointServiceConnectionStatus,
|
|
186
219
|
"PrivateEndpointServiceConnectionStatus",
|
|
187
220
|
Azure.ResourceManager.CommonTypes.Versions.v3,
|
|
188
221
|
"privatelinks.json"
|
|
189
222
|
);
|
|
190
|
-
@@armCommonDefinition(
|
|
223
|
+
@@armCommonDefinition(
|
|
224
|
+
PrivateEndpointServiceConnectionStatus,
|
|
191
225
|
"PrivateEndpointServiceConnectionStatus",
|
|
192
226
|
Azure.ResourceManager.CommonTypes.Versions.v4
|
|
193
227
|
);
|
|
194
|
-
@@armCommonDefinition(
|
|
228
|
+
@@armCommonDefinition(
|
|
229
|
+
PrivateEndpointServiceConnectionStatus,
|
|
195
230
|
"PrivateEndpointServiceConnectionStatus",
|
|
196
231
|
Azure.ResourceManager.CommonTypes.Versions.v5
|
|
197
232
|
);
|
|
198
|
-
@@armCommonDefinition(
|
|
233
|
+
@@armCommonDefinition(
|
|
234
|
+
PrivateEndpointServiceConnectionStatus,
|
|
199
235
|
"PrivateEndpointServiceConnectionStatus",
|
|
200
236
|
Azure.ResourceManager.CommonTypes.Versions.v6
|
|
201
237
|
);
|
|
202
238
|
|
|
203
239
|
// PrivateEndpointServiceConnectionStatus
|
|
204
|
-
@@armCommonDefinition(
|
|
240
|
+
@@armCommonDefinition(
|
|
241
|
+
PrivateEndpointConnectionProvisioningState,
|
|
205
242
|
"PrivateEndpointConnectionProvisioningState",
|
|
206
243
|
Azure.ResourceManager.CommonTypes.Versions.v3,
|
|
207
244
|
"privatelinks.json"
|
|
208
245
|
);
|
|
209
|
-
@@armCommonDefinition(
|
|
246
|
+
@@armCommonDefinition(
|
|
247
|
+
PrivateEndpointConnectionProvisioningState,
|
|
210
248
|
"PrivateEndpointConnectionProvisioningState",
|
|
211
249
|
Azure.ResourceManager.CommonTypes.Versions.v4
|
|
212
250
|
);
|
|
213
|
-
@@armCommonDefinition(
|
|
251
|
+
@@armCommonDefinition(
|
|
252
|
+
PrivateEndpointConnectionProvisioningState,
|
|
214
253
|
"PrivateEndpointConnectionProvisioningState",
|
|
215
254
|
Azure.ResourceManager.CommonTypes.Versions.v5
|
|
216
255
|
);
|
|
217
|
-
@@armCommonDefinition(
|
|
256
|
+
@@armCommonDefinition(
|
|
257
|
+
PrivateEndpointConnectionProvisioningState,
|
|
218
258
|
"PrivateEndpointConnectionProvisioningState",
|
|
219
259
|
Azure.ResourceManager.CommonTypes.Versions.v6
|
|
220
260
|
);
|
|
221
261
|
|
|
222
262
|
/** PrivateEndpointConnectionParameter */
|
|
223
|
-
@@CommonTypes.Private.armCommonParameter(
|
|
263
|
+
@@CommonTypes.Private.armCommonParameter(
|
|
264
|
+
PrivateEndpointConnectionParameter.name,
|
|
224
265
|
"PrivateEndpointConnectionName",
|
|
225
266
|
#{ version: Azure.ResourceManager.CommonTypes.Versions.v3, isDefault: true },
|
|
226
267
|
"privatelinks.json"
|
|
227
268
|
);
|
|
228
|
-
@@CommonTypes.Private.armCommonParameter(
|
|
269
|
+
@@CommonTypes.Private.armCommonParameter(
|
|
270
|
+
PrivateEndpointConnectionParameter.name,
|
|
229
271
|
"PrivateEndpointConnectionName",
|
|
230
272
|
Azure.ResourceManager.CommonTypes.Versions.v4,
|
|
231
273
|
"privatelinks.json"
|
|
232
274
|
);
|
|
233
|
-
@@CommonTypes.Private.armCommonParameter(
|
|
275
|
+
@@CommonTypes.Private.armCommonParameter(
|
|
276
|
+
PrivateEndpointConnectionParameter.name,
|
|
234
277
|
"PrivateEndpointConnectionName",
|
|
235
278
|
Azure.ResourceManager.CommonTypes.Versions.v5,
|
|
236
279
|
"privatelinks.json"
|
|
237
280
|
);
|
|
238
|
-
@@CommonTypes.Private.armCommonParameter(
|
|
281
|
+
@@CommonTypes.Private.armCommonParameter(
|
|
282
|
+
PrivateEndpointConnectionParameter.name,
|
|
239
283
|
"PrivateEndpointConnectionName",
|
|
240
284
|
Azure.ResourceManager.CommonTypes.Versions.v6,
|
|
241
285
|
"privatelinks.json"
|