@azure/arm-billing 5.0.1-alpha.20250618.1 → 5.0.1-alpha.20250718.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.
Files changed (275) hide show
  1. package/dist/browser/billingManagementClient.js +43 -5
  2. package/dist/browser/billingManagementClient.js.map +1 -1
  3. package/dist/browser/lroImpl.js +7 -3
  4. package/dist/browser/lroImpl.js.map +1 -1
  5. package/dist/browser/models/mappers.js +868 -393
  6. package/dist/browser/models/mappers.js.map +1 -1
  7. package/dist/browser/operations/address.js +1 -0
  8. package/dist/browser/operations/address.js.map +1 -1
  9. package/dist/browser/operations/agreements.js +23 -40
  10. package/dist/browser/operations/agreements.js.map +1 -1
  11. package/dist/browser/operations/associatedTenants.js +45 -52
  12. package/dist/browser/operations/associatedTenants.js.map +1 -1
  13. package/dist/browser/operations/availableBalances.js +1 -0
  14. package/dist/browser/operations/availableBalances.js.map +1 -1
  15. package/dist/browser/operations/billingAccounts.js +79 -98
  16. package/dist/browser/operations/billingAccounts.js.map +1 -1
  17. package/dist/browser/operations/billingPermissions.js +162 -281
  18. package/dist/browser/operations/billingPermissions.js.map +1 -1
  19. package/dist/browser/operations/billingProfiles.js +45 -52
  20. package/dist/browser/operations/billingProfiles.js.map +1 -1
  21. package/dist/browser/operations/billingPropertyOperations.js +1 -0
  22. package/dist/browser/operations/billingPropertyOperations.js.map +1 -1
  23. package/dist/browser/operations/billingRequests.js +122 -202
  24. package/dist/browser/operations/billingRequests.js.map +1 -1
  25. package/dist/browser/operations/billingRoleAssignments.js +260 -307
  26. package/dist/browser/operations/billingRoleAssignments.js.map +1 -1
  27. package/dist/browser/operations/billingRoleDefinitionOperations.js +139 -241
  28. package/dist/browser/operations/billingRoleDefinitionOperations.js.map +1 -1
  29. package/dist/browser/operations/billingSubscriptions.js +199 -271
  30. package/dist/browser/operations/billingSubscriptions.js.map +1 -1
  31. package/dist/browser/operations/billingSubscriptionsAliases.js +34 -46
  32. package/dist/browser/operations/billingSubscriptionsAliases.js.map +1 -1
  33. package/dist/browser/operations/customers.js +45 -79
  34. package/dist/browser/operations/customers.js.map +1 -1
  35. package/dist/browser/operations/departments.js +23 -40
  36. package/dist/browser/operations/departments.js.map +1 -1
  37. package/dist/browser/operations/enrollmentAccounts.js +45 -79
  38. package/dist/browser/operations/enrollmentAccounts.js.map +1 -1
  39. package/dist/browser/operations/invoiceSections.js +45 -52
  40. package/dist/browser/operations/invoiceSections.js.map +1 -1
  41. package/dist/browser/operations/invoices.js +133 -154
  42. package/dist/browser/operations/invoices.js.map +1 -1
  43. package/dist/browser/operations/operations.js +23 -40
  44. package/dist/browser/operations/operations.js.map +1 -1
  45. package/dist/browser/operations/partnerTransfers.js +23 -40
  46. package/dist/browser/operations/partnerTransfers.js.map +1 -1
  47. package/dist/browser/operations/paymentMethods.js +67 -118
  48. package/dist/browser/operations/paymentMethods.js.map +1 -1
  49. package/dist/browser/operations/policies.js +45 -24
  50. package/dist/browser/operations/policies.js.map +1 -1
  51. package/dist/browser/operations/products.js +100 -163
  52. package/dist/browser/operations/products.js.map +1 -1
  53. package/dist/browser/operations/recipientTransfers.js +23 -40
  54. package/dist/browser/operations/recipientTransfers.js.map +1 -1
  55. package/dist/browser/operations/reservationOrders.js +23 -40
  56. package/dist/browser/operations/reservationOrders.js.map +1 -1
  57. package/dist/browser/operations/reservations.js +78 -124
  58. package/dist/browser/operations/reservations.js.map +1 -1
  59. package/dist/browser/operations/savingsPlanOrders.js +23 -40
  60. package/dist/browser/operations/savingsPlanOrders.js.map +1 -1
  61. package/dist/browser/operations/savingsPlans.js +56 -85
  62. package/dist/browser/operations/savingsPlans.js.map +1 -1
  63. package/dist/browser/operations/transactions.js +100 -163
  64. package/dist/browser/operations/transactions.js.map +1 -1
  65. package/dist/browser/operations/transfers.js +23 -40
  66. package/dist/browser/operations/transfers.js.map +1 -1
  67. package/dist/browser/pagingHelper.js +2 -4
  68. package/dist/browser/pagingHelper.js.map +1 -1
  69. package/dist/commonjs/billingManagementClient.js +43 -5
  70. package/dist/commonjs/billingManagementClient.js.map +1 -1
  71. package/dist/commonjs/lroImpl.js +7 -3
  72. package/dist/commonjs/lroImpl.js.map +1 -1
  73. package/dist/commonjs/models/mappers.js +868 -393
  74. package/dist/commonjs/models/mappers.js.map +1 -1
  75. package/dist/commonjs/operations/address.js +1 -0
  76. package/dist/commonjs/operations/address.js.map +1 -1
  77. package/dist/commonjs/operations/agreements.js +23 -39
  78. package/dist/commonjs/operations/agreements.js.map +1 -1
  79. package/dist/commonjs/operations/associatedTenants.js +45 -51
  80. package/dist/commonjs/operations/associatedTenants.js.map +1 -1
  81. package/dist/commonjs/operations/availableBalances.js +1 -0
  82. package/dist/commonjs/operations/availableBalances.js.map +1 -1
  83. package/dist/commonjs/operations/billingAccounts.js +79 -97
  84. package/dist/commonjs/operations/billingAccounts.js.map +1 -1
  85. package/dist/commonjs/operations/billingPermissions.js +155 -273
  86. package/dist/commonjs/operations/billingPermissions.js.map +1 -1
  87. package/dist/commonjs/operations/billingProfiles.js +45 -51
  88. package/dist/commonjs/operations/billingProfiles.js.map +1 -1
  89. package/dist/commonjs/operations/billingPropertyOperations.js +1 -0
  90. package/dist/commonjs/operations/billingPropertyOperations.js.map +1 -1
  91. package/dist/commonjs/operations/billingRequests.js +122 -201
  92. package/dist/commonjs/operations/billingRequests.js.map +1 -1
  93. package/dist/commonjs/operations/billingRoleAssignments.js +260 -306
  94. package/dist/commonjs/operations/billingRoleAssignments.js.map +1 -1
  95. package/dist/commonjs/operations/billingRoleDefinitionOperations.js +139 -240
  96. package/dist/commonjs/operations/billingRoleDefinitionOperations.js.map +1 -1
  97. package/dist/commonjs/operations/billingSubscriptions.js +199 -270
  98. package/dist/commonjs/operations/billingSubscriptions.js.map +1 -1
  99. package/dist/commonjs/operations/billingSubscriptionsAliases.js +34 -45
  100. package/dist/commonjs/operations/billingSubscriptionsAliases.js.map +1 -1
  101. package/dist/commonjs/operations/customers.js +45 -78
  102. package/dist/commonjs/operations/customers.js.map +1 -1
  103. package/dist/commonjs/operations/departments.js +23 -39
  104. package/dist/commonjs/operations/departments.js.map +1 -1
  105. package/dist/commonjs/operations/enrollmentAccounts.js +45 -78
  106. package/dist/commonjs/operations/enrollmentAccounts.js.map +1 -1
  107. package/dist/commonjs/operations/invoiceSections.js +45 -51
  108. package/dist/commonjs/operations/invoiceSections.js.map +1 -1
  109. package/dist/commonjs/operations/invoices.js +133 -153
  110. package/dist/commonjs/operations/invoices.js.map +1 -1
  111. package/dist/commonjs/operations/operations.js +23 -39
  112. package/dist/commonjs/operations/operations.js.map +1 -1
  113. package/dist/commonjs/operations/partnerTransfers.js +23 -39
  114. package/dist/commonjs/operations/partnerTransfers.js.map +1 -1
  115. package/dist/commonjs/operations/paymentMethods.js +67 -117
  116. package/dist/commonjs/operations/paymentMethods.js.map +1 -1
  117. package/dist/commonjs/operations/policies.js +45 -24
  118. package/dist/commonjs/operations/policies.js.map +1 -1
  119. package/dist/commonjs/operations/products.js +100 -162
  120. package/dist/commonjs/operations/products.js.map +1 -1
  121. package/dist/commonjs/operations/recipientTransfers.js +23 -39
  122. package/dist/commonjs/operations/recipientTransfers.js.map +1 -1
  123. package/dist/commonjs/operations/reservationOrders.js +23 -39
  124. package/dist/commonjs/operations/reservationOrders.js.map +1 -1
  125. package/dist/commonjs/operations/reservations.js +78 -123
  126. package/dist/commonjs/operations/reservations.js.map +1 -1
  127. package/dist/commonjs/operations/savingsPlanOrders.js +23 -39
  128. package/dist/commonjs/operations/savingsPlanOrders.js.map +1 -1
  129. package/dist/commonjs/operations/savingsPlans.js +56 -84
  130. package/dist/commonjs/operations/savingsPlans.js.map +1 -1
  131. package/dist/commonjs/operations/transactions.js +100 -162
  132. package/dist/commonjs/operations/transactions.js.map +1 -1
  133. package/dist/commonjs/operations/transfers.js +23 -39
  134. package/dist/commonjs/operations/transfers.js.map +1 -1
  135. package/dist/commonjs/pagingHelper.js +2 -4
  136. package/dist/commonjs/pagingHelper.js.map +1 -1
  137. package/dist/commonjs/tsdoc-metadata.json +11 -11
  138. package/dist/esm/billingManagementClient.js +43 -5
  139. package/dist/esm/billingManagementClient.js.map +1 -1
  140. package/dist/esm/lroImpl.js +7 -3
  141. package/dist/esm/lroImpl.js.map +1 -1
  142. package/dist/esm/models/mappers.js +868 -393
  143. package/dist/esm/models/mappers.js.map +1 -1
  144. package/dist/esm/operations/address.js +1 -0
  145. package/dist/esm/operations/address.js.map +1 -1
  146. package/dist/esm/operations/agreements.js +23 -40
  147. package/dist/esm/operations/agreements.js.map +1 -1
  148. package/dist/esm/operations/associatedTenants.js +45 -52
  149. package/dist/esm/operations/associatedTenants.js.map +1 -1
  150. package/dist/esm/operations/availableBalances.js +1 -0
  151. package/dist/esm/operations/availableBalances.js.map +1 -1
  152. package/dist/esm/operations/billingAccounts.js +79 -98
  153. package/dist/esm/operations/billingAccounts.js.map +1 -1
  154. package/dist/esm/operations/billingPermissions.js +162 -281
  155. package/dist/esm/operations/billingPermissions.js.map +1 -1
  156. package/dist/esm/operations/billingProfiles.js +45 -52
  157. package/dist/esm/operations/billingProfiles.js.map +1 -1
  158. package/dist/esm/operations/billingPropertyOperations.js +1 -0
  159. package/dist/esm/operations/billingPropertyOperations.js.map +1 -1
  160. package/dist/esm/operations/billingRequests.js +122 -202
  161. package/dist/esm/operations/billingRequests.js.map +1 -1
  162. package/dist/esm/operations/billingRoleAssignments.js +260 -307
  163. package/dist/esm/operations/billingRoleAssignments.js.map +1 -1
  164. package/dist/esm/operations/billingRoleDefinitionOperations.js +139 -241
  165. package/dist/esm/operations/billingRoleDefinitionOperations.js.map +1 -1
  166. package/dist/esm/operations/billingSubscriptions.js +199 -271
  167. package/dist/esm/operations/billingSubscriptions.js.map +1 -1
  168. package/dist/esm/operations/billingSubscriptionsAliases.js +34 -46
  169. package/dist/esm/operations/billingSubscriptionsAliases.js.map +1 -1
  170. package/dist/esm/operations/customers.js +45 -79
  171. package/dist/esm/operations/customers.js.map +1 -1
  172. package/dist/esm/operations/departments.js +23 -40
  173. package/dist/esm/operations/departments.js.map +1 -1
  174. package/dist/esm/operations/enrollmentAccounts.js +45 -79
  175. package/dist/esm/operations/enrollmentAccounts.js.map +1 -1
  176. package/dist/esm/operations/invoiceSections.js +45 -52
  177. package/dist/esm/operations/invoiceSections.js.map +1 -1
  178. package/dist/esm/operations/invoices.js +133 -154
  179. package/dist/esm/operations/invoices.js.map +1 -1
  180. package/dist/esm/operations/operations.js +23 -40
  181. package/dist/esm/operations/operations.js.map +1 -1
  182. package/dist/esm/operations/partnerTransfers.js +23 -40
  183. package/dist/esm/operations/partnerTransfers.js.map +1 -1
  184. package/dist/esm/operations/paymentMethods.js +67 -118
  185. package/dist/esm/operations/paymentMethods.js.map +1 -1
  186. package/dist/esm/operations/policies.js +45 -24
  187. package/dist/esm/operations/policies.js.map +1 -1
  188. package/dist/esm/operations/products.js +100 -163
  189. package/dist/esm/operations/products.js.map +1 -1
  190. package/dist/esm/operations/recipientTransfers.js +23 -40
  191. package/dist/esm/operations/recipientTransfers.js.map +1 -1
  192. package/dist/esm/operations/reservationOrders.js +23 -40
  193. package/dist/esm/operations/reservationOrders.js.map +1 -1
  194. package/dist/esm/operations/reservations.js +78 -124
  195. package/dist/esm/operations/reservations.js.map +1 -1
  196. package/dist/esm/operations/savingsPlanOrders.js +23 -40
  197. package/dist/esm/operations/savingsPlanOrders.js.map +1 -1
  198. package/dist/esm/operations/savingsPlans.js +56 -85
  199. package/dist/esm/operations/savingsPlans.js.map +1 -1
  200. package/dist/esm/operations/transactions.js +100 -163
  201. package/dist/esm/operations/transactions.js.map +1 -1
  202. package/dist/esm/operations/transfers.js +23 -40
  203. package/dist/esm/operations/transfers.js.map +1 -1
  204. package/dist/esm/pagingHelper.js +2 -4
  205. package/dist/esm/pagingHelper.js.map +1 -1
  206. package/dist/react-native/billingManagementClient.js +43 -5
  207. package/dist/react-native/billingManagementClient.js.map +1 -1
  208. package/dist/react-native/lroImpl.js +7 -3
  209. package/dist/react-native/lroImpl.js.map +1 -1
  210. package/dist/react-native/models/mappers.js +868 -393
  211. package/dist/react-native/models/mappers.js.map +1 -1
  212. package/dist/react-native/operations/address.js +1 -0
  213. package/dist/react-native/operations/address.js.map +1 -1
  214. package/dist/react-native/operations/agreements.js +23 -40
  215. package/dist/react-native/operations/agreements.js.map +1 -1
  216. package/dist/react-native/operations/associatedTenants.js +45 -52
  217. package/dist/react-native/operations/associatedTenants.js.map +1 -1
  218. package/dist/react-native/operations/availableBalances.js +1 -0
  219. package/dist/react-native/operations/availableBalances.js.map +1 -1
  220. package/dist/react-native/operations/billingAccounts.js +79 -98
  221. package/dist/react-native/operations/billingAccounts.js.map +1 -1
  222. package/dist/react-native/operations/billingPermissions.js +162 -281
  223. package/dist/react-native/operations/billingPermissions.js.map +1 -1
  224. package/dist/react-native/operations/billingProfiles.js +45 -52
  225. package/dist/react-native/operations/billingProfiles.js.map +1 -1
  226. package/dist/react-native/operations/billingPropertyOperations.js +1 -0
  227. package/dist/react-native/operations/billingPropertyOperations.js.map +1 -1
  228. package/dist/react-native/operations/billingRequests.js +122 -202
  229. package/dist/react-native/operations/billingRequests.js.map +1 -1
  230. package/dist/react-native/operations/billingRoleAssignments.js +260 -307
  231. package/dist/react-native/operations/billingRoleAssignments.js.map +1 -1
  232. package/dist/react-native/operations/billingRoleDefinitionOperations.js +139 -241
  233. package/dist/react-native/operations/billingRoleDefinitionOperations.js.map +1 -1
  234. package/dist/react-native/operations/billingSubscriptions.js +199 -271
  235. package/dist/react-native/operations/billingSubscriptions.js.map +1 -1
  236. package/dist/react-native/operations/billingSubscriptionsAliases.js +34 -46
  237. package/dist/react-native/operations/billingSubscriptionsAliases.js.map +1 -1
  238. package/dist/react-native/operations/customers.js +45 -79
  239. package/dist/react-native/operations/customers.js.map +1 -1
  240. package/dist/react-native/operations/departments.js +23 -40
  241. package/dist/react-native/operations/departments.js.map +1 -1
  242. package/dist/react-native/operations/enrollmentAccounts.js +45 -79
  243. package/dist/react-native/operations/enrollmentAccounts.js.map +1 -1
  244. package/dist/react-native/operations/invoiceSections.js +45 -52
  245. package/dist/react-native/operations/invoiceSections.js.map +1 -1
  246. package/dist/react-native/operations/invoices.js +133 -154
  247. package/dist/react-native/operations/invoices.js.map +1 -1
  248. package/dist/react-native/operations/operations.js +23 -40
  249. package/dist/react-native/operations/operations.js.map +1 -1
  250. package/dist/react-native/operations/partnerTransfers.js +23 -40
  251. package/dist/react-native/operations/partnerTransfers.js.map +1 -1
  252. package/dist/react-native/operations/paymentMethods.js +67 -118
  253. package/dist/react-native/operations/paymentMethods.js.map +1 -1
  254. package/dist/react-native/operations/policies.js +45 -24
  255. package/dist/react-native/operations/policies.js.map +1 -1
  256. package/dist/react-native/operations/products.js +100 -163
  257. package/dist/react-native/operations/products.js.map +1 -1
  258. package/dist/react-native/operations/recipientTransfers.js +23 -40
  259. package/dist/react-native/operations/recipientTransfers.js.map +1 -1
  260. package/dist/react-native/operations/reservationOrders.js +23 -40
  261. package/dist/react-native/operations/reservationOrders.js.map +1 -1
  262. package/dist/react-native/operations/reservations.js +78 -124
  263. package/dist/react-native/operations/reservations.js.map +1 -1
  264. package/dist/react-native/operations/savingsPlanOrders.js +23 -40
  265. package/dist/react-native/operations/savingsPlanOrders.js.map +1 -1
  266. package/dist/react-native/operations/savingsPlans.js +56 -85
  267. package/dist/react-native/operations/savingsPlans.js.map +1 -1
  268. package/dist/react-native/operations/transactions.js +100 -163
  269. package/dist/react-native/operations/transactions.js.map +1 -1
  270. package/dist/react-native/operations/transfers.js +23 -40
  271. package/dist/react-native/operations/transfers.js.map +1 -1
  272. package/dist/react-native/pagingHelper.js +2 -4
  273. package/dist/react-native/pagingHelper.js.map +1 -1
  274. package/package.json +2 -2
  275. /package/review/{arm-billing.api.md → arm-billing-node.api.md} +0 -0
