Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in operation ids #14665

Merged
merged 48 commits into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ebd9af0
manual changes for swagger
mayankagg9722 Mar 2, 2021
65c5397
changes for long-running operations
mayankagg9722 Mar 3, 2021
a397e2c
changes for validate for backup and restore
mayankagg9722 Mar 3, 2021
4ad89b6
removing 204 from operationResults
mayankagg9722 Mar 3, 2021
bcfebde
changes for a monitoring
mayankagg9722 Mar 3, 2021
4fafa91
adding format
mayankagg9722 Mar 3, 2021
9952c44
removing date-time from duration
mayankagg9722 Mar 3, 2021
649af83
changing to readonly
mayankagg9722 Mar 3, 2021
b40a94e
changes for listRPs
mayankagg9722 Mar 3, 2021
3b118b2
fixes swagger
mayankagg9722 Mar 3, 2021
a60ef0d
reverting readonly for scheduleTimes
mayankagg9722 Mar 3, 2021
80469f8
fixes for checkgates
mayankagg9722 Mar 4, 2021
bce4bfb
prettier fixes
mayankagg9722 Mar 4, 2021
03a4aa8
cahnges for friendlyname checks
mayankagg9722 Mar 4, 2021
6cba958
fixing gates
mayankagg9722 Mar 4, 2021
ed127c2
removing tracking-via
mayankagg9722 Mar 5, 2021
b6b8d15
model validation fixes
mayankagg9722 Mar 8, 2021
1190b41
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 Mar 9, 2021
15641d5
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 Mar 17, 2021
1e6fbda
powershell changes
mayankagg9722 Mar 17, 2021
bd48d54
adding stable version
mayankagg9722 Mar 17, 2021
3662cc8
changes for PatchResourceRequestInput
mayankagg9722 Mar 17, 2021
b9393bf
change for req fields
mayankagg9722 Mar 18, 2021
7f7f59e
changes for description
mayankagg9722 Mar 19, 2021
5d579d2
changes
mayankagg9722 Mar 19, 2021
04867d8
Merge pull request #1 from mayankagg9722/users/mayaggar/swaggerGAChanges
mayankagg9722 Mar 22, 2021
3eac941
Updated swagger json for item level restore target info objects
zakinkh Mar 22, 2021
2063ec3
Fixed spelling errors
zakinkh Mar 22, 2021
674ec6a
Added missing required properties
zakinkh Mar 22, 2021
d3a3879
removed auth credentials property
zakinkh Mar 23, 2021
b5c3934
prettier fixes
mayankagg9722 Mar 23, 2021
218889f
Prettier fix
zakinkh Mar 23, 2021
81bb4d2
Merge branch 'master' of https://github.com/mayankagg9722/azure-rest-…
zakinkh Mar 23, 2021
acc3ad8
pr comments fixes
mayankagg9722 Mar 23, 2021
90ab49e
Merge branch 'master' of https://github.com/mayankagg9722/azure-rest-…
mayankagg9722 Mar 23, 2021
f72f4b7
fixing readme
mayankagg9722 Mar 23, 2021
cc2f99b
changes for go readme
mayankagg9722 Mar 24, 2021
e59c84a
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 Mar 31, 2021
1ed765a
Removed x-ms-flatten property (#2)
mayankagg9722 Apr 14, 2021
b2c98b8
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 Apr 14, 2021
4ca9271
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 May 24, 2021
ede5c22
changes in operation ids (#3)
mayankagg9722 Jun 3, 2021
9ac2ea8
Merge branch 'Azure:master' into master
mayankagg9722 Jun 3, 2021
0314f24
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
mayankagg9722 Jun 3, 2021
3396000
Merge branch 'master' of https://github.com/mayankagg9722/azure-rest-…
mayankagg9722 Jun 3, 2021
c12f8bc
lint and model vaidations
mayankagg9722 Jun 7, 2021
8b732da
changes for prettier
mayankagg9722 Jun 7, 2021
186a1c6
changing version in example
mayankagg9722 Jun 7, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"BackupVaults"
],
"description": "Returns resource collection belonging to a subscription.",
"operationId": "BackupVaults_GetResourcesInSubscription",
"operationId": "BackupVaults_GetInSubscription",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -136,7 +136,7 @@
"OperationStatus"
],
"summary": "Gets the operation status for a resource.",
"operationId": "GetOperationStatus",
"operationId": "OperationStatus_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -187,7 +187,7 @@
"BackupVaults"
],
"description": "Returns resource collection belonging to a resource group.",
"operationId": "BackupVaults_GetResourcesInResourceGroup",
"operationId": "BackupVaults_GetInResourceGroup",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -389,7 +389,7 @@
"BackupVaults"
],
"description": "Updates a BackupVault resource belonging to a resource group. For example, updating tags for a resource.",
"operationId": "BackupVaults_Patch",
"operationId": "BackupVaults_Update",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -446,7 +446,7 @@
"tags": [
"Resources"
],
"operationId": "GetOperationResultPatch",
"operationId": "BackupVaultOperationResults_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -555,7 +555,7 @@
"DppFeatureSupport"
],
"summary": "Validates if a feature is supported",
"operationId": "CheckFeatureSupport",
"operationId": "DataProtection_CheckFeatureSupport",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -609,7 +609,7 @@
"Operations"
],
"description": "Returns the list of available operations.",
"operationId": "Operations_List",
"operationId": "DataProtectionOperations_List",
"parameters": [
{
"$ref": "#/parameters/ApiVersion"
Expand All @@ -632,6 +632,11 @@
"x-ms-pageable": {
"nextLinkName": "nextLink",
"itemName": "value"
},
"x-ms-examples": {
"Returns the list of supported REST operations.": {
"$ref": "./examples/Operations/List.json"
}
}
}
},
Expand Down Expand Up @@ -758,6 +763,7 @@
},
{
"name": "backupPolicyName",
"description": "Name of the policy",
"in": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -1236,7 +1242,7 @@
"RecoveryPoint"
],
"description": "Returns a list of Recovery Points for a DataSource in a vault.",
"operationId": "RecoveryPoints_GetList",
"operationId": "RecoveryPoints_List",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -1306,7 +1312,7 @@
"RecoveryPoint"
],
"description": "Gets a Recovery Point using recoveryPointId for a Datasource.",
"operationId": "RecoveryPoint_Get",
"operationId": "RecoveryPoints_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -1870,7 +1876,7 @@
"BackupInstances"
],
"description": "Validates if Restore can be triggered for a DataSource",
"operationId": "BackupInstances_ValidateRestore",
"operationId": "BackupInstances_ValidateForRestore",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -1992,12 +1998,12 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstances}/findRestorableTimeRanges": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupInstances/{backupInstanceName}/findRestorableTimeRanges": {
"post": {
"tags": [
"FindRestorableTimeRanges"
],
"operationId": "FindRestorableTimeRanges_Post",
"operationId": "RestorableTimeRanges_Find",
"produces": [
"application/json"
],
Expand All @@ -2015,7 +2021,8 @@
"$ref": "#/parameters/SubscriptionId"
},
{
"name": "backupInstances",
"name": "backupInstanceName",
"description": "The name of the backup instance",
"in": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -2057,7 +2064,7 @@
"AzureBackupJob"
],
"description": "Gets a job with id in a backup vault",
"operationId": "Job_Get",
"operationId": "Jobs_Get",
"produces": [
"application/json"
],
Expand Down Expand Up @@ -2367,9 +2374,7 @@
"AzureBackupFindRestorableTimeRangesRequest": {
"description": "List Restore Ranges Request",
"required": [
"sourceDataStoreType",
"startTime",
"endTime"
"sourceDataStoreType"
],
"type": "object",
"properties": {
Expand All @@ -2387,11 +2392,11 @@
}
},
"startTime": {
"description": "Start time for the List Restore Ranges request",
"description": "Start time for the List Restore Ranges request. ISO 8601 format.",
"type": "string"
},
"endTime": {
"description": "End time for the List Restore Ranges request",
"description": "End time for the List Restore Ranges request. ISO 8601 format.",
"type": "string"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b",
"resourceGroupName": "Blob-Backup",
"vaultName": "ZBlobBackupVaultBVTD3",
"backupInstances": "zblobbackuptestsa58",
"backupInstanceName": "zblobbackuptestsa58",
"api-version": "2021-02-01-preview",
"parameters": {
"sourceDataStoreType": "OperationalStore",
Expand Down
Loading