Skip to content

Commit b85f26e

Browse files
author
SDK Automation
committed
Update from master
1 parent 85ebda1 commit b85f26e

File tree

21 files changed

+446
-6910
lines changed

21 files changed

+446
-6910
lines changed

schemas/2017-06-01/Microsoft.AAD.json

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636
],
3737
"description": "Properties of the Domain Service."
3838
},
39-
"resources": {
40-
"type": "array",
41-
"items": {
42-
"oneOf": [
43-
{
44-
"$ref": "#/definitions/domainServices_ouContainer_childResource"
45-
}
46-
]
47-
}
48-
},
4939
"tags": {
5040
"oneOf": [
5141
{
@@ -75,45 +65,6 @@
7565
"type"
7666
],
7767
"description": "Microsoft.AAD/domainServices"
78-
},
79-
"domainServices_ouContainer": {
80-
"type": "object",
81-
"properties": {
82-
"accountName": {
83-
"type": "string",
84-
"description": "The account name"
85-
},
86-
"apiVersion": {
87-
"type": "string",
88-
"enum": [
89-
"2017-06-01"
90-
]
91-
},
92-
"name": {
93-
"type": "string",
94-
"description": "The name of the OuContainer."
95-
},
96-
"password": {
97-
"type": "string",
98-
"description": "The account password"
99-
},
100-
"spn": {
101-
"type": "string",
102-
"description": "The account spn"
103-
},
104-
"type": {
105-
"type": "string",
106-
"enum": [
107-
"Microsoft.Aad/domainServices/ouContainer"
108-
]
109-
}
110-
},
111-
"required": [
112-
"apiVersion",
113-
"name",
114-
"type"
115-
],
116-
"description": "Microsoft.Aad/domainServices/ouContainer"
11768
}
11869
},
11970
"definitions": {
@@ -230,45 +181,6 @@
230181
},
231182
"description": "Properties of the Domain Service."
232183
},
233-
"domainServices_ouContainer_childResource": {
234-
"type": "object",
235-
"properties": {
236-
"accountName": {
237-
"type": "string",
238-
"description": "The account name"
239-
},
240-
"apiVersion": {
241-
"type": "string",
242-
"enum": [
243-
"2017-06-01"
244-
]
245-
},
246-
"name": {
247-
"type": "string",
248-
"description": "The name of the OuContainer."
249-
},
250-
"password": {
251-
"type": "string",
252-
"description": "The account password"
253-
},
254-
"spn": {
255-
"type": "string",
256-
"description": "The account spn"
257-
},
258-
"type": {
259-
"type": "string",
260-
"enum": [
261-
"ouContainer"
262-
]
263-
}
264-
},
265-
"required": [
266-
"apiVersion",
267-
"name",
268-
"type"
269-
],
270-
"description": "Microsoft.Aad/domainServices/ouContainer"
271-
},
272184
"LdapsSettings": {
273185
"type": "object",
274186
"properties": {

schemas/2018-03-01/Microsoft.Cache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
588588
}
589589
],
590-
"description": "The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4, 5)."
590+
"description": "The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4)."
591591
},
592592
"family": {
593593
"oneOf": [

schemas/2018-06-01-preview/Microsoft.DBforMariaDB.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"oneOf": [
227227
{
228228
"type": "string",
229-
"pattern": "^.*/Default$"
229+
"pattern": "^.*/default$"
230230
},
231231
{
232232
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -727,7 +727,7 @@
727727
"name": {
728728
"type": "string",
729729
"enum": [
730-
"Default"
730+
"default"
731731
],
732732
"description": "The name of the threat detection policy."
733733
},

0 commit comments

Comments
 (0)