@@ -6997,406 +6997,516 @@ export const ProxyResource = {
6997
6997
  type: {
6998
6998
  name: "Composite",
6999
6999
  className: "ProxyResource",
7000
- modelProperties: Object.assign({}, Resource.type.modelProperties),
7000
+ modelProperties: {
7001
+ ...Resource.type.modelProperties,
7002
+ },
7001
7003
  },
7002
7004
  };
7003
7005
  export const AvailableBalancePropertiesAmount = {
7004
7006
  type: {
7005
7007
  name: "Composite",
7006
7008
  className: "AvailableBalancePropertiesAmount",
7007
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7009
+ modelProperties: {
7010
+ ...Amount.type.modelProperties,
7011
+ },
7008
7012
  },
7009
7013
  };
7010
7014
  export const PaymentOnAccountAmount = {
7011
7015
  type: {
7012
7016
  name: "Composite",
7013
7017
  className: "PaymentOnAccountAmount",
7014
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7018
+ modelProperties: {
7019
+ ...Amount.type.modelProperties,
7020
+ },
7015
7021
  },
7016
7022
  };
7017
7023
  export const AvailableBalancePropertiesTotalPaymentsOnAccount = {
7018
7024
  type: {
7019
7025
  name: "Composite",
7020
7026
  className: "AvailableBalancePropertiesTotalPaymentsOnAccount",
7021
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7027
+ modelProperties: {
7028
+ ...Amount.type.modelProperties,
7029
+ },
7022
7030
  },
7023
7031
  };
7024
7032
  export const InvoicePropertiesAmountDue = {
7025
7033
  type: {
7026
7034
  name: "Composite",
7027
7035
  className: "InvoicePropertiesAmountDue",
7028
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7036
+ modelProperties: {
7037
+ ...Amount.type.modelProperties,
7038
+ },
7029
7039
  },
7030
7040
  };
7031
7041
  export const InvoicePropertiesAzurePrepaymentApplied = {
7032
7042
  type: {
7033
7043
  name: "Composite",
7034
7044
  className: "InvoicePropertiesAzurePrepaymentApplied",
7035
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7045
+ modelProperties: {
7046
+ ...Amount.type.modelProperties,
7047
+ },
7036
7048
  },
7037
7049
  };
7038
7050
  export const InvoicePropertiesBilledAmount = {
7039
7051
  type: {
7040
7052
  name: "Composite",
7041
7053
  className: "InvoicePropertiesBilledAmount",
7042
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7054
+ modelProperties: {
7055
+ ...Amount.type.modelProperties,
7056
+ },
7043
7057
  },
7044
7058
  };
7045
7059
  export const InvoicePropertiesCreditAmount = {
7046
7060
  type: {
7047
7061
  name: "Composite",
7048
7062
  className: "InvoicePropertiesCreditAmount",
7049
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7063
+ modelProperties: {
7064
+ ...Amount.type.modelProperties,
7065
+ },
7050
7066
  },
7051
7067
  };
7052
7068
  export const InvoicePropertiesFreeAzureCreditApplied = {
7053
7069
  type: {
7054
7070
  name: "Composite",
7055
7071
  className: "InvoicePropertiesFreeAzureCreditApplied",
7056
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7072
+ modelProperties: {
7073
+ ...Amount.type.modelProperties,
7074
+ },
7057
7075
  },
7058
7076
  };
7059
7077
  export const PaymentAmount = {
7060
7078
  type: {
7061
7079
  name: "Composite",
7062
7080
  className: "PaymentAmount",
7063
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7081
+ modelProperties: {
7082
+ ...Amount.type.modelProperties,
7083
+ },
7064
7084
  },
7065
7085
  };
7066
7086
  export const InvoicePropertiesSubTotal = {
7067
7087
  type: {
7068
7088
  name: "Composite",
7069
7089
  className: "InvoicePropertiesSubTotal",
7070
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7090
+ modelProperties: {
7091
+ ...Amount.type.modelProperties,
7092
+ },
7071
7093
  },
7072
7094
  };
7073
7095
  export const InvoicePropertiesTaxAmount = {
7074
7096
  type: {
7075
7097
  name: "Composite",
7076
7098
  className: "InvoicePropertiesTaxAmount",
7077
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7099
+ modelProperties: {
7100
+ ...Amount.type.modelProperties,
7101
+ },
7078
7102
  },
7079
7103
  };
7080
7104
  export const InvoicePropertiesTotalAmount = {
7081
7105
  type: {
7082
7106
  name: "Composite",
7083
7107
  className: "InvoicePropertiesTotalAmount",
7084
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7108
+ modelProperties: {
7109
+ ...Amount.type.modelProperties,
7110
+ },
7085
7111
  },
7086
7112
  };
7087
7113
  export const RefundDetailsSummaryAmountRequested = {
7088
7114
  type: {
7089
7115
  name: "Composite",
7090
7116
  className: "RefundDetailsSummaryAmountRequested",
7091
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7117
+ modelProperties: {
7118
+ ...Amount.type.modelProperties,
7119
+ },
7092
7120
  },
7093
7121
  };
7094
7122
  export const RefundDetailsSummaryAmountRefunded = {
7095
7123
  type: {
7096
7124
  name: "Composite",
7097
7125
  className: "RefundDetailsSummaryAmountRefunded",
7098
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7126
+ modelProperties: {
7127
+ ...Amount.type.modelProperties,
7128
+ },
7099
7129
  },
7100
7130
  };
7101
7131
  export const ProductPropertiesLastCharge = {
7102
7132
  type: {
7103
7133
  name: "Composite",
7104
7134
  className: "ProductPropertiesLastCharge",
7105
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7135
+ modelProperties: {
7136
+ ...Amount.type.modelProperties,
7137
+ },
7106
7138
  },
7107
7139
  };
7108
7140
  export const TransactionPropertiesAzureCreditApplied = {
7109
7141
  type: {
7110
7142
  name: "Composite",
7111
7143
  className: "TransactionPropertiesAzureCreditApplied",
7112
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7144
+ modelProperties: {
7145
+ ...Amount.type.modelProperties,
7146
+ },
7113
7147
  },
7114
7148
  };
7115
7149
  export const TransactionPropertiesConsumptionCommitmentDecremented = {
7116
7150
  type: {
7117
7151
  name: "Composite",
7118
7152
  className: "TransactionPropertiesConsumptionCommitmentDecremented",
7119
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7153
+ modelProperties: {
7154
+ ...Amount.type.modelProperties,
7155
+ },
7120
7156
  },
7121
7157
  };
7122
7158
  export const TransactionPropertiesEffectivePrice = {
7123
7159
  type: {
7124
7160
  name: "Composite",
7125
7161
  className: "TransactionPropertiesEffectivePrice",
7126
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7162
+ modelProperties: {
7163
+ ...Amount.type.modelProperties,
7164
+ },
7127
7165
  },
7128
7166
  };
7129
7167
  export const TransactionPropertiesMarketPrice = {
7130
7168
  type: {
7131
7169
  name: "Composite",
7132
7170
  className: "TransactionPropertiesMarketPrice",
7133
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7171
+ modelProperties: {
7172
+ ...Amount.type.modelProperties,
7173
+ },
7134
7174
  },
7135
7175
  };
7136
7176
  export const TransactionPropertiesSubTotal = {
7137
7177
  type: {
7138
7178
  name: "Composite",
7139
7179
  className: "TransactionPropertiesSubTotal",
7140
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7180
+ modelProperties: {
7181
+ ...Amount.type.modelProperties,
7182
+ },
7141
7183
  },
7142
7184
  };
7143
7185
  export const TransactionPropertiesTax = {
7144
7186
  type: {
7145
7187
  name: "Composite",
7146
7188
  className: "TransactionPropertiesTax",
7147
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7189
+ modelProperties: {
7190
+ ...Amount.type.modelProperties,
7191
+ },
7148
7192
  },
7149
7193
  };
7150
7194
  export const TransactionPropertiesTransactionAmount = {
7151
7195
  type: {
7152
7196
  name: "Composite",
7153
7197
  className: "TransactionPropertiesTransactionAmount",
7154
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7198
+ modelProperties: {
7199
+ ...Amount.type.modelProperties,
7200
+ },
7155
7201
  },
7156
7202
  };
7157
7203
  export const RefundTransactionDetailsAmountRequested = {
7158
7204
  type: {
7159
7205
  name: "Composite",
7160
7206
  className: "RefundTransactionDetailsAmountRequested",
7161
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7207
+ modelProperties: {
7208
+ ...Amount.type.modelProperties,
7209
+ },
7162
7210
  },
7163
7211
  };
7164
7212
  export const RefundTransactionDetailsAmountRefunded = {
7165
7213
  type: {
7166
7214
  name: "Composite",
7167
7215
  className: "RefundTransactionDetailsAmountRefunded",
7168
- modelProperties: Object.assign({}, Amount.type.modelProperties),
7216
+ modelProperties: {
7217
+ ...Amount.type.modelProperties,
7218
+ },
7169
7219
  },
7170
7220
  };
7171
7221
  export const BillingProfilePropertiesCurrentPaymentTerm = {
7172
7222
  type: {
7173
7223
  name: "Composite",
7174
7224
  className: "BillingProfilePropertiesCurrentPaymentTerm",
7175
- modelProperties: Object.assign({}, PaymentTerm.type.modelProperties),
7225
+ modelProperties: {
7226
+ ...PaymentTerm.type.modelProperties,
7227
+ },
7176
7228
  },
7177
7229
  };
7178
7230
  export const BillingAccountPropertiesEnrollmentDetails = {
7179
7231
  type: {
7180
7232
  name: "Composite",
7181
7233
  className: "BillingAccountPropertiesEnrollmentDetails",
7182
- modelProperties: Object.assign({}, EnrollmentDetails.type.modelProperties),
7234
+ modelProperties: {
7235
+ ...EnrollmentDetails.type.modelProperties,
7236
+ },
7183
7237
  },
7184
7238
  };
7185
7239
  export const EnrollmentDetailsIndirectRelationshipInfo = {
7186
7240
  type: {
7187
7241
  name: "Composite",
7188
7242
  className: "EnrollmentDetailsIndirectRelationshipInfo",
7189
- modelProperties: Object.assign({}, IndirectRelationshipInfo.type.modelProperties),
7243
+ modelProperties: {
7244
+ ...IndirectRelationshipInfo.type.modelProperties,
7245
+ },
7190
7246
  },
7191
7247
  };
7192
7248
  export const BillingProfilePropertiesIndirectRelationshipInfo = {
7193
7249
  type: {
7194
7250
  name: "Composite",
7195
7251
  className: "BillingProfilePropertiesIndirectRelationshipInfo",
7196
- modelProperties: Object.assign({}, IndirectRelationshipInfo.type.modelProperties),
7252
+ modelProperties: {
7253
+ ...IndirectRelationshipInfo.type.modelProperties,
7254
+ },
7197
7255
  },
7198
7256
  };
7199
7257
  export const BillingAccountPropertiesSoldTo = {
7200
7258
  type: {
7201
7259
  name: "Composite",
7202
7260
  className: "BillingAccountPropertiesSoldTo",
7203
- modelProperties: Object.assign({}, AddressDetails.type.modelProperties),
7261
+ modelProperties: {
7262
+ ...AddressDetails.type.modelProperties,
7263
+ },
7204
7264
  },
7205
7265
  };
7206
7266
  export const BillingProfilePropertiesBillTo = {
7207
7267
  type: {
7208
7268
  name: "Composite",
7209
7269
  className: "BillingProfilePropertiesBillTo",
7210
- modelProperties: Object.assign({}, AddressDetails.type.modelProperties),
7270
+ modelProperties: {
7271
+ ...AddressDetails.type.modelProperties,
7272
+ },
7211
7273
  },
7212
7274
  };
7213
7275
  export const BillingProfilePropertiesShipTo = {
7214
7276
  type: {
7215
7277
  name: "Composite",
7216
7278
  className: "BillingProfilePropertiesShipTo",
7217
- modelProperties: Object.assign({}, AddressDetails.type.modelProperties),
7279
+ modelProperties: {
7280
+ ...AddressDetails.type.modelProperties,
7281
+ },
7218
7282
  },
7219
7283
  };
7220
7284
  export const BillingProfilePropertiesSoldTo = {
7221
7285
  type: {
7222
7286
  name: "Composite",
7223
7287
  className: "BillingProfilePropertiesSoldTo",
7224
- modelProperties: Object.assign({}, AddressDetails.type.modelProperties),
7288
+ modelProperties: {
7289
+ ...AddressDetails.type.modelProperties,
7290
+ },
7225
7291
  },
7226
7292
  };
7227
7293
  export const BillingPropertyPropertiesSubscriptionServiceUsageAddress = {
7228
7294
  type: {
7229
7295
  name: "Composite",
7230
7296
  className: "BillingPropertyPropertiesSubscriptionServiceUsageAddress",
7231
- modelProperties: Object.assign({}, AddressDetails.type.modelProperties),
7297
+ modelProperties: {
7298
+ ...AddressDetails.type.modelProperties,
7299
+ },
7232
7300
  },
7233
7301
  };
