@azure/arm-apimanagement 10.0.0-alpha.20250611.1 → 10.0.0-alpha.20250616.2
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.
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for ApiManagementClient.",
|
|
6
|
-
"version": "10.0.0-alpha.
|
|
6
|
+
"version": "10.0.0-alpha.20250616.2",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.9.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
|
@@ -878,7 +878,7 @@ export class ApiManagementClient extends coreClient.ServiceClient {
|
|
|
878
878
|
beginPerformConnectivityCheckAsync(resourceGroupName: string, serviceName: string, connectivityCheckRequestParams: ConnectivityCheckRequest, options?: PerformConnectivityCheckAsyncOptionalParams): Promise<SimplePollerLike<OperationState<PerformConnectivityCheckAsyncResponse>, PerformConnectivityCheckAsyncResponse>>;
|
|
879
879
|
beginPerformConnectivityCheckAsyncAndWait(resourceGroupName: string, serviceName: string, connectivityCheckRequestParams: ConnectivityCheckRequest, options?: PerformConnectivityCheckAsyncOptionalParams): Promise<PerformConnectivityCheckAsyncResponse>;
|
|
880
880
|
// (undocumented)
|
|
881
|
-
cache:
|
|
881
|
+
cache: Cache;
|
|
882
882
|
// (undocumented)
|
|
883
883
|
certificate: Certificate;
|
|
884
884
|
// (undocumented)
|
|
@@ -924,7 +924,7 @@ export class ApiManagementClient extends coreClient.ServiceClient {
|
|
|
924
924
|
// (undocumented)
|
|
925
925
|
networkStatus: NetworkStatus;
|
|
926
926
|
// (undocumented)
|
|
927
|
-
notification:
|
|
927
|
+
notification: Notification;
|
|
928
928
|
// (undocumented)
|
|
929
929
|
notificationRecipientEmail: NotificationRecipientEmail;
|
|
930
930
|
// (undocumented)
|
|
@@ -3296,7 +3296,7 @@ export interface BodyDiagnosticSettings {
|
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
3298
3298
|
// @public
|
|
3299
|
-
interface
|
|
3299
|
+
export interface Cache {
|
|
3300
3300
|
createOrUpdate(resourceGroupName: string, serviceName: string, cacheId: string, parameters: CacheContract, options?: CacheCreateOrUpdateOptionalParams): Promise<CacheCreateOrUpdateResponse>;
|
|
3301
3301
|
delete(resourceGroupName: string, serviceName: string, cacheId: string, ifMatch: string, options?: CacheDeleteOptionalParams): Promise<void>;
|
|
3302
3302
|
get(resourceGroupName: string, serviceName: string, cacheId: string, options?: CacheGetOptionalParams): Promise<CacheGetResponse>;
|
|
@@ -3304,7 +3304,6 @@ interface Cache_2 {
|
|
|
3304
3304
|
listByService(resourceGroupName: string, serviceName: string, options?: CacheListByServiceOptionalParams): PagedAsyncIterableIterator<CacheContract>;
|
|
3305
3305
|
update(resourceGroupName: string, serviceName: string, cacheId: string, ifMatch: string, parameters: CacheUpdateParameters, options?: CacheUpdateOptionalParams): Promise<CacheUpdateResponse>;
|
|
3306
3306
|
}
|
|
3307
|
-
export { Cache_2 as Cache }
|
|
3308
3307
|
|
|
3309
3308
|
// @public
|
|
3310
3309
|
export interface CacheCollection {
|
|
@@ -4615,7 +4614,7 @@ export interface GatewayInvalidateDebugCredentialsOptionalParams extends coreCli
|
|
|
4615
4614
|
|
|
4616
4615
|
// @public
|
|
4617
4616
|
export interface GatewayKeyRegenerationRequestContract {
|
|
4618
|
-
keyType:
|
|
4617
|
+
keyType: KeyType;
|
|
4619
4618
|
}
|
|
4620
4619
|
|
|
4621
4620
|
// @public
|
|
@@ -4725,7 +4724,7 @@ export interface GatewayTokenContract {
|
|
|
4725
4724
|
// @public
|
|
4726
4725
|
export interface GatewayTokenRequestContract {
|
|
4727
4726
|
expiry: Date;
|
|
4728
|
-
keyType:
|
|
4727
|
+
keyType: KeyType;
|
|
4729
4728
|
}
|
|
4730
4729
|
|
|
4731
4730
|
// @public
|
|
@@ -5478,8 +5477,7 @@ export interface IssueUpdateContractProperties extends IssueContractBaseProperti
|
|
|
5478
5477
|
}
|
|
5479
5478
|
|
|
5480
5479
|
// @public
|
|
5481
|
-
type
|
|
5482
|
-
export { KeyType_2 as KeyType }
|
|
5480
|
+
export type KeyType = "primary" | "secondary";
|
|
5483
5481
|
|
|
5484
5482
|
// @public
|
|
5485
5483
|
export interface KeyVaultContractCreateProperties {
|
|
@@ -6403,12 +6401,11 @@ export interface NetworkStatusListByServiceOptionalParams extends coreClient.Ope
|
|
|
6403
6401
|
export type NetworkStatusListByServiceResponse = NetworkStatusContractByLocation[];
|
|
6404
6402
|
|
|
6405
6403
|
// @public
|
|
6406
|
-
interface
|
|
6404
|
+
export interface Notification {
|
|
6407
6405
|
createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: NotificationName, options?: NotificationCreateOrUpdateOptionalParams): Promise<NotificationCreateOrUpdateResponse>;
|
|
6408
6406
|
get(resourceGroupName: string, serviceName: string, notificationName: NotificationName, options?: NotificationGetOptionalParams): Promise<NotificationGetResponse>;
|
|
6409
6407
|
listByService(resourceGroupName: string, serviceName: string, options?: NotificationListByServiceOptionalParams): PagedAsyncIterableIterator<NotificationContract>;
|
|
6410
6408
|
}
|
|
6411
|
-
export { Notification_2 as Notification }
|
|
6412
6409
|
|
|
6413
6410
|
// @public
|
|
6414
6411
|
export interface NotificationCollection {
|
|
@@ -10065,7 +10062,7 @@ export type UserSubscriptionListResponse = SubscriptionCollection;
|
|
|
10065
10062
|
// @public
|
|
10066
10063
|
export interface UserTokenParameters {
|
|
10067
10064
|
expiry?: Date;
|
|
10068
|
-
keyType?:
|
|
10065
|
+
keyType?: KeyType;
|
|
10069
10066
|
}
|
|
10070
10067
|
|
|
10071
10068
|
// @public
|