Skip to content

Commit

Permalink
Swagger update for AFS vaulted backup policy (#25791)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.RecoveryServices from version stable/2023-04-01 to version 2023-06-01

* Updates readme

* Updates API version in new specs and examples

* Swagger update for AFS Vaulted Backup Policy
Tiering Cost API
Fixing checks for prettier and spelltest
[Prettier] Adding empty line at the end
Adding Snapshot Related Changes to bms.json
Updating examples
Modified example for backup validate operation
fixed prettier check
Added vaultId in the Get Protected Item response
Making property read only
moved readonly to correct field, pulled rohini's correctness fix from 2023-04-01 version
added edgeZone changes from previous API version - contact vishnu (viananth)
Adding prefix backup to tiering cost api
[Archive V1] Costs API rapping request response under Resource
Revert "[Archive V1] Costs API rapping request response under Resource"
This reverts commit 830dc927afb68c192d4b87b5ed986ab0f8f233ed.
Updating default tag to latest stable tag
Making resourceGuardResourceId property as required
Modified example of trigger validate operation
Added Required field as array
Fixing lint diffs for 202 status codes
Modified swagger to resolve error
made changes to input param for api
Reverting my changes
Adding wrongly reverted changes
Adding again
Adding type for ValidateOperationRequestResource
Fixed ProtectionPolicies_CreateOrUpdate_Hardened.json

Fixing the api urls and lint-diff errors
Updating the url + adding supperssion for LROErrorContent

* Refactoring UserAssignedIdentityProperties

---------

Co-authored-by: Taejas Gupta <taejas.g@gmail.com>
Co-authored-by: Taejas Gupta (HE/HIM) <taegupta@microsoft.com>
Co-authored-by: Shivani Tyagi <tyagishivani31@gmail.com>
  • Loading branch information
4 people authored and jnlycklama committed Nov 8, 2023
1 parent 018e38b commit 4badfa6
Show file tree
Hide file tree
Showing 107 changed files with 18,888 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8609,6 +8609,11 @@
"format": "int32",
"description": "Soft delete retention period in days",
"type": "integer"
},
"vaultId": {
"description": "ID of the vault which protects this item",
"type": "string",
"readOnly": true
}
},
"discriminator": "protectedItemType"
Expand Down
Loading

0 comments on commit 4badfa6

Please sign in to comment.