7234
7302
  export const BillingAccountPropertiesRegistrationNumber = {
7235
7303
  type: {
7236
7304
  name: "Composite",
7237
7305
  className: "BillingAccountPropertiesRegistrationNumber",
7238
- modelProperties: Object.assign({}, RegistrationNumber.type.modelProperties),
7306
+ modelProperties: {
7307
+ ...RegistrationNumber.type.modelProperties,
7308
+ },
7239
7309
  },
7240
7310
  };
7241
7311
  export const BillingPropertyPropertiesEnrollmentDetails = {
7242
7312
  type: {
7243
7313
  name: "Composite",
7244
7314
  className: "BillingPropertyPropertiesEnrollmentDetails",
7245
- modelProperties: Object.assign({}, SubscriptionEnrollmentDetails.type.modelProperties),
7315
+ modelProperties: {
7316
+ ...SubscriptionEnrollmentDetails.type.modelProperties,
7317
+ },
7246
7318
  },
7247
7319
  };
7248
7320
  export const BillingRequestPropertiesReviewedBy = {
7249
7321
  type: {
7250
7322
  name: "Composite",
7251
7323
  className: "BillingRequestPropertiesReviewedBy",
7252
- modelProperties: Object.assign({}, Principal.type.modelProperties),
7324
+ modelProperties: {
7325
+ ...Principal.type.modelProperties,
7326
+ },
7253
7327
  },
7254
7328
  };
7255
7329
  export const BillingRequestPropertiesCreatedBy = {
7256
7330
  type: {
7257
7331
  name: "Composite",
7258
7332
  className: "BillingRequestPropertiesCreatedBy",
7259
- modelProperties: Object.assign({}, Principal.type.modelProperties),
7333
+ modelProperties: {
7334
+ ...Principal.type.modelProperties,
7335
+ },
7260
7336
  },
7261
7337
  };
7262
7338
  export const BillingRequestPropertiesLastUpdatedBy = {
7263
7339
  type: {
7264
7340
  name: "Composite",
7265
7341
  className: "BillingRequestPropertiesLastUpdatedBy",
7266
- modelProperties: Object.assign({}, Principal.type.modelProperties),
7342
+ modelProperties: {
7343
+ ...Principal.type.modelProperties,
7344
+ },
7267
7345
  },
7268
7346
  };
7269
7347
  export const Commitment = {
7270
7348
  type: {
7271
7349
  name: "Composite",
7272
7350
  className: "Commitment",
7273
- modelProperties: Object.assign(Object.assign({}, Price.type.modelProperties), { grain: {
7351
+ modelProperties: {
7352
+ ...Price.type.modelProperties,
7353
+ grain: {
7274
7354
  serializedName: "grain",
7275
7355
  type: {
7276
7356
  name: "String",
7277
7357
  },
7278
- } }),
7358
+ },
7359
+ },
7279
7360
  },
7280
7361
  };
7281
7362
  export const BillingSubscriptionAliasProperties = {
7282
7363
  type: {
7283
7364
  name: "Composite",
7284
7365
  className: "BillingSubscriptionAliasProperties",
7285
- modelProperties: Object.assign(Object.assign({}, BillingSubscriptionProperties.type.modelProperties), { billingSubscriptionId: {
7366
+ modelProperties: {
7367
+ ...BillingSubscriptionProperties.type.modelProperties,
7368
+ billingSubscriptionId: {
7286
7369
  serializedName: "billingSubscriptionId",
7287
7370
  readOnly: true,
7288
7371
  type: {
7289
7372
  name: "String",
7290
7373
  },
7291
- } }),
7374
+ },
7375
+ },
7292
7376
  },
7293
7377
  };
7294
7378
  export const ProductPropertiesReseller = {
7295
7379
  type: {
7296
7380
  name: "Composite",
7297
7381
  className: "ProductPropertiesReseller",
7298
- modelProperties: Object.assign({}, Reseller.type.modelProperties),
7382
+ modelProperties: {
7383
+ ...Reseller.type.modelProperties,
7384
+ },
7299
7385
  },
7300
7386
  };
7301
7387
  export const InvoicePropertiesRebillDetails = {
7302
7388
  type: {
7303
7389
  name: "Composite",
7304
7390
  className: "InvoicePropertiesRebillDetails",
7305
- modelProperties: Object.assign({}, RebillDetails.type.modelProperties),
7391
+ modelProperties: {
7392
+ ...RebillDetails.type.modelProperties,
7393
+ },
7306
7394
  },
7307
7395
  };
7308
7396
  export const InvoicePropertiesRefundDetails = {
7309
7397
  type: {
7310
7398
  name: "Composite",
7311
7399
  className: "InvoicePropertiesRefundDetails",
7312
- modelProperties: Object.assign({}, RefundDetailsSummary.type.modelProperties),
7400
+ modelProperties: {
7401
+ ...RefundDetailsSummary.type.modelProperties,
7402
+ },
7313
7403
  },
7314
7404
  };
7315
7405
  export const BillingProfilePolicyPropertiesEnterpriseAgreementPolicies = {
7316
7406
  type: {
7317
7407
  name: "Composite",
7318
7408
  className: "BillingProfilePolicyPropertiesEnterpriseAgreementPolicies",
7319
- modelProperties: Object.assign({}, EnterpriseAgreementPolicies.type.modelProperties),
7409
+ modelProperties: {
7410
+ ...EnterpriseAgreementPolicies.type.modelProperties,
7411
+ },
7320
7412
  },
7321
7413
  };
7322
7414
  export const BillingAccountPolicyPropertiesEnterpriseAgreementPolicies = {
7323
7415
  type: {
7324
7416
  name: "Composite",
7325
7417
  className: "BillingAccountPolicyPropertiesEnterpriseAgreementPolicies",
7326
- modelProperties: Object.assign({}, EnterpriseAgreementPolicies.type.modelProperties),
7418
+ modelProperties: {
7419
+ ...EnterpriseAgreementPolicies.type.modelProperties,
7420
+ },
7327
7421
  },
7328
7422
  };
7329
7423
  export const MoveProductEligibilityResultErrorDetails = {
7330
7424
  type: {
7331
7425
  name: "Composite",
7332
7426
  className: "MoveProductEligibilityResultErrorDetails",
7333
- modelProperties: Object.assign({}, MoveProductErrorDetails.type.modelProperties),
7427
+ modelProperties: {
7428
+ ...MoveProductErrorDetails.type.modelProperties,
7429
+ },
7334
7430
  },
7335
7431
  };
7336
7432
  export const TransactionPropertiesRefundTransactionDetails = {
7337
7433
  type: {
7338
7434
  name: "Composite",
7339
7435
  className: "TransactionPropertiesRefundTransactionDetails",
7340
- modelProperties: Object.assign({}, RefundTransactionDetails.type.modelProperties),
7436
+ modelProperties: {
7437
+ ...RefundTransactionDetails.type.modelProperties,
7438
+ },
7341
7439
  },
7342
7440
  };
7343
7441
  export const ProxyResourceWithTags = {
7344
7442
  type: {
7345
7443
  name: "Composite",
7346
7444
  className: "ProxyResourceWithTags",
7347
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { tags: {
7445
+ modelProperties: {
7446
+ ...ProxyResource.type.modelProperties,
7447
+ tags: {
7348
7448
  serializedName: "tags",
7349
7449
  type: {
7350
7450
  name: "Dictionary",
7351
7451
  value: { type: { name: "String" } },
7352
7452
  },
7353
- } }),
7453
+ },
7454
+ },
7354
7455
  },
7355
7456
  };
7356
7457
  export const Reservation = {
7357
7458
  type: {
7358
7459
  name: "Composite",
7359
7460
  className: "Reservation",
7360
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { location: {
7461
+ modelProperties: {
7462
+ ...ProxyResource.type.modelProperties,
7463
+ location: {
7361
7464
  serializedName: "location",
7362
7465
  type: {
7363
7466
  name: "String",
7364
7467
  },
7365
- }, etag: {
7468
+ },
7469
+ etag: {
7366
7470
  serializedName: "etag",
7367
7471
  type: {
7368
7472
  name: "Number",
7369
7473
  },
7370
- }, tags: {
7474
+ },
7475
+ tags: {
7371
7476
  serializedName: "tags",
7372
7477
  type: {
7373
7478
  name: "Dictionary",
7374
7479
  value: { type: { name: "String" } },
7375
7480
  },
7376
- }, sku: {
7481
+ },
7482
+ sku: {
7377
7483
  serializedName: "sku",
7378
7484
  type: {
7379
7485
  name: "Composite",
7380
7486
  className: "ReservationSkuProperty",
7381
7487
  },
7382
- }, reservedResourceType: {
7488
+ },
7489
+ reservedResourceType: {
7383
7490
  serializedName: "properties.reservedResourceType",
7384
7491
  readOnly: true,
7385
7492
  type: {
7386
7493
  name: "String",
7387
7494
  },
7388
- }, instanceFlexibility: {
7495
+ },
7496
+ instanceFlexibility: {
7389
7497
  serializedName: "properties.instanceFlexibility",
7390
7498
  type: {
7391
7499
  name: "String",
7392
7500
  },
7393
- }, displayName: {
7501
+ },
7502
+ displayName: {
7394
7503
  serializedName: "properties.displayName",
7395
7504
  readOnly: true,
7396
7505
  type: {
7397
7506
  name: "String",
7398
7507
  },
7399
- }, appliedScopes: {
7508
+ },
7509
+ appliedScopes: {
7400
7510
  serializedName: "properties.appliedScopes",
7401
7511
  type: {
7402
7512
  name: "Sequence",
@@ -7406,189 +7516,222 @@ export const Reservation = {
7406
7516
  },
7407
7517
  },
7408
7518
  },
7409
- }, appliedScopeType: {
7519
+ },
7520
+ appliedScopeType: {
7410
7521
  serializedName: "properties.appliedScopeType",
7411
7522
  readOnly: true,
7412
7523
  type: {
7413
7524
  name: "String",
7414
7525
  },
7415
- }, archived: {
7526
+ },
7527
+ archived: {
7416
7528
  serializedName: "properties.archived",
7417
7529
  type: {
7418
7530
  name: "Boolean",
7419
7531
  },
7420
- }, capabilities: {
7532
+ },
7533
+ capabilities: {
7421
7534
  serializedName: "properties.capabilities",
7422
7535
  type: {
7423
7536
  name: "String",
7424
7537
  },
7425
- }, quantity: {
7538
+ },
7539
+ quantity: {
7426
7540
  serializedName: "properties.quantity",
7427
7541
  readOnly: true,
7428
7542
  type: {
7429
7543
  name: "Number",
7430
7544
  },
7431
- }, provisioningState: {
7545
+ },
7546
+ provisioningState: {
7432
7547
  serializedName: "properties.provisioningState",
7433
7548
  readOnly: true,
7434
7549
  type: {
7435
7550
  name: "String",
7436
7551
  },
7437
- }, effectiveDateTime: {
7552
+ },
7553
+ effectiveDateTime: {
7438
7554
  serializedName: "properties.effectiveDateTime",
7439
7555
  readOnly: true,
7440
7556
  type: {
7441
7557
  name: "DateTime",
7442
7558
  },
7443
- }, benefitStartTime: {
7559
+ },
7560
+ benefitStartTime: {
7444
7561
  serializedName: "properties.benefitStartTime",
7445
7562
  type: {
7446
7563
  name: "DateTime",
7447
7564
  },
7448
- }, lastUpdatedDateTime: {
7565
+ },
7566
+ lastUpdatedDateTime: {
7449
7567
  serializedName: "properties.lastUpdatedDateTime",
7450
7568
  readOnly: true,
7451
7569
  type: {
7452
7570
  name: "DateTime",
7453
7571
  },
7454
- }, expiryDate: {
7572
+ },
7573
+ expiryDate: {
7455
7574
  serializedName: "properties.expiryDate",
7456
7575
  readOnly: true,
7457
7576
  type: {
7458
7577
  name: "String",
7459
7578
  },
7460
- }, expiryDateTime: {
7579
+ },
7580
+ expiryDateTime: {
7461
7581
  serializedName: "properties.expiryDateTime",
7462
7582
  type: {
7463
7583
  name: "DateTime",
7464
7584
  },
7465
- }, reviewDateTime: {
7585
+ },
7586
+ reviewDateTime: {
7466
7587
  serializedName: "properties.reviewDateTime",
7467
7588
  type: {
7468
7589
  name: "DateTime",
7469
7590
  },
7470
- }, skuDescription: {
7591
+ },
7592
+ skuDescription: {
7471
7593
  serializedName: "properties.skuDescription",
7472
7594
  readOnly: true,
7473
7595
  type: {
7474
7596
  name: "String",
7475
7597
  },
7476
- }, extendedStatusInfo: {
7598
+ },
7599
+ extendedStatusInfo: {
7477
7600
  serializedName: "properties.extendedStatusInfo",
7478
7601
  type: {
7479
7602
  name: "Composite",
7480
7603
  className: "ReservationExtendedStatusInfo",
7481
7604
  },
7482
- }, billingPlan: {
7605
+ },
7606
+ billingPlan: {
7483
7607
  serializedName: "properties.billingPlan",
7484
7608
  type: {
7485
7609
  name: "String",
7486
7610
  },
7487
- }, displayProvisioningState: {
7611
+ },
7612
+ displayProvisioningState: {
7488
7613
  serializedName: "properties.displayProvisioningState",
7489
7614
  readOnly: true,
7490
7615
  type: {
7491
7616
  name: "String",
7492
7617
  },
7493
- }, provisioningSubState: {
7618
+ },
7619
+ provisioningSubState: {
7494
7620
  serializedName: "properties.provisioningSubState",
7495
7621
  readOnly: true,
7496
7622
  type: {
7497
7623
  name: "String",
7498
7624
  },
7499
- }, purchaseDate: {
7625
+ },
7626
+ purchaseDate: {
7500
7627
  serializedName: "properties.purchaseDate",
7501
7628
  type: {
7502
7629
  name: "Date",
7503
7630
  },
7504
- }, purchaseDateTime: {
7631
+ },
7632
+ purchaseDateTime: {
7505
7633
  serializedName: "properties.purchaseDateTime",
7506
7634
  type: {
7507
7635
  name: "DateTime",
7508
7636
  },
7509
- }, splitProperties: {
7637
+ },
7638
+ splitProperties: {
7510
7639
  serializedName: "properties.splitProperties",
7511
7640
  type: {
7512
7641
  name: "Composite",
7513
7642
  className: "ReservationSplitProperties",
7514
7643
  },
7515
- }, mergeProperties: {
7644
+ },
7645
+ mergeProperties: {
7516
7646
  serializedName: "properties.mergeProperties",
7517
7647
  type: {
7518
7648
  name: "Composite",
7519
7649
  className: "ReservationMergeProperties",
7520
7650
  },
7521
- }, swapProperties: {
7651
+ },
7652
+ swapProperties: {
7522
7653
  serializedName: "properties.swapProperties",
7523
7654
  type: {
7524
7655
  name: "Composite",
7525
7656
  className: "ReservationSwapProperties",
7526
7657
  },
7527
- }, appliedScopeProperties: {
7658
+ },
7659
+ appliedScopeProperties: {
7528
7660
  serializedName: "properties.appliedScopeProperties",
7529
7661
  type: {
7530
7662
  name: "Composite",
7531
7663
  className: "ReservationAppliedScopeProperties",
7532
7664
  },
7533
- }, billingScopeId: {
7665
+ },
7666
+ billingScopeId: {
7534
7667
  serializedName: "properties.billingScopeId",
7535
7668
  readOnly: true,
7536
7669
  type: {
7537
7670
  name: "String",
7538
7671
  },
7539
- }, renew: {
7672
+ },
7673
+ renew: {
7540
7674
  serializedName: "properties.renew",
7541
7675
  readOnly: true,
7542
7676
  type: {
7543
7677
  name: "Boolean",
7544
7678
  },
7545
- }, renewSource: {
7679
+ },
7680
+ renewSource: {
7546
7681
  serializedName: "properties.renewSource",
7547
7682
  readOnly: true,
7548
7683
  type: {
7549
7684
  name: "String",
7550
7685
  },
7551
- }, renewDestination: {
7686
+ },
7687
+ renewDestination: {
7552
7688
  serializedName: "properties.renewDestination",
7553
7689
  type: {
7554
7690
  name: "String",
7555
7691
  },
7556
- }, renewProperties: {
7692
+ },
7693
+ renewProperties: {
7557
7694
  serializedName: "properties.renewProperties",
7558
7695
  type: {
7559
7696
  name: "Composite",
7560
7697
  className: "RenewPropertiesResponse",
7561
7698
  },
7562
- }, term: {
7699
+ },
7700
+ term: {
7563
7701
  serializedName: "properties.term",
7564
7702
  readOnly: true,
7565
7703
  type: {
7566
7704
  name: "String",
7567
7705
  },
7568
- }, userFriendlyAppliedScopeType: {
7706
+ },
7707
+ userFriendlyAppliedScopeType: {
7569
7708
  serializedName: "properties.userFriendlyAppliedScopeType",
7570
7709
  readOnly: true,
7571
7710
  type: {
7572
7711
  name: "String",
7573
7712
  },
7574
- }, userFriendlyRenewState: {
7713
+ },
7714
+ userFriendlyRenewState: {
7575
7715
  serializedName: "properties.userFriendlyRenewState",
7576
7716
  readOnly: true,
7577
7717
  type: {
7578
7718
  name: "String",
7579
7719
  },
7580
- }, productCode: {
7720
+ },
7721
+ productCode: {
7581
7722
  serializedName: "properties.productCode",
7582
7723
  type: {
7583
7724
  name: "String",
7584
7725
  },
7585
- }, trend: {
7726
+ },
7727
+ trend: {
7586
7728
  serializedName: "properties.utilization.trend",
7587
7729
  readOnly: true,
7588
7730
  type: {
7589
7731
  name: "String",
7590
7732
  },
7591
- }, aggregates: {
7733
+ },
7734
+ aggregates: {
7592
7735
  serializedName: "properties.utilization.aggregates",
7593
7736
  type: {
7594
7737
  name: "Sequence",
@@ -7599,103 +7742,123 @@ export const Reservation = {
7599
7742
  },
7600
7743
  },
7601
7744
  },
7602
- } }),
7745
+ },
7746
+ },
7603
7747
  },
