Skip to content

Commit

Permalink
Unmark sandbox_version as readonly (#683)
Browse files Browse the repository at this point in the history
* Unmark sandbox_version as readonly

Refs: #682

Previously, there was a issue about sandbox_version Import a trouble.
#69
So mark sandbox_version to readonly, and remove sandbox_version in export.

Now seems to have been resolved that issue.
Fix so that sandbox_version is exported again.

* Updating recording too

---------

Co-authored-by: Will Vedder <will.vedder@okta.com>
Co-authored-by: Will Vedder <willvedd@gmail.com>
  • Loading branch information
3 people authored Jan 31, 2023
1 parent 72cb2d8 commit 8413c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/readonly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const readOnlyFields: Partial<Record<AssetTypes, string[]>> = {
connections: ['provisioning_ticket_url', 'realms'],
databases: ['options.configuration'],
tenant: [
'sandbox_version',
'sandbox_versions_available',
'flags.allow_changing_enable_sso',
'flags.enable_sso',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,8 @@
"universal_login": true,
"revoke_refresh_token_grant": false,
"disable_clickjack_protection_headers": false
}
},
"sandbox_version": "12"
},
"status": 200,
"response": {
Expand Down

0 comments on commit 8413c55

Please sign in to comment.