@azure/arm-appconfiguration 1.2.0 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -75
  4. package/dist/index.js +3105 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/appConfigurationManagementClient.d.ts +22 -0
  9. package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/appConfigurationManagementClient.js +55 -0
  11. package/dist-esm/src/appConfigurationManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +826 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +59 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +38 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +588 -313
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +20 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +162 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/configurationStores.d.ts +139 -0
  33. package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
  34. package/dist-esm/src/operations/configurationStores.js +655 -0
  35. package/dist-esm/src/operations/configurationStores.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/keyValues.d.ts +76 -0
  41. package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
  42. package/dist-esm/src/operations/keyValues.js +284 -0
  43. package/dist-esm/src/operations/keyValues.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +39 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +147 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
  49. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
  51. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  52. package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
  53. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateLinkResources.js +170 -0
  55. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
  57. package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/configurationStores.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  63. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
  65. package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/keyValues.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -31
  85. package/review/arm-appconfiguration.api.md +665 -0
  86. package/rollup.config.js +181 -30
  87. package/src/appConfigurationManagementClient.ts +82 -35
  88. package/src/index.ts +12 -0
  89. package/src/lroImpl.ts +34 -0
  90. package/src/models/index.ts +680 -893
  91. package/src/models/mappers.ts +657 -367
  92. package/src/models/parameters.ts +126 -44
  93. package/src/operations/configurationStores.ts +657 -495
  94. package/src/operations/index.ts +4 -5
  95. package/src/operations/keyValues.ts +396 -0
  96. package/src/operations/operations.ts +113 -123
  97. package/src/operations/privateEndpointConnections.ts +350 -186
  98. package/src/operations/privateLinkResources.ts +162 -126
  99. package/src/operationsInterfaces/configurationStores.ts +168 -0
  100. package/src/operationsInterfaces/index.ts +13 -0
  101. package/src/operationsInterfaces/keyValues.ts +91 -0
  102. package/src/operationsInterfaces/operations.ts +38 -0
  103. package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
  104. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-appconfiguration.d.ts +1171 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-appconfiguration.js +0 -2213
  109. package/dist/arm-appconfiguration.js.map +0 -1
  110. package/dist/arm-appconfiguration.min.js +0 -1
  111. package/dist/arm-appconfiguration.min.js.map +0 -1
  112. package/esm/appConfigurationManagementClient.d.ts +0 -21
  113. package/esm/appConfigurationManagementClient.d.ts.map +0 -1
  114. package/esm/appConfigurationManagementClient.js +0 -36
  115. package/esm/appConfigurationManagementClient.js.map +0 -1
  116. package/esm/appConfigurationManagementClientContext.d.ts +0 -16
  117. package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
  118. package/esm/appConfigurationManagementClientContext.js +0 -56
  119. package/esm/appConfigurationManagementClientContext.js.map +0 -1
  120. package/esm/models/configurationStoresMappers.d.ts +0 -2
  121. package/esm/models/configurationStoresMappers.d.ts.map +0 -1
  122. package/esm/models/configurationStoresMappers.js +0 -9
  123. package/esm/models/configurationStoresMappers.js.map +0 -1
  124. package/esm/models/index.d.ts +0 -1073
  125. package/esm/models/index.d.ts.map +0 -1
  126. package/esm/models/index.js +0 -8
  127. package/esm/models/index.js.map +0 -1
  128. package/esm/models/mappers.d.ts +0 -31
  129. package/esm/models/mappers.d.ts.map +0 -1
  130. package/esm/models/mappers.js.map +0 -1
  131. package/esm/models/operationsMappers.d.ts +0 -2
  132. package/esm/models/operationsMappers.d.ts.map +0 -1
  133. package/esm/models/operationsMappers.js +0 -9
  134. package/esm/models/operationsMappers.js.map +0 -1
  135. package/esm/models/parameters.d.ts +0 -11
  136. package/esm/models/parameters.d.ts.map +0 -1
  137. package/esm/models/parameters.js +0 -108
  138. package/esm/models/parameters.js.map +0 -1
  139. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  140. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  141. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  142. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  143. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  144. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  145. package/esm/models/privateLinkResourcesMappers.js +0 -9
  146. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  147. package/esm/operations/configurationStores.d.ts +0 -243
  148. package/esm/operations/configurationStores.d.ts.map +0 -1
  149. package/esm/operations/configurationStores.js +0 -466
  150. package/esm/operations/configurationStores.js.map +0 -1
  151. package/esm/operations/index.d.ts.map +0 -1
  152. package/esm/operations/index.js.map +0 -1
  153. package/esm/operations/operations.d.ts +0 -67
  154. package/esm/operations/operations.d.ts.map +0 -1
  155. package/esm/operations/operations.js +0 -111
  156. package/esm/operations/operations.js.map +0 -1
  157. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  158. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  159. package/esm/operations/privateEndpointConnections.js +0 -236
  160. package/esm/operations/privateEndpointConnections.js.map +0 -1
  161. package/esm/operations/privateLinkResources.d.ts +0 -76
  162. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  163. package/esm/operations/privateLinkResources.js +0 -117
  164. package/esm/operations/privateLinkResources.js.map +0 -1
  165. package/src/appConfigurationManagementClientContext.ts +0 -62
  166. package/src/models/configurationStoresMappers.ts +0 -30
  167. package/src/models/operationsMappers.ts +0 -16
  168. package/src/models/privateEndpointConnectionsMappers.ts +0 -24
  169. package/src/models/privateLinkResourcesMappers.ts +0 -13