7604
7748
  };
7605
7749
  export const ReservationOrder = {
7606
7750
  type: {
7607
7751
  name: "Composite",
7608
7752
  className: "ReservationOrder",
7609
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { etag: {
7753
+ modelProperties: {
7754
+ ...ProxyResource.type.modelProperties,
7755
+ etag: {
7610
7756
  serializedName: "etag",
7611
7757
  type: {
7612
7758
  name: "Number",
7613
7759
  },
7614
- }, tags: {
7760
+ },
7761
+ tags: {
7615
7762
  serializedName: "tags",
7616
7763
  type: {
7617
7764
  name: "Dictionary",
7618
7765
  value: { type: { name: "String" } },
7619
7766
  },
7620
- }, displayName: {
7767
+ },
7768
+ displayName: {
7621
7769
  serializedName: "properties.displayName",
7622
7770
  type: {
7623
7771
  name: "String",
7624
7772
  },
7625
- }, enrollmentId: {
7773
+ },
7774
+ enrollmentId: {
7626
7775
  serializedName: "properties.enrollmentId",
7627
7776
  type: {
7628
7777
  name: "String",
7629
7778
  },
7630
- }, customerId: {
7779
+ },
7780
+ customerId: {
7631
7781
  serializedName: "properties.customerId",
7632
7782
  type: {
7633
7783
  name: "String",
7634
7784
  },
7635
- }, billingProfileId: {
7785
+ },
7786
+ billingProfileId: {
7636
7787
  serializedName: "properties.billingProfileId",
7637
7788
  type: {
7638
7789
  name: "String",
7639
7790
  },
7640
- }, billingAccountId: {
7791
+ },
7792
+ billingAccountId: {
7641
7793
  serializedName: "properties.billingAccountId",
7642
7794
  type: {
7643
7795
  name: "String",
7644
7796
  },
7645
- }, requestDateTime: {
7797
+ },
7798
+ requestDateTime: {
7646
7799
  serializedName: "properties.requestDateTime",
7647
7800
  type: {
7648
7801
  name: "DateTime",
7649
7802
  },
7650
- }, createdDateTime: {
7803
+ },
7804
+ createdDateTime: {
7651
7805
  serializedName: "properties.createdDateTime",
7652
7806
  type: {
7653
7807
  name: "DateTime",
7654
7808
  },
7655
- }, expiryDate: {
7809
+ },
7810
+ expiryDate: {
7656
7811
  serializedName: "properties.expiryDate",
7657
7812
  type: {
7658
7813
  name: "Date",
7659
7814
  },
7660
- }, expiryDateTime: {
7815
+ },
7816
+ expiryDateTime: {
7661
7817
  serializedName: "properties.expiryDateTime",
7662
7818
  type: {
7663
7819
  name: "DateTime",
7664
7820
  },
7665
- }, benefitStartTime: {
7821
+ },
7822
+ benefitStartTime: {
7666
7823
  serializedName: "properties.benefitStartTime",
7667
7824
  type: {
7668
7825
  name: "DateTime",
7669
7826
  },
7670
- }, originalQuantity: {
7827
+ },
7828
+ originalQuantity: {
7671
7829
  serializedName: "properties.originalQuantity",
7672
7830
  type: {
7673
7831
  name: "Number",
7674
7832
  },
7675
- }, term: {
7833
+ },
7834
+ term: {
7676
7835
  serializedName: "properties.term",
7677
7836
  readOnly: true,
7678
7837
  type: {
7679
7838
  name: "String",
7680
7839
  },
7681
- }, provisioningState: {
7840
+ },
7841
+ provisioningState: {
7682
7842
  serializedName: "properties.provisioningState",
7683
7843
  readOnly: true,
7684
7844
  type: {
7685
7845
  name: "String",
7686
7846
  },
7687
- }, billingPlan: {
7847
+ },
7848
+ billingPlan: {
7688
7849
  serializedName: "properties.billingPlan",
7689
7850
  type: {
7690
7851
  name: "String",
7691
7852
  },
7692
- }, planInformation: {
7853
+ },
7854
+ planInformation: {
7693
7855
  serializedName: "properties.planInformation",
7694
7856
  type: {
7695
7857
  name: "Composite",
7696
7858
  className: "ReservationOrderBillingPlanInformation",
7697
7859
  },
7698
- }, reservations: {
7860
+ },
7861
+ reservations: {
7699
7862
  serializedName: "properties.reservations",
7700
7863
  type: {
7701
7864
  name: "Sequence",
@@ -7706,228 +7869,276 @@ export const ReservationOrder = {
7706
7869
  },
7707
7870
  },
7708
7871
  },
7709
- }, reviewDateTime: {
7872
+ },
7873
+ reviewDateTime: {
7710
7874
  serializedName: "properties.reviewDateTime",
7711
7875
  type: {
7712
7876
  name: "DateTime",
7713
7877
  },
7714
- }, extendedStatusInfo: {
7878
+ },
7879
+ extendedStatusInfo: {
7715
7880
  serializedName: "properties.extendedStatusInfo",
7716
7881
  type: {
7717
7882
  name: "Composite",
7718
7883
  className: "ReservationExtendedStatusInfo",
7719
7884
  },
7720
- }, productCode: {
7885
+ },
7886
+ productCode: {
7721
7887
  serializedName: "properties.productCode",
7722
7888
  type: {
7723
7889
  name: "String",
7724
7890
  },
7725
- } }),
7891
+ },
7892
+ },
7726
7893
  },
7727
7894
  };
7728
7895
  export const Agreement = {
7729
7896
  type: {
7730
7897
  name: "Composite",
7731
7898
  className: "Agreement",
7732
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7899
+ modelProperties: {
7900
+ ...ProxyResourceWithTags.type.modelProperties,
7901
+ properties: {
7733
7902
  serializedName: "properties",
7734
7903
  type: {
7735
7904
  name: "Composite",
7736
7905
  className: "AgreementProperties",
7737
7906
  },
7738
- } }),
7907
+ },
7908
+ },
7739
7909
  },
7740
7910
  };
7741
7911
  export const AssociatedTenant = {
7742
7912
  type: {
7743
7913
  name: "Composite",
7744
7914
  className: "AssociatedTenant",
7745
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7915
+ modelProperties: {
7916
+ ...ProxyResourceWithTags.type.modelProperties,
7917
+ properties: {
7746
7918
  serializedName: "properties",
7747
7919
  type: {
7748
7920
  name: "Composite",
7749
7921
  className: "AssociatedTenantProperties",
7750
7922
  },
7751
- } }),
7923
+ },
7924
+ },
7752
7925
  },
7753
7926
  };
7754
7927
  export const AvailableBalance = {
7755
7928
  type: {
7756
7929
  name: "Composite",
7757
7930
  className: "AvailableBalance",
7758
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7931
+ modelProperties: {
7932
+ ...ProxyResourceWithTags.type.modelProperties,
7933
+ properties: {
7759
7934
  serializedName: "properties",
7760
7935
  type: {
7761
7936
  name: "Composite",
7762
7937
  className: "AvailableBalanceProperties",
7763
7938
  },
7764
- } }),
7939
+ },
7940
+ },
7765
7941
  },
7766
7942
  };
7767
7943
  export const BillingAccount = {
7768
7944
  type: {
7769
7945
  name: "Composite",
7770
7946
  className: "BillingAccount",
7771
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7947
+ modelProperties: {
7948
+ ...ProxyResourceWithTags.type.modelProperties,
7949
+ properties: {
7772
7950
  serializedName: "properties",
7773
7951
  type: {
7774
7952
  name: "Composite",
7775
7953
  className: "BillingAccountProperties",
7776
7954
  },
7777
- } }),
7955
+ },
7956
+ },
7778
7957
  },
7779
7958
  };
7780
7959
  export const BillingAccountPatch = {
7781
7960
  type: {
7782
7961
  name: "Composite",
7783
7962
  className: "BillingAccountPatch",
7784
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7963
+ modelProperties: {
7964
+ ...ProxyResourceWithTags.type.modelProperties,
7965
+ properties: {
7785
7966
  serializedName: "properties",
7786
7967
  type: {
7787
7968
  name: "Composite",
7788
7969
  className: "BillingAccountProperties",
7789
7970
  },
7790
- } }),
7971
+ },
7972
+ },
7791
7973
  },
7792
7974
  };
7793
7975
  export const BillingProfile = {
7794
7976
  type: {
7795
7977
  name: "Composite",
7796
7978
  className: "BillingProfile",
7797
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7979
+ modelProperties: {
7980
+ ...ProxyResourceWithTags.type.modelProperties,
7981
+ properties: {
7798
7982
  serializedName: "properties",
7799
7983
  type: {
7800
7984
  name: "Composite",
7801
7985
  className: "BillingProfileProperties",
7802
7986
  },
7803
- } }),
7987
+ },
7988
+ },
7804
7989
  },
7805
7990
  };
7806
7991
  export const BillingProperty = {
7807
7992
  type: {
7808
7993
  name: "Composite",
7809
7994
  className: "BillingProperty",
7810
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
7995
+ modelProperties: {
7996
+ ...ProxyResourceWithTags.type.modelProperties,
7997
+ properties: {
7811
7998
  serializedName: "properties",
7812
7999
  type: {
7813
8000
  name: "Composite",
7814
8001
  className: "BillingPropertyProperties",
7815
8002
  },
7816
- } }),
8003
+ },
8004
+ },
7817
8005
  },
7818
8006
  };
7819
8007
  export const BillingRequest = {
7820
8008
  type: {
7821
8009
  name: "Composite",
7822
8010
  className: "BillingRequest",
7823
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
8011
+ modelProperties: {
8012
+ ...ProxyResourceWithTags.type.modelProperties,
8013
+ properties: {
7824
8014
  serializedName: "properties",
7825
8015
  type: {
7826
8016
  name: "Composite",
7827
8017
  className: "BillingRequestProperties",
7828
8018
  },
7829
- } }),
8019
+ },
8020
+ },
7830
8021
  },
7831
8022
  };
7832
8023
  export const BillingRoleAssignment = {
7833
8024
  type: {
7834
8025
  name: "Composite",
7835
8026
  className: "BillingRoleAssignment",
7836
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
8027
+ modelProperties: {
8028
+ ...ProxyResourceWithTags.type.modelProperties,
8029
+ properties: {
7837
8030
  serializedName: "properties",
7838
8031
  type: {
7839
8032
  name: "Composite",
7840
8033
  className: "BillingRoleAssignmentProperties",
7841
8034
  },
7842
- } }),
8035
+ },
8036
+ },
7843
8037
  },
7844
8038
  };
7845
8039
  export const BillingRoleDefinition = {
7846
8040
  type: {
7847
8041
  name: "Composite",
7848
8042
  className: "BillingRoleDefinition",
7849
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
8043
+ modelProperties: {
8044
+ ...ProxyResourceWithTags.type.modelProperties,
8045
+ properties: {
7850
8046
  serializedName: "properties",
7851
8047
  type: {
7852
8048
  name: "Composite",
7853
8049
  className: "BillingRoleDefinitionProperties",
7854
8050
  },
7855
- } }),
8051
+ },
8052
+ },
7856
8053
  },
7857
8054
  };
7858
8055
  export const SavingsPlanOrderModel = {
7859
8056
  type: {
7860
8057
  name: "Composite",
7861
8058
  className: "SavingsPlanOrderModel",
7862
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { sku: {
8059
+ modelProperties: {
8060
+ ...ProxyResourceWithTags.type.modelProperties,
8061
+ sku: {
7863
8062
  serializedName: "sku",
7864
8063
  type: {
7865
8064
  name: "Composite",
7866
8065
  className: "Sku",
7867
8066
  },
7868
- }, displayName: {
8067
+ },
8068
+ displayName: {
7869
8069
  serializedName: "properties.displayName",
7870
8070
  type: {
7871
8071
  name: "String",
7872
8072
  },
7873
- }, provisioningState: {
8073
+ },
8074
+ provisioningState: {
7874
8075
  serializedName: "properties.provisioningState",
7875
8076
  readOnly: true,
7876
8077
  type: {
7877
8078
  name: "String",
7878
8079
  },
7879
- }, billingScopeId: {
8080
+ },
8081
+ billingScopeId: {
7880
8082
  serializedName: "properties.billingScopeId",
7881
8083
  type: {
7882
8084
  name: "String",
7883
8085
  },
7884
- }, billingProfileId: {
8086
+ },
8087
+ billingProfileId: {
7885
8088
  serializedName: "properties.billingProfileId",
7886
8089
  readOnly: true,
7887
8090
  type: {
7888
8091
  name: "String",
7889
8092
  },
7890
- }, customerId: {
8093
+ },
8094
+ customerId: {
7891
8095
  serializedName: "properties.customerId",
7892
8096
  readOnly: true,
7893
8097
  type: {
7894
8098
  name: "String",
7895
8099
  },
7896
- }, billingAccountId: {
8100
+ },
8101
+ billingAccountId: {
7897
8102
  serializedName: "properties.billingAccountId",
7898
8103
  readOnly: true,
7899
8104
  type: {
7900
8105
  name: "String",
7901
8106
  },
7902
- }, term: {
7903
- serializedName: "properties.term",
8107
+ },
8108
+ term: {
8109
+ serializedName: "properties.term",
7904
8110
  type: {
7905
8111
  name: "String",
7906
8112
  },
7907
- }, billingPlan: {
8113
+ },
8114
+ billingPlan: {
7908
8115
  serializedName: "properties.billingPlan",
7909
8116
  type: {
7910
8117
  name: "String",
7911
8118
  },
7912
- }, benefitStartTime: {
8119
+ },
8120
+ benefitStartTime: {
7913
8121
  serializedName: "properties.benefitStartTime",
7914
8122
  readOnly: true,
7915
8123
  type: {
7916
8124
  name: "DateTime",
7917
8125
  },
7918
- }, expiryDateTime: {
8126
+ },
8127
+ expiryDateTime: {
7919
8128
  serializedName: "properties.expiryDateTime",
7920
8129
  readOnly: true,
7921
8130
  type: {
7922
8131
  name: "DateTime",
7923
8132
  },
7924
- }, planInformation: {
8133
+ },
8134
+ planInformation: {
7925
8135
  serializedName: "properties.planInformation",
7926
8136
  type: {
7927
8137
  name: "Composite",
7928
8138
  className: "BillingPlanInformation",
7929
8139
  },
7930
- }, savingsPlans: {
8140
+ },
8141
+ savingsPlans: {
7931
8142
  serializedName: "properties.savingsPlans",
7932
8143
  type: {
7933
8144
  name: "Sequence",
@@ -7937,407 +8148,480 @@ export const SavingsPlanOrderModel = {
7937
8148
  },
7938
8149
  },
7939
8150
  },
7940
- }, extendedStatusInfo: {
8151
+ },
8152
+ extendedStatusInfo: {
7941
8153
  serializedName: "properties.extendedStatusInfo",
7942
8154
  type: {
7943
8155
  name: "Composite",
7944
8156
  className: "ExtendedStatusInfo",
7945
8157
  },
7946
- }, productCode: {
8158
+ },
8159
+ productCode: {
7947
8160
  serializedName: "properties.productCode",
7948
8161
  type: {
7949
8162
  name: "String",
7950
8163
  },
7951
- } }),
8164
+ },
8165
+ },
7952
8166
  },
