diff --git a/tools/cli/go.mod b/tools/cli/go.mod index acd7b995ce..d0200bd9f4 100644 --- a/tools/cli/go.mod +++ b/tools/cli/go.mod @@ -5,9 +5,9 @@ go 1.26 toolchain go1.26.0 require ( - github.com/getkin/kin-openapi v0.142.0 + github.com/getkin/kin-openapi v0.143.0 github.com/iancoleman/strcase v0.3.0 // indirect - github.com/oasdiff/oasdiff v1.23.0 + github.com/oasdiff/oasdiff v1.24.0 github.com/spf13/afero v1.15.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1 @@ -41,6 +41,6 @@ require ( github.com/tidwall/sjson v1.2.5 // indirect github.com/wI2L/jsondiff v0.7.1 // indirect github.com/yargevad/filepathx v1.0.0 // indirect - github.com/yuin/goldmark v1.8.2 // indirect + github.com/yuin/goldmark v1.8.4 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/tools/cli/go.sum b/tools/cli/go.sum index 769ea72c52..b04cb01e9c 100644 --- a/tools/cli/go.sum +++ b/tools/cli/go.sum @@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/getkin/kin-openapi v0.142.0 h1:izj0vBdFprMhitfzaX8sTqztsEQyvwhssBoB6n8NO7w= -github.com/getkin/kin-openapi v0.142.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= +github.com/getkin/kin-openapi v0.143.0 h1:mIrOpir9J5x2m1vdree2rhuJ/GYGwbTVBp1kuSCJ62Y= +github.com/getkin/kin-openapi v0.143.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA= github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0= github.com/go-openapi/swag/jsonname v0.25.5 h1:8p150i44rv/Drip4vWI3kGi9+4W9TdI3US3uUYSFhSo= @@ -25,8 +25,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/oasdiff/oasdiff v1.23.0 h1:qU39i5T35pGXDG7t43mXS3PLoDqZapZlycAAhobwW6g= -github.com/oasdiff/oasdiff v1.23.0/go.mod h1:6klrmk8Hi6fVhzlT9SxXsiidQEDAYQ687NmEJxMfzU8= +github.com/oasdiff/oasdiff v1.24.0 h1:XaQaL4efi9GIkAJpuaW5Lp3qb30CHOhGkKVorFIjniM= +github.com/oasdiff/oasdiff v1.24.0/go.mod h1:jIXk4r6V/r/O0cTPDzakDfP7CwgG0QTs1VILNLqjfuY= github.com/oasdiff/yaml v0.1.1 h1:6nHx+pn9gBRM6YpBlFZFQGCCd1nuvqOBtTD3KKTgGxY= github.com/oasdiff/yaml v0.1.1/go.mod h1:EYJNoyktvWMJ0Hmhx+6qTaqMOsalUaRGT8Sj1hNcegU= github.com/oasdiff/yaml3 v0.0.14 h1:aLJee3hxBK2H5wdXd9iPcIXb93Nty1Ge0pT171eHtkw= @@ -62,8 +62,8 @@ github.com/wI2L/jsondiff v0.7.1 h1:Fg9+yj+1/x3UtPBJhR91TKEzRkrEEWcAcLbg9dzEaNM= github.com/wI2L/jsondiff v0.7.1/go.mod h1:yAt2W7U6Jd4HK0RA8DGSGk0zDtfEtOUUJVnH/xICpjo= github.com/yargevad/filepathx v1.0.0 h1:SYcT+N3tYGi+NvazubCNlvgIPbzAk7i7y2dwg3I5FYc= github.com/yargevad/filepathx v1.0.0/go.mod h1:BprfX/gpYNJHJfc35GjRRpVcwWXS89gGulUIU5tK3tA= -github.com/yuin/goldmark v1.8.2 h1:kEGpgqJXdgbkhcOgBxkC0X0PmoPG1ZyoZ117rDVp4zE= -github.com/yuin/goldmark v1.8.2/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= +github.com/yuin/goldmark v1.8.4 h1:oat/nd3U6NeQqFEL3xpEJq7d7c86NI+DbSNGAs4xnjA= +github.com/yuin/goldmark v1.8.4/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y= go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-05-30.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-05-30.json index 7d3c634007..d8789e66e3 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-05-30.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-05-30.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-08-05.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-08-05.json index de5b3f3fe5..76e190d140 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-08-05.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-08-05.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-10-23.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-10-23.json index 434f015d8c..fb5b905aaf 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-10-23.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-10-23.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-11-13.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-11-13.json index 6a0836fc38..4e5ca464ea 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-11-13.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2024-11-13.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-02-19.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-02-19.json index e39711a492..dab95c4552 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-02-19.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-02-19.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-03-12.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-03-12.json index cecd2d3ec2..782814845e 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-03-12.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-01-01_2025-03-12.json @@ -158,6 +158,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -180,8 +185,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-05-30.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-05-30.json index 1f8a129793..9765ffea26 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-05-30.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-05-30.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-08-05.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-08-05.json index 5707e518cf..a76c5c8d1e 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-08-05.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-08-05.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-10-23.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-10-23.json index 598878b418..03a26495f8 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-10-23.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-10-23.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-11-13.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-11-13.json index 0d3ddd9485..ee22bc021f 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-11-13.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2024-11-13.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-02-19.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-02-19.json index f4b36a0cde..f0f46d34e4 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-02-19.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-02-19.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-03-12.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-03-12.json index c889131ecd..27ffe1ae0b 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-03-12.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-02-01_2025-03-12.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-05-30.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-05-30.json index 2480cf6e74..940e23a1e1 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-05-30.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-05-30.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-08-05.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-08-05.json index 9678946e61..d17edded55 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-08-05.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-08-05.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-10-23.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-10-23.json index 245d98f434..0851445dd7 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-10-23.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-10-23.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-11-13.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-11-13.json index 7b8a0c2bcd..23893d7ce9 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-11-13.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2024-11-13.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-02-19.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-02-19.json index e8041188ee..c250fb66b8 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-02-19.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-02-19.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-03-12.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-03-12.json index a520ef7a03..60dad88910 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-03-12.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-10-01_2025-03-12.json @@ -145,6 +145,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -167,8 +172,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-05-30.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-05-30.json index b88316025f..d3a4a8a276 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-05-30.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-05-30.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-08-05.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-08-05.json index c7ffccbcc7..204c5a45b7 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-08-05.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-08-05.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-10-23.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-10-23.json index 14afabad9f..ad3170da4c 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-10-23.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-10-23.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-11-13.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-11-13.json index 86ef102b97..b74cf25547 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-11-13.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2024-11-13.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-02-19.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-02-19.json index 4dd26d000d..c6e8a4f445 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-02-19.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-02-19.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-03-12.json b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-03-12.json index a554ce446d..f02bd68429 100644 --- a/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-03-12.json +++ b/tools/cli/test/data/changelog/new-upcoming-version/output/2023-11-15_2025-03-12.json @@ -48,6 +48,11 @@ "operationId": "createExportBucket", "tag": "Cloud Backups", "changes": [ + { + "change": "removed `#/components/schemas/DiskBackupSnapshotExportBucketRequest, subschema #2` from the request body `allOf` list", + "changeCode": "request-body-all-of-removed", + "backwardCompatible": true + }, { "change": "API version 2024-05-30 was added. It replaces API version 2023-01-01.", "changeCode": "endpoint-version-added", @@ -70,8 +75,8 @@ "backwardCompatible": false }, { - "change": "removed the request properties 'bucketName, iamRoleId'", - "changeCode": "request-property-removed", + "change": "added the new required request property 'cloudProvider'", + "changeCode": "new-required-request-property", "backwardCompatible": false } ] diff --git a/tools/cli/test/data/changelog/same-api-version/output/changelog-all.json b/tools/cli/test/data/changelog/same-api-version/output/changelog-all.json index d8d7027e9a..61c0312f2d 100644 --- a/tools/cli/test/data/changelog/same-api-version/output/changelog-all.json +++ b/tools/cli/test/data/changelog/same-api-version/output/changelog-all.json @@ -9,51 +9,11 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", @@ -74,101 +34,21 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-removed", @@ -190,22 +70,22 @@ "version": "2024-08-05", "changes": [ { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName' response property for the response status '200'", + "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'providerSettings/allOf[subschema #2]/regionName' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName' response property for the response status '200'", + "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'providerSettings/allOf[subschema #2]/regionName' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName'", + "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'providerSettings/allOf[subschema #2]/regionName'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName'", + "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'providerSettings/allOf[subschema #2]/regionName'", "changeCode": "request-property-enum-value-removed", "backwardCompatible": false } @@ -224,51 +104,11 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", @@ -289,101 +129,21 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-removed", diff --git a/tools/cli/test/data/changelog/same-api-version/output/changelog.json b/tools/cli/test/data/changelog/same-api-version/output/changelog.json index d8d7027e9a..61c0312f2d 100644 --- a/tools/cli/test/data/changelog/same-api-version/output/changelog.json +++ b/tools/cli/test/data/changelog/same-api-version/output/changelog.json @@ -9,51 +9,11 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'results/items/replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'results/items/replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", @@ -74,101 +34,21 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '201'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-removed", @@ -190,22 +70,22 @@ "version": "2024-08-05", "changes": [ { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName' response property for the response status '200'", + "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'providerSettings/allOf[subschema #2]/regionName' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName' response property for the response status '200'", + "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'providerSettings/allOf[subschema #2]/regionName' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName'", + "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'providerSettings/allOf[subschema #2]/regionName'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'providerSettings/oneOf[subschema #3: Cloud Service Provider Settings for a Cluster]/regionName'", + "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'providerSettings/allOf[subschema #2]/regionName'", "changeCode": "request-property-enum-value-removed", "backwardCompatible": false } @@ -224,51 +104,11 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", @@ -289,101 +129,21 @@ { "version": "2024-08-05", "changes": [ - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", - "changeCode": "response-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' enum values from the 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/' response property for the response status '200'", "changeCode": "response-property-enum-value-removed", "backwardCompatible": false }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, - { - "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-added", - "backwardCompatible": true - }, { "change": "added the new 'CENTRAL_US_AW, EASTERN_US_AW, US_EAST_4_AW, US_EAST_5_AW, US_SOUTH_1_AW, US_WEST_2_AW, US_WEST_3_AW, US_WEST_4_AW, WESTERN_US_AW' enum values to the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-added", "backwardCompatible": true }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #1: AWS Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #2: Azure Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #3: GCP Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, - { - "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/oneOf[subschema #4: Tenant Regional Replication Specifications]/regionName/oneOf[subschema #3: GCP Regions]/'", - "changeCode": "request-property-enum-value-removed", - "backwardCompatible": false - }, { "change": "removed the enum values 'GOV_CENTRAL_US, GOV_EASTERN_US, GOV_US_EAST_4, GOV_US_EAST_5, GOV_US_SOUTH_1, GOV_US_WEST_2, GOV_US_WEST_3, GOV_US_WEST_4, GOV_WESTERN_US' of the request property 'replicationSpecs/items/regionConfigs/items/regionName/oneOf[subschema #3: GCP Regions]/'", "changeCode": "request-property-enum-value-removed", diff --git a/tools/foas/go.mod b/tools/foas/go.mod index 35969367bf..c9ac29e446 100644 --- a/tools/foas/go.mod +++ b/tools/foas/go.mod @@ -5,9 +5,9 @@ go 1.26 toolchain go1.26.0 require ( - github.com/getkin/kin-openapi v0.140.0 + github.com/getkin/kin-openapi v0.143.0 github.com/iancoleman/strcase v0.3.0 - github.com/oasdiff/oasdiff v1.23.0 + github.com/oasdiff/oasdiff v1.24.0 github.com/spf13/afero v1.15.0 github.com/stretchr/testify v1.11.1 go.uber.org/mock v0.6.0 @@ -22,8 +22,8 @@ require ( github.com/go-openapi/jsonpointer v0.22.5 // indirect github.com/go-openapi/swag/jsonname v0.25.5 // indirect github.com/kr/pretty v0.3.1 // indirect - github.com/oasdiff/yaml v0.1.0 // indirect - github.com/oasdiff/yaml3 v0.0.13 // indirect + github.com/oasdiff/yaml v0.1.1 // indirect + github.com/oasdiff/yaml3 v0.0.14 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect github.com/tidwall/gjson v1.18.0 // indirect @@ -32,6 +32,6 @@ require ( github.com/tidwall/sjson v1.2.5 // indirect github.com/wI2L/jsondiff v0.7.1 // indirect github.com/yargevad/filepathx v1.0.0 // indirect - github.com/yuin/goldmark v1.8.2 // indirect + github.com/yuin/goldmark v1.8.4 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/tools/foas/go.sum b/tools/foas/go.sum index c8b388dd2c..cdae66d21b 100644 --- a/tools/foas/go.sum +++ b/tools/foas/go.sum @@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/getkin/kin-openapi v0.140.0 h1:JFn675aXRFjyiZKa/BFWploGldQlI0gobp4J5k0EZ2g= -github.com/getkin/kin-openapi v0.140.0/go.mod h1:lISrB64F0CPcuDJ3LdtPTMJBY8VENjR9wJBdrcT6J3g= +github.com/getkin/kin-openapi v0.143.0 h1:mIrOpir9J5x2m1vdree2rhuJ/GYGwbTVBp1kuSCJ62Y= +github.com/getkin/kin-openapi v0.143.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA= github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0= github.com/go-openapi/swag/jsonname v0.25.5 h1:8p150i44rv/Drip4vWI3kGi9+4W9TdI3US3uUYSFhSo= @@ -23,12 +23,12 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/oasdiff/oasdiff v1.23.0 h1:qU39i5T35pGXDG7t43mXS3PLoDqZapZlycAAhobwW6g= -github.com/oasdiff/oasdiff v1.23.0/go.mod h1:6klrmk8Hi6fVhzlT9SxXsiidQEDAYQ687NmEJxMfzU8= -github.com/oasdiff/yaml v0.1.0 h1:0bqZjfKc/8S9urj4JuwepX41WX9EoA6ifhU3SV06cXg= -github.com/oasdiff/yaml v0.1.0/go.mod h1:kOlRmMdL2X3vucLCEQO5u61SU22RysnfXvcttrZA1O0= -github.com/oasdiff/yaml3 v0.0.13 h1:06svmvOHOVBqF81+sY2EUScvUI/iS/vl2VIeUUxZQwg= -github.com/oasdiff/yaml3 v0.0.13/go.mod h1:y5+oSEHCPT/DGrS++Wc/479ERge0zTFxaF8PbGKcg2o= +github.com/oasdiff/oasdiff v1.24.0 h1:XaQaL4efi9GIkAJpuaW5Lp3qb30CHOhGkKVorFIjniM= +github.com/oasdiff/oasdiff v1.24.0/go.mod h1:jIXk4r6V/r/O0cTPDzakDfP7CwgG0QTs1VILNLqjfuY= +github.com/oasdiff/yaml v0.1.1 h1:6nHx+pn9gBRM6YpBlFZFQGCCd1nuvqOBtTD3KKTgGxY= +github.com/oasdiff/yaml v0.1.1/go.mod h1:EYJNoyktvWMJ0Hmhx+6qTaqMOsalUaRGT8Sj1hNcegU= +github.com/oasdiff/yaml3 v0.0.14 h1:aLJee3hxBK2H5wdXd9iPcIXb93Nty1Ge0pT171eHtkw= +github.com/oasdiff/yaml3 v0.0.14/go.mod h1:csto2xfDjYccdUn/yw/bPjj/cYTdp6HtFA0J4TWG+gg= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= @@ -55,8 +55,8 @@ github.com/wI2L/jsondiff v0.7.1 h1:Fg9+yj+1/x3UtPBJhR91TKEzRkrEEWcAcLbg9dzEaNM= github.com/wI2L/jsondiff v0.7.1/go.mod h1:yAt2W7U6Jd4HK0RA8DGSGk0zDtfEtOUUJVnH/xICpjo= github.com/yargevad/filepathx v1.0.0 h1:SYcT+N3tYGi+NvazubCNlvgIPbzAk7i7y2dwg3I5FYc= github.com/yargevad/filepathx v1.0.0/go.mod h1:BprfX/gpYNJHJfc35GjRRpVcwWXS89gGulUIU5tK3tA= -github.com/yuin/goldmark v1.8.2 h1:kEGpgqJXdgbkhcOgBxkC0X0PmoPG1ZyoZ117rDVp4zE= -github.com/yuin/goldmark v1.8.2/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= +github.com/yuin/goldmark v1.8.4 h1:oat/nd3U6NeQqFEL3xpEJq7d7c86NI+DbSNGAs4xnjA= +github.com/yuin/goldmark v1.8.4/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y= go.uber.org/mock v0.6.0/go.mod h1:KiVJ4BqZJaMj4svdfmHM0AUx4NJYO8ZNpPnZn1Z+BBU= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=