Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
23326b9
refactor table option (#6970)
qingyhe Aug 16, 2019
a0cd13d
IMDS Swagger: Adding Swagger spec for 2019-08-15 version (#6846)
jianyunt Aug 17, 2019
9523cce
regenerated all-api-versions
Aug 17, 2019
79c2711
Mark ownerEmail as required properties for workspace RP (#6968)
sherry1989 Aug 18, 2019
04c0a00
chore: jsonfmt imds (#6986)
nschonni Aug 19, 2019
3b01813
fix bad 'unknown' discriminator value in the rest of our datamigratio…
huang91shu Aug 19, 2019
59c5761
fix: MD010/no-hard-tabs (#6985)
nschonni Aug 19, 2019
ae48ce6
Fixed Integration Runtime semantic validation error. (#6989)
zhangyd2015 Aug 20, 2019
d4104a6
Fixing model validation errors for Azure Backup (#6990)
adit-t Aug 20, 2019
178695c
[Data Factory]Add property blockSizeInMB for AzureBlobStorageWriteSet…
rickysun93 Aug 20, 2019
ea01158
Add validation transfer API for Microsoft.Billing. (#6940)
jbnpaul Aug 20, 2019
ea2dbe5
[Azure Search] Introduce a few breaking changes in swagger specificat…
arv100kri Aug 21, 2019
8621952
update [email protected] in preproduction (#7002)
ruowan Aug 21, 2019
c6f70c1
Added Key Vault ID for GET and LIST SapMonitor (#6839)
PakDLiu Aug 21, 2019
eff958b
chore: jsonfmt recoveryservicesbackup (#7010)
nschonni Aug 21, 2019
8737aa5
Fixing an error in examples of Azure Backup (#7007)
adit-t Aug 21, 2019
9171807
Generate storage admin spec for 2019-08-08
Jul 4, 2019
b8beee3
Change settings update operation id.
Jul 5, 2019
e19b41f
Add filter for list storage accounts.
Jul 8, 2019
7422c4f
Change order of FilterParameter and SummaryParameter
Jul 8, 2019
e40e660
Change summary type in examples
Jul 9, 2019
59a2294
Fix async operation
Jul 10, 2019
e935d8a
Add admin list acquisition scenario
Jul 24, 2019
00e37b3
Change acquisition body
Jul 24, 2019
541b2aa
Fix typo.
Aug 15, 2019
f193009
fix circular reference.
Aug 15, 2019
bed27f8
Fix comment
Aug 16, 2019
57962f4
Change rest api.
Aug 21, 2019
938da6d
Fix typo
Aug 21, 2019
38e0945
Add back 2015-12-01 and fix comment
Aug 22, 2019
7eae00f
Fix comment
Aug 22, 2019
c6765b3
fix merge validation fail
Aug 23, 2019
3dba420
fix model validation for farm
Aug 23, 2019
7839540
change nextlink name
Sep 11, 2019
be27ac2
fix nextpagelink issue.
Sep 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preproduction-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm install -D @azure/avocado@0.5.1'
- script: 'npm install -D @azure/avocado@0.6.0'
- script: './node_modules/.bin/avocado'
displayName: 'Avocado'
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"200": {
"description": "OK -- The list of acquisitions has been returned.",
"schema": {
"$ref": "acquisitions.json#/definitions/AcquisitionList"
"$ref": "#/definitions/AcquisitionList"
}
},
"404": {
Expand Down Expand Up @@ -93,7 +93,7 @@
},
"status": {
"description": "The status of the page BLOB acquisition.",
"$ref": "acquisitions.json#/definitions/AcquisitionStatus",
"$ref": "#/definitions/AcquisitionStatus",
"readOnly": true
},
"susbcriptionid": {
Expand Down Expand Up @@ -130,7 +130,7 @@
"properties": {
"description": "The properties of the page blob acquisition.",
"x-ms-client-flatten": true,
"$ref": "acquisitions.json#/definitions/AcquisitionProperties",
"$ref": "#/definitions/AcquisitionProperties",
"readOnly": true
}
},
Expand All @@ -144,7 +144,7 @@
"description": "The list of page BLOB acquisitions.",
"type": "array",
"items": {
"$ref": "acquisitions.json#/definitions/Acquisition"
"$ref": "#/definitions/Acquisition"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"200": {
"description": "OK -- The BLOB service has been returned.",
"schema": {
"$ref": "blobServices.json#/definitions/BlobService"
"$ref": "#/definitions/BlobService"
}
},
"404": {
Expand Down Expand Up @@ -184,7 +184,7 @@
"type": "object",
"allOf": [
{
"$ref": "blobServices.json#/definitions/BlobServiceWritableSettings"
"$ref": "#/definitions/BlobServiceWritableSettings"
}
]
},
Expand All @@ -194,7 +194,7 @@
"properties": {
"settings": {
"x-ms-client-flatten": true,
"$ref": "blobServices.json#/definitions/BlobServiceSettings",
"$ref": "#/definitions/BlobServiceSettings",
"description": "Blob service settings.",
"readOnly": true
}
Expand All @@ -212,7 +212,7 @@
"properties": {
"description": "Blob service properties.",
"x-ms-client-flatten": true,
"$ref": "blobServices.json#/definitions/BlobServiceProperties",
"$ref": "#/definitions/BlobServiceProperties",
"readOnly": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"200": {
"description": "OK -- Operation has been accepted and processed",
"schema": {
"$ref": "containers.json#/definitions/MigrationResult"
"$ref": "#/definitions/MigrationResult"
}
},
"202": {
"description": "ACCEPTED - Operation has been accepted will be processed asynchronously",
"schema": {
"$ref": "containers.json#/definitions/MigrationResult"
"$ref": "#/definitions/MigrationResult"
}
}
},
Expand Down Expand Up @@ -93,7 +93,7 @@
"200": {
"description": "OK -- Operation has been accepted and processed",
"schema": {
"$ref": "containers.json#/definitions/MigrationResult"
"$ref": "#/definitions/MigrationResult"
}
}
}
Expand Down Expand Up @@ -128,20 +128,20 @@
"$ref": "storage.json#/parameters/ApiVersionParameter"
},
{
"$ref": "containers.json#/parameters/MigrationIntentParameter"
"$ref": "#/parameters/MigrationIntentParameter"
},
{
"$ref": "containers.json#/parameters/MaxCountParameter"
"$ref": "#/parameters/MaxCountParameter"
},
{
"$ref": "containers.json#/parameters/StartIndexParameter"
"$ref": "#/parameters/StartIndexParameter"
}
],
"responses": {
"200": {
"description": "OK -- The list of containers has been returned.",
"schema": {
"$ref": "containers.json#/definitions/ContainerList"
"$ref": "#/definitions/ContainerList"
}
},
"404": {
Expand Down Expand Up @@ -224,20 +224,20 @@
"$ref": "storage.json#/parameters/ApiVersionParameter"
},
{
"$ref": "containers.json#/parameters/MigrationParameterParameter"
"$ref": "#/parameters/MigrationParameterParameter"
}
],
"responses": {
"200": {
"description": "OK -- Container has been migrated",
"schema": {
"$ref": "containers.json#/definitions/MigrationResult"
"$ref": "#/definitions/MigrationResult"
}
},
"202": {
"description": "ACCEPTED -- Operation accepted and will be performed asynchronously",
"schema": {
"$ref": "containers.json#/definitions/MigrationResult"
"$ref": "#/definitions/MigrationResult"
}
}
},
Expand Down Expand Up @@ -293,7 +293,7 @@
"description": "List of containers.",
"type": "array",
"items": {
"$ref": "containers.json#/definitions/Container"
"$ref": "#/definitions/Container"
}
},
"MigrationResult": {
Expand Down Expand Up @@ -327,7 +327,7 @@
},
"migrationStatus": {
"description": "The migration status.",
"$ref": "containers.json#/definitions/MigrationState",
"$ref": "#/definitions/MigrationState",
"readOnly": true
},
"subEntitiesCompleted": {
Expand Down Expand Up @@ -423,7 +423,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "containers.json#/definitions/MigrationParameters"
"$ref": "#/definitions/MigrationParameters"
},
"x-ms-parameter-location": "method"
}
Expand Down
Loading