7953
8167
  };
7954
8168
  export const SavingsPlanModel = {
7955
8169
  type: {
7956
8170
  name: "Composite",
7957
8171
  className: "SavingsPlanModel",
7958
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { sku: {
8172
+ modelProperties: {
8173
+ ...ProxyResourceWithTags.type.modelProperties,
8174
+ sku: {
7959
8175
  serializedName: "sku",
7960
8176
  type: {
7961
8177
  name: "Composite",
7962
8178
  className: "Sku",
7963
8179
  },
7964
- }, displayName: {
8180
+ },
8181
+ displayName: {
7965
8182
  serializedName: "properties.displayName",
7966
8183
  type: {
7967
8184
  name: "String",
7968
8185
  },
7969
- }, provisioningState: {
8186
+ },
8187
+ provisioningState: {
7970
8188
  serializedName: "properties.provisioningState",
7971
8189
  type: {
7972
8190
  name: "String",
7973
8191
  },
7974
- }, displayProvisioningState: {
8192
+ },
8193
+ displayProvisioningState: {
7975
8194
  serializedName: "properties.displayProvisioningState",
7976
8195
  readOnly: true,
7977
8196
  type: {
7978
8197
  name: "String",
7979
8198
  },
7980
- }, userFriendlyAppliedScopeType: {
8199
+ },
8200
+ userFriendlyAppliedScopeType: {
7981
8201
  serializedName: "properties.userFriendlyAppliedScopeType",
7982
8202
  readOnly: true,
7983
8203
  type: {
7984
8204
  name: "String",
7985
8205
  },
7986
- }, billingScopeId: {
8206
+ },
8207
+ billingScopeId: {
7987
8208
  serializedName: "properties.billingScopeId",
7988
8209
  type: {
7989
8210
  name: "String",
7990
8211
  },
7991
- }, billingProfileId: {
8212
+ },
8213
+ billingProfileId: {
7992
8214
  serializedName: "properties.billingProfileId",
7993
8215
  readOnly: true,
7994
8216
  type: {
7995
8217
  name: "String",
7996
8218
  },
7997
- }, customerId: {
8219
+ },
8220
+ customerId: {
7998
8221
  serializedName: "properties.customerId",
7999
8222
  readOnly: true,
8000
8223
  type: {
8001
8224
  name: "String",
8002
8225
  },
8003
- }, billingAccountId: {
8226
+ },
8227
+ billingAccountId: {
8004
8228
  serializedName: "properties.billingAccountId",
8005
8229
  readOnly: true,
8006
8230
  type: {
8007
8231
  name: "String",
8008
8232
  },
8009
- }, term: {
8233
+ },
8234
+ term: {
8010
8235
  serializedName: "properties.term",
8011
8236
  type: {
8012
8237
  name: "String",
8013
8238
  },
8014
- }, renew: {
8239
+ },
8240
+ renew: {
8015
8241
  defaultValue: false,
8016
8242
  serializedName: "properties.renew",
8017
8243
  type: {
8018
8244
  name: "Boolean",
8019
8245
  },
8020
- }, renewSource: {
8246
+ },
8247
+ renewSource: {
8021
8248
  serializedName: "properties.renewSource",
8022
8249
  type: {
8023
8250
  name: "String",
8024
8251
  },
8025
- }, renewDestination: {
8252
+ },
8253
+ renewDestination: {
8026
8254
  serializedName: "properties.renewDestination",
8027
8255
  type: {
8028
8256
  name: "String",
8029
8257
  },
8030
- }, renewProperties: {
8258
+ },
8259
+ renewProperties: {
8031
8260
  serializedName: "properties.renewProperties",
8032
8261
  type: {
8033
8262
  name: "Composite",
8034
8263
  className: "RenewProperties",
8035
8264
  },
8036
- }, billingPlan: {
8265
+ },
8266
+ billingPlan: {
8037
8267
  serializedName: "properties.billingPlan",
8038
8268
  type: {
8039
8269
  name: "String",
8040
8270
  },
8041
- }, appliedScopeType: {
8271
+ },
8272
+ appliedScopeType: {
8042
8273
  serializedName: "properties.appliedScopeType",
8043
8274
  type: {
8044
8275
  name: "String",
8045
8276
  },
8046
- }, appliedScopeProperties: {
8277
+ },
8278
+ appliedScopeProperties: {
8047
8279
  serializedName: "properties.appliedScopeProperties",
8048
8280
  type: {
8049
8281
  name: "Composite",
8050
8282
  className: "AppliedScopeProperties",
8051
8283
  },
8052
- }, commitment: {
8284
+ },
8285
+ commitment: {
8053
8286
  serializedName: "properties.commitment",
8054
8287
  type: {
8055
8288
  name: "Composite",
8056
8289
  className: "Commitment",
8057
8290
  },
8058
- }, effectiveDateTime: {
8291
+ },
8292
+ effectiveDateTime: {
8059
8293
  serializedName: "properties.effectiveDateTime",
8060
8294
  readOnly: true,
8061
8295
  type: {
8062
8296
  name: "DateTime",
8063
8297
  },
8064
- }, benefitStartTime: {
8298
+ },
8299
+ benefitStartTime: {
8065
8300
  serializedName: "properties.benefitStartTime",
8066
8301
  readOnly: true,
8067
8302
  type: {
8068
8303
  name: "DateTime",
8069
8304
  },
8070
- }, expiryDateTime: {
8305
+ },
8306
+ expiryDateTime: {
8071
8307
  serializedName: "properties.expiryDateTime",
8072
8308
  readOnly: true,
8073
8309
  type: {
8074
8310
  name: "DateTime",
8075
8311
  },
8076
- }, purchaseDateTime: {
8312
+ },
8313
+ purchaseDateTime: {
8077
8314
  serializedName: "properties.purchaseDateTime",
8078
8315
  readOnly: true,
8079
8316
  type: {
8080
8317
  name: "DateTime",
8081
8318
  },
8082
- }, utilization: {
8319
+ },
8320
+ utilization: {
8083
8321
  serializedName: "properties.utilization",
8084
8322
  type: {
8085
8323
  name: "Composite",
8086
8324
  className: "Utilization",
8087
8325
  },
8088
- }, extendedStatusInfo: {
8326
+ },
8327
+ extendedStatusInfo: {
8089
8328
  serializedName: "properties.extendedStatusInfo",
8090
8329
  type: {
8091
8330
  name: "Composite",
8092
8331
  className: "ExtendedStatusInfo",
8093
8332
  },
8094
- }, productCode: {
8333
+ },
8334
+ productCode: {
8095
8335
  serializedName: "properties.productCode",
8096
8336
  type: {
8097
8337
  name: "String",
8098
8338
  },
8099
- } }),
8339
+ },
8340
+ },
8100
8341
  },
8101
8342
  };
8102
8343
  export const BillingSubscription = {
8103
8344
  type: {
8104
8345
  name: "Composite",
8105
8346
  className: "BillingSubscription",
8106
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { autoRenew: {
8347
+ modelProperties: {
8348
+ ...ProxyResourceWithTags.type.modelProperties,
8349
+ autoRenew: {
8107
8350
  serializedName: "properties.autoRenew",
8108
8351
  type: {
8109
8352
  name: "String",
8110
8353
  },
8111
- }, beneficiaryTenantId: {
8354
+ },
8355
+ beneficiaryTenantId: {
8112
8356
  serializedName: "properties.beneficiaryTenantId",
8113
8357
  type: {
8114
8358
  name: "String",
8115
8359
  },
8116
- }, beneficiary: {
8360
+ },
8361
+ beneficiary: {
8117
8362
  serializedName: "properties.beneficiary",
8118
8363
  type: {
8119
8364
  name: "Composite",
8120
8365
  className: "Beneficiary",
8121
8366
  },
8122
- }, billingFrequency: {
8367
+ },
8368
+ billingFrequency: {
8123
8369
  serializedName: "properties.billingFrequency",
8124
8370
  type: {
8125
8371
  name: "String",
8126
8372
  },
8127
- }, billingProfileId: {
8373
+ },
8374
+ billingProfileId: {
8128
8375
  serializedName: "properties.billingProfileId",
8129
8376
  type: {
8130
8377
  name: "String",
8131
8378
  },
8132
- }, billingPolicies: {
8379
+ },
8380
+ billingPolicies: {
8133
8381
  serializedName: "properties.billingPolicies",
8134
8382
  readOnly: true,
8135
8383
  type: {
8136
8384
  name: "Dictionary",
8137
8385
  value: { type: { name: "String" } },
8138
8386
  },
8139
- }, billingProfileDisplayName: {
8387
+ },
8388
+ billingProfileDisplayName: {
8140
8389
  serializedName: "properties.billingProfileDisplayName",
8141
8390
  readOnly: true,
8142
8391
  type: {
8143
8392
  name: "String",
8144
8393
  },
8145
- }, billingProfileName: {
8394
+ },
8395
+ billingProfileName: {
8146
8396
  serializedName: "properties.billingProfileName",
8147
8397
  readOnly: true,
8148
8398
  type: {
8149
8399
  name: "String",
8150
8400
  },
8151
- }, consumptionCostCenter: {
8401
+ },
8402
+ consumptionCostCenter: {
8152
8403
  serializedName: "properties.consumptionCostCenter",
8153
8404
  type: {
8154
8405
  name: "String",
8155
8406
  },
8156
- }, customerId: {
8407
+ },
8408
+ customerId: {
8157
8409
  serializedName: "properties.customerId",
8158
8410
  type: {
8159
8411
  name: "String",
8160
8412
  },
8161
- }, customerDisplayName: {
8413
+ },
8414
+ customerDisplayName: {
8162
8415
  serializedName: "properties.customerDisplayName",
8163
8416
  readOnly: true,
8164
8417
  type: {
8165
8418
  name: "String",
8166
8419
  },
8167
- }, customerName: {
8420
+ },
8421
+ customerName: {
8168
8422
  serializedName: "properties.customerName",
8169
8423
  readOnly: true,
8170
8424
  type: {
8171
8425
  name: "String",
8172
8426
  },
8173
- }, displayName: {
8427
+ },
8428
+ displayName: {
8174
8429
  serializedName: "properties.displayName",
8175
8430
  type: {
8176
8431
  name: "String",
8177
8432
  },
8178
- }, enrollmentAccountId: {
8433
+ },
8434
+ enrollmentAccountId: {
8179
8435
  serializedName: "properties.enrollmentAccountId",
8180
8436
  readOnly: true,
8181
8437
  type: {
8182
8438
  name: "String",
8183
8439
  },
8184
- }, enrollmentAccountDisplayName: {
8440
+ },
8441
+ enrollmentAccountDisplayName: {
8185
8442
  serializedName: "properties.enrollmentAccountDisplayName",
8186
8443
  readOnly: true,
8187
8444
  type: {
8188
8445
  name: "String",
8189
8446
  },
8190
- }, invoiceSectionId: {
8447
+ },
8448
+ invoiceSectionId: {
8191
8449
  serializedName: "properties.invoiceSectionId",
8192
8450
  type: {
8193
8451
  name: "String",
8194
8452
  },
8195
- }, invoiceSectionDisplayName: {
8453
+ },
8454
+ invoiceSectionDisplayName: {
8196
8455
  serializedName: "properties.invoiceSectionDisplayName",
8197
8456
  readOnly: true,
8198
8457
  type: {
8199
8458
  name: "String",
8200
8459
  },
8201
- }, invoiceSectionName: {
8460
+ },
8461
+ invoiceSectionName: {
8202
8462
  serializedName: "properties.invoiceSectionName",
8203
8463
  readOnly: true,
8204
8464
  type: {
8205
8465
  name: "String",
8206
8466
  },
8207
- }, lastMonthCharges: {
8467
+ },
8468
+ lastMonthCharges: {
8208
8469
  serializedName: "properties.lastMonthCharges",
8209
8470
  type: {
8210
8471
  name: "Composite",
8211
8472
  className: "Amount",
8212
8473
  },
8213
- }, monthToDateCharges: {
8474
+ },
8475
+ monthToDateCharges: {
8214
8476
  serializedName: "properties.monthToDateCharges",
8215
8477
  type: {
8216
8478
  name: "Composite",
8217
8479
  className: "Amount",
8218
8480
  },
8219
- }, nextBillingCycleDetails: {
8481
+ },
8482
+ nextBillingCycleDetails: {
8220
8483
  serializedName: "properties.nextBillingCycleDetails",
8221
8484
  type: {
8222
8485
  name: "Composite",
8223
8486
  className: "NextBillingCycleDetails",
8224
8487
  },
8225
- }, offerId: {
8488
+ },
8489
+ offerId: {
8226
8490
  serializedName: "properties.offerId",
8227
8491
  readOnly: true,
8228
8492
  type: {
8229
8493
  name: "String",
8230
8494
  },
8231
- }, productCategory: {
8495
+ },
8496
+ productCategory: {
8232
8497
  serializedName: "properties.productCategory",
8233
8498
  readOnly: true,
8234
8499
  type: {
8235
8500
  name: "String",
8236
8501
  },
8237
- }, productType: {
8502
+ },
8503
+ productType: {
8238
8504
  serializedName: "properties.productType",
8239
8505
  readOnly: true,
8240
8506
  type: {
8241
8507
  name: "String",
8242
8508
  },
8243
- }, productTypeId: {
8509
+ },
8510
+ productTypeId: {
8244
8511
  serializedName: "properties.productTypeId",
8245
8512
  type: {
8246
8513
  name: "String",
8247
8514
  },
8248
- }, purchaseDate: {
8515
+ },
8516
+ purchaseDate: {
8249
8517
  serializedName: "properties.purchaseDate",
8250
8518
  readOnly: true,
8251
8519
  type: {
8252
8520
  name: "DateTime",
8253
8521
  },
8254
- }, quantity: {
8522
+ },
8523
+ quantity: {
8255
8524
  serializedName: "properties.quantity",
8256
8525
  type: {
8257
8526
  name: "Number",
8258
8527
  },
8259
- }, reseller: {
8528
+ },
8529
+ reseller: {
8260
8530
  serializedName: "properties.reseller",
8261
8531
  type: {
8262
8532
  name: "Composite",
8263
8533
  className: "Reseller",
8264
8534
  },
8265
- }, renewalTermDetails: {
8535
+ },
8536
+ renewalTermDetails: {
8266
8537
  serializedName: "properties.renewalTermDetails",
8267
8538
  type: {
8268
8539
  name: "Composite",
8269
8540
  className: "RenewalTermDetails",
8270
8541
  },
8271
- }, skuId: {
8542
+ },
8543
+ skuId: {
8272
8544
  serializedName: "properties.skuId",
8273
8545
  type: {
8274
8546
  name: "String",
8275
8547
  },
8276
- }, skuDescription: {
8548
+ },
8549
+ skuDescription: {
8277
8550
  serializedName: "properties.skuDescription",
8278
8551
  readOnly: true,
8279
8552
  type: {
8280
8553
  name: "String",
8281
8554
  },
8282
- }, systemOverrides: {
8555
+ },
8556
+ systemOverrides: {
8283
8557
  serializedName: "properties.systemOverrides",
8284
8558
  type: {
8285
8559
  name: "Composite",
8286
8560
  className: "SystemOverrides",
8287
8561
  },
8288
- }, resourceUri: {
8562
+ },
8563
+ resourceUri: {
8289
8564
  serializedName: "properties.resourceUri",
8290
8565
  readOnly: true,
8291
8566
  type: {
8292
8567
  name: "String",
8293
8568
  },
8294
- }, termDuration: {
8569
+ },
8570
+ termDuration: {
8295
8571
  serializedName: "properties.termDuration",
8296
8572
  type: {
8297
8573
  name: "String",
8298
8574
  },
8299
- }, termStartDate: {
8575
+ },
8576
+ termStartDate: {
8300
8577
  serializedName: "properties.termStartDate",
8301
8578
  readOnly: true,
8302
8579
  type: {
8303
8580
  name: "DateTime",
8304
8581
  },
8305
- }, termEndDate: {
8582
+ },
8583
+ termEndDate: {
8306
8584
  serializedName: "properties.termEndDate",
8307
8585
  readOnly: true,
8308
8586
  type: {
8309
8587
  name: "DateTime",
8310
8588
  },
8311
- }, provisioningTenantId: {
8589
+ },
8590
+ provisioningTenantId: {
8312
8591
  serializedName: "properties.provisioningTenantId",
8313
8592
  type: {
8314
8593
  name: "String",
8315
8594
  },
8316
- }, status: {
8595
+ },
8596
+ status: {
8317
8597
  serializedName: "properties.status",
8318
8598
  readOnly: true,
8319
8599
  type: {
8320
8600
  name: "String",
8321
8601
  },
8322
- }, operationStatus: {
8602
+ },
8603
+ operationStatus: {
8323
8604
  serializedName: "properties.operationStatus",
8324
8605
  readOnly: true,
8325
8606
  type: {
8326
8607
  name: "String",
8327
8608
  },
8328
- }, provisioningState: {
8609
+ },
8610
+ provisioningState: {
8329
8611
  serializedName: "properties.provisioningState",
8330
8612
  readOnly: true,
8331
8613
  type: {
8332
8614
  name: "String",
8333
8615
  },
8334
- }, subscriptionId: {
8616
+ },
8617
+ subscriptionId: {
8335
8618
  serializedName: "properties.subscriptionId",
8336
8619
  readOnly: true,
8337
8620
  type: {
8338
8621
  name: "String",
8339
8622
  },
8340
- }, suspensionReasons: {
8623
+ },
8624
+ suspensionReasons: {
8341
8625
  serializedName: "properties.suspensionReasons",
8342
8626
  readOnly: true,
8343
8627
  type: {
@@ -8348,7 +8632,8 @@ export const BillingSubscription = {
8348
8632
  },
8349
8633
  },
8350
8634
  },
8351
- }, suspensionReasonDetails: {
8635
+ },
8636
+ suspensionReasonDetails: {
8352
8637
  serializedName: "properties.suspensionReasonDetails",
8353
8638
  readOnly: true,
8354
8639
  type: {
@@ -8360,260 +8645,306 @@ export const BillingSubscription = {
8360
8645
  },
8361
8646
  },
8362
8647
  },
8363
- }, enrollmentAccountStartDate: {
8648
+ },
8649
+ enrollmentAccountStartDate: {
8364
8650
  serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
8365
8651
  readOnly: true,
8366
8652
  type: {
8367
8653
  name: "DateTime",
8368
8654
  },
8369
- }, subscriptionEnrollmentAccountStatus: {
8655
+ },
8656
+ subscriptionEnrollmentAccountStatus: {
8370
8657
  serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
8371
8658
  readOnly: true,
8372
8659
  type: {
8373
8660
  name: "String",
8374
8661
  },
8375
- } }),
8662
+ },
8663
+ },
8376
8664
  },
