Skip to content

Commit e832502

Browse files
authored
Merge pull request #2 from amarzavery/checklist
Checklist
2 parents 5165f2b + 0ce8ddd commit e832502

15 files changed

Lines changed: 6076 additions & 635 deletions

File tree

arm-compute/2016-03-30/swagger/compute.json

Lines changed: 122 additions & 122 deletions
Large diffs are not rendered by default.

arm-containerregistry/2016-06-27-preview/swagger/containerregistry.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
"schema": {
115115
"$ref": "#/definitions/Registry"
116116
}
117+
},
118+
"202": {
119+
"description": "The request was successful; the operation will complete asynchronously."
117120
}
118121
}
119122
},
@@ -140,6 +143,9 @@
140143
"responses": {
141144
"200": {
142145
"description": "The request was successful; the request was well-formed and received properly."
146+
},
147+
"204": {
148+
"description": "The container registry does not exist in the subscription."
143149
}
144150
}
145151
},

arm-datalake-analytics/account/2016-11-01/swagger/account.json

Lines changed: 37 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@
499499
{
500500
"name": "parameters",
501501
"in": "body",
502-
"required": true,
503502
"schema": {
504503
"$ref": "#/definitions/AddDataLakeStoreParameters"
505504
},
@@ -932,9 +931,7 @@
932931
}
933932
},
934933
"x-ms-long-running-operation": true
935-
}
936-
},
937-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{name}": {
934+
},
938935
"put": {
939936
"tags": [
940937
"Account"
@@ -950,7 +947,7 @@
950947
"description": "The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with."
951948
},
952949
{
953-
"name": "name",
950+
"name": "accountName",
954951
"in": "path",
955952
"required": true,
956953
"type": "string",
@@ -1003,7 +1000,7 @@
10031000
"description": "The name of the Azure resource group that contains the Data Lake Analytics account."
10041001
},
10051002
{
1006-
"name": "name",
1003+
"name": "accountName",
10071004
"in": "path",
10081005
"required": true,
10091006
"type": "string",
@@ -1074,37 +1071,22 @@
10741071
"description": "Azure Storage account properties information to update."
10751072
},
10761073
"StorageAccountInfo": {
1077-
"properties": {
1078-
"name": {
1079-
"type": "string",
1080-
"readOnly": true,
1081-
"description": "the account name associated with the Azure storage account."
1082-
},
1083-
"properties": {
1084-
"$ref": "#/definitions/StorageAccountProperties",
1085-
"description": "the properties associated with this storage account.",
1086-
"x-ms-client-flatten": true
1074+
"allOf": [
1075+
{
1076+
"$ref": "#/definitions/SubResource"
10871077
}
1088-
},
1089-
"description": "Azure Storage account information."
1090-
},
1091-
"CreateStorageAccountInfo": {
1078+
],
10921079
"required": [
1093-
"properties",
1094-
"name"
1080+
"properties"
10951081
],
10961082
"properties": {
1097-
"name": {
1098-
"type": "string",
1099-
"description": "the account name associated with the Azure storage account to add to the Data Lake analytics account being created."
1100-
},
11011083
"properties": {
11021084
"$ref": "#/definitions/StorageAccountProperties",
1103-
"description": "the properties associated with this storage account to add to the Data Lake analytics account being created.",
1085+
"description": "the properties associated with this storage account.",
11041086
"x-ms-client-flatten": true
11051087
}
11061088
},
1107-
"description": "Azure Storage account information to add to the Data Lake analytics account being created."
1089+
"description": "Azure Storage account information."
11081090
},
11091091
"StorageContainerProperties": {
11101092
"properties": {
@@ -1198,14 +1180,12 @@
11981180
"description": "Data Lake Store account properties information."
11991181
},
12001182
"DataLakeStoreAccountInfo": {
1201-
"required": [
1202-
"name"
1183+
"allOf": [
1184+
{
1185+
"$ref": "#/definitions/SubResource"
1186+
}
12031187
],
12041188
"properties": {
1205-
"name": {
1206-
"type": "string",
1207-
"description": "the account name of the Data Lake Store account to add to the Data Lake Analytics account being created."
1208-
},
12091189
"properties": {
12101190
"$ref": "#/definitions/DataLakeStoreAccountInfoProperties",
12111191
"description": "the properties associated with this Data Lake Store account.",
@@ -1491,54 +1471,6 @@
14911471
},
14921472
"description": "Generic resource error details information."
14931473
},
1494-
"InnerError": {
1495-
"properties": {
1496-
"trace": {
1497-
"type": "string",
1498-
"readOnly": true,
1499-
"description": "the stack trace for the error"
1500-
},
1501-
"context": {
1502-
"type": "string",
1503-
"readOnly": true,
1504-
"description": "the context for the error message"
1505-
}
1506-
},
1507-
"description": "Generic resource inner error information."
1508-
},
1509-
"Error": {
1510-
"properties": {
1511-
"code": {
1512-
"type": "string",
1513-
"readOnly": true,
1514-
"description": "the HTTP status code or error code associated with this error"
1515-
},
1516-
"message": {
1517-
"type": "string",
1518-
"readOnly": true,
1519-
"description": "the error message to display."
1520-
},
1521-
"target": {
1522-
"type": "string",
1523-
"readOnly": true,
1524-
"description": "the target of the error."
1525-
},
1526-
"details": {
1527-
"type": "array",
1528-
"items": {
1529-
"$ref": "#/definitions/ErrorDetails"
1530-
},
1531-
"readOnly": true,
1532-
"description": "The list of error details"
1533-
},
1534-
"innerError": {
1535-
"$ref": "#/definitions/InnerError",
1536-
"readOnly": true,
1537-
"description": "The inner exceptions or errors, if any"
1538-
}
1539-
},
1540-
"description": "Generic resource error information."
1541-
},
15421474
"Resource": {
15431475
"description": "The Resource model definition.",
15441476
"properties": {
@@ -1573,6 +1505,29 @@
15731505
"location"
15741506
],
15751507
"x-ms-azure-resource": true
1508+
},
1509+
"SubResource": {
1510+
"description": "The Sub Resource model definition.",
1511+
"properties": {
1512+
"id": {
1513+
"readOnly": true,
1514+
"type": "string",
1515+
"description": "Resource Id"
1516+
},
1517+
"name": {
1518+
"type": "string",
1519+
"description": "Resource name"
1520+
},
1521+
"type": {
1522+
"readOnly": true,
1523+
"type": "string",
1524+
"description": "Resource type"
1525+
}
1526+
},
1527+
"required": [
1528+
"name"
1529+
],
1530+
"x-ms-azure-resource": true
15761531
}
15771532
},
15781533
"parameters": {

arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@
7272
],
7373
"responses": {
7474
"200": {
75-
"description": "Successfully created the specified secret in the specified database.",
76-
"schema": {
77-
"$ref": "#/definitions/USqlSecret"
78-
}
75+
"description": "Successfully created the specified secret in the specified database."
7976
}
8077
}
8178
},

arm-datalake-analytics/job/2016-11-01/swagger/job.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
},
6868
"/Jobs/{jobIdentity}/GetDebugDataPath": {
69-
"post": {
69+
"get": {
7070
"tags": [
7171
"Job"
7272
],

arm-datalake-store/account/2016-11-01/swagger/account.json

Lines changed: 3 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,7 @@
513513
}
514514
},
515515
"x-ms-long-running-operation": true
516-
}
517-
},
518-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}": {
516+
},
519517
"delete": {
520518
"tags": [
521519
"Account"
@@ -531,7 +529,7 @@
531529
"description": "The name of the Azure resource group that contains the Data Lake Store account."
532530
},
533531
{
534-
"name": "accountName",
532+
"name": "name",
535533
"in": "path",
536534
"required": true,
537535
"type": "string",
@@ -572,7 +570,7 @@
572570
"description": "The name of the Azure resource group that contains the Data Lake Store account."
573571
},
574572
{
575-
"name": "accountName",
573+
"name": "name",
576574
"in": "path",
577575
"required": true,
578576
"type": "string",
@@ -846,9 +844,6 @@
846844
"$ref": "#/definitions/SubResource"
847845
}
848846
],
849-
"required": [
850-
"properties"
851-
],
852847
"properties": {
853848
"properties": {
854849
"$ref": "#/definitions/TrustedIdProviderProperties",
@@ -1204,54 +1199,6 @@
12041199
},
12051200
"description": "Data Lake Store error details information"
12061201
},
1207-
"InnerError": {
1208-
"properties": {
1209-
"trace": {
1210-
"type": "string",
1211-
"readOnly": true,
1212-
"description": "the stack trace for the error"
1213-
},
1214-
"context": {
1215-
"type": "string",
1216-
"readOnly": true,
1217-
"description": "the context for the error message"
1218-
}
1219-
},
1220-
"description": "Data Lake Store inner error information"
1221-
},
1222-
"Error": {
1223-
"properties": {
1224-
"code": {
1225-
"type": "string",
1226-
"readOnly": true,
1227-
"description": "the HTTP status code or error code associated with this error"
1228-
},
1229-
"message": {
1230-
"type": "string",
1231-
"readOnly": true,
1232-
"description": "the error message to display."
1233-
},
1234-
"target": {
1235-
"type": "string",
1236-
"readOnly": true,
1237-
"description": "the target of the error."
1238-
},
1239-
"details": {
1240-
"type": "array",
1241-
"readOnly": true,
1242-
"items": {
1243-
"$ref": "#/definitions/ErrorDetails"
1244-
},
1245-
"description": "the list of error details"
1246-
},
1247-
"innerError": {
1248-
"$ref": "#/definitions/InnerError",
1249-
"readOnly": true,
1250-
"description": "the inner exceptions or errors, if any"
1251-
}
1252-
},
1253-
"description": "Data Lake Store error information"
1254-
},
12551202
"Resource": {
12561203
"description": "The Resource model definition.",
12571204
"properties": {

arm-datalake-store/filesystem/2016-11-01/swagger/filesystem.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@
9696
"chunked"
9797
]
9898
},
99+
{
100+
"name": "syncFlag",
101+
"in": "query",
102+
"required": false,
103+
"type": "string",
104+
"default": "DATA",
105+
"description": "Optionally indicates what to do after completion of the concurrent append. DATA indicates more data is coming so no sync takes place, METADATA indicates a sync should be done to refresh metadata of the file only. CLOSE indicates that both the stream and metadata should be refreshed upon append completion.",
106+
"enum": [
107+
"DATA",
108+
"METADATA",
109+
"CLOSE"
110+
],
111+
"x-ms-enum": {
112+
"name": "SyncFlag",
113+
"modelAsString": false
114+
}
115+
},
99116
{
100117
"$ref": "#/parameters/ApiVersionParameter"
101118
}

arm-eventhub/2015-08-01/swagger/EventHub.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,7 @@
16031603
"description": "Name of the Event Hub."
16041604
},
16051605
"properties": {
1606+
"x-ms-client-flatten": true,
16061607
"$ref": "#/definitions/EventHubProperties"
16071608
}
16081609
},

0 commit comments

Comments
 (0)