Skip to content

Commit

Permalink
[App Configuration] Introduce API version 2023-10-01 (#25454)
Browse files Browse the repository at this point in the history
* Promote to stable.

* Update API version to 2023-10-01

* Add readme tag for new api versin.

* Specify new api version in multi-api generation.

* Include latest api version in default tag.

* fix package tags.
  • Loading branch information
jimmyca15 authored and jnlycklama committed Nov 8, 2023
1 parent 27e3a0f commit d0b9db7
Show file tree
Hide file tree
Showing 41 changed files with 3,230 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"7XpB48ET4VAlB9068ft6fKMyA3m\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message",
"If-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"L10qpBghN693OaxydgTkLmrBbV5\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message",
"If-None-Match": "L10qpBghN693OaxydgTkLmrBbV5"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"7XpB48ET4VAlB9068ft6fKMyA3m\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kvset+json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"If-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kvset+json",
"ETag": "W/\"L10qpBghN693OaxydgTkLmrBbV5\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"If-None-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kvset+json",
"ETag": "W/\"7XpB48ET4VAlB9068ft6fKMyA3m\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.keyset+json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.labelset+json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kvset+json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"name": "Prod-2022-08-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.snapshot+json",
"ETag": "W/\"4f6dd610dd5e4deebc7fbaef685fb903\"",
"Last-Modified": "Tue, 01 Aug 2022 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763",
"Link": "</kv?snapshot=Prod-2022-08-01?api-version={api-ver}>; rel=\"items\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"name": "Prod-2022-08-01",
"If-Match": "\"4f6dd610dd5e4deebc7fbaef685fb903\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.snapshot+json",
"ETag": "W/\"4f6dd610dd5e4deebc7fbaef685fb903\"",
"Last-Modified": "Tue, 01 Aug 2022 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763",
"Link": "</kv?snapshot=Prod-2022-08-01?api-version={api-ver}>; rel=\"items\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"name": "Prod-2022-08-01",
"If-None-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.snapshot+json",
"ETag": "W/\"4f6dd610dd5e4deebc7fbaef685fb903\"",
"Last-Modified": "Tue, 01 Aug 2022 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763",
"Link": "</kv?snapshot=Prod-2022-08-01?api-version={api-ver}>; rel=\"items\""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.snapshotset+json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"name": "Prod-2022-08-01",
"entity": {
"filters": [
{
"key": "app1/*",
"label": "Production"
}
],
"retention_period": 3600
}
},
"responses": {
"201": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.snapshot+json",
"ETag": "W/\"4f6dd610dd5e4deebc7fbaef685fb903\"",
"Last-Modified": "Tue, 01 Aug 2022 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763",
"Operation-Location": "https://{exampleAppConfigurationName}.azconfig.io/operations?snapshot=Prod-2022-08-01&Api-Version=2023-10-01"
},
"body": {
"etag": "4f6dd610dd5e4deebc7fbaef685fb903",
"name": "Prod-2022-08-01",
"status": "provisioning",
"filters": [
{
"key": "app1/*",
"label": "Production"
}
],
"composition_type": "all",
"created": "2022-08-01T22:19:40+00:00",
"size": 0,
"items_count": 0,
"retention_period": 3600,
"tags": {}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"7XpB48ET4VAlB9068ft6fKMyA3m\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
},
"body": {
"etag": "7XpB48ET4VAlB9068ft6fKMyA3m",
"key": "Message",
"label": null,
"content_type": null,
"value": "Hello World!",
"tags": {},
"locked": false,
"last_modified": "2019-08-27T16:52:32+00:00"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message",
"If-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"L10qpBghN693OaxydgTkLmrBbV5\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
},
"body": {
"etag": "L10qpBghN693OaxydgTkLmrBbV5",
"key": "Message",
"label": null,
"content_type": null,
"value": "Hello World!",
"tags": {},
"locked": false,
"last_modified": "2019-08-27T16:52:32+00:00"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message"
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"0BGYCoQ6iNdp5NtQ7N8shrobo6s\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
},
"body": {
"etag": "0BGYCoQ6iNdp5NtQ7N8shrobo6s",
"key": "Message",
"label": null,
"content_type": null,
"value": "Hello World!",
"tags": {},
"locked": false,
"last_modified": "2019-08-27T16:52:32+00:00"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"endpoint": "https://{exampleAppConfigurationName}.azconfig.io",
"api-version": "2023-10-01",
"key": "Message",
"If-Match": "\"L10qpBghN693OaxydgTkLmrBbV5\""
},
"responses": {
"200": {
"headers": {
"Content-Type": "application/vnd.microsoft.appconfig.kv+json",
"ETag": "W/\"L10qpBghN693OaxydgTkLmrBbV5\"",
"Last-Modified": "Tue, 27 Aug 2019 16:52:32 GMT",
"Sync-Token": "zAJw6V16=NjotMSM3ODk3NjM=;sn=789763"
},
"body": {
"etag": "L10qpBghN693OaxydgTkLmrBbV5",
"key": "Message",
"label": null,
"content_type": null,
"value": "Hello World!",
"tags": {},
"locked": false,
"last_modified": "2019-08-27T16:52:32+00:00"
}
}
}
}
Loading

0 comments on commit d0b9db7

Please sign in to comment.