@@ -231,14 +231,20 @@ export interface CreateGenericQuotaRequestParameters {
231231
232232// @public
233233export interface CurrentQuotaLimit {
234+ readonly id? : string ;
234235 readonly message? : string ;
236+ readonly name? : string ;
235237 properties? : QuotaProperties ;
236238 readonly provisioningState? : QuotaRequestState ;
239+ readonly type? : string ;
237240}
238241
239242// @public
240243export interface CurrentQuotaLimitBase {
244+ readonly id? : string ;
245+ readonly name? : string ;
241246 properties? : QuotaProperties ;
247+ readonly type? : string ;
242248}
243249
244250// @public
@@ -366,6 +372,9 @@ export type GetAppliedReservationListResponse = AppliedReservations;
366372// @public
367373export interface GetCatalogOptionalParams extends coreClient .OperationOptions {
368374 location? : string ;
375+ offerId? : string ;
376+ planId? : string ;
377+ publisherId? : string ;
369378 reservedResourceType? : string ;
370379}
371380
@@ -963,7 +972,7 @@ export interface QuotaCreateOrUpdateOptionalParams extends coreClient.OperationO
963972}
964973
965974// @public
966- export type QuotaCreateOrUpdateResponse = QuotaRequestOneResourceSubmitResponse ;
975+ export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase ;
967976
968977// @public
969978export interface QuotaGetHeaders {
@@ -1044,12 +1053,15 @@ export interface QuotaRequestDetailsList {
10441053// @public
10451054export interface QuotaRequestOneResourceSubmitResponse {
10461055 readonly id? : string ;
1056+ readonly idPropertiesId? : string ;
10471057 readonly message? : string ;
10481058 readonly name? : string ;
1059+ readonly namePropertiesName? : string ;
10491060 properties? : QuotaProperties ;
10501061 readonly provisioningState? : QuotaRequestState ;
10511062 readonly requestSubmitTime? : Date ;
10521063 readonly type? : string ;
1064+ readonly typePropertiesType? : string ;
10531065}
10541066
10551067// @public
@@ -1120,7 +1132,7 @@ export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
11201132}
11211133
11221134// @public
1123- export type QuotaUpdateResponse = QuotaRequestOneResourceSubmitResponse ;
1135+ export type QuotaUpdateResponse = CurrentQuotaLimitBase ;
11241136
11251137// @public (undocumented)
11261138export interface RenewPropertiesResponse {
@@ -1335,6 +1347,7 @@ export interface ReservationOrderResponse {
13351347 // (undocumented)
13361348 etag? : number ;
13371349 expiryDate? : Date ;
1350+ fulfillmentCreatedDateTime? : Date ;
13381351 readonly id? : string ;
13391352 readonly name? : string ;
13401353 originalQuantity? : number ;
@@ -1365,7 +1378,7 @@ export interface ReservationResponse {
13651378// @public
13661379export interface ReservationsListResult {
13671380 readonly nextLink? : string ;
1368- summary? : ReservationSummary ;
1381+ readonly summary? : ReservationSummary ;
13691382 readonly value? : ReservationResponse [];
13701383}
13711384
@@ -1397,6 +1410,7 @@ export interface ReservationsProperties {
13971410 effectiveDateTime? : Date ;
13981411 expiryDate? : Date ;
13991412 extendedStatusInfo? : ExtendedStatusInfo ;
1413+ fulfillmentCreatedDateTime? : Date ;
14001414 instanceFlexibility? : InstanceFlexibility ;
14011415 readonly lastUpdatedDateTime? : Date ;
14021416 // (undocumented)
0 commit comments