8377
8665
  };
8378
8666
  export const BillingSubscriptionAlias = {
8379
8667
  type: {
8380
8668
  name: "Composite",
8381
8669
  className: "BillingSubscriptionAlias",
8382
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { autoRenew: {
8670
+ modelProperties: {
8671
+ ...ProxyResourceWithTags.type.modelProperties,
8672
+ autoRenew: {
8383
8673
  serializedName: "properties.autoRenew",
8384
8674
  type: {
8385
8675
  name: "String",
8386
8676
  },
8387
- }, beneficiaryTenantId: {
8677
+ },
8678
+ beneficiaryTenantId: {
8388
8679
  serializedName: "properties.beneficiaryTenantId",
8389
8680
  type: {
8390
8681
  name: "String",
8391
8682
  },
8392
- }, beneficiary: {
8683
+ },
8684
+ beneficiary: {
8393
8685
  serializedName: "properties.beneficiary",
8394
8686
  type: {
8395
8687
  name: "Composite",
8396
8688
  className: "Beneficiary",
8397
8689
  },
8398
- }, billingFrequency: {
8690
+ },
8691
+ billingFrequency: {
8399
8692
  serializedName: "properties.billingFrequency",
8400
8693
  type: {
8401
8694
  name: "String",
8402
8695
  },
8403
- }, billingProfileId: {
8696
+ },
8697
+ billingProfileId: {
8404
8698
  serializedName: "properties.billingProfileId",
8405
8699
  type: {
8406
8700
  name: "String",
8407
8701
  },
8408
- }, billingPolicies: {
8702
+ },
8703
+ billingPolicies: {
8409
8704
  serializedName: "properties.billingPolicies",
8410
8705
  readOnly: true,
8411
8706
  type: {
8412
8707
  name: "Dictionary",
8413
8708
  value: { type: { name: "String" } },
8414
8709
  },
8415
- }, billingProfileDisplayName: {
8710
+ },
8711
+ billingProfileDisplayName: {
8416
8712
  serializedName: "properties.billingProfileDisplayName",
8417
8713
  readOnly: true,
8418
8714
  type: {
8419
8715
  name: "String",
8420
8716
  },
8421
- }, billingProfileName: {
8717
+ },
8718
+ billingProfileName: {
8422
8719
  serializedName: "properties.billingProfileName",
8423
8720
  readOnly: true,
8424
8721
  type: {
8425
8722
  name: "String",
8426
8723
  },
8427
- }, consumptionCostCenter: {
8724
+ },
8725
+ consumptionCostCenter: {
8428
8726
  serializedName: "properties.consumptionCostCenter",
8429
8727
  type: {
8430
8728
  name: "String",
8431
8729
  },
8432
- }, customerId: {
8730
+ },
8731
+ customerId: {
8433
8732
  serializedName: "properties.customerId",
8434
8733
  type: {
8435
8734
  name: "String",
8436
8735
  },
8437
- }, customerDisplayName: {
8736
+ },
8737
+ customerDisplayName: {
8438
8738
  serializedName: "properties.customerDisplayName",
8439
8739
  readOnly: true,
8440
8740
  type: {
8441
8741
  name: "String",
8442
8742
  },
8443
- }, customerName: {
8743
+ },
8744
+ customerName: {
8444
8745
  serializedName: "properties.customerName",
8445
8746
  readOnly: true,
8446
8747
  type: {
8447
8748
  name: "String",
8448
8749
  },
8449
- }, displayName: {
8750
+ },
8751
+ displayName: {
8450
8752
  serializedName: "properties.displayName",
8451
8753
  type: {
8452
8754
  name: "String",
8453
8755
  },
8454
- }, enrollmentAccountId: {
8756
+ },
8757
+ enrollmentAccountId: {
8455
8758
  serializedName: "properties.enrollmentAccountId",
8456
8759
  readOnly: true,
8457
8760
  type: {
8458
8761
  name: "String",
8459
8762
  },
8460
- }, enrollmentAccountDisplayName: {
8763
+ },
8764
+ enrollmentAccountDisplayName: {
8461
8765
  serializedName: "properties.enrollmentAccountDisplayName",
8462
8766
  readOnly: true,
8463
8767
  type: {
8464
8768
  name: "String",
8465
8769
  },
8466
- }, invoiceSectionId: {
8770
+ },
8771
+ invoiceSectionId: {
8467
8772
  serializedName: "properties.invoiceSectionId",
8468
8773
  type: {
8469
8774
  name: "String",
8470
8775
  },
8471
- }, invoiceSectionDisplayName: {
8776
+ },
8777
+ invoiceSectionDisplayName: {
8472
8778
  serializedName: "properties.invoiceSectionDisplayName",
8473
8779
  readOnly: true,
8474
8780
  type: {
8475
8781
  name: "String",
8476
8782
  },
8477
- }, invoiceSectionName: {
8783
+ },
8784
+ invoiceSectionName: {
8478
8785
  serializedName: "properties.invoiceSectionName",
8479
8786
  readOnly: true,
8480
8787
  type: {
8481
8788
  name: "String",
8482
8789
  },
8483
- }, lastMonthCharges: {
8790
+ },
8791
+ lastMonthCharges: {
8484
8792
  serializedName: "properties.lastMonthCharges",
8485
8793
  type: {
8486
8794
  name: "Composite",
8487
8795
  className: "Amount",
8488
8796
  },
8489
- }, monthToDateCharges: {
8797
+ },
8798
+ monthToDateCharges: {
8490
8799
  serializedName: "properties.monthToDateCharges",
8491
8800
  type: {
8492
8801
  name: "Composite",
8493
8802
  className: "Amount",
8494
8803
  },
8495
- }, nextBillingCycleDetails: {
8804
+ },
8805
+ nextBillingCycleDetails: {
8496
8806
  serializedName: "properties.nextBillingCycleDetails",
8497
8807
  type: {
8498
8808
  name: "Composite",
8499
8809
  className: "NextBillingCycleDetails",
8500
8810
  },
8501
- }, offerId: {
8811
+ },
8812
+ offerId: {
8502
8813
  serializedName: "properties.offerId",
8503
8814
  readOnly: true,
8504
8815
  type: {
8505
8816
  name: "String",
8506
8817
  },
8507
- }, productCategory: {
8818
+ },
8819
+ productCategory: {
8508
8820
  serializedName: "properties.productCategory",
8509
8821
  readOnly: true,
8510
8822
  type: {
8511
8823
  name: "String",
8512
8824
  },
8513
- }, productType: {
8825
+ },
8826
+ productType: {
8514
8827
  serializedName: "properties.productType",
8515
8828
  readOnly: true,
8516
8829
  type: {
8517
8830
  name: "String",
8518
8831
  },
8519
- }, productTypeId: {
8832
+ },
8833
+ productTypeId: {
8520
8834
  serializedName: "properties.productTypeId",
8521
8835
  type: {
8522
8836
  name: "String",
8523
8837
  },
8524
- }, purchaseDate: {
8838
+ },
8839
+ purchaseDate: {
8525
8840
  serializedName: "properties.purchaseDate",
8526
8841
  readOnly: true,
8527
8842
  type: {
8528
8843
  name: "DateTime",
8529
8844
  },
8530
- }, quantity: {
8845
+ },
8846
+ quantity: {
8531
8847
  serializedName: "properties.quantity",
8532
8848
  type: {
8533
8849
  name: "Number",
8534
8850
  },
8535
- }, reseller: {
8851
+ },
8852
+ reseller: {
8536
8853
  serializedName: "properties.reseller",
8537
8854
  type: {
8538
8855
  name: "Composite",
8539
8856
  className: "Reseller",
8540
8857
  },
8541
- }, renewalTermDetails: {
8858
+ },
8859
+ renewalTermDetails: {
8542
8860
  serializedName: "properties.renewalTermDetails",
8543
8861
  type: {
8544
8862
  name: "Composite",
8545
8863
  className: "RenewalTermDetails",
8546
8864
  },
8547
- }, skuId: {
8865
+ },
8866
+ skuId: {
8548
8867
  serializedName: "properties.skuId",
8549
8868
  type: {
8550
8869
  name: "String",
8551
8870
  },
8552
- }, skuDescription: {
8871
+ },
8872
+ skuDescription: {
8553
8873
  serializedName: "properties.skuDescription",
8554
8874
  readOnly: true,
8555
8875
  type: {
8556
8876
  name: "String",
8557
8877
  },
8558
- }, systemOverrides: {
8878
+ },
8879
+ systemOverrides: {
8559
8880
  serializedName: "properties.systemOverrides",
8560
8881
  type: {
8561
8882
  name: "Composite",
8562
8883
  className: "SystemOverrides",
8563
8884
  },
8564
- }, resourceUri: {
8885
+ },
8886
+ resourceUri: {
8565
8887
  serializedName: "properties.resourceUri",
8566
8888
  readOnly: true,
8567
8889
  type: {
8568
8890
  name: "String",
8569
8891
  },
8570
- }, termDuration: {
8892
+ },
8893
+ termDuration: {
8571
8894
  serializedName: "properties.termDuration",
8572
8895
  type: {
8573
8896
  name: "String",
8574
8897
  },
8575
- }, termStartDate: {
8898
+ },
8899
+ termStartDate: {
8576
8900
  serializedName: "properties.termStartDate",
8577
8901
  readOnly: true,
8578
8902
  type: {
8579
8903
  name: "DateTime",
8580
8904
  },
8581
- }, termEndDate: {
8905
+ },
8906
+ termEndDate: {
8582
8907
  serializedName: "properties.termEndDate",
8583
8908
  readOnly: true,
8584
8909
  type: {
8585
8910
  name: "DateTime",
8586
8911
  },
8587
- }, provisioningTenantId: {
8912
+ },
8913
+ provisioningTenantId: {
8588
8914
  serializedName: "properties.provisioningTenantId",
8589
8915
  type: {
8590
8916
  name: "String",
8591
8917
  },
8592
- }, status: {
8918
+ },
8919
+ status: {
8593
8920
  serializedName: "properties.status",
8594
8921
  readOnly: true,
8595
8922
  type: {
8596
8923
  name: "String",
8597
8924
  },
8598
- }, operationStatus: {
8925
+ },
8926
+ operationStatus: {
8599
8927
  serializedName: "properties.operationStatus",
8600
8928
  readOnly: true,
8601
8929
  type: {
8602
8930
  name: "String",
8603
8931
  },
8604
- }, provisioningState: {
8932
+ },
8933
+ provisioningState: {
8605
8934
  serializedName: "properties.provisioningState",
8606
8935
  readOnly: true,
8607
8936
  type: {
8608
8937
  name: "String",
8609
8938
  },
8610
- }, subscriptionId: {
8939
+ },
8940
+ subscriptionId: {
8611
8941
  serializedName: "properties.subscriptionId",
8612
8942
  readOnly: true,
8613
8943
  type: {
8614
8944
  name: "String",
8615
8945
  },
8616
- }, suspensionReasons: {
8946
+ },
8947
+ suspensionReasons: {
8617
8948
  serializedName: "properties.suspensionReasons",
8618
8949
  readOnly: true,
8619
8950
  type: {
@@ -8624,7 +8955,8 @@ export const BillingSubscriptionAlias = {
8624
8955
  },
8625
8956
  },
8626
8957
  },
8627
- }, suspensionReasonDetails: {
8958
+ },
8959
+ suspensionReasonDetails: {
8628
8960
  serializedName: "properties.suspensionReasonDetails",
8629
8961
  readOnly: true,
8630
8962
  type: {
@@ -8636,266 +8968,313 @@ export const BillingSubscriptionAlias = {
8636
8968
  },
8637
8969
  },
8638
8970
  },
8639
- }, enrollmentAccountStartDate: {
8971
+ },
8972
+ enrollmentAccountStartDate: {
8640
8973
  serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
8641
8974
  readOnly: true,
8642
8975
  type: {
8643
8976
  name: "DateTime",
8644
8977
  },
8645
- }, subscriptionEnrollmentAccountStatus: {
8978
+ },
8979
+ subscriptionEnrollmentAccountStatus: {
8646
8980
  serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
8647
8981
  readOnly: true,
8648
8982
  type: {
8649
8983
  name: "String",
8650
8984
  },
8651
- }, billingSubscriptionId: {
8985
+ },
8986
+ billingSubscriptionId: {
8652
8987
  serializedName: "properties.billingSubscriptionId",
8653
8988
  readOnly: true,
8654
8989
  type: {
8655
8990
  name: "String",
8656
8991
  },
8657
- } }),
8992
+ },
8993
+ },
8658
8994
  },
8659
8995
  };
