Skip to content

Commit 26005d0

Browse files
author
SDKAuto
committed
CodeGen from PR 18685 in Azure/azure-rest-api-specs
Merge cb17b8554b3898eae868d5c4623c16cabdbd4cbd into 5575aeff7364faef03c26a3661e1e64a6bb693a7
1 parent 35e8a5e commit 26005d0

File tree

153 files changed

+15039
-639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+15039
-639
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Change History
1+
# Unreleased
22

services/preview/resources/mgmt/2015-10-01-preview/policy/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "1b9022bde6985818c91c5d9f9d7bff8a7a6986ac",
33
"readme": "/_/azure-rest-api-specs/specification/resources/resource-manager/readme.md",
44
"tag": "package-policy-2015-10",
55
"use": "@microsoft.azure/[email protected]",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Change History
1+
# Unreleased
22

services/preview/resources/mgmt/2016-09-01-preview/managedapplications/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "1b9022bde6985818c91c5d9f9d7bff8a7a6986ac",
33
"readme": "/_/azure-rest-api-specs/specification/resources/resource-manager/readme.md",
44
"tag": "package-managedapplications-2016-09",
55
"use": "@microsoft.azure/[email protected]",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Change History
1+
# Unreleased
22

services/preview/resources/mgmt/2017-06-01-preview/policy/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "1b9022bde6985818c91c5d9f9d7bff8a7a6986ac",
33
"readme": "/_/azure-rest-api-specs/specification/resources/resource-manager/readme.md",
44
"tag": "package-policy-2017-06",
55
"use": "@microsoft.azure/[email protected]",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Change History
1+
# Unreleased
22

services/preview/resources/mgmt/2019-06-01-preview/templatespecs/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "b08824e05817297a4b2874d8db5e6fc8c29349c9",
2+
"commit": "1b9022bde6985818c91c5d9f9d7bff8a7a6986ac",
33
"readme": "/_/azure-rest-api-specs/specification/resources/resource-manager/readme.md",
44
"tag": "package-templatespecs-2019-06-preview",
55
"use": "@microsoft.azure/[email protected]",

services/preview/resources/mgmt/2019-06-01-preview/templatespecs/models.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 237 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,238 @@
1-
# Change History
1+
# Unreleased
22