@@ -1,1158 +1,945 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
13
-
14
- /**
15
- * A resource identity that is managed by the user of the service.
16
- */
17
- export interface UserIdentity {
18
- /**
19
- * The principal ID of the user-assigned identity.
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
21
- */
22
- readonly principalId?: string;
23
- /**
24
- * The client ID of the user-assigned identity.
25
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
26
- */
27
- readonly clientId?: string;
11
+ /** The result of a request to list configuration stores. */
12
+ export interface ConfigurationStoreListResult {
13
+ /** The collection value. */
14
+ value?: ConfigurationStore[];
15
+ /** The URI that can be used to request the next set of paged results. */
16
+ nextLink?: string;
28
17
  }
29
18
 
30
- /**
31
- * An identity that can be associated with a resource.
32
- */
19
+ /** An identity that can be associated with a resource. */
33
20
  export interface ResourceIdentity {
34
- /**
35
- * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an
36
- * implicitly created identity and a set of user-assigned identities. The type 'None' will remove
37
- * any identities. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
38
- * 'SystemAssigned, UserAssigned'
39
- */
21
+ /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */
40
22
  type?: IdentityType;
41
- /**
42
- * The list of user-assigned identities associated with the resource. The user-assigned identity
43
- * dictionary keys will be ARM resource ids in the form:
44
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
45
- */
23
+ /** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
46
24
  userAssignedIdentities?: { [propertyName: string]: UserIdentity };
47
25
  /**
48
- * The principal id of the identity. This property will only be provided for a system-assigned
49
- * identity.
50
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
26
+ * The principal id of the identity. This property will only be provided for a system-assigned identity.
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
51
28
  */
52
29
  readonly principalId?: string;
53
30
  /**
54
- * The tenant id associated with the resource's identity. This property will only be provided for
55
- * a system-assigned identity.
56
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
31
+ * The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
33
  */
58
34
  readonly tenantId?: string;
59
35
  }
60
36
 
61
- /**
62
- * Settings concerning key vault encryption for a configuration store.
63
- */
64
- export interface KeyVaultProperties {
37
+ /** A resource identity that is managed by the user of the service. */
38
+ export interface UserIdentity {
65
39
  /**
66
- * The URI of the key vault key used to encrypt data.
40
+ * The principal ID of the user-assigned identity.
41
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
42
  */
68
- keyIdentifier?: string;
43
+ readonly principalId?: string;
69
44
  /**
70
- * The client id of the identity which will be used to access key vault.
45
+ * The client ID of the user-assigned identity.
46
+ * NOTE: This property will not be serialized. It can only be populated by the server.
71
47
  */
72
- identityClientId?: string;
48
+ readonly clientId?: string;
73
49
  }
74
50
 
75
- /**
76
- * The encryption settings for a configuration store.
77
- */
51
+ /** The encryption settings for a configuration store. */
78
52
  export interface EncryptionProperties {
79
- /**
80
- * Key vault properties.
81
- */
53
+ /** Key vault properties. */
82
54
  keyVaultProperties?: KeyVaultProperties;
83
55
  }
84
56
 
85
- /**
86
- * Private endpoint which a connection belongs to.
87
- */
88
- export interface PrivateEndpoint {
89
- /**
90
- * The resource Id for private endpoint
91
- */
92
- id?: string;
93
- }
94
-
95
- /**
96
- * The state of a private link service connection.
97
- */
98
- export interface PrivateLinkServiceConnectionState {
99
- /**
100
- * The private link service connection status. Possible values include: 'Pending', 'Approved',
101
- * 'Rejected', 'Disconnected'
102
- */
103
- status?: ConnectionStatus;
104
- /**
105
- * The private link service connection description.
106
- */
107
- description?: string;
108
- /**
109
- * Any action that is required beyond basic workflow (approve/ reject/ disconnect). Possible
110
- * values include: 'None', 'Recreate'
111
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
112
- */
113
- readonly actionsRequired?: ActionsRequired;
57
+ /** Settings concerning key vault encryption for a configuration store. */
58
+ export interface KeyVaultProperties {
59
+ /** The URI of the key vault key used to encrypt data. */
60
+ keyIdentifier?: string;
61
+ /** The client id of the identity which will be used to access key vault. */
62
+ identityClientId?: string;
114
63
  }
115
64
 
116
- /**
117
- * A reference to a related private endpoint connection.
118
- */
65
+ /** A reference to a related private endpoint connection. */
119
66
  export interface PrivateEndpointConnectionReference {
120
67
  /**
121
68
  * The resource ID.
122
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
123
70
  */
124
71
  readonly id?: string;
125
72
  /**
126
73
  * The name of the resource.
127
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
74
+ * NOTE: This property will not be serialized. It can only be populated by the server.
128
75
  */
129
76
  readonly name?: string;
130
77
  /**
131
78
  * The type of the resource.
132
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
80
  */
134
81
  readonly type?: string;
135
82
  /**
136
- * The provisioning status of the private endpoint connection. Possible values include:
137
- * 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
138
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
83
+ * The provisioning status of the private endpoint connection.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
85
  */
140
86
  readonly provisioningState?: ProvisioningState;
141
- /**
142
- * The resource of private endpoint.
143
- */
87
+ /** The resource of private endpoint. */
144
88
  privateEndpoint?: PrivateEndpoint;
89
+ /** A collection of information about the state of the connection between service consumer and provider. */
90
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
91
+ }
92
+
93
+ /** Private endpoint which a connection belongs to. */
94
+ export interface PrivateEndpoint {
95
+ /** The resource Id for private endpoint */
96
+ id?: string;
97
+ }
98
+
99
+ /** The state of a private link service connection. */
100
+ export interface PrivateLinkServiceConnectionState {
101
+ /** The private link service connection status. */
102
+ status?: ConnectionStatus;
103
+ /** The private link service connection description. */
104
+ description?: string;
145
105
  /**
146
- * A collection of information about the state of the connection between service consumer and
147
- * provider.
106
+ * Any action that is required beyond basic workflow (approve/ reject/ disconnect)
107
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
108
  */
149
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
109
+ readonly actionsRequired?: ActionsRequired;
150
110
  }
151
111
 
152
- /**
153
- * Describes a configuration store SKU.
154
- */
112
+ /** Describes a configuration store SKU. */
155
113
  export interface Sku {
156
- /**
157
- * The SKU name of the configuration store.
158
- */
114
+ /** The SKU name of the configuration store. */
159
115
  name: string;
160
116
  }
161
117
 
162
- /**
163
- * An Azure resource.
164
- */
165
- export interface Resource extends BaseResource {
118
+ /** Metadata pertaining to creation and last modification of the resource. */
119
+ export interface SystemData {
120
+ /** The identity that created the resource. */
121
+ createdBy?: string;
122
+ /** The type of identity that created the resource. */
123
+ createdByType?: CreatedByType;
124
+ /** The timestamp of resource creation (UTC). */
125
+ createdAt?: Date;
126
+ /** The identity that last modified the resource. */
127
+ lastModifiedBy?: string;
128
+ /** The type of identity that last modified the resource. */
129
+ lastModifiedByType?: CreatedByType;
130
+ /** The timestamp of resource last modification (UTC) */
131
+ lastModifiedAt?: Date;
132
+ }
133
+
134
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
135
+ export interface Resource {
166
136
  /**
167
- * The resource ID.
168
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
137
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
169
139
  */
170
140
  readonly id?: string;
171
141
  /**
172
- * The name of the resource.
173
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
142
+ * The name of the resource
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
174
144
  */
175
145
  readonly name?: string;
176
146
  /**
177
- * The type of the resource.
178
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
147
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
179
149
  */
180
150
  readonly type?: string;
181
- /**
182
- * The location of the resource. This cannot be changed after the resource is created.
183
- */
184
- location: string;
185
- /**
186
- * The tags of the resource.
187
- */
188
- tags?: { [propertyName: string]: string };
189
151
  }
190
152
 
191
- /**
192
- * The configuration store along with all resource properties. The Configuration Store will have
193
- * all information to begin utilizing it.
194
- */
195
- export interface ConfigurationStore extends Resource {
196
- /**
197
- * The managed identity information, if configured.
198
- */
199
- identity?: ResourceIdentity;
200
- /**
201
- * The provisioning state of the configuration store. Possible values include: 'Creating',
202
- * 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
203
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
204
- */
205
- readonly provisioningState?: ProvisioningState;
206
- /**
207
- * The creation date of configuration store.
208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
209
- */
210
- readonly creationDate?: Date;
153
+ /** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
154
+ export interface ErrorResponse {
155
+ /** The details of the error. */
156
+ error?: ErrorDetails;
157
+ }
158
+
159
+ /** The details of the error. */
160
+ export interface ErrorDetails {
211
161
  /**
212
- * The DNS endpoint where the configuration store API will be available.
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
162
+ * Error code.
163
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
164
  */
215
- readonly endpoint?: string;
165
+ readonly code?: string;
216
166
  /**
217
- * The encryption settings of the configuration store.
167
+ * Error message indicating why the operation failed.
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
218
169
  */
219
- encryption?: EncryptionProperties;
170
+ readonly message?: string;
220
171
  /**
221
- * The list of private endpoint connections that are set up for this resource.
222
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
172
+ * The error additional info.
173
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
174
  */
224
- readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
175
+ readonly additionalInfo?: ErrorAdditionalInfo[];
176
+ }
177
+
178
+ /** The resource management error additional info. */
179
+ export interface ErrorAdditionalInfo {
225
180
  /**
226
- * Control permission for data plane traffic coming from public networks while private endpoint
227
- * is enabled. Possible values include: 'Enabled', 'Disabled'
181
+ * The additional info type.
182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
228
183
  */
229
- publicNetworkAccess?: PublicNetworkAccess;
184
+ readonly type?: string;
230
185
  /**
231
- * The sku of the configuration store.
186
+ * The additional info.
187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
232
188
  */
233
- sku: Sku;
189
+ readonly info?: Record<string, unknown>;
234
190
  }
235
191
 
236
- /**
237
- * The parameters for updating a configuration store.
238
- */
192
+ /** The parameters for updating a configuration store. */
239
193
  export interface ConfigurationStoreUpdateParameters {
240
- /**
241
- * The encryption settings of the configuration store.
242
- */
243
- encryption?: EncryptionProperties;
244
- /**
245
- * The managed identity information for the configuration store.
246
- */
194
+ /** The managed identity information for the configuration store. */
247
195
  identity?: ResourceIdentity;
248
- /**
249
- * The SKU of the configuration store.
250
- */
196
+ /** The SKU of the configuration store. */
251
197
  sku?: Sku;
252
- /**
253
- * The ARM resource tags.
254
- */
198
+ /** The ARM resource tags. */
255
199
  tags?: { [propertyName: string]: string };
200
+ /** The encryption settings of the configuration store. */
201
+ encryption?: EncryptionProperties;
202
+ /** Disables all authentication methods other than AAD authentication. */
203
+ disableLocalAuth?: boolean;
204
+ /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
205
+ publicNetworkAccess?: PublicNetworkAccess;
256
206
  }
257
207
 
258
- /**
259
- * Parameters used for checking whether a resource name is available.
260
- */
208
+ /** Parameters used for checking whether a resource name is available. */
261
209
  export interface CheckNameAvailabilityParameters {
262
- /**
263
- * The name to check for availability.
264
- */
210
+ /** The name to check for availability. */
265
211
  name: string;
212
+ /** The resource type to check for name availability. */
213
+ type: ConfigurationResourceType;
266
214
  }
267
215
 
268
- /**
269
- * The result of a request to check the availability of a resource name.
270
- */
216
+ /** The result of a request to check the availability of a resource name. */
271
217
  export interface NameAvailabilityStatus {
272
218
  /**
273
219
  * The value indicating whether the resource name is available.
274
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
221
  */
276
222
  readonly nameAvailable?: boolean;
277
223
  /**
278
- * If any, the error message that provides more detail for the reason that the name is not
279
- * available.
280
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
224
+ * If any, the error message that provides more detail for the reason that the name is not available.
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
281
226
  */
282
227
  readonly message?: string;
283
228
  /**
284
229
  * If any, the reason that the name is not available.
285
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
230
+ * NOTE: This property will not be serialized. It can only be populated by the server.
286
231
  */
287
232
  readonly reason?: string;
288
233
  }
289
234
 
290
- /**
291
- * An API key used for authenticating with a configuration store endpoint.
292
- */
235
+ /** The result of a request to list API keys. */
236
+ export interface ApiKeyListResult {
237
+ /** The collection value. */
238
+ value?: ApiKey[];
239
+ /** The URI that can be used to request the next set of paged results. */
240
+ nextLink?: string;
241
+ }
242
+
243
+ /** An API key used for authenticating with a configuration store endpoint. */
293
244
  export interface ApiKey {
294
245
  /**
295
246
  * The key ID.
296
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
297
248
  */
298
249
  readonly id?: string;
299
250
  /**
300
251
  * A name for the key describing its usage.
301
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
302
253
  */
303
254
  readonly name?: string;
304
255
  /**
305
256
  * The value of the key that is used for authentication purposes.
306
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
257
+ * NOTE: This property will not be serialized. It can only be populated by the server.
307
258
  */
308
259
  readonly value?: string;
309
260
  /**
310
261
  * A connection string that can be used by supporting clients for authentication.
311
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
312
263
  */
313
264
  readonly connectionString?: string;
314
265
  /**
315
266
  * The last time any of the key's properties were modified.
316
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
267
+ * NOTE: This property will not be serialized. It can only be populated by the server.
317
268
  */
318
269
  readonly lastModified?: Date;
319
270
  /**
320
271
  * Whether this key can only be used for read operations.
321
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
322
273
  */
323
274
  readonly readOnly?: boolean;
324
275
  }
325
276
 
326
- /**
327
- * The parameters used to regenerate an API key.
328
- */
277
+ /** The parameters used to regenerate an API key. */
329
278
  export interface RegenerateKeyParameters {
330
- /**
331
- * The id of the key to regenerate.
332
- */
279
+ /** The id of the key to regenerate. */
333
280
  id?: string;
334
281
  }
335
282
 
336
- /**
337
- * The parameters used to list a configuration store key-value
338
- */
339
- export interface ListKeyValueParameters {
340
- /**
341
- * The key to retrieve.
342
- */
343
- key: string;
344
- /**
345
- * The label of the key.
346
- */
347
- label?: string;
283
+ /** The result of a request to list configuration store operations. */
284
+ export interface OperationDefinitionListResult {
285
+ /** The collection value. */
286
+ value?: OperationDefinition[];
287
+ /** The URI that can be used to request the next set of paged results. */
288
+ nextLink?: string;
348
289
  }
349
290
 
350
- /**
351
- * The result of a request to retrieve a key-value from the specified configuration store.
352
- */
353
- export interface KeyValue {
354
- /**
355
- * The primary identifier of a key-value.
356
- * The key is used in unison with the label to uniquely identify a key-value.
357
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
358
- */
359
- readonly key?: string;
360
- /**
361
- * A value used to group key-values.
362
- * The label is used in unison with the key to uniquely identify a key-value.
363
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
364
- */
365
- readonly label?: string;
366
- /**
367
- * The value of the key-value.
368
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
369
- */
370
- readonly value?: string;
371
- /**
372
- * The content type of the key-value's value.
373
- * Providing a proper content-type can enable transformations of values when they are retrieved
374
- * by applications.
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly contentType?: string;
378
- /**
379
- * An ETag indicating the state of a key-value within a configuration store.
380
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
381
- */
382
- readonly eTag?: string;
383
- /**
384
- * The last time a modifying operation was performed on the given key-value.
385
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
386
- */
387
- readonly lastModified?: Date;
388
- /**
389
- * A value indicating whether the key-value is locked.
390
- * A locked key-value may not be modified until it is unlocked.
391
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
392
- */
393
- readonly locked?: boolean;
394
- /**
395
- * A dictionary of tags that can help identify what a key-value may be applicable for.
396
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
397
- */
398
- readonly tags?: { [propertyName: string]: string };
291
+ /** The definition of a configuration store operation. */
292
+ export interface OperationDefinition {
293
+ /** Operation name: {provider}/{resource}/{operation}. */
294
+ name?: string;
295
+ /** Indicates whether the operation is a data action */
296
+ isDataAction?: boolean;
297
+ /** The display information for the configuration store operation. */
298
+ display?: OperationDefinitionDisplay;
299
+ /** Origin of the operation */
300
+ origin?: string;
301
+ /** Properties of the operation */
302
+ properties?: OperationProperties;
399
303
  }
400
304
 
401
- /**
402
- * The display information for a configuration store operation.
403
- */
305
+ /** The display information for a configuration store operation. */
404
306
  export interface OperationDefinitionDisplay {
405
307
  /**
406
308
  * The resource provider name: Microsoft App Configuration."
407
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
408
310
  */
409
311
  readonly provider?: string;
410
- /**
411
- * The resource on which the operation is performed.
412
- */
312
+ /** The resource on which the operation is performed. */
413
313
  resource?: string;
414
- /**
415
- * The operation that users can perform.
416
- */
314
+ /** The operation that users can perform. */
417
315
  operation?: string;
418
- /**
419
- * The description for the operation.
420
- */
316
+ /** The description for the operation. */
421
317
  description?: string;
422
318
  }
423
319
 
424
- /**
425
- * The definition of a configuration store operation.
426
- */
427
- export interface OperationDefinition {
428
- /**
429
- * Operation name: {provider}/{resource}/{operation}.
430
- */
320
+ /** Extra Operation properties */
321
+ export interface OperationProperties {
322
+ /** Service specifications of the operation */
323
+ serviceSpecification?: ServiceSpecification;
324
+ }
325
+
326
+ /** Service specification payload */
327
+ export interface ServiceSpecification {
328
+ /** Specifications of the Log for Azure Monitoring */
329
+ logSpecifications?: LogSpecification[];
330
+ /** Specifications of the Metrics for Azure Monitoring */
331
+ metricSpecifications?: MetricSpecification[];
332
+ }
333
+
334
+ /** Specifications of the Log for Azure Monitoring */
335
+ export interface LogSpecification {
336
+ /** Name of the log */
431
337
  name?: string;
432
- /**
433
- * The display information for the configuration store operation.
434
- */
435
- display?: OperationDefinitionDisplay;
338
+ /** Localized friendly display name of the log */
339
+ displayName?: string;
340
+ /** Blob duration of the log */
341
+ blobDuration?: string;
436
342
  }
437
343
 
438
- /**
439
- * AppConfiguration error object.
440
- */
441
- export interface ErrorModel {
442
- /**
443
- * Error code.
444
- */
445
- code?: string;
446
- /**
447
- * Error message.
448
- */
449
- message?: string;
344
+ /** Specifications of the Metrics for Azure Monitoring */
345
+ export interface MetricSpecification {
346
+ /** Name of the metric */
347
+ name?: string;
348
+ /** Localized friendly display name of the metric */
349
+ displayName?: string;
350
+ /** Localized friendly description of the metric */
351
+ displayDescription?: string;
352
+ /** Unit that makes sense for the metric */
353
+ unit?: string;
354
+ /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
355
+ aggregationType?: string;
356
+ /** Internal metric name. */
357
+ internalMetricName?: string;
358
+ /** Dimensions of the metric */
359
+ dimensions?: MetricDimension[];
360
+ /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
361
+ fillGapWithZero?: boolean;
362
+ }
363
+
364
+ /** Specifications of the Dimension of metrics */
365
+ export interface MetricDimension {
366
+ /** Name of the dimension */
367
+ name?: string;
368
+ /** Localized friendly display name of the dimension */
369
+ displayName?: string;
370
+ /** Internal name of the dimension. */
371
+ internalName?: string;
450
372
  }
451
373
 
452
- /**
453
- * A private endpoint connection
454
- */
455
- export interface PrivateEndpointConnection extends BaseResource {
374
+ /** A list of private endpoint connections */
375
+ export interface PrivateEndpointConnectionListResult {
376
+ /** The collection value. */
377
+ value?: PrivateEndpointConnection[];
378
+ /** The URI that can be used to request the next set of paged results. */
379
+ nextLink?: string;
380
+ }
381
+
382
+ /** A private endpoint connection */
383
+ export interface PrivateEndpointConnection {
456
384
  /**
457
385
  * The resource ID.
458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
459
387
  */
460
388
  readonly id?: string;
461
389
  /**
462
390
  * The name of the resource.
463
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
464
392
  */
465
393
  readonly name?: string;
466
394
  /**
467
395
  * The type of the resource.
468
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
397
  */
470
398
  readonly type?: string;
471
399
  /**
472
- * The provisioning status of the private endpoint connection. Possible values include:
473
- * 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
474
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
400
+ * The provisioning status of the private endpoint connection.
401
+ * NOTE: This property will not be serialized. It can only be populated by the server.
475
402
  */
476
403
  readonly provisioningState?: ProvisioningState;
477
- /**
478
- * The resource of private endpoint.
479
- */
404
+ /** The resource of private endpoint. */
480
405
  privateEndpoint?: PrivateEndpoint;
481
- /**
482
- * A collection of information about the state of the connection between service consumer and
483
- * provider.
484
- */
485
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
406
+ /** A collection of information about the state of the connection between service consumer and provider. */
407
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
486
408
  }
487
409
 
488
- /**
489
- * A resource that supports private link capabilities.
490
- */
410
+ /** A list of private link resources. */
411
+ export interface PrivateLinkResourceListResult {
412
+ /** The collection value. */
413
+ value?: PrivateLinkResource[];
414
+ /** The URI that can be used to request the next set of paged results. */
415
+ nextLink?: string;
416
+ }
417
+
418
+ /** A resource that supports private link capabilities. */
491
419
  export interface PrivateLinkResource {
492
420
  /**
493
421
  * The resource ID.
494
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
422
+ * NOTE: This property will not be serialized. It can only be populated by the server.
495
423
  */
496
424
  readonly id?: string;
497
425
  /**
498
426
  * The name of the resource.
499
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
427
+ * NOTE: This property will not be serialized. It can only be populated by the server.
500
428
  */
501
429
  readonly name?: string;
502
430
  /**
503
431
  * The type of the resource.
504
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
432
+ * NOTE: This property will not be serialized. It can only be populated by the server.
505
433
  */
506
434
  readonly type?: string;
507
435
  /**
508
436
  * The private link resource group id.
509
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
437
+ * NOTE: This property will not be serialized. It can only be populated by the server.
510
438
  */
511
439
  readonly groupId?: string;
512
440
  /**
513
441
  * The private link resource required member names.
514
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
515
443
  */
516
444
  readonly requiredMembers?: string[];
517
445
  /**
518
446
  * The list of required DNS zone names of the private link resource.
519
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
447
+ * NOTE: This property will not be serialized. It can only be populated by the server.
520
448
  */
521
449
  readonly requiredZoneNames?: string[];
522
450
  }
523
451
 
524
- /**
525
- * Optional Parameters.
526
- */
527
- export interface ConfigurationStoresListOptionalParams extends msRest.RequestOptionsBase {
528
- /**
529
- * A skip token is used to continue retrieving items after an operation returns a partial result.
530
- * If a previous response contains a nextLink element, the value of the nextLink element will
531
- * include a skipToken parameter that specifies a starting point to use for subsequent calls.
532
- */
533
- skipToken?: string;
452
+ /** The result of a request to list key-values. */
453
+ export interface KeyValueListResult {
454
+ /** The collection value. */
455
+ value?: KeyValue[];
456
+ /** The URI that can be used to request the next set of paged results. */
457
+ nextLink?: string;
534
458
  }
535
459
 
536
- /**
537
- * Optional Parameters.
538
- */
539
- export interface ConfigurationStoresListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
460
+ /** The key-value resource along with all resource properties. */
461
+ export interface KeyValue {
540
462
  /**
541
- * A skip token is used to continue retrieving items after an operation returns a partial result.
542
- * If a previous response contains a nextLink element, the value of the nextLink element will
543
- * include a skipToken parameter that specifies a starting point to use for subsequent calls.
463
+ * The resource ID.
464
+ * NOTE: This property will not be serialized. It can only be populated by the server.
544
465
  */
545
- skipToken?: string;
546
- }
547
-
548
- /**
549
- * Optional Parameters.
550
- */
551
- export interface ConfigurationStoresListKeysOptionalParams extends msRest.RequestOptionsBase {
466
+ readonly id?: string;
552
467
  /**
553
- * A skip token is used to continue retrieving items after an operation returns a partial result.
554
- * If a previous response contains a nextLink element, the value of the nextLink element will
555
- * include a skipToken parameter that specifies a starting point to use for subsequent calls.
468
+ * The name of the resource.
469
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
470
  */
557
- skipToken?: string;
471
+ readonly name?: string;
472
+ /**
473
+ * The type of the resource.
474
+ * NOTE: This property will not be serialized. It can only be populated by the server.
475
+ */
476
+ readonly type?: string;
477
+ /**
478
+ * The primary identifier of a key-value.
479
+ * The key is used in unison with the label to uniquely identify a key-value.
480
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
+ */
482
+ readonly key?: string;
483
+ /**
484
+ * A value used to group key-values.
485
+ * The label is used in unison with the key to uniquely identify a key-value.
486
+ * NOTE: This property will not be serialized. It can only be populated by the server.
487
+ */
488
+ readonly label?: string;
489
+ /** The value of the key-value. */
490
+ value?: string;
491
+ /**
492
+ * The content type of the key-value's value.
493
+ * Providing a proper content-type can enable transformations of values when they are retrieved by applications.
494
+ */
495
+ contentType?: string;
496
+ /**
497
+ * An ETag indicating the state of a key-value within a configuration store.
498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
+ */
500
+ readonly eTag?: string;
501
+ /**
502
+ * The last time a modifying operation was performed on the given key-value.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
504
+ */
505
+ readonly lastModified?: Date;
506
+ /**
507
+ * A value indicating whether the key-value is locked.
508
+ * A locked key-value may not be modified until it is unlocked.
509
+ * NOTE: This property will not be serialized. It can only be populated by the server.
510
+ */
511
+ readonly locked?: boolean;
512
+ /** A dictionary of tags that can help identify what a key-value may be applicable for. */
513
+ tags?: { [propertyName: string]: string };
558
514
  }
559
515
 
560
- /**
561
- * Optional Parameters.
562
- */
563
- export interface OperationsListOptionalParams extends msRest.RequestOptionsBase {
516
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
517
+ export type TrackedResource = Resource & {
518
+ /** Resource tags. */
519
+ tags?: { [propertyName: string]: string };
520
+ /** The geo-location where the resource lives */
521
+ location: string;
522
+ };
523
+
524
+ /** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */
525
+ export type ConfigurationStore = TrackedResource & {
526
+ /** The managed identity information, if configured. */
527
+ identity?: ResourceIdentity;
528
+ /** The sku of the configuration store. */
529
+ sku: Sku;
564
530
  /**
565
- * A skip token is used to continue retrieving items after an operation returns a partial result.
566
- * If a previous response contains a nextLink element, the value of the nextLink element will
567
- * include a skipToken parameter that specifies a starting point to use for subsequent calls.
531
+ * Resource system metadata.
532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
568
533
  */
569
- skipToken?: string;
534
+ readonly systemData?: SystemData;
535
+ /**
536
+ * The provisioning state of the configuration store.
537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
+ */
539
+ readonly provisioningState?: ProvisioningState;
540
+ /**
541
+ * The creation date of configuration store.
542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ */
544
+ readonly creationDate?: Date;
545
+ /**
546
+ * The DNS endpoint where the configuration store API will be available.
547
+ * NOTE: This property will not be serialized. It can only be populated by the server.
548
+ */
549
+ readonly endpoint?: string;
550
+ /** The encryption settings of the configuration store. */
551
+ encryption?: EncryptionProperties;
552
+ /**
553
+ * The list of private endpoint connections that are set up for this resource.
554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
555
+ */
556
+ readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
557
+ /** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
558
+ publicNetworkAccess?: PublicNetworkAccess;
559
+ /** Disables all authentication methods other than AAD authentication. */
560
+ disableLocalAuth?: boolean;
561
+ };
562
+
563
+ /** Known values of {@link IdentityType} that the service accepts. */
564
+ export enum KnownIdentityType {
565
+ None = "None",
566
+ SystemAssigned = "SystemAssigned",
567
+ UserAssigned = "UserAssigned",
568
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
570
569
  }
571
570
 
572
571
  /**
573
- * An interface representing AppConfigurationManagementClientOptions.
572
+ * Defines values for IdentityType. \
573
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
574
+ * this enum contains the known values that the service supports.
575
+ * ### Known values supported by the service
576
+ * **None** \
577
+ * **SystemAssigned** \
578
+ * **UserAssigned** \
579
+ * **SystemAssigned, UserAssigned**
574
580
  */
575
- export interface AppConfigurationManagementClientOptions extends AzureServiceClientOptions {
576
- baseUri?: string;
581
+ export type IdentityType = string;
582
+
583
+ /** Known values of {@link ProvisioningState} that the service accepts. */
584
+ export enum KnownProvisioningState {
585
+ Creating = "Creating",
586
+ Updating = "Updating",
587
+ Deleting = "Deleting",
588
+ Succeeded = "Succeeded",
589
+ Failed = "Failed",
590
+ Canceled = "Canceled"
577
591
  }
578
592
 
579
593
  /**
580
- * @interface
581
- * The result of a request to list configuration stores.
582
- * @extends Array<ConfigurationStore>
594
+ * Defines values for ProvisioningState. \
595
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
596
+ * this enum contains the known values that the service supports.
597
+ * ### Known values supported by the service
598
+ * **Creating** \
599
+ * **Updating** \
600
+ * **Deleting** \
601
+ * **Succeeded** \
602
+ * **Failed** \
603
+ * **Canceled**
583
604
  */
584
- export interface ConfigurationStoreListResult extends Array<ConfigurationStore> {
585
- /**
586
- * The URI that can be used to request the next set of paged results.
587
- */
588
- nextLink?: string;
605
+ export type ProvisioningState = string;
606
+
607
+ /** Known values of {@link ConnectionStatus} that the service accepts. */
608
+ export enum KnownConnectionStatus {
609
+ Pending = "Pending",
610
+ Approved = "Approved",
611
+ Rejected = "Rejected",
612
+ Disconnected = "Disconnected"
589
613
  }
590
614
 
591
615
  /**
592
- * @interface
593
- * The result of a request to list API keys.
594
- * @extends Array<ApiKey>
616
+ * Defines values for ConnectionStatus. \
617
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
618
+ * this enum contains the known values that the service supports.
619
+ * ### Known values supported by the service
620
+ * **Pending** \
621
+ * **Approved** \
622
+ * **Rejected** \
623
+ * **Disconnected**
595
624
  */
596
- export interface ApiKeyListResult extends Array<ApiKey> {
597
- /**
598
- * The URI that can be used to request the next set of paged results.
599
- */
600
- nextLink?: string;
625
+ export type ConnectionStatus = string;
626
+
627
+ /** Known values of {@link ActionsRequired} that the service accepts. */
628
+ export enum KnownActionsRequired {
629
+ None = "None",
630
+ Recreate = "Recreate"
601
631
  }
602
632
 
603
633
  /**
604
- * @interface
605
- * The result of a request to list configuration store operations.
606
- * @extends Array<OperationDefinition>
634
+ * Defines values for ActionsRequired. \
635
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
636
+ * this enum contains the known values that the service supports.
637
+ * ### Known values supported by the service
638
+ * **None** \
639
+ * **Recreate**
607
640
  */
608
- export interface OperationDefinitionListResult extends Array<OperationDefinition> {
609
- /**
610
- * The URI that can be used to request the next set of paged results.
611
- */
612
- nextLink?: string;
641
+ export type ActionsRequired = string;
642
+
643
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
644
+ export enum KnownPublicNetworkAccess {
645
+ Enabled = "Enabled",
646
+ Disabled = "Disabled"
613
647
  }
614
648
 
615
649
  /**
616
- * @interface
617
- * A list of private endpoint connections
618
- * @extends Array<PrivateEndpointConnection>
650
+ * Defines values for PublicNetworkAccess. \
651
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
652
+ * this enum contains the known values that the service supports.
653
+ * ### Known values supported by the service
654
+ * **Enabled** \
655
+ * **Disabled**
619
656
  */
620
- export interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {
621
- /**
622
- * The URI that can be used to request the next set of paged results.
623
- */
624
- nextLink?: string;
657
+ export type PublicNetworkAccess = string;
658
+
659
+ /** Known values of {@link CreatedByType} that the service accepts. */
660
+ export enum KnownCreatedByType {
661
+ User = "User",
662
+ Application = "Application",
663
+ ManagedIdentity = "ManagedIdentity",
664
+ Key = "Key"
625
665
  }
626
666
 
627
667
  /**
628
- * @interface
629
- * A list of private link resources.
630
- * @extends Array<PrivateLinkResource>
668
+ * Defines values for CreatedByType. \
669
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
670
+ * this enum contains the known values that the service supports.
671
+ * ### Known values supported by the service
672
+ * **User** \
673
+ * **Application** \
674
+ * **ManagedIdentity** \
675
+ * **Key**
631
676
  */
632
- export interface PrivateLinkResourceListResult extends Array<PrivateLinkResource> {
633
- /**
634
- * The URI that can be used to request the next set of paged results.
635
- */
636
- nextLink?: string;
677
+ export type CreatedByType = string;
678
+
679
+ /** Known values of {@link ConfigurationResourceType} that the service accepts. */
680
+ export enum KnownConfigurationResourceType {
681
+ MicrosoftAppConfigurationConfigurationStores = "Microsoft.AppConfiguration/configurationStores"
637
682
  }
638
683
 
639
684
  /**
640
- * Defines values for IdentityType.
641
- * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
642
- * UserAssigned'
643
- * @readonly
644
- * @enum {string}
685
+ * Defines values for ConfigurationResourceType. \
686
+ * {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,
687
+ * this enum contains the known values that the service supports.
688
+ * ### Known values supported by the service
689
+ * **Microsoft.AppConfiguration\/configurationStores**
645
690
  */
646
- export type IdentityType = 'None' | 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned';
691
+ export type ConfigurationResourceType = string;
647
692
 
648
- /**
649
- * Defines values for ProvisioningState.
650
- * Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
651
- * @readonly
652
- * @enum {string}
653
- */
654
- export type ProvisioningState = 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled';
693
+ /** Optional parameters. */
694
+ export interface ConfigurationStoresListOptionalParams
695
+ extends coreClient.OperationOptions {
696
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
697
+ skipToken?: string;
698
+ }
655
699
 
656
- /**
657
- * Defines values for ConnectionStatus.
658
- * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
659
- * @readonly
660
- * @enum {string}
661
- */
662
- export type ConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
700
+ /** Contains response data for the list operation. */
701
+ export type ConfigurationStoresListResponse = ConfigurationStoreListResult;
663
702
 
664
- /**
665
- * Defines values for ActionsRequired.
666
- * Possible values include: 'None', 'Recreate'
667
- * @readonly
668
- * @enum {string}
669
- */
670
- export type ActionsRequired = 'None' | 'Recreate';
703
+ /** Optional parameters. */
704
+ export interface ConfigurationStoresListByResourceGroupOptionalParams
705
+ extends coreClient.OperationOptions {
706
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
707
+ skipToken?: string;
708
+ }
671
709
 
672
- /**
673
- * Defines values for PublicNetworkAccess.
674
- * Possible values include: 'Enabled', 'Disabled'
675
- * @readonly
676
- * @enum {string}
677
- */
678
- export type PublicNetworkAccess = 'Enabled' | 'Disabled';
710
+ /** Contains response data for the listByResourceGroup operation. */
711
+ export type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult;
679
712
 
680
- /**
681
- * Contains response data for the list operation.
682
- */
683
- export type ConfigurationStoresListResponse = ConfigurationStoreListResult & {
684
- /**
685
- * The underlying HTTP response.
686
- */
687
- _response: msRest.HttpResponse & {
688
- /**
689
- * The response body as text (string format)
690
- */
691
- bodyAsText: string;
692
-
693
- /**
694
- * The response body as parsed JSON or XML
695
- */
696
- parsedBody: ConfigurationStoreListResult;
697
- };
698
- };
713
+ /** Optional parameters. */
714
+ export interface ConfigurationStoresGetOptionalParams
715
+ extends coreClient.OperationOptions {}
699
716
 
700
- /**
701
- * Contains response data for the listByResourceGroup operation.
702
- */
703
- export type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult & {
704
- /**
705
- * The underlying HTTP response.
706
- */
707
- _response: msRest.HttpResponse & {
708
- /**
709
- * The response body as text (string format)
710
- */
711
- bodyAsText: string;
712
-
713
- /**
714
- * The response body as parsed JSON or XML
715
- */
716
- parsedBody: ConfigurationStoreListResult;
717
- };
718
- };
717
+ /** Contains response data for the get operation. */
718
+ export type ConfigurationStoresGetResponse = ConfigurationStore;
719
719
 
720
- /**
721
- * Contains response data for the get operation.
722
- */
723
- export type ConfigurationStoresGetResponse = ConfigurationStore & {
724
- /**
725
- * The underlying HTTP response.
726
- */
727
- _response: msRest.HttpResponse & {
728
- /**
729
- * The response body as text (string format)
730
- */
731
- bodyAsText: string;
732
-
733
- /**
734
- * The response body as parsed JSON or XML
735
- */
736
- parsedBody: ConfigurationStore;
737
- };
738
- };
720
+ /** Optional parameters. */
721
+ export interface ConfigurationStoresCreateOptionalParams
722
+ extends coreClient.OperationOptions {
723
+ /** Delay to wait until next poll, in milliseconds. */
724
+ updateIntervalInMs?: number;
725
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
726
+ resumeFrom?: string;
727
+ }
739
728
 
740
- /**
741
- * Contains response data for the create operation.
742
- */
743
- export type ConfigurationStoresCreateResponse = ConfigurationStore & {
744
- /**
745
- * The underlying HTTP response.
746
- */
747
- _response: msRest.HttpResponse & {
748
- /**
749
- * The response body as text (string format)
750
- */
751
- bodyAsText: string;
752
-
753
- /**
754
- * The response body as parsed JSON or XML
755
- */
756
- parsedBody: ConfigurationStore;
757
- };
758
- };
729
+ /** Contains response data for the create operation. */
730
+ export type ConfigurationStoresCreateResponse = ConfigurationStore;
759
731
 
760
- /**
761
- * Contains response data for the update operation.
762
- */
763
- export type ConfigurationStoresUpdateResponse = ConfigurationStore & {
764
- /**
765
- * The underlying HTTP response.
766
- */
767
- _response: msRest.HttpResponse & {
768
- /**
769
- * The response body as text (string format)
770
- */
771
- bodyAsText: string;
772
-
773
- /**
774
- * The response body as parsed JSON or XML
775
- */
776
- parsedBody: ConfigurationStore;
777
- };
778
- };
732
+ /** Optional parameters. */
733
+ export interface ConfigurationStoresDeleteOptionalParams
734
+ extends coreClient.OperationOptions {
735
+ /** Delay to wait until next poll, in milliseconds. */
736
+ updateIntervalInMs?: number;
737
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
738
+ resumeFrom?: string;
739
+ }
779
740
 
780
- /**
781
- * Contains response data for the listKeys operation.
782
- */
783
- export type ConfigurationStoresListKeysResponse = ApiKeyListResult & {
784
- /**
785
- * The underlying HTTP response.
786
- */
787
- _response: msRest.HttpResponse & {
788
- /**
789
- * The response body as text (string format)
790
- */
791
- bodyAsText: string;
792
-
793
- /**
794
- * The response body as parsed JSON or XML
795
- */
796
- parsedBody: ApiKeyListResult;
797
- };
798
- };
741
+ /** Optional parameters. */
742
+ export interface ConfigurationStoresUpdateOptionalParams
743
+ extends coreClient.OperationOptions {
744
+ /** Delay to wait until next poll, in milliseconds. */
745
+ updateIntervalInMs?: number;
746
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
747
+ resumeFrom?: string;
748
+ }
799
749
 
800
- /**
801
- * Contains response data for the regenerateKey operation.
802
- */
803
- export type ConfigurationStoresRegenerateKeyResponse = ApiKey & {
804
- /**
805
- * The underlying HTTP response.
806
- */
807
- _response: msRest.HttpResponse & {
808
- /**
809
- * The response body as text (string format)
810
- */
811
- bodyAsText: string;
812
-
813
- /**
814
- * The response body as parsed JSON or XML
815
- */
816
- parsedBody: ApiKey;
817
- };
818
- };
750
+ /** Contains response data for the update operation. */
751
+ export type ConfigurationStoresUpdateResponse = ConfigurationStore;
819
752
 
820
- /**
821
- * Contains response data for the listKeyValue operation.
822
- */
823
- export type ConfigurationStoresListKeyValueResponse = KeyValue & {
824
- /**
825
- * The underlying HTTP response.
826
- */
827
- _response: msRest.HttpResponse & {
828
- /**
829
- * The response body as text (string format)
830
- */
831
- bodyAsText: string;
832
-
833
- /**
834
- * The response body as parsed JSON or XML
835
- */
836
- parsedBody: KeyValue;
837
- };
838
- };
753
+ /** Optional parameters. */
754
+ export interface ConfigurationStoresListKeysOptionalParams
755
+ extends coreClient.OperationOptions {
756
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
757
+ skipToken?: string;
758
+ }
839
759
 
840
- /**
841
- * Contains response data for the beginCreate operation.
842
- */
843
- export type ConfigurationStoresBeginCreateResponse = ConfigurationStore & {
844
- /**
845
- * The underlying HTTP response.
846
- */
847
- _response: msRest.HttpResponse & {
848
- /**
849
- * The response body as text (string format)
850
- */
851
- bodyAsText: string;
852
-
853
- /**
854
- * The response body as parsed JSON or XML
855
- */
856
- parsedBody: ConfigurationStore;
857
- };
858
- };
760
+ /** Contains response data for the listKeys operation. */
761
+ export type ConfigurationStoresListKeysResponse = ApiKeyListResult;
859
762
 
860
- /**
861
- * Contains response data for the beginUpdate operation.
862
- */
863
- export type ConfigurationStoresBeginUpdateResponse = ConfigurationStore & {
864
- /**
865
- * The underlying HTTP response.
866
- */
867
- _response: msRest.HttpResponse & {
868
- /**
869
- * The response body as text (string format)
870
- */
871
- bodyAsText: string;
872
-
873
- /**
874
- * The response body as parsed JSON or XML
875
- */
876
- parsedBody: ConfigurationStore;
877
- };
878
- };
763
+ /** Optional parameters. */
764
+ export interface ConfigurationStoresRegenerateKeyOptionalParams
765
+ extends coreClient.OperationOptions {}
879
766
 
880
- /**
881
- * Contains response data for the listNext operation.
882
- */
883
- export type ConfigurationStoresListNextResponse = ConfigurationStoreListResult & {
884
- /**
885
- * The underlying HTTP response.
886
- */
887
- _response: msRest.HttpResponse & {
888
- /**
889
- * The response body as text (string format)
890
- */
891
- bodyAsText: string;
892
-
893
- /**
894
- * The response body as parsed JSON or XML
895
- */
896
- parsedBody: ConfigurationStoreListResult;
897
- };
898
- };
767
+ /** Contains response data for the regenerateKey operation. */
768
+ export type ConfigurationStoresRegenerateKeyResponse = ApiKey;
899
769
 
900
- /**
901
- * Contains response data for the listByResourceGroupNext operation.
902
- */
903
- export type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult & {
904
- /**
905
- * The underlying HTTP response.
906
- */
907
- _response: msRest.HttpResponse & {
908
- /**
909
- * The response body as text (string format)
910
- */
911
- bodyAsText: string;
912
-
913
- /**
914
- * The response body as parsed JSON or XML
915
- */
916
- parsedBody: ConfigurationStoreListResult;
917
- };
918
- };
770
+ /** Optional parameters. */
771
+ export interface ConfigurationStoresListNextOptionalParams
772
+ extends coreClient.OperationOptions {
773
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
774
+ skipToken?: string;
775
+ }
919
776
 
920
- /**
921
- * Contains response data for the listKeysNext operation.
922
- */
923
- export type ConfigurationStoresListKeysNextResponse = ApiKeyListResult & {
924
- /**
925
- * The underlying HTTP response.
926
- */
927
- _response: msRest.HttpResponse & {
928
- /**
929
- * The response body as text (string format)
930
- */
931
- bodyAsText: string;
932
-
933
- /**
934
- * The response body as parsed JSON or XML
935
- */
936
- parsedBody: ApiKeyListResult;
937
- };
938
- };
777
+ /** Contains response data for the listNext operation. */
778
+ export type ConfigurationStoresListNextResponse = ConfigurationStoreListResult;
939
779
 
940
- /**
941
- * Contains response data for the checkNameAvailability operation.
942
- */
943
- export type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus & {
944
- /**
945
- * The underlying HTTP response.
946
- */
947
- _response: msRest.HttpResponse & {
948
- /**
949
- * The response body as text (string format)
950
- */
951
- bodyAsText: string;
952
-
953
- /**
954
- * The response body as parsed JSON or XML
955
- */
956
- parsedBody: NameAvailabilityStatus;
957
- };
958
- };
780
+ /** Optional parameters. */
781
+ export interface ConfigurationStoresListByResourceGroupNextOptionalParams
782
+ extends coreClient.OperationOptions {
783
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
784
+ skipToken?: string;
785
+ }
959
786
 
960
- /**
961
- * Contains response data for the list operation.
962
- */
963
- export type OperationsListResponse = OperationDefinitionListResult & {
964
- /**
965
- * The underlying HTTP response.
966
- */
967
- _response: msRest.HttpResponse & {
968
- /**
969
- * The response body as text (string format)
970
- */
971
- bodyAsText: string;
972
-
973
- /**
974
- * The response body as parsed JSON or XML
975
- */
976
- parsedBody: OperationDefinitionListResult;
977
- };
978
- };
787
+ /** Contains response data for the listByResourceGroupNext operation. */
788
+ export type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult;
979
789
 
980
- /**
981
- * Contains response data for the listNext operation.
982
- */
983
- export type OperationsListNextResponse = OperationDefinitionListResult & {
984
- /**
985
- * The underlying HTTP response.
986
- */
987
- _response: msRest.HttpResponse & {
988
- /**
989
- * The response body as text (string format)
990
- */
991
- bodyAsText: string;
992
-
993
- /**
994
- * The response body as parsed JSON or XML
995
- */
996
- parsedBody: OperationDefinitionListResult;
997
- };
998
- };
790
+ /** Optional parameters. */
791
+ export interface ConfigurationStoresListKeysNextOptionalParams
792
+ extends coreClient.OperationOptions {
793
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
794
+ skipToken?: string;
795
+ }
999
796
 
1000
- /**
1001
- * Contains response data for the listByConfigurationStore operation.
1002
- */
1003
- export type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult & {
1004
- /**
1005
- * The underlying HTTP response.
1006
- */
1007
- _response: msRest.HttpResponse & {
1008
- /**
1009
- * The response body as text (string format)
1010
- */
1011
- bodyAsText: string;
1012
-
1013
- /**
1014
- * The response body as parsed JSON or XML
1015
- */
1016
- parsedBody: PrivateEndpointConnectionListResult;
1017
- };
1018
- };
797
+ /** Contains response data for the listKeysNext operation. */
798
+ export type ConfigurationStoresListKeysNextResponse = ApiKeyListResult;
1019
799
 
1020
- /**
1021
- * Contains response data for the get operation.
1022
- */
1023
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
1024
- /**
1025
- * The underlying HTTP response.
1026
- */
1027
- _response: msRest.HttpResponse & {
1028
- /**
1029
- * The response body as text (string format)
1030
- */
1031
- bodyAsText: string;
1032
-
1033
- /**
1034
- * The response body as parsed JSON or XML
1035
- */
1036
- parsedBody: PrivateEndpointConnection;
1037
- };
1038
- };
800
+ /** Optional parameters. */
801
+ export interface OperationsCheckNameAvailabilityOptionalParams
802
+ extends coreClient.OperationOptions {}
1039
803
 
1040
- /**
1041
- * Contains response data for the createOrUpdate operation.
1042
- */
1043
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {
1044
- /**
1045
- * The underlying HTTP response.
1046
- */
1047
- _response: msRest.HttpResponse & {
1048
- /**
1049
- * The response body as text (string format)
1050
- */
1051
- bodyAsText: string;
1052
-
1053
- /**
1054
- * The response body as parsed JSON or XML
1055
- */
1056
- parsedBody: PrivateEndpointConnection;
1057
- };
1058
- };
804
+ /** Contains response data for the checkNameAvailability operation. */
805
+ export type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus;
1059
806
 
1060
- /**
1061
- * Contains response data for the beginCreateOrUpdate operation.
1062
- */
1063
- export type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {
1064
- /**
1065
- * The underlying HTTP response.
1066
- */
1067
- _response: msRest.HttpResponse & {
1068
- /**
1069
- * The response body as text (string format)
1070
- */
1071
- bodyAsText: string;
1072
-
1073
- /**
1074
- * The response body as parsed JSON or XML
1075
- */
1076
- parsedBody: PrivateEndpointConnection;
1077
- };
1078
- };
807
+ /** Optional parameters. */
808
+ export interface OperationsListOptionalParams
809
+ extends coreClient.OperationOptions {
810
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
811
+ skipToken?: string;
812
+ }
1079
813
 
1080
- /**
1081
- * Contains response data for the listByConfigurationStoreNext operation.
1082
- */
1083
- export type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult & {
1084
- /**
1085
- * The underlying HTTP response.
1086
- */
1087
- _response: msRest.HttpResponse & {
1088
- /**
1089
- * The response body as text (string format)
1090
- */
1091
- bodyAsText: string;
1092
-
1093
- /**
1094
- * The response body as parsed JSON or XML
1095
- */
1096
- parsedBody: PrivateEndpointConnectionListResult;
1097
- };
1098
- };
814
+ /** Contains response data for the list operation. */
815
+ export type OperationsListResponse = OperationDefinitionListResult;
1099
816
 
1100
- /**
1101
- * Contains response data for the listByConfigurationStore operation.
1102
- */
1103
- export type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult & {
1104
- /**
1105
- * The underlying HTTP response.
1106
- */
1107
- _response: msRest.HttpResponse & {
1108
- /**
1109
- * The response body as text (string format)
1110
- */
1111
- bodyAsText: string;
1112
-
1113
- /**
1114
- * The response body as parsed JSON or XML
1115
- */
1116
- parsedBody: PrivateLinkResourceListResult;
1117
- };
1118
- };
817
+ /** Optional parameters. */
818
+ export interface OperationsListNextOptionalParams
819
+ extends coreClient.OperationOptions {
820
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
821
+ skipToken?: string;
822
+ }
1119
823
 
1120
- /**
1121
- * Contains response data for the get operation.
1122
- */
1123
- export type PrivateLinkResourcesGetResponse = PrivateLinkResource & {
1124
- /**
1125
- * The underlying HTTP response.
1126
- */
1127
- _response: msRest.HttpResponse & {
1128
- /**
1129
- * The response body as text (string format)
1130
- */
1131
- bodyAsText: string;
1132
-
1133
- /**
1134
- * The response body as parsed JSON or XML
1135
- */
1136
- parsedBody: PrivateLinkResource;
1137
- };
1138
- };
824
+ /** Contains response data for the listNext operation. */
825
+ export type OperationsListNextResponse = OperationDefinitionListResult;
1139
826
 
1140
- /**
1141
- * Contains response data for the listByConfigurationStoreNext operation.
1142
- */
1143
- export type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult & {
1144
- /**
1145
- * The underlying HTTP response.
1146
- */
1147
- _response: msRest.HttpResponse & {
1148
- /**
1149
- * The response body as text (string format)
1150
- */
1151
- bodyAsText: string;
1152
-
1153
- /**
1154
- * The response body as parsed JSON or XML
1155
- */
1156
- parsedBody: PrivateLinkResourceListResult;
1157
- };
1158
- };
827
+ /** Optional parameters. */
828
+ export interface PrivateEndpointConnectionsListByConfigurationStoreOptionalParams
829
+ extends coreClient.OperationOptions {}
830
+
831
+ /** Contains response data for the listByConfigurationStore operation. */
832
+ export type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult;
833
+
834
+ /** Optional parameters. */
835
+ export interface PrivateEndpointConnectionsGetOptionalParams
836
+ extends coreClient.OperationOptions {}
837
+
838
+ /** Contains response data for the get operation. */
839
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
840
+
841
+ /** Optional parameters. */
842
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
843
+ extends coreClient.OperationOptions {
844
+ /** Delay to wait until next poll, in milliseconds. */
845
+ updateIntervalInMs?: number;
846
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
847
+ resumeFrom?: string;
848
+ }
849
+
850
+ /** Contains response data for the createOrUpdate operation. */
851
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
852
+
853
+ /** Optional parameters. */
854
+ export interface PrivateEndpointConnectionsDeleteOptionalParams
855
+ extends coreClient.OperationOptions {
856
+ /** Delay to wait until next poll, in milliseconds. */
857
+ updateIntervalInMs?: number;
858
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
859
+ resumeFrom?: string;
860
+ }
861
+
862
+ /** Optional parameters. */
863
+ export interface PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams
864
+ extends coreClient.OperationOptions {}
865
+
866
+ /** Contains response data for the listByConfigurationStoreNext operation. */
867
+ export type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult;
868
+
869
+ /** Optional parameters. */
870
+ export interface PrivateLinkResourcesListByConfigurationStoreOptionalParams
871
+ extends coreClient.OperationOptions {}
872
+
873
+ /** Contains response data for the listByConfigurationStore operation. */
874
+ export type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult;
875
+
876
+ /** Optional parameters. */
877
+ export interface PrivateLinkResourcesGetOptionalParams
878
+ extends coreClient.OperationOptions {}
879
+
880
+ /** Contains response data for the get operation. */
881
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
882
+
883
+ /** Optional parameters. */
884
+ export interface PrivateLinkResourcesListByConfigurationStoreNextOptionalParams
885
+ extends coreClient.OperationOptions {}
886
+
887
+ /** Contains response data for the listByConfigurationStoreNext operation. */
888
+ export type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult;
889
+
890
+ /** Optional parameters. */
891
+ export interface KeyValuesListByConfigurationStoreOptionalParams
892
+ extends coreClient.OperationOptions {
893
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
894
+ skipToken?: string;
895
+ }
896
+
897
+ /** Contains response data for the listByConfigurationStore operation. */
898
+ export type KeyValuesListByConfigurationStoreResponse = KeyValueListResult;
899
+
900
+ /** Optional parameters. */
901
+ export interface KeyValuesGetOptionalParams
902
+ extends coreClient.OperationOptions {}
903
+
904
+ /** Contains response data for the get operation. */
905
+ export type KeyValuesGetResponse = KeyValue;
906
+
907
+ /** Optional parameters. */
908
+ export interface KeyValuesCreateOrUpdateOptionalParams
909
+ extends coreClient.OperationOptions {
910
+ /** The parameters for creating a key-value. */
911
+ keyValueParameters?: KeyValue;
912
+ }
913
+
914
+ /** Contains response data for the createOrUpdate operation. */
915
+ export type KeyValuesCreateOrUpdateResponse = KeyValue;
916
+
917
+ /** Optional parameters. */
918
+ export interface KeyValuesDeleteOptionalParams
919
+ extends coreClient.OperationOptions {
920
+ /** Delay to wait until next poll, in milliseconds. */
921
+ updateIntervalInMs?: number;
922
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
923
+ resumeFrom?: string;
924
+ }
925
+
926
+ /** Optional parameters. */
927
+ export interface KeyValuesListByConfigurationStoreNextOptionalParams
928
+ extends coreClient.OperationOptions {
929
+ /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
930
+ skipToken?: string;
931
+ }
932
+
933
+ /** Contains response data for the listByConfigurationStoreNext operation. */
934
+ export type KeyValuesListByConfigurationStoreNextResponse = KeyValueListResult;
935
+
936
+ /** Optional parameters. */
937
+ export interface AppConfigurationManagementClientOptionalParams
938
+ extends coreClient.ServiceClientOptions {
939
+ /** server parameter */
940
+ $host?: string;
941
+ /** Api Version */
942
+ apiVersion?: string;
943
+ /** Overrides client endpoint. */
944
+ endpoint?: string;
945
+ }