8660
8996
  export const BillingSubscriptionPatch = {
8661
8997
  type: {
8662
8998
  name: "Composite",
8663
8999
  className: "BillingSubscriptionPatch",
8664
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { autoRenew: {
9000
+ modelProperties: {
9001
+ ...ProxyResourceWithTags.type.modelProperties,
9002
+ autoRenew: {
8665
9003
  serializedName: "properties.autoRenew",
8666
9004
  type: {
8667
9005
  name: "String",
8668
9006
  },
8669
- }, beneficiaryTenantId: {
9007
+ },
9008
+ beneficiaryTenantId: {
8670
9009
  serializedName: "properties.beneficiaryTenantId",
8671
9010
  type: {
8672
9011
  name: "String",
8673
9012
  },
8674
- }, beneficiary: {
9013
+ },
9014
+ beneficiary: {
8675
9015
  serializedName: "properties.beneficiary",
8676
9016
  type: {
8677
9017
  name: "Composite",
8678
9018
  className: "Beneficiary",
8679
9019
  },
8680
- }, billingFrequency: {
9020
+ },
9021
+ billingFrequency: {
8681
9022
  serializedName: "properties.billingFrequency",
8682
9023
  type: {
8683
9024
  name: "String",
8684
9025
  },
8685
- }, billingProfileId: {
9026
+ },
9027
+ billingProfileId: {
8686
9028
  serializedName: "properties.billingProfileId",
8687
9029
  type: {
8688
9030
  name: "String",
8689
9031
  },
8690
- }, billingPolicies: {
9032
+ },
9033
+ billingPolicies: {
8691
9034
  serializedName: "properties.billingPolicies",
8692
9035
  readOnly: true,
8693
9036
  type: {
8694
9037
  name: "Dictionary",
8695
9038
  value: { type: { name: "String" } },
8696
9039
  },
8697
- }, billingProfileDisplayName: {
9040
+ },
9041
+ billingProfileDisplayName: {
8698
9042
  serializedName: "properties.billingProfileDisplayName",
8699
9043
  readOnly: true,
8700
9044
  type: {
8701
9045
  name: "String",
8702
9046
  },
8703
- }, billingProfileName: {
9047
+ },
9048
+ billingProfileName: {
8704
9049
  serializedName: "properties.billingProfileName",
8705
9050
  readOnly: true,
8706
9051
  type: {
8707
9052
  name: "String",
8708
9053
  },
8709
- }, consumptionCostCenter: {
9054
+ },
9055
+ consumptionCostCenter: {
8710
9056
  serializedName: "properties.consumptionCostCenter",
8711
9057
  type: {
8712
9058
  name: "String",
8713
9059
  },
8714
- }, customerId: {
9060
+ },
9061
+ customerId: {
8715
9062
  serializedName: "properties.customerId",
8716
9063
  type: {
8717
9064
  name: "String",
8718
9065
  },
8719
- }, customerDisplayName: {
9066
+ },
9067
+ customerDisplayName: {
8720
9068
  serializedName: "properties.customerDisplayName",
8721
9069
  readOnly: true,
8722
9070
  type: {
8723
9071
  name: "String",
8724
9072
  },
8725
- }, customerName: {
9073
+ },
9074
+ customerName: {
8726
9075
  serializedName: "properties.customerName",
8727
9076
  readOnly: true,
8728
9077
  type: {
8729
9078
  name: "String",
8730
9079
  },
8731
- }, displayName: {
9080
+ },
9081
+ displayName: {
8732
9082
  serializedName: "properties.displayName",
8733
9083
  type: {
8734
9084
  name: "String",
8735
9085
  },
8736
- }, enrollmentAccountId: {
9086
+ },
9087
+ enrollmentAccountId: {
8737
9088
  serializedName: "properties.enrollmentAccountId",
8738
9089
  readOnly: true,
8739
9090
  type: {
8740
9091
  name: "String",
8741
9092
  },
8742
- }, enrollmentAccountDisplayName: {
9093
+ },
9094
+ enrollmentAccountDisplayName: {
8743
9095
  serializedName: "properties.enrollmentAccountDisplayName",
8744
9096
  readOnly: true,
8745
9097
  type: {
8746
9098
  name: "String",
8747
9099
  },
8748
- }, invoiceSectionId: {
9100
+ },
9101
+ invoiceSectionId: {
8749
9102
  serializedName: "properties.invoiceSectionId",
8750
9103
  type: {
8751
9104
  name: "String",
8752
9105
  },
8753
- }, invoiceSectionDisplayName: {
9106
+ },
9107
+ invoiceSectionDisplayName: {
8754
9108
  serializedName: "properties.invoiceSectionDisplayName",
8755
9109
  readOnly: true,
8756
9110
  type: {
8757
9111
  name: "String",
8758
9112
  },
8759
- }, invoiceSectionName: {
9113
+ },
9114
+ invoiceSectionName: {
8760
9115
  serializedName: "properties.invoiceSectionName",
8761
9116
  readOnly: true,
8762
9117
  type: {
8763
9118
  name: "String",
8764
9119
  },
8765
- }, lastMonthCharges: {
9120
+ },
9121
+ lastMonthCharges: {
8766
9122
  serializedName: "properties.lastMonthCharges",
8767
9123
  type: {
8768
9124
  name: "Composite",
8769
9125
  className: "Amount",
8770
9126
  },
8771
- }, monthToDateCharges: {
9127
+ },
9128
+ monthToDateCharges: {
8772
9129
  serializedName: "properties.monthToDateCharges",
8773
9130
  type: {
8774
9131
  name: "Composite",
8775
9132
  className: "Amount",
8776
9133
  },
8777
- }, nextBillingCycleDetails: {
9134
+ },
9135
+ nextBillingCycleDetails: {
8778
9136
  serializedName: "properties.nextBillingCycleDetails",
8779
9137
  type: {
8780
9138
  name: "Composite",
8781
9139
  className: "NextBillingCycleDetails",
8782
9140
  },
8783
- }, offerId: {
9141
+ },
9142
+ offerId: {
8784
9143
  serializedName: "properties.offerId",
8785
9144
  readOnly: true,
8786
9145
  type: {
8787
9146
  name: "String",
8788
9147
  },
8789
- }, productCategory: {
9148
+ },
9149
+ productCategory: {
8790
9150
  serializedName: "properties.productCategory",
8791
9151
  readOnly: true,
8792
9152
  type: {
8793
9153
  name: "String",
8794
9154
  },
8795
- }, productType: {
9155
+ },
9156
+ productType: {
8796
9157
  serializedName: "properties.productType",
8797
9158
  readOnly: true,
8798
9159
  type: {
8799
9160
  name: "String",
8800
9161
  },
8801
- }, productTypeId: {
9162
+ },
9163
+ productTypeId: {
8802
9164
  serializedName: "properties.productTypeId",
8803
9165
  type: {
8804
9166
  name: "String",
8805
9167
  },
8806
- }, purchaseDate: {
9168
+ },
9169
+ purchaseDate: {
8807
9170
  serializedName: "properties.purchaseDate",
8808
9171
  readOnly: true,
8809
9172
  type: {
8810
9173
  name: "DateTime",
8811
9174
  },
8812
- }, quantity: {
9175
+ },
9176
+ quantity: {
8813
9177
  serializedName: "properties.quantity",
8814
9178
  type: {
8815
9179
  name: "Number",
8816
9180
  },
8817
- }, reseller: {
9181
+ },
9182
+ reseller: {
8818
9183
  serializedName: "properties.reseller",
8819
9184
  type: {
8820
9185
  name: "Composite",
8821
9186
  className: "Reseller",
8822
9187
  },
8823
- }, renewalTermDetails: {
9188
+ },
9189
+ renewalTermDetails: {
8824
9190
  serializedName: "properties.renewalTermDetails",
8825
9191
  type: {
8826
9192
  name: "Composite",
8827
9193
  className: "RenewalTermDetails",
8828
9194
  },
8829
- }, skuId: {
9195
+ },
9196
+ skuId: {
8830
9197
  serializedName: "properties.skuId",
8831
9198
  type: {
8832
9199
  name: "String",
8833
9200
  },
8834
- }, skuDescription: {
9201
+ },
9202
+ skuDescription: {
8835
9203
  serializedName: "properties.skuDescription",
8836
9204
  readOnly: true,
8837
9205
  type: {
8838
9206
  name: "String",
8839
9207
  },
8840
- }, systemOverrides: {
9208
+ },
9209
+ systemOverrides: {
8841
9210
  serializedName: "properties.systemOverrides",
8842
9211
  type: {
8843
9212
  name: "Composite",
8844
9213
  className: "SystemOverrides",
8845
9214
  },
8846
- }, resourceUri: {
9215
+ },
9216
+ resourceUri: {
8847
9217
  serializedName: "properties.resourceUri",
8848
9218
  readOnly: true,
8849
9219
  type: {
8850
9220
  name: "String",
8851
9221
  },
8852
- }, termDuration: {
9222
+ },
9223
+ termDuration: {
8853
9224
  serializedName: "properties.termDuration",
8854
9225
  type: {
8855
9226
  name: "String",
8856
9227
  },
8857
- }, termStartDate: {
9228
+ },
9229
+ termStartDate: {
8858
9230
  serializedName: "properties.termStartDate",
8859
9231
  readOnly: true,
8860
9232
  type: {
8861
9233
  name: "DateTime",
8862
9234
  },
8863
- }, termEndDate: {
9235
+ },
9236
+ termEndDate: {
8864
9237
  serializedName: "properties.termEndDate",
8865
9238
  readOnly: true,
8866
9239
  type: {
8867
9240
  name: "DateTime",
8868
9241
  },
8869
- }, provisioningTenantId: {
9242
+ },
9243
+ provisioningTenantId: {
8870
9244
  serializedName: "properties.provisioningTenantId",
8871
9245
  type: {
8872
9246
  name: "String",
8873
9247
  },
8874
- }, status: {
9248
+ },
9249
+ status: {
8875
9250
  serializedName: "properties.status",
8876
9251
  readOnly: true,
8877
9252
  type: {
8878
9253
  name: "String",
8879
9254
  },
8880
- }, operationStatus: {
9255
+ },
9256
+ operationStatus: {
8881
9257
  serializedName: "properties.operationStatus",
8882
9258
  readOnly: true,
8883
9259
  type: {
8884
9260
  name: "String",
8885
9261
  },
8886
- }, provisioningState: {
9262
+ },
9263
+ provisioningState: {
8887
9264
  serializedName: "properties.provisioningState",
8888
9265
  readOnly: true,
8889
9266
  type: {
8890
9267
  name: "String",
8891
9268
  },
8892
- }, subscriptionId: {
9269
+ },
9270
+ subscriptionId: {
8893
9271
  serializedName: "properties.subscriptionId",
8894
9272
  readOnly: true,
8895
9273
  type: {
8896
9274
  name: "String",
8897
9275
  },
8898
- }, suspensionReasons: {
9276
+ },
9277
+ suspensionReasons: {
8899
9278
  serializedName: "properties.suspensionReasons",
8900
9279
  readOnly: true,
8901
9280
  type: {
@@ -8906,7 +9285,8 @@ export const BillingSubscriptionPatch = {
8906
9285
  },
8907
9286
  },
8908
9287
  },
8909
- }, suspensionReasonDetails: {
9288
+ },
9289
+ suspensionReasonDetails: {
8910
9290
  serializedName: "properties.suspensionReasonDetails",
8911
9291
  readOnly: true,
8912
9292
  type: {
@@ -8918,121 +9298,146 @@ export const BillingSubscriptionPatch = {
8918
9298
  },
8919
9299
  },
8920
9300
  },
8921
- }, enrollmentAccountStartDate: {
9301
+ },
9302
+ enrollmentAccountStartDate: {
8922
9303
  serializedName: "properties.enrollmentAccountSubscriptionDetails.enrollmentAccountStartDate",
8923
9304
  readOnly: true,
8924
9305
  type: {
8925
9306
  name: "DateTime",
8926
9307
  },
8927
- }, subscriptionEnrollmentAccountStatus: {
9308
+ },
9309
+ subscriptionEnrollmentAccountStatus: {
8928
9310
  serializedName: "properties.enrollmentAccountSubscriptionDetails.subscriptionEnrollmentAccountStatus",
8929
9311
  readOnly: true,
8930
9312
  type: {
8931
9313
  name: "String",
8932
9314
  },
8933
- } }),
9315
+ },
9316
+ },
8934
9317
  },
8935
9318
  };
8936
9319
  export const Customer = {
8937
9320
  type: {
8938
9321
  name: "Composite",
8939
9322
  className: "Customer",
8940
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9323
+ modelProperties: {
9324
+ ...ProxyResourceWithTags.type.modelProperties,
9325
+ properties: {
8941
9326
  serializedName: "properties",
8942
9327
  type: {
8943
9328
  name: "Composite",
8944
9329
  className: "CustomerProperties",
8945
9330
  },
8946
- } }),
9331
+ },
9332
+ },
8947
9333
  },
8948
9334
  };
8949
9335
  export const Department = {
8950
9336
  type: {
8951
9337
  name: "Composite",
8952
9338
  className: "Department",
8953
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9339
+ modelProperties: {
9340
+ ...ProxyResourceWithTags.type.modelProperties,
9341
+ properties: {
8954
9342
  serializedName: "properties",
8955
9343
  type: {
8956
9344
  name: "Composite",
8957
9345
  className: "DepartmentProperties",
8958
9346
  },
8959
- } }),
9347
+ },
9348
+ },
8960
9349
  },
8961
9350
  };
8962
9351
  export const EnrollmentAccount = {
8963
9352
  type: {
8964
9353
  name: "Composite",
8965
9354
  className: "EnrollmentAccount",
8966
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9355
+ modelProperties: {
9356
+ ...ProxyResourceWithTags.type.modelProperties,
9357
+ properties: {
8967
9358
  serializedName: "properties",
8968
9359
  type: {
8969
9360
  name: "Composite",
8970
9361
  className: "EnrollmentAccountProperties",
8971
9362
  },
8972
- } }),
9363
+ },
9364
+ },
8973
9365
  },
8974
9366
  };
8975
9367
  export const Invoice = {
8976
9368
  type: {
8977
9369
  name: "Composite",
8978
9370
  className: "Invoice",
8979
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9371
+ modelProperties: {
9372
+ ...ProxyResourceWithTags.type.modelProperties,
9373
+ properties: {
8980
9374
  serializedName: "properties",
8981
9375
  type: {
8982
9376
  name: "Composite",
8983
9377
  className: "InvoiceProperties",
8984
9378
  },
8985
- } }),
9379
+ },
9380
+ },
8986
9381
  },
8987
9382
  };
8988
9383
  export const InvoiceSection = {
8989
9384
  type: {
8990
9385
  name: "Composite",
8991
9386
  className: "InvoiceSection",
8992
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9387
+ modelProperties: {
9388
+ ...ProxyResourceWithTags.type.modelProperties,
9389
+ properties: {
8993
9390
  serializedName: "properties",
8994
9391
  type: {
8995
9392
  name: "Composite",
8996
9393
  className: "InvoiceSectionProperties",
8997
9394
  },
8998
- } }),
9395
+ },
9396
+ },
8999
9397
  },
9000
9398
  };
9001
9399
  export const PaymentMethodLink = {
9002
9400
  type: {
9003
9401
  name: "Composite",
9004
9402
  className: "PaymentMethodLink",
9005
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { accountHolderName: {
9403
+ modelProperties: {
9404
+ ...ProxyResourceWithTags.type.modelProperties,
9405
+ accountHolderName: {
9006
9406
  serializedName: "properties.accountHolderName",
9007
9407
  readOnly: true,
9008
9408
  type: {
9009
9409
  name: "String",
9010
9410
  },
9011
- }, displayName: {
9411
+ },
9412
+ displayName: {
9012
9413
  serializedName: "properties.displayName",
9013
9414
  readOnly: true,
9014
9415
  type: {
9015
9416
  name: "String",
9016
9417
  },
9017
- }, expiration: {
9418
+ },
9419
+ expiration: {
9018
9420
  serializedName: "properties.expiration",
9019
9421
  readOnly: true,
9020
9422
  type: {
9021
9423
  name: "String",
9022
9424
  },
9023
- }, family: {
9425
+ },
9426
+ family: {
9024
9427
  serializedName: "properties.family",
9025
9428
  readOnly: true,
9026
9429
  type: {
9027
9430
  name: "String",
9028
9431
  },
9029
- }, lastFourDigits: {
9432
+ },
9433
+ lastFourDigits: {
9030
9434
  serializedName: "properties.lastFourDigits",
9031
9435
  readOnly: true,
9032
9436
  type: {
9033
9437
  name: "String",
9034
9438
  },
9035
- }, logos: {
9439
+ },
9440
+ logos: {
9036
9441
  serializedName: "properties.logos",
9037
9442
  readOnly: true,
9038
9443
  type: {
@@ -9044,72 +9449,85 @@ export const PaymentMethodLink = {
9044
9449
  },
9045
9450
  },
9046
9451
  },
9047
- }, paymentMethod: {
9452
+ },
9453
+ paymentMethod: {
9048
9454
  serializedName: "properties.paymentMethod",
9049
9455
  type: {
9050
9456
  name: "Composite",
9051
9457
  className: "PaymentMethodProperties",
9052
9458
  },
9053
- }, paymentMethodId: {
9459
+ },
9460
+ paymentMethodId: {
9054
9461
  serializedName: "properties.paymentMethodId",
9055
9462
  type: {
9056
9463
  name: "String",
9057
9464
  },
9058
- }, paymentMethodType: {
9465
+ },
9466
+ paymentMethodType: {
9059
9467
  serializedName: "properties.paymentMethodType",
9060
9468
  readOnly: true,
9061
9469
  type: {
9062
9470
  name: "String",
9063
9471
  },
9064
- }, status: {
9472
+ },
9473
+ status: {
9065
9474
  serializedName: "properties.status",
9066
9475
  readOnly: true,
9067
9476
  type: {
9068
9477
  name: "String",
9069
9478
  },
9070
- } }),
9479
+ },
9480
+ },
9071
9481
  },
9072
9482
  };
9073
9483
  export const PaymentMethod = {
9074
9484
  type: {
9075
9485
  name: "Composite",
9076
9486
  className: "PaymentMethod",
9077
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { idPropertiesId: {
9487
+ modelProperties: {
9488
+ ...ProxyResourceWithTags.type.modelProperties,
9489
+ idPropertiesId: {
9078
9490
  serializedName: "properties.id",
9079
9491
  readOnly: true,
9080
9492
  type: {
9081
9493
  name: "String",
9082
9494
  },
9083
- }, accountHolderName: {
9495
+ },
9496
+ accountHolderName: {
9084
9497
  serializedName: "properties.accountHolderName",
9085
9498
  readOnly: true,
9086
9499
  type: {
9087
9500
  name: "String",
9088
9501
  },
9089
- }, displayName: {
9502
+ },
9503
+ displayName: {
9090
9504
  serializedName: "properties.displayName",
9091
9505
  readOnly: true,
9092
9506
  type: {
9093
9507
  name: "String",
9094
9508
  },
9095
- }, expiration: {
9509
+ },
9510
+ expiration: {
9096
9511
  serializedName: "properties.expiration",
9097
9512
  readOnly: true,
9098
9513
  type: {
9099
9514
  name: "String",
9100
9515
  },
9101
- }, family: {
9516
+ },
9517
+ family: {
9102
9518
  serializedName: "properties.family",
9103
9519
  type: {
9104
9520
  name: "String",
9105
9521
  },
9106
- }, lastFourDigits: {
9522
+ },
9523
+ lastFourDigits: {
9107
9524
  serializedName: "properties.lastFourDigits",
9108
9525
  readOnly: true,
9109
9526
  type: {
9110
9527
  name: "String",
9111
9528
  },
9112
- }, logos: {
9529
+ },
9530
+ logos: {
9113
9531
  serializedName: "properties.logos",
9114
9532
  type: {
9115
9533
  name: "Sequence",
@@ -9120,146 +9538,177 @@ export const PaymentMethod = {
9120
9538
  },
9121
9539
  },
9122
9540
  },
9123
- }, paymentMethodType: {
9541
+ },
9542
+ paymentMethodType: {
9124
9543
  serializedName: "properties.paymentMethodType",
9125
9544
  readOnly: true,
9126
9545
  type: {
9127
9546
  name: "String",
9128
9547
  },
9129
- }, status: {
9548
+ },
9549
+ status: {
9130
9550
  serializedName: "properties.status",
9131
9551
  type: {
9132
9552
  name: "String",
9133
9553
  },
9134
- } }),
9554
+ },
9555
+ },
9135
9556
  },
9136
9557
  };
9137
9558
  export const CustomerPolicy = {
9138
9559
  type: {
9139
9560
  name: "Composite",
9140
9561
  className: "CustomerPolicy",
9141
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9562
+ modelProperties: {
9563
+ ...ProxyResourceWithTags.type.modelProperties,
9564
+ properties: {
9142
9565
  serializedName: "properties",
9143
9566
  type: {
9144
9567
  name: "Composite",
9145
9568
  className: "CustomerPolicyProperties",
9146
9569
  },
9147
- } }),
9570
+ },
9571
+ },
9148
9572
  },
9149
9573
  };
9150
9574
  export const BillingProfilePolicy = {
9151
9575
  type: {
9152
9576
  name: "Composite",
9153
9577
  className: "BillingProfilePolicy",
9154
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9578
+ modelProperties: {
9579
+ ...ProxyResourceWithTags.type.modelProperties,
9580
+ properties: {
9155
9581
  serializedName: "properties",
9156
9582
  type: {
9157
9583
  name: "Composite",
9158
9584
  className: "BillingProfilePolicyProperties",
9159
9585
  },
9160
- } }),
9586
+ },
9587
+ },
9161
9588
  },
9162
9589
  };
9163
9590
  export const BillingAccountPolicy = {
9164
9591
  type: {
9165
9592
  name: "Composite",
9166
9593
  className: "BillingAccountPolicy",
9167
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9594
+ modelProperties: {
9595
+ ...ProxyResourceWithTags.type.modelProperties,
9596
+ properties: {
9168
9597
  serializedName: "properties",
9169
9598
  type: {
9170
9599
  name: "Composite",
9171
9600
  className: "BillingAccountPolicyProperties",
9172
9601
  },
9173
- } }),
9602
+ },
9603
+ },
9174
9604
  },
9175
9605
  };
9176
9606
  export const SubscriptionPolicy = {
9177
9607
  type: {
9178
9608
  name: "Composite",
9179
9609
  className: "SubscriptionPolicy",
9180
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9610
+ modelProperties: {
9611
+ ...ProxyResourceWithTags.type.modelProperties,
9612
+ properties: {
9181
9613
  serializedName: "properties",
9182
9614
  type: {
9183
9615
  name: "Composite",
9184
9616
  className: "SubscriptionPolicyProperties",
9185
9617
  },
9186
- } }),
9618
+ },
9619
+ },
9187
9620
  },
9188
9621
  };
9189
9622
  export const Product = {
9190
9623
  type: {
9191
9624
  name: "Composite",
9192
9625
  className: "Product",
9193
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9626
+ modelProperties: {
9627
+ ...ProxyResourceWithTags.type.modelProperties,
9628
+ properties: {
9194
9629
  serializedName: "properties",
9195
9630
  type: {
9196
9631
  name: "Composite",
9197
9632
  className: "ProductProperties",
9198
9633
  },
9199
- } }),
9634
+ },
9635
+ },
9200
9636
  },
9201
9637
  };
9202
9638
  export const ProductPatch = {
9203
9639
  type: {
9204
9640
  name: "Composite",
9205
9641
  className: "ProductPatch",
9206
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9642
+ modelProperties: {
9643
+ ...ProxyResourceWithTags.type.modelProperties,
9644
+ properties: {
9207
9645
  serializedName: "properties",
9208
9646
  type: {
9209
9647
  name: "Composite",
9210
9648
  className: "ProductProperties",
9211
9649
  },
9212
- } }),
9650
+ },
9651
+ },
9213
9652
  },
9214
9653
  };
9215
9654
  export const Transaction = {
9216
9655
  type: {
9217
9656
  name: "Composite",
9218
9657
  className: "Transaction",
9219
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { properties: {
9658
+ modelProperties: {
9659
+ ...ProxyResourceWithTags.type.modelProperties,
9660
+ properties: {
9220
9661
  serializedName: "properties",
9221
9662
  type: {
9222
9663
  name: "Composite",
9223
9664
  className: "TransactionProperties",
9224
9665
  },
9225
- } }),
9666
+ },
9667
+ },
9226
9668
  },
9227
9669
  };
9228
9670
  export const TransferDetails = {
9229
9671
  type: {
9230
9672
  name: "Composite",
9231
9673
  className: "TransferDetails",
9232
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { expirationTime: {
9674
+ modelProperties: {
9675
+ ...ProxyResourceWithTags.type.modelProperties,
9676
+ expirationTime: {
9233
9677
  serializedName: "properties.expirationTime",
9234
9678
  readOnly: true,
9235
9679
  type: {
9236
9680
  name: "DateTime",
9237
9681
  },
9238
- }, transferStatus: {
9682
+ },
9683
+ transferStatus: {
9239
9684
  serializedName: "properties.transferStatus",
9240
9685
  readOnly: true,
9241
9686
  type: {
9242
9687
  name: "String",
9243
9688
  },
9244
- }, recipientEmailId: {
9689
+ },
9690
+ recipientEmailId: {
9245
9691
  serializedName: "properties.recipientEmailId",
9246
9692
  readOnly: true,
9247
9693
  type: {
9248
9694
  name: "String",
9249
9695
  },
9250
- }, initiatorEmailId: {
9696
+ },
9697
+ initiatorEmailId: {
9251
9698
  serializedName: "properties.initiatorEmailId",
9252
9699
  readOnly: true,
9253
9700
  type: {
9254
9701
  name: "String",
9255
9702
  },
9256
- }, canceledBy: {
9703
+ },
9704
+ canceledBy: {
9257
9705
  serializedName: "properties.canceledBy",
9258
9706
  readOnly: true,
9259
9707
  type: {
9260
9708
  name: "String",
9261
9709
  },
9262
- }, detailedTransferStatus: {
9710
+ },
9711
+ detailedTransferStatus: {
9263
9712
  serializedName: "properties.detailedTransferStatus",
9264
9713
  readOnly: true,
9265
9714
  type: {
@@ -9271,62 +9720,73 @@ export const TransferDetails = {
9271
9720
  },
9272
9721
  },
9273
9722
  },
9274
- } }),
9723
+ },
9724
+ },
9275
9725
  },
9276
9726
  };
9277
9727
  export const PartnerTransferDetails = {
9278
9728
  type: {
9279
9729
  name: "Composite",
9280
9730
  className: "PartnerTransferDetails",
9281
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { expirationTime: {
9731
+ modelProperties: {
9732
+ ...ProxyResourceWithTags.type.modelProperties,
9733
+ expirationTime: {
9282
9734
  serializedName: "properties.expirationTime",
9283
9735
  readOnly: true,
9284
9736
  type: {
9285
9737
  name: "DateTime",
9286
9738
  },
9287
- }, transferStatus: {
9739
+ },
9740
+ transferStatus: {
9288
9741
  serializedName: "properties.transferStatus",
9289
9742
  readOnly: true,
9290
9743
  type: {
9291
9744
  name: "String",
9292
9745
  },
9293
- }, recipientEmailId: {
9746
+ },
9747
+ recipientEmailId: {
9294
9748
  serializedName: "properties.recipientEmailId",
9295
9749
  readOnly: true,
9296
9750
  type: {
9297
9751
  name: "String",
9298
9752
  },
9299
- }, initiatorCustomerType: {
9753
+ },
9754
+ initiatorCustomerType: {
9300
9755
  serializedName: "properties.initiatorCustomerType",
9301
9756
  readOnly: true,
9302
9757
  type: {
9303
9758
  name: "String",
9304
9759
  },
9305
- }, initiatorEmailId: {
9760
+ },
9761
+ initiatorEmailId: {
9306
9762
  serializedName: "properties.initiatorEmailId",
9307
9763
  readOnly: true,
9308
9764
  type: {
9309
9765
  name: "String",
9310
9766
  },
9311
- }, resellerId: {
9767
+ },
9768
+ resellerId: {
9312
9769
  serializedName: "properties.resellerId",
9313
9770
  readOnly: true,
9314
9771
  type: {
9315
9772
  name: "String",
9316
9773
  },
9317
- }, resellerName: {
9774
+ },
9775
+ resellerName: {
9318
9776
  serializedName: "properties.resellerName",
9319
9777
  readOnly: true,
9320
9778
  type: {
9321
9779
  name: "String",
9322
9780
  },
9323
- }, canceledBy: {
9781
+ },
9782
+ canceledBy: {
9324
9783
  serializedName: "properties.canceledBy",
9325
9784
  readOnly: true,
9326
9785
  type: {
9327
9786
  name: "String",
9328
9787
  },
9329
- }, detailedTransferStatus: {
9788
+ },
9789
+ detailedTransferStatus: {
9330
9790
  serializedName: "properties.detailedTransferStatus",
9331
9791
  readOnly: true,
9332
9792
  type: {
@@ -9338,20 +9798,24 @@ export const PartnerTransferDetails = {
9338
9798
  },
9339
9799
  },
9340
9800
  },
9341
- } }),
9801
+ },
9802
+ },
9342
9803
  },
9343
9804
  };
9344
9805
  export const RecipientTransferDetails = {
9345
9806
  type: {
9346
9807
  name: "Composite",
9347
9808
  className: "RecipientTransferDetails",
9348
- modelProperties: Object.assign(Object.assign({}, ProxyResourceWithTags.type.modelProperties), { expirationTime: {
9809
+ modelProperties: {
9810
+ ...ProxyResourceWithTags.type.modelProperties,
9811
+ expirationTime: {
9349
9812
  serializedName: "properties.expirationTime",
9350
9813
  readOnly: true,
9351
9814
  type: {
9352
9815
  name: "DateTime",
9353
9816
  },
9354
- }, allowedProductType: {
9817
+ },
9818
+ allowedProductType: {
9355
9819
  serializedName: "properties.allowedProductType",
9356
9820
  readOnly: true,
9357
9821
  type: {
@@ -9362,49 +9826,57 @@ export const RecipientTransferDetails = {
9362
9826
  },
9363
9827
  },
9364
9828
  },
9365
- }, transferStatus: {
9829
+ },
9830
+ transferStatus: {
9366
9831
  serializedName: "properties.transferStatus",
9367
9832
  readOnly: true,
9368
9833
  type: {
9369
9834
  name: "String",
9370
9835
  },
9371
- }, recipientEmailId: {
9836
+ },
9837
+ recipientEmailId: {
9372
9838
  serializedName: "properties.recipientEmailId",
9373
9839
  readOnly: true,
9374
9840
  type: {
9375
9841
  name: "String",
9376
9842
  },
9377
- }, initiatorEmailId: {
9843
+ },
9844
+ initiatorEmailId: {
9378
9845
  serializedName: "properties.initiatorEmailId",
9379
9846
  readOnly: true,
9380
9847
  type: {
9381
9848
  name: "String",
9382
9849
  },
9383
- }, resellerId: {
9850
+ },
9851
+ resellerId: {
9384
9852
  serializedName: "properties.resellerId",
9385
9853
  readOnly: true,
9386
9854
  type: {
9387
9855
  name: "String",
9388
9856
  },
9389
- }, resellerName: {
9857
+ },
9858
+ resellerName: {
9390
9859
  serializedName: "properties.resellerName",
9391
9860
  readOnly: true,
9392
9861
  type: {
9393
9862
  name: "String",
9394
9863
  },
9395
- }, initiatorCustomerType: {
9864
+ },
9865
+ initiatorCustomerType: {
9396
9866
  serializedName: "properties.initiatorCustomerType",
9397
9867
  readOnly: true,
9398
9868
  type: {
9399
9869
  name: "String",
9400
9870
  },
9401
- }, canceledBy: {
9871
+ },
9872
+ canceledBy: {
9402
9873
  serializedName: "properties.canceledBy",
9403
9874
  readOnly: true,
9404
9875
  type: {
9405
9876
  name: "String",
9406
9877
  },
9407
- }, detailedTransferStatus: {
9878
+ },
9879
+ detailedTransferStatus: {
9408
9880
  serializedName: "properties.detailedTransferStatus",
9409
9881
  readOnly: true,
9410
9882
  type: {
@@ -9416,13 +9888,15 @@ export const RecipientTransferDetails = {
9416
9888
  },
9417
9889
  },
9418
9890
  },
9419
- }, customerTenantId: {
9891
+ },
9892
+ customerTenantId: {
9420
9893
  serializedName: "properties.customerTenantId",
9421
9894
  readOnly: true,
9422
9895
  type: {
9423
9896
  name: "String",
9424
9897
  },
9425
- }, supportedAccounts: {
9898
+ },
9899
+ supportedAccounts: {
9426
9900
  serializedName: "properties.supportedAccounts",
9427
9901
  readOnly: true,
9428
9902
  type: {
@@ -9433,7 +9907,8 @@ export const RecipientTransferDetails = {
9433
9907
  },
9434
9908
  },
9435
9909
  },
9436
- } }),
9910
+ },
9911
+ },
9437
9912
  },
9438
9913
  };
9439
9914
  export const AssociatedTenantsDeleteHeaders = {