3+
## Breaking Changes
4+
5+
### Removed Funcs
6+
7+
1. AzureEntityResource.MarshalJSON() ([]byte, error)
8+
1. ErrorDetail.MarshalJSON() ([]byte, error)
9+
1. ProxyResource.MarshalJSON() ([]byte, error)
10+
1. Resource.MarshalJSON() ([]byte, error)
11+
1. TrackedResource.MarshalJSON() ([]byte, error)
12+
13+
### Struct Changes
14+
15+
#### Removed Structs
16+
17+
1. AzureEntityResource
18+
1. ErrorDetail
19+
1. ProxyResource
20+
1. Resource
21+
1. TrackedResource
22+
23+
### Signature Changes
24+
25+
#### Funcs
26+
27+
1. AssignmentsClient.List
28+
- Params
29+
- From: context.Context, string, string, *int32
30+
- To: context.Context, string, *int32
31+
1. AssignmentsClient.ListComplete
32+
- Params
33+
- From: context.Context, string, string, *int32
34+
- To: context.Context, string, *int32
35+
1. AssignmentsClient.ListForResource
36+
- Params
37+
- From: context.Context, string, string, string, string, string, string, string, *int32
38+
- To: context.Context, string, string, string, string, string, string, *int32
39+
1. AssignmentsClient.ListForResourceComplete
40+
- Params
41+
- From: context.Context, string, string, string, string, string, string, string, *int32
42+
- To: context.Context, string, string, string, string, string, string, *int32
43+
1. AssignmentsClient.ListForResourceGroup
44+
- Params
45+
- From: context.Context, string, string, string, *int32
46+
- To: context.Context, string, string, *int32
47+
1. AssignmentsClient.ListForResourceGroupComplete
48+
- Params
49+
- From: context.Context, string, string, string, *int32
50+
- To: context.Context, string, string, *int32
51+
1. AssignmentsClient.ListForResourceGroupPreparer
52+
- Params
53+
- From: context.Context, string, string, string, *int32
54+
- To: context.Context, string, string, *int32
55+
1. AssignmentsClient.ListForResourcePreparer
56+
- Params
57+
- From: context.Context, string, string, string, string, string, string, string, *int32
58+
- To: context.Context, string, string, string, string, string, string, *int32
59+
1. AssignmentsClient.ListPreparer
60+
- Params
61+
- From: context.Context, string, string, *int32
62+
- To: context.Context, string, *int32
63+
1. DefinitionsClient.CreateOrUpdate
64+
- Params
65+
- From: context.Context, string, Definition, string
66+
- To: context.Context, string, Definition
67+
1. DefinitionsClient.CreateOrUpdatePreparer
68+
- Params
69+
- From: context.Context, string, Definition, string
70+
- To: context.Context, string, Definition
71+
1. DefinitionsClient.Delete
72+
- Params
73+
- From: context.Context, string, string
74+
- To: context.Context, string
75+
1. DefinitionsClient.DeletePreparer
76+
- Params
77+
- From: context.Context, string, string
78+
- To: context.Context, string
79+
1. DefinitionsClient.Get
80+
- Params
81+
- From: context.Context, string, string
82+
- To: context.Context, string
83+
1. DefinitionsClient.GetPreparer
84+
- Params
85+
- From: context.Context, string, string
86+
- To: context.Context, string
87+
1. DefinitionsClient.List
88+
- Params
89+
- From: context.Context, string, string, *int32
90+
- To: context.Context, string, *int32
91+
1. DefinitionsClient.ListComplete
92+
- Params
93+
- From: context.Context, string, string, *int32
94+
- To: context.Context, string, *int32
95+
1. DefinitionsClient.ListPreparer
96+
- Params
97+
- From: context.Context, string, string, *int32
98+
- To: context.Context, string, *int32
99+
1. ExemptionsClient.CreateOrUpdate
100+
- Params
101+
- From: context.Context, Exemption, string, string
102+
- To: context.Context, string, string, Exemption
103+
1. ExemptionsClient.CreateOrUpdatePreparer
104+
- Params
105+
- From: context.Context, Exemption, string, string
106+
- To: context.Context, string, string, Exemption
107+
1. ExemptionsClient.List
108+
- Params
109+
- From: context.Context, string, string
110+
- To: context.Context, string
111+
1. ExemptionsClient.ListComplete
112+
- Params
113+
- From: context.Context, string, string
114+
- To: context.Context, string
115+
1. ExemptionsClient.ListForResource
116+
- Params
117+
- From: context.Context, string, string, string, string, string, string, string
118+
- To: context.Context, string, string, string, string, string, string
119+
1. ExemptionsClient.ListForResourceComplete
120+
- Params
121+
- From: context.Context, string, string, string, string, string, string, string
122+
- To: context.Context, string, string, string, string, string, string
123+
1. ExemptionsClient.ListForResourceGroup
124+
- Params
125+
- From: context.Context, string, string, string
126+
- To: context.Context, string, string
127+
1. ExemptionsClient.ListForResourceGroupComplete
128+
- Params
129+
- From: context.Context, string, string, string
130+
- To: context.Context, string, string
131+
1. ExemptionsClient.ListForResourceGroupPreparer
132+
- Params
133+
- From: context.Context, string, string, string
134+
- To: context.Context, string, string
135+
1. ExemptionsClient.ListForResourcePreparer
136+
- Params
137+
- From: context.Context, string, string, string, string, string, string, string
138+
- To: context.Context, string, string, string, string, string, string
139+
1. ExemptionsClient.ListPreparer
140+
- Params
141+
- From: context.Context, string, string
142+
- To: context.Context, string
143+
1. New
144+
- Params
145+
- From: <none>
146+
- To: string
147+
1. NewAssignmentsClient
148+
- Params
149+
- From: <none>
150+
- To: string
151+
1. NewAssignmentsClientWithBaseURI
152+
- Params
153+
- From: string
154+
- To: string, string
155+
1. NewDefinitionsClient
156+
- Params
157+
- From: <none>
158+
- To: string
159+
1. NewDefinitionsClientWithBaseURI
160+
- Params
161+
- From: string
162+
- To: string, string
163+
1. NewExemptionsClient
164+
- Params
165+
- From: <none>
166+
- To: string
167+
1. NewExemptionsClientWithBaseURI
168+
- Params
169+
- From: string
170+
- To: string, string
171+
1. NewSetDefinitionsClient
172+
- Params
173+
- From: <none>
174+
- To: string
175+
1. NewSetDefinitionsClientWithBaseURI
176+
- Params
177+
- From: string
178+
- To: string, string
179+
1. NewWithBaseURI
180+
- Params
181+
- From: string
182+
- To: string, string
183+
1. SetDefinitionsClient.CreateOrUpdate
184+
- Params
185+
- From: context.Context, string, SetDefinition, string
186+
- To: context.Context, string, SetDefinition
187+
1. SetDefinitionsClient.CreateOrUpdatePreparer
188+
- Params
189+
- From: context.Context, string, SetDefinition, string
190+
- To: context.Context, string, SetDefinition
191+
1. SetDefinitionsClient.Delete
192+
- Params
193+
- From: context.Context, string, string
194+
- To: context.Context, string
195+
1. SetDefinitionsClient.DeletePreparer
196+
- Params
197+
- From: context.Context, string, string
198+
- To: context.Context, string
199+
1. SetDefinitionsClient.Get
200+
- Params
201+
- From: context.Context, string, string
202+
- To: context.Context, string
203+
1. SetDefinitionsClient.GetPreparer
204+
- Params
205+
- From: context.Context, string, string
206+
- To: context.Context, string
207+
1. SetDefinitionsClient.List
208+
- Params
209+
- From: context.Context, string, string, *int32
210+
- To: context.Context, string, *int32
211+
1. SetDefinitionsClient.ListComplete
212+
- Params
213+
- From: context.Context, string, string, *int32
214+
- To: context.Context, string, *int32
215+
1. SetDefinitionsClient.ListPreparer
216+
- Params
217+
- From: context.Context, string, string, *int32
218+
- To: context.Context, string, *int32
219+
220+
#### Struct Fields
221+
222+
1. CloudError.Error changed type from *ErrorDetail to *ErrorResponse
223+
224+
## Additive Changes
225+
226+
### New Funcs
227+
228+
1. ErrorResponse.MarshalJSON() ([]byte, error)
229+
230+
### Struct Changes
231+
232+
#### New Structs
233+
234+
1. ErrorResponse
235+
236+
#### New Struct Fields
237+
238+
1. BaseClient.SubscriptionID

services/preview/resources/mgmt/2020-03-01-preview/policy/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "1b9022bde6985818c91c5d9f9d7bff8a7a6986ac",
33
"readme": "/_/azure-rest-api-specs/specification/resources/resource-manager/readme.md",
44
"tag": "package-policy-2020-03",
55
"use": "@microsoft.azure/[email protected]",

0 commit comments

Comments
 (0)