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

AppConfiguration 2024-06-01-preview #29824

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
eed6fd2
Copy 2023-09-01-preview as the base api version for 2024-09-01-preview
hahahahahaiyiwen Jul 15, 2024
16f84c8
Update 2024-09-01-preview
hahahahahaiyiwen Jul 15, 2024
0f51b29
Prettier
hahahahahaiyiwen Jul 15, 2024
52db19a
Update readme
hahahahahaiyiwen Jul 15, 2024
9564a31
Address comments
hahahahahaiyiwen Jul 16, 2024
05953f6
Add saskind enum
hahahahahaiyiwen Jul 18, 2024
e96badb
Merge branch 'main' of https://github.com/hahahahahaiyiwen/azure-rest…
hahahahahaiyiwen Jul 18, 2024
d8d16d6
add discriminator for signed parameters
hahahahahaiyiwen Jul 19, 2024
a997739
add discriminator for signed parameters
hahahahahaiyiwen Jul 19, 2024
319fee7
add discriminator for signed parameters
hahahahahaiyiwen Jul 19, 2024
0028cda
add discriminator for signed parameters
hahahahahaiyiwen Jul 19, 2024
75ee126
Update signedParameters
hahahahahaiyiwen Jul 22, 2024
3f94832
Update signedParameters
hahahahahaiyiwen Jul 22, 2024
48d7380
Rename SignedParameters
hahahahahaiyiwen Jul 23, 2024
0472647
Prettier
hahahahahaiyiwen Jul 23, 2024
aedd92d
Add EnableSasAuth
hahahahahaiyiwen Aug 8, 2024
191c170
Update sasAuth
hahahahahaiyiwen Aug 8, 2024
1f5ea7d
Update sasAuth
hahahahahaiyiwen Aug 20, 2024
b79e29f
Address comments
hahahahahaiyiwen Aug 20, 2024
ff29cbc
Address comments
hahahahahaiyiwen Aug 20, 2024
696d45c
Prettier
hahahahahaiyiwen Aug 20, 2024
153ecd9
Update based on discussion
hahahahahaiyiwen Aug 21, 2024
c75885d
Update based on feedback
hahahahahaiyiwen Aug 21, 2024
cb1e93f
Update based on feedback
hahahahahaiyiwen Aug 22, 2024
a63ade4
Update based on feedback
hahahahahaiyiwen Aug 22, 2024
bc7c607
Update specification/appconfiguration/resource-manager/Microsoft.AppC…
hahahahahaiyiwen Sep 9, 2024
241d147
Update reset sas key response body
hahahahahaiyiwen Sep 20, 2024
9e3ce44
Merge branch 'appconfig/Add2024-09-01-preview' of https://github.com/…
hahahahahaiyiwen Sep 20, 2024
b629e41
Update reset sas key response body
hahahahahaiyiwen Sep 20, 2024
17c7e05
Fix cross version change
hahahahahaiyiwen Sep 20, 2024
12cf046
Merge branch 'main' of https://github.com/hahahahahaiyiwen/azure-rest…
hahahahahaiyiwen Sep 26, 2024
ff6c6cc
Update reset sas kind response
hahahahahaiyiwen Sep 26, 2024
4bfcc43
Address comments
hahahahahaiyiwen Sep 30, 2024
ca6f035
Rename 2024-09-01-preview to 2024-06-01-preivew, add location header …
hahahahahaiyiwen Oct 16, 2024
fc5ade0
Update Retry-After description
hahahahahaiyiwen Oct 17, 2024
f503972
Update sas token sample
hahahahahaiyiwen Oct 18, 2024
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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"api-version": "2024-09-01-preview",
"checkNameAvailabilityParameters": {
"name": "contoso",
"type": "Microsoft.AppConfiguration/configurationStores"
}
},
"responses": {
"200": {
"body": {
"nameAvailable": true,
"message": "The specified name is available.",
"reason": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"api-version": "2024-09-01-preview",
"checkNameAvailabilityParameters": {
"name": "contoso",
"type": "Microsoft.AppConfiguration/configurationStores"
}
},
"responses": {
"200": {
"body": {
"nameAvailable": false,
"reason": "AlreadyExists",
"message": "The specified name is already in use."
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"resourceGroupName": "myResourceGroup",
"configStoreName": "contoso",
"api-version": "2024-09-01-preview",
"configStoreCreationParameters": {
"location": "westus",
"sku": {
"name": "Standard"
},
"tags": {
"myTag": "myTagValue"
}
}
},
"responses": {
"200": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores",
"properties": {
"provisioningState": "Succeeded",
"creationDate": "2018-04-24T16:30:55+00:00",
"endpoint": "https://contoso.azconfig.io",
"encryption": {
"keyVaultProperties": {
"keyIdentifier": null,
"identityClientId": null
}
},
"disableLocalAuth": false,
"privateEndpointConnections": [],
"softDeleteRetentionInDays": 30,
"enablePurgeProtection": false,
"dataPlaneProxy": {
"authenticationMode": "Local",
"privateLinkDelegation": "Disabled"
}
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"sku": {
"name": "Standard"
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso",
"name": "contoso",
"location": "westus",
"tags": {
"myTag": "myTagValue"
}
}
},
"201": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores",
"properties": {
"provisioningState": "Creating",
"creationDate": "2018-04-24T16:30:55+00:00"
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"sku": {
"name": "Standard"
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso",
"name": "contoso",
"location": "westus",
"tags": {
"myTag": "myTagValue"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"resourceGroupName": "myResourceGroup",
"configStoreName": "contoso",
"api-version": "2024-09-01-preview",
"keyValueName": "myKey$myLabel",
"keyValueParameters": {
"properties": {
"value": "myValue",
"tags": {
"tag1": "tagValue1",
"tag2": "tagValue2"
}
}
}
},
"responses": {
"200": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores/keyValues",
"properties": {
"key": "myKey",
"label": "myLabel",
"value": "myValue",
"contentType": "",
"eTag": "IhDxoa8VkXxPsYsemBlxvV0d5fp",
"lastModified": "2020-06-23T06:42:24+00:00",
"locked": false,
"tags": {
"tag1": "tagValue1",
"tag2": "tagValue2"
}
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/keyValues/myKey$myLabel",
"name": "myKey$myLabel"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"resourceGroupName": "myResourceGroup",
"configStoreName": "contoso",
"replicaName": "myReplicaEus",
"replicaCreationParameters": {
"location": "eastus"
},
"api-version": "2024-09-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/replicas/myReplicaEus",
"name": "myReplicaEus",
"type": "Microsoft.AppConfiguration/configurationStores/replicas",
"location": "eastus",
"properties": {
"endpoint": "https://contoso-myreplicaeus.azconfig.io",
"provisioningState": "Succeeded"
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
}
}
},
"201": {
"body": {
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/replicas/myReplicaEus",
"name": "myReplicaEus",
"type": "Microsoft.AppConfiguration/configurationStores/replicas",
"location": "eastus",
"properties": {
"endpoint": "https://contoso-myreplicaeus.azconfig.io",
"provisioningState": "Creating"
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"resourceGroupName": "myResourceGroup",
"configStoreName": "contoso",
"api-version": "2024-09-01-preview",
"snapshotName": "mySnapshot",
"body": {
"properties": {
"filters": [
{
"key": "app1/*",
"label": "Production"
}
],
"retentionPeriod": 3600
}
}
},
"responses": {
"200": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores/snapshots",
"properties": {
"etag": "4f6dd610dd5e4deebc7fbaef685fb903",
"provisioningState": "Succeeded",
"filters": [
{
"key": "app1/*",
"label": "Production"
}
],
"compositionType": "All",
"created": "2022-08-01T22:19:40+00:00",
"size": 100000,
"itemsCount": 71,
"retentionPeriod": 3600,
"tags": {}
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/snapshots/mySnapshot",
"name": "mySnapshot"
}
},
"201": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores/snapshots",
"properties": {
"etag": "4f6dd610dd5e4deebc7fbaef685fb903",
"provisioningState": "Creating",
"filters": [
{
"key": "app1/*",
"label": "Production"
}
],
"compositionType": "All",
"created": "2022-08-01T22:19:40+00:00",
"size": 0,
"itemsCount": 0,
"retentionPeriod": 3600,
"tags": {}
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/snapshots/mySnapshot",
"name": "mySnapshot"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"parameters": {
"subscriptionId": "c80fb759-c965-4c6a-9110-9b2b2d038882",
"resourceGroupName": "myResourceGroup",
"configStoreName": "contoso",
"api-version": "2024-09-01-preview",
"configStoreCreationParameters": {
"location": "westus",
"sku": {
"name": "Standard"
},
"properties": {
"dataPlaneProxy": {
"authenticationMode": "Pass-through",
"privateLinkDelegation": "Enabled"
}
}
}
},
"responses": {
"200": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores",
"properties": {
"provisioningState": "Succeeded",
"creationDate": "2018-04-24T16:30:55+00:00",
"endpoint": "https://contoso.azconfig.io",
"encryption": {
"keyVaultProperties": {
"keyIdentifier": null,
"identityClientId": null
}
},
"disableLocalAuth": false,
"privateEndpointConnections": [],
"dataPlaneProxy": {
"authenticationMode": "Pass-through",
"privateLinkDelegation": "Enabled"
}
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"sku": {
"name": "Standard"
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso",
"name": "contoso",
"location": "westus",
"tags": {}
}
},
"201": {
"body": {
"type": "Microsoft.AppConfiguration/configurationStores",
"properties": {
"provisioningState": "Creating",
"creationDate": "2018-04-24T16:30:55+00:00",
"endpoint": "https://contoso.azconfig.io",
"encryption": {
"keyVaultProperties": {
"keyIdentifier": null,
"identityClientId": null
}
},
"disableLocalAuth": false,
"privateEndpointConnections": [],
"dataPlaneProxy": {
"authenticationMode": "Pass-through",
"privateLinkDelegation": "Enabled"
}
},
"systemData": {
"createdBy": "[email protected]",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"sku": {
"name": "Standard"
},
"id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso",
"name": "contoso",
"location": "westus",
"tags": {}
}
}
}
}
Loading