Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update API to MS-112 #487

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
export GO111MODULE ?= on
export VERSION ?= v1.22.0
export ECE_VERSION ?= $(shell cat ECE_VERSION)
export ECE_BRANCH ?= ms-111
export ECE_BRANCH ?= ms-112
ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md
export GOBIN = $(shell pwd)/bin
BINARY := cloud-sdk-go
Expand Down
7 changes: 7 additions & 0 deletions api/apidocs-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,13 @@
"description" : "If present, it will cause the returned deployment templates to be adapted to return only the elements allowed in that version.",
"required" : false,
"type" : "string"
}, {
"name" : "hide_deprecated",
"in" : "query",
"description" : "If true, templates flagged as deprecated will NOT be returned.",
"required" : false,
"type" : "boolean",
"default" : false
}, {
"name" : "region",
"in" : "query",
Expand Down
13 changes: 13 additions & 0 deletions api/apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,13 @@
"description" : "If present, it will cause the returned deployment templates to be adapted to return only the elements allowed in that version.",
"required" : false,
"type" : "string"
}, {
"name" : "hide_deprecated",
"in" : "query",
"description" : "If true, templates flagged as deprecated will NOT be returned.",
"required" : false,
"type" : "boolean",
"default" : false
}, {
"name" : "show_hidden",
"in" : "query",
Expand Down Expand Up @@ -8467,6 +8474,12 @@
"description" : "This is a database-level field, not related to the application-level 'config_version', except as described in the following docs. If specified, checks for conflicts against 'x-cloud-resource-version' from the GET request (the GET's 'config_version' should be left blank if the IC is configuration controlled, ie to get the latest configuration)",
"required" : false,
"type" : "integer"
}, {
"name" : "only_test_version",
"in" : "query",
"description" : "If true, the testing version (version -1) will be permanently deleted but the latest IC version will remain untouched. Defaults to false",
"required" : false,
"type" : "boolean"
} ],
"responses" : {
"200" : {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading