@azure/arm-locks-profile-2020-09-01-hybrid 2.1.1-alpha.20250210.1 → 2.1.1-alpha.20250212.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/managementLockClient.d.ts +2 -2
  7. package/dist/browser/managementLockClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/managementLockClient.js +15 -18
  9. package/dist/browser/managementLockClient.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/authorizationOperations.d.ts +3 -3
  15. package/dist/browser/operations/authorizationOperations.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/authorizationOperations.js +3 -3
  17. package/dist/browser/operations/authorizationOperations.js.map +1 -0
  18. package/dist/browser/operations/index.d.ts +3 -0
  19. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  20. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
  21. package/dist/browser/operations/index.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/managementLocks.d.ts +3 -3
  23. package/dist/browser/operations/managementLocks.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/managementLocks.js +3 -3
  25. package/dist/browser/operations/managementLocks.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operationsInterfaces/authorizationOperations.d.ts +1 -1
  27. package/dist/browser/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  28. package/dist/browser/operationsInterfaces/authorizationOperations.js.map +1 -0
  29. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  31. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
  32. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/managementLocks.d.ts +1 -1
  34. package/dist/browser/operationsInterfaces/managementLocks.d.ts.map +1 -0
  35. package/dist/browser/operationsInterfaces/managementLocks.js.map +1 -0
  36. package/dist/browser/package.json +3 -0
  37. package/dist/browser/pagingHelper.js.map +1 -0
  38. package/dist/commonjs/index.d.ts +5 -0
  39. package/dist/commonjs/index.d.ts.map +1 -0
  40. package/dist/commonjs/index.js +19 -0
  41. package/dist/commonjs/index.js.map +1 -0
  42. package/dist/commonjs/managementLockClient.d.ts +21 -0
  43. package/dist/commonjs/managementLockClient.d.ts.map +1 -0
  44. package/dist/commonjs/managementLockClient.js +103 -0
  45. package/dist/commonjs/managementLockClient.js.map +1 -0
  46. package/{src/models/index.ts → dist/commonjs/models/index.d.ts} +104 -165
  47. package/dist/commonjs/models/index.d.ts.map +1 -0
  48. package/dist/commonjs/models/index.js +21 -0
  49. package/dist/commonjs/models/index.js.map +1 -0
  50. package/dist/commonjs/models/mappers.d.ts +8 -0
  51. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  52. package/dist/commonjs/models/mappers.js +178 -0
  53. package/dist/commonjs/models/mappers.js.map +1 -0
  54. package/dist/commonjs/models/parameters.d.ts +17 -0
  55. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  56. package/dist/commonjs/models/parameters.js +167 -0
  57. package/dist/commonjs/models/parameters.js.map +1 -0
  58. package/dist/commonjs/operations/authorizationOperations.d.ts +32 -0
  59. package/dist/commonjs/operations/authorizationOperations.d.ts.map +1 -0
  60. package/dist/commonjs/operations/authorizationOperations.js +131 -0
  61. package/dist/commonjs/operations/authorizationOperations.js.map +1 -0
  62. package/dist/commonjs/operations/index.d.ts +3 -0
  63. package/dist/commonjs/operations/index.d.ts.map +1 -0
  64. package/dist/commonjs/operations/index.js +13 -0
  65. package/dist/commonjs/operations/index.js.map +1 -0
  66. package/dist/commonjs/operations/managementLocks.d.ts +245 -0
  67. package/dist/commonjs/operations/managementLocks.d.ts.map +1 -0
  68. package/dist/commonjs/operations/managementLocks.js +897 -0
  69. package/dist/commonjs/operations/managementLocks.js.map +1 -0
  70. package/dist/commonjs/operationsInterfaces/authorizationOperations.d.ts +11 -0
  71. package/dist/commonjs/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  72. package/dist/commonjs/operationsInterfaces/authorizationOperations.js +10 -0
  73. package/dist/commonjs/operationsInterfaces/authorizationOperations.js.map +1 -0
  74. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  75. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  77. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/managementLocks.d.ts +159 -0
  79. package/dist/commonjs/operationsInterfaces/managementLocks.d.ts.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/managementLocks.js +10 -0
  81. package/dist/commonjs/operationsInterfaces/managementLocks.js.map +1 -0
  82. package/dist/commonjs/package.json +3 -0
  83. package/dist/commonjs/pagingHelper.d.ts +13 -0
  84. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  85. package/dist/commonjs/pagingHelper.js +36 -0
  86. package/dist/commonjs/pagingHelper.js.map +1 -0
  87. package/dist/esm/index.d.ts +5 -0
  88. package/dist/esm/index.d.ts.map +1 -0
  89. package/{src/index.ts → dist/esm/index.js} +5 -5
  90. package/dist/esm/index.js.map +1 -0
  91. package/dist/esm/managementLockClient.d.ts +21 -0
  92. package/dist/esm/managementLockClient.d.ts.map +1 -0
  93. package/dist/esm/managementLockClient.js +98 -0
  94. package/dist/esm/managementLockClient.js.map +1 -0
  95. package/dist/esm/models/index.d.ts +199 -0
  96. package/dist/esm/models/index.d.ts.map +1 -0
  97. package/dist/esm/models/index.js +18 -0
  98. package/dist/esm/models/index.js.map +1 -0
  99. package/dist/esm/models/mappers.d.ts +8 -0
  100. package/dist/esm/models/mappers.d.ts.map +1 -0
  101. package/dist/esm/models/mappers.js +175 -0
  102. package/dist/esm/models/mappers.js.map +1 -0
  103. package/dist/esm/models/parameters.d.ts +17 -0
  104. package/dist/esm/models/parameters.d.ts.map +1 -0
  105. package/dist/esm/models/parameters.js +164 -0
  106. package/dist/esm/models/parameters.js.map +1 -0
  107. package/dist/esm/operations/authorizationOperations.d.ts +32 -0
  108. package/dist/esm/operations/authorizationOperations.d.ts.map +1 -0
  109. package/dist/esm/operations/authorizationOperations.js +127 -0
  110. package/dist/esm/operations/authorizationOperations.js.map +1 -0
  111. package/dist/esm/operations/index.d.ts +3 -0
  112. package/dist/esm/operations/index.d.ts.map +1 -0
  113. package/dist/esm/operations/index.js +10 -0
  114. package/dist/esm/operations/index.js.map +1 -0
  115. package/dist/esm/operations/managementLocks.d.ts +245 -0
  116. package/dist/esm/operations/managementLocks.d.ts.map +1 -0
  117. package/dist/esm/operations/managementLocks.js +893 -0
  118. package/dist/esm/operations/managementLocks.js.map +1 -0
  119. package/dist/esm/operationsInterfaces/authorizationOperations.d.ts +11 -0
  120. package/dist/esm/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  121. package/{src/operations/index.ts → dist/esm/operationsInterfaces/authorizationOperations.js} +2 -3
  122. package/dist/esm/operationsInterfaces/authorizationOperations.js.map +1 -0
  123. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  124. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  125. package/dist/esm/operationsInterfaces/index.js +10 -0
  126. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  127. package/dist/esm/operationsInterfaces/managementLocks.d.ts +159 -0
  128. package/dist/esm/operationsInterfaces/managementLocks.d.ts.map +1 -0
  129. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/managementLocks.js} +2 -3
  130. package/dist/esm/operationsInterfaces/managementLocks.js.map +1 -0
  131. package/dist/esm/package.json +3 -0
  132. package/dist/esm/pagingHelper.d.ts +13 -0
  133. package/dist/esm/pagingHelper.d.ts.map +1 -0
  134. package/dist/esm/pagingHelper.js +32 -0
  135. package/dist/esm/pagingHelper.js.map +1 -0
  136. package/dist/react-native/index.d.ts +5 -0
  137. package/dist/react-native/index.d.ts.map +1 -0
  138. package/dist/react-native/index.js +13 -0
  139. package/dist/react-native/index.js.map +1 -0
  140. package/dist/react-native/managementLockClient.d.ts +21 -0
  141. package/dist/react-native/managementLockClient.d.ts.map +1 -0
  142. package/dist/react-native/managementLockClient.js +98 -0
  143. package/dist/react-native/managementLockClient.js.map +1 -0
  144. package/dist/react-native/models/index.d.ts +199 -0
  145. package/dist/react-native/models/index.d.ts.map +1 -0
  146. package/dist/react-native/models/index.js +18 -0
  147. package/dist/react-native/models/index.js.map +1 -0
  148. package/dist/react-native/models/mappers.d.ts +8 -0
  149. package/dist/react-native/models/mappers.d.ts.map +1 -0
  150. package/dist/react-native/models/mappers.js +175 -0
  151. package/dist/react-native/models/mappers.js.map +1 -0
  152. package/dist/react-native/models/parameters.d.ts +17 -0
  153. package/dist/react-native/models/parameters.d.ts.map +1 -0
  154. package/dist/react-native/models/parameters.js +164 -0
  155. package/dist/react-native/models/parameters.js.map +1 -0
  156. package/dist/react-native/operations/authorizationOperations.d.ts +32 -0
  157. package/dist/react-native/operations/authorizationOperations.d.ts.map +1 -0
  158. package/dist/react-native/operations/authorizationOperations.js +127 -0
  159. package/dist/react-native/operations/authorizationOperations.js.map +1 -0
  160. package/dist/react-native/operations/index.d.ts +3 -0
  161. package/dist/react-native/operations/index.d.ts.map +1 -0
  162. package/dist/react-native/operations/index.js +10 -0
  163. package/dist/react-native/operations/index.js.map +1 -0
  164. package/dist/react-native/operations/managementLocks.d.ts +245 -0
  165. package/dist/react-native/operations/managementLocks.d.ts.map +1 -0
  166. package/dist/react-native/operations/managementLocks.js +893 -0
  167. package/dist/react-native/operations/managementLocks.js.map +1 -0
  168. package/dist/react-native/operationsInterfaces/authorizationOperations.d.ts +11 -0
  169. package/dist/react-native/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  170. package/dist/react-native/operationsInterfaces/authorizationOperations.js +9 -0
  171. package/dist/react-native/operationsInterfaces/authorizationOperations.js.map +1 -0
  172. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  173. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  174. package/dist/react-native/operationsInterfaces/index.js +10 -0
  175. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  176. package/dist/react-native/operationsInterfaces/managementLocks.d.ts +159 -0
  177. package/dist/react-native/operationsInterfaces/managementLocks.d.ts.map +1 -0
  178. package/dist/react-native/operationsInterfaces/managementLocks.js +9 -0
  179. package/dist/react-native/operationsInterfaces/managementLocks.js.map +1 -0
  180. package/dist/react-native/package.json +3 -0
  181. package/dist/react-native/pagingHelper.d.ts +13 -0
  182. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  183. package/dist/react-native/pagingHelper.js +32 -0
  184. package/dist/react-native/pagingHelper.js.map +1 -0
  185. package/package.json +69 -40
  186. package/dist/index.js +0 -1536
  187. package/dist/index.js.map +0 -1
  188. package/dist/index.min.js +0 -1
  189. package/dist/index.min.js.map +0 -1
  190. package/dist-esm/samples-dev/authorizationOperationsListSample.d.ts +0 -2
  191. package/dist-esm/samples-dev/authorizationOperationsListSample.d.ts.map +0 -1
  192. package/dist-esm/samples-dev/authorizationOperationsListSample.js +0 -50
  193. package/dist-esm/samples-dev/authorizationOperationsListSample.js.map +0 -1
  194. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.d.ts +0 -2
  195. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.d.ts.map +0 -1
  196. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.js +0 -30
  197. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.js.map +0 -1
  198. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.d.ts +0 -2
  199. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.d.ts.map +0 -1
  200. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.js +0 -34
  201. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.js.map +0 -1
  202. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.d.ts +0 -2
  203. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.d.ts.map +0 -1
  204. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.js +0 -29
  205. package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.js.map +0 -1
  206. package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.d.ts +0 -2
  207. package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.d.ts.map +0 -1
  208. package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.js +0 -30
  209. package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.js.map +0 -1
  210. package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.d.ts +0 -2
  211. package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.d.ts.map +0 -1
  212. package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.js +0 -36
  213. package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.js.map +0 -1
  214. package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.d.ts +0 -2
  215. package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.d.ts.map +0 -1
  216. package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.js +0 -40
  217. package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.js.map +0 -1
  218. package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.d.ts +0 -2
  219. package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.d.ts.map +0 -1
  220. package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.js +0 -35
  221. package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.js.map +0 -1
  222. package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.d.ts +0 -2
  223. package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.d.ts.map +0 -1
  224. package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.js +0 -36
  225. package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.js.map +0 -1
  226. package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.d.ts +0 -2
  227. package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.d.ts.map +0 -1
  228. package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.js +0 -36
  229. package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.js.map +0 -1
  230. package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.d.ts +0 -2
  231. package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.d.ts.map +0 -1
  232. package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.js +0 -40
  233. package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.js.map +0 -1
  234. package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.js +0 -35
  237. package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.js.map +0 -1
  238. package/dist-esm/samples-dev/managementLocksGetByScopeSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/managementLocksGetByScopeSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/managementLocksGetByScopeSample.js +0 -36
  241. package/dist-esm/samples-dev/managementLocksGetByScopeSample.js.map +0 -1
  242. package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.d.ts +0 -2
  243. package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.d.ts.map +0 -1
  244. package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.js +0 -51
  245. package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.js.map +0 -1
  246. package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.d.ts +0 -2
  247. package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.d.ts.map +0 -1
  248. package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.js +0 -55
  249. package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.js.map +0 -1
  250. package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.js +0 -50
  253. package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.js.map +0 -1
  254. package/dist-esm/samples-dev/managementLocksListByScopeSample.d.ts +0 -2
  255. package/dist-esm/samples-dev/managementLocksListByScopeSample.d.ts.map +0 -1
  256. package/dist-esm/samples-dev/managementLocksListByScopeSample.js +0 -51
  257. package/dist-esm/samples-dev/managementLocksListByScopeSample.js.map +0 -1
  258. package/dist-esm/src/index.d.ts +0 -5
  259. package/dist-esm/src/index.js.map +0 -1
  260. package/dist-esm/src/managementLockClient.d.ts.map +0 -1
  261. package/dist-esm/src/managementLockClient.js.map +0 -1
  262. package/dist-esm/src/models/index.js.map +0 -1
  263. package/dist-esm/src/models/mappers.js.map +0 -1
  264. package/dist-esm/src/models/parameters.js.map +0 -1
  265. package/dist-esm/src/operations/authorizationOperations.d.ts.map +0 -1
  266. package/dist-esm/src/operations/authorizationOperations.js.map +0 -1
  267. package/dist-esm/src/operations/index.d.ts +0 -3
  268. package/dist-esm/src/operations/index.js.map +0 -1
  269. package/dist-esm/src/operations/managementLocks.d.ts.map +0 -1
  270. package/dist-esm/src/operations/managementLocks.js.map +0 -1
  271. package/dist-esm/src/operationsInterfaces/authorizationOperations.d.ts.map +0 -1
  272. package/dist-esm/src/operationsInterfaces/authorizationOperations.js.map +0 -1
  273. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  274. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  275. package/dist-esm/src/operationsInterfaces/managementLocks.d.ts.map +0 -1
  276. package/dist-esm/src/operationsInterfaces/managementLocks.js.map +0 -1
  277. package/dist-esm/src/pagingHelper.js.map +0 -1
  278. package/dist-esm/test/sampleTest.d.ts +0 -2
  279. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  280. package/dist-esm/test/sampleTest.js +0 -42
  281. package/dist-esm/test/sampleTest.js.map +0 -1
  282. package/src/managementLockClient.ts +0 -145
  283. package/src/models/mappers.ts +0 -182
  284. package/src/models/parameters.ts +0 -184
  285. package/src/operations/authorizationOperations.ts +0 -143
  286. package/src/operations/managementLocks.ts +0 -1172
  287. package/src/operationsInterfaces/authorizationOperations.ts +0 -25
  288. package/src/operationsInterfaces/managementLocks.ts +0 -270
  289. package/src/pagingHelper.ts +0 -39
  290. package/tsconfig.json +0 -33
  291. package/types/arm-locks-profile-2020-09-01-hybrid.d.ts +0 -443
  292. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  293. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  294. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  295. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  296. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  297. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  298. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  299. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  300. /package/{dist-esm/src → dist/browser}/operationsInterfaces/authorizationOperations.js +0 -0
  301. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementLocks.js +0 -0
  302. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  303. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  304. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  305. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,443 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /** Interface representing a AuthorizationOperations. */
6
- export declare interface AuthorizationOperations {
7
- /**
8
- * Lists all of the available Microsoft.Authorization REST API operations.
9
- * @param options The options parameters.
10
- */
11
- list(options?: AuthorizationOperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
12
- }
13
-
14
- /** Optional parameters. */
15
- export declare interface AuthorizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
16
- }
17
-
18
- /** Contains response data for the listNext operation. */
19
- export declare type AuthorizationOperationsListNextResponse = OperationListResult;
20
-
21
- /** Optional parameters. */
22
- export declare interface AuthorizationOperationsListOptionalParams extends coreClient.OperationOptions {
23
- }
24
-
25
- /** Contains response data for the list operation. */
26
- export declare type AuthorizationOperationsListResponse = OperationListResult;
27
-
28
- /**
29
- * Given the last `.value` produced by the `byPage` iterator,
30
- * returns a continuation token that can be used to begin paging from
31
- * that point later.
32
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
33
- * @returns The continuation token that can be passed into byPage() during future calls.
34
- */
35
- export declare function getContinuationToken(page: unknown): string | undefined;
36
-
37
- /** Known values of {@link LockLevel} that the service accepts. */
38
- export declare enum KnownLockLevel {
39
- /** NotSpecified */
40
- NotSpecified = "NotSpecified",
41
- /** CanNotDelete */
42
- CanNotDelete = "CanNotDelete",
43
- /** ReadOnly */
44
- ReadOnly = "ReadOnly"
45
- }
46
-
47
- /**
48
- * Defines values for LockLevel. \
49
- * {@link KnownLockLevel} can be used interchangeably with LockLevel,
50
- * this enum contains the known values that the service supports.
51
- * ### Known values supported by the service
52
- * **NotSpecified** \
53
- * **CanNotDelete** \
54
- * **ReadOnly**
55
- */
56
- export declare type LockLevel = string;
57
-
58
- export declare class ManagementLockClient extends coreClient.ServiceClient {
59
- $host: string;
60
- apiVersion: string;
61
- subscriptionId: string;
62
- /**
63
- * Initializes a new instance of the ManagementLockClient class.
64
- * @param credentials Subscription credentials which uniquely identify client subscription.
65
- * @param subscriptionId The ID of the target subscription.
66
- * @param options The parameter options
67
- */
68
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagementLockClientOptionalParams);
69
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
70
- private addCustomApiVersionPolicy;
71
- authorizationOperations: AuthorizationOperations;
72
- managementLocks: ManagementLocks;
73
- }
74
-
75
- /** Optional parameters. */
76
- export declare interface ManagementLockClientOptionalParams extends coreClient.ServiceClientOptions {
77
- /** server parameter */
78
- $host?: string;
79
- /** Api Version */
80
- apiVersion?: string;
81
- /** Overrides client endpoint. */
82
- endpoint?: string;
83
- }
84
-
85
- /** The list of locks. */
86
- export declare interface ManagementLockListResult {
87
- /** The list of locks. */
88
- value?: ManagementLockObject[];
89
- /** The URL to use for getting the next set of results. */
90
- nextLink?: string;
91
- }
92
-
93
- /** The lock information. */
94
- export declare interface ManagementLockObject {
95
- /**
96
- * The resource ID of the lock.
97
- * NOTE: This property will not be serialized. It can only be populated by the server.
98
- */
99
- readonly id?: string;
100
- /**
101
- * The resource type of the lock - Microsoft.Authorization/locks.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly type?: string;
105
- /**
106
- * The name of the lock.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly name?: string;
110
- /** The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it. */
111
- level: LockLevel;
112
- /** Notes about the lock. Maximum of 512 characters. */
113
- notes?: string;
114
- /** The owners of the lock. */
115
- owners?: ManagementLockOwner[];
116
- }
117
-
118
- /** Lock owner properties. */
119
- export declare interface ManagementLockOwner {
120
- /** The application ID of the lock owner. */
121
- applicationId?: string;
122
- }
123
-
124
- /** Interface representing a ManagementLocks. */
125
- export declare interface ManagementLocks {
126
- /**
127
- * Gets all the management locks for a resource group.
128
- * @param resourceGroupName The name of the resource group containing the locks to get.
129
- * @param options The options parameters.
130
- */
131
- listAtResourceGroupLevel(resourceGroupName: string, options?: ManagementLocksListAtResourceGroupLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
132
- /**
133
- * Gets all the management locks for a resource or any level below resource.
134
- * @param resourceGroupName The name of the resource group containing the locked resource. The name is
135
- * case insensitive.
136
- * @param resourceProviderNamespace The namespace of the resource provider.
137
- * @param parentResourcePath The parent resource identity.
138
- * @param resourceType The resource type of the locked resource.
139
- * @param resourceName The name of the locked resource.
140
- * @param options The options parameters.
141
- */
142
- listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: ManagementLocksListAtResourceLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
143
- /**
144
- * Gets all the management locks for a subscription.
145
- * @param options The options parameters.
146
- */
147
- listAtSubscriptionLevel(options?: ManagementLocksListAtSubscriptionLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
148
- /**
149
- * Gets all the management locks for a scope.
150
- * @param scope The scope for the lock. When providing a scope for the assignment, use
151
- * '/subscriptions/{subscriptionId}' for subscriptions,
152
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
153
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
154
- * for resources.
155
- * @param options The options parameters.
156
- */
157
- listByScope(scope: string, options?: ManagementLocksListByScopeOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
158
- /**
159
- * When you apply a lock at a parent scope, all child resources inherit the same lock. To create
160
- * management locks, you must have access to Microsoft.Authorization/* or
161
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
162
- * Administrator are granted those actions.
163
- * @param resourceGroupName The name of the resource group to lock.
164
- * @param lockName The lock name. The lock name can be a maximum of 260 characters. It cannot contain
165
- * <, > %, &, :, \, ?, /, or any control characters.
166
- * @param parameters The management lock parameters.
167
- * @param options The options parameters.
168
- */
169
- createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse>;
170
- /**
171
- * To delete management locks, you must have access to Microsoft.Authorization/* or
172
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
173
- * Administrator are granted those actions.
174
- * @param resourceGroupName The name of the resource group containing the lock.
175
- * @param lockName The name of lock to delete.
176
- * @param options The options parameters.
177
- */
178
- deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: ManagementLocksDeleteAtResourceGroupLevelOptionalParams): Promise<void>;
179
- /**
180
- * Gets a management lock at the resource group level.
181
- * @param resourceGroupName The name of the locked resource group.
182
- * @param lockName The name of the lock to get.
183
- * @param options The options parameters.
184
- */
185
- getAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: ManagementLocksGetAtResourceGroupLevelOptionalParams): Promise<ManagementLocksGetAtResourceGroupLevelResponse>;
186
- /**
187
- * Create or update a management lock by scope.
188
- * @param scope The scope for the lock. When providing a scope for the assignment, use
189
- * '/subscriptions/{subscriptionId}' for subscriptions,
190
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
191
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
192
- * for resources.
193
- * @param lockName The name of lock.
194
- * @param parameters Create or update management lock parameters.
195
- * @param options The options parameters.
196
- */
197
- createOrUpdateByScope(scope: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateByScopeOptionalParams): Promise<ManagementLocksCreateOrUpdateByScopeResponse>;
198
- /**
199
- * Delete a management lock by scope.
200
- * @param scope The scope for the lock.
201
- * @param lockName The name of lock.
202
- * @param options The options parameters.
203
- */
204
- deleteByScope(scope: string, lockName: string, options?: ManagementLocksDeleteByScopeOptionalParams): Promise<void>;
205
- /**
206
- * Get a management lock by scope.
207
- * @param scope The scope for the lock.
208
- * @param lockName The name of lock.
209
- * @param options The options parameters.
210
- */
211
- getByScope(scope: string, lockName: string, options?: ManagementLocksGetByScopeOptionalParams): Promise<ManagementLocksGetByScopeResponse>;
212
- /**
213
- * When you apply a lock at a parent scope, all child resources inherit the same lock. To create
214
- * management locks, you must have access to Microsoft.Authorization/* or
215
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
216
- * Administrator are granted those actions.
217
- * @param resourceGroupName The name of the resource group containing the resource to lock.
218
- * @param resourceProviderNamespace The resource provider namespace of the resource to lock.
219
- * @param parentResourcePath The parent resource identity.
220
- * @param resourceType The resource type of the resource to lock.
221
- * @param resourceName The name of the resource to lock.
222
- * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot
223
- * contain <, > %, &, :, \, ?, /, or any control characters.
224
- * @param parameters Parameters for creating or updating a management lock.
225
- * @param options The options parameters.
226
- */
227
- createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtResourceLevelResponse>;
228
- /**
229
- * To delete management locks, you must have access to Microsoft.Authorization/* or
230
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
231
- * Administrator are granted those actions.
232
- * @param resourceGroupName The name of the resource group containing the resource with the lock to
233
- * delete.
234
- * @param resourceProviderNamespace The resource provider namespace of the resource with the lock to
235
- * delete.
236
- * @param parentResourcePath The parent resource identity.
237
- * @param resourceType The resource type of the resource with the lock to delete.
238
- * @param resourceName The name of the resource with the lock to delete.
239
- * @param lockName The name of the lock to delete.
240
- * @param options The options parameters.
241
- */
242
- deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: ManagementLocksDeleteAtResourceLevelOptionalParams): Promise<void>;
243
- /**
244
- * Get the management lock of a resource or any level below resource.
245
- * @param resourceGroupName The name of the resource group.
246
- * @param resourceProviderNamespace The namespace of the resource provider.
247
- * @param parentResourcePath An extra path parameter needed in some services, like SQL Databases.
248
- * @param resourceType The type of the resource.
249
- * @param resourceName The name of the resource.
250
- * @param lockName The name of lock.
251
- * @param options The options parameters.
252
- */
253
- getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: ManagementLocksGetAtResourceLevelOptionalParams): Promise<ManagementLocksGetAtResourceLevelResponse>;
254
- /**
255
- * When you apply a lock at a parent scope, all child resources inherit the same lock. To create
256
- * management locks, you must have access to Microsoft.Authorization/* or
257
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
258
- * Administrator are granted those actions.
259
- * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot
260
- * contain <, > %, &, :, \, ?, /, or any control characters.
261
- * @param parameters The management lock parameters.
262
- * @param options The options parameters.
263
- */
264
- createOrUpdateAtSubscriptionLevel(lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse>;
265
- /**
266
- * To delete management locks, you must have access to Microsoft.Authorization/* or
267
- * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
268
- * Administrator are granted those actions.
269
- * @param lockName The name of lock to delete.
270
- * @param options The options parameters.
271
- */
272
- deleteAtSubscriptionLevel(lockName: string, options?: ManagementLocksDeleteAtSubscriptionLevelOptionalParams): Promise<void>;
273
- /**
274
- * Gets a management lock at the subscription level.
275
- * @param lockName The name of the lock to get.
276
- * @param options The options parameters.
277
- */
278
- getAtSubscriptionLevel(lockName: string, options?: ManagementLocksGetAtSubscriptionLevelOptionalParams): Promise<ManagementLocksGetAtSubscriptionLevelResponse>;
279
- }
280
-
281
- /** Optional parameters. */
282
- export declare interface ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
283
- }
284
-
285
- /** Contains response data for the createOrUpdateAtResourceGroupLevel operation. */
286
- export declare type ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse = ManagementLockObject;
287
-
288
- /** Optional parameters. */
289
- export declare interface ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams extends coreClient.OperationOptions {
290
- }
291
-
292
- /** Contains response data for the createOrUpdateAtResourceLevel operation. */
293
- export declare type ManagementLocksCreateOrUpdateAtResourceLevelResponse = ManagementLockObject;
294
-
295
- /** Optional parameters. */
296
- export declare interface ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
297
- }
298
-
299
- /** Contains response data for the createOrUpdateAtSubscriptionLevel operation. */
300
- export declare type ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse = ManagementLockObject;
301
-
302
- /** Optional parameters. */
303
- export declare interface ManagementLocksCreateOrUpdateByScopeOptionalParams extends coreClient.OperationOptions {
304
- }
305
-
306
- /** Contains response data for the createOrUpdateByScope operation. */
307
- export declare type ManagementLocksCreateOrUpdateByScopeResponse = ManagementLockObject;
308
-
309
- /** Optional parameters. */
310
- export declare interface ManagementLocksDeleteAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
311
- }
312
-
313
- /** Optional parameters. */
314
- export declare interface ManagementLocksDeleteAtResourceLevelOptionalParams extends coreClient.OperationOptions {
315
- }
316
-
317
- /** Optional parameters. */
318
- export declare interface ManagementLocksDeleteAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
319
- }
320
-
321
- /** Optional parameters. */
322
- export declare interface ManagementLocksDeleteByScopeOptionalParams extends coreClient.OperationOptions {
323
- }
324
-
325
- /** Optional parameters. */
326
- export declare interface ManagementLocksGetAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
327
- }
328
-
329
- /** Contains response data for the getAtResourceGroupLevel operation. */
330
- export declare type ManagementLocksGetAtResourceGroupLevelResponse = ManagementLockObject;
331
-
332
- /** Optional parameters. */
333
- export declare interface ManagementLocksGetAtResourceLevelOptionalParams extends coreClient.OperationOptions {
334
- }
335
-
336
- /** Contains response data for the getAtResourceLevel operation. */
337
- export declare type ManagementLocksGetAtResourceLevelResponse = ManagementLockObject;
338
-
339
- /** Optional parameters. */
340
- export declare interface ManagementLocksGetAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
341
- }
342
-
343
- /** Contains response data for the getAtSubscriptionLevel operation. */
344
- export declare type ManagementLocksGetAtSubscriptionLevelResponse = ManagementLockObject;
345
-
346
- /** Optional parameters. */
347
- export declare interface ManagementLocksGetByScopeOptionalParams extends coreClient.OperationOptions {
348
- }
349
-
350
- /** Contains response data for the getByScope operation. */
351
- export declare type ManagementLocksGetByScopeResponse = ManagementLockObject;
352
-
353
- /** Optional parameters. */
354
- export declare interface ManagementLocksListAtResourceGroupLevelNextOptionalParams extends coreClient.OperationOptions {
355
- }
356
-
357
- /** Contains response data for the listAtResourceGroupLevelNext operation. */
358
- export declare type ManagementLocksListAtResourceGroupLevelNextResponse = ManagementLockListResult;
359
-
360
- /** Optional parameters. */
361
- export declare interface ManagementLocksListAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
362
- /** The filter to apply on the operation. */
363
- filter?: string;
364
- }
365
-
366
- /** Contains response data for the listAtResourceGroupLevel operation. */
367
- export declare type ManagementLocksListAtResourceGroupLevelResponse = ManagementLockListResult;
368
-
369
- /** Optional parameters. */
370
- export declare interface ManagementLocksListAtResourceLevelNextOptionalParams extends coreClient.OperationOptions {
371
- }
372
-
373
- /** Contains response data for the listAtResourceLevelNext operation. */
374
- export declare type ManagementLocksListAtResourceLevelNextResponse = ManagementLockListResult;
375
-
376
- /** Optional parameters. */
377
- export declare interface ManagementLocksListAtResourceLevelOptionalParams extends coreClient.OperationOptions {
378
- /** The filter to apply on the operation. */
379
- filter?: string;
380
- }
381
-
382
- /** Contains response data for the listAtResourceLevel operation. */
383
- export declare type ManagementLocksListAtResourceLevelResponse = ManagementLockListResult;
384
-
385
- /** Optional parameters. */
386
- export declare interface ManagementLocksListAtSubscriptionLevelNextOptionalParams extends coreClient.OperationOptions {
387
- }
388
-
389
- /** Contains response data for the listAtSubscriptionLevelNext operation. */
390
- export declare type ManagementLocksListAtSubscriptionLevelNextResponse = ManagementLockListResult;
391
-
392
- /** Optional parameters. */
393
- export declare interface ManagementLocksListAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
394
- /** The filter to apply on the operation. */
395
- filter?: string;
396
- }
397
-
398
- /** Contains response data for the listAtSubscriptionLevel operation. */
399
- export declare type ManagementLocksListAtSubscriptionLevelResponse = ManagementLockListResult;
400
-
401
- /** Optional parameters. */
402
- export declare interface ManagementLocksListByScopeNextOptionalParams extends coreClient.OperationOptions {
403
- }
404
-
405
- /** Contains response data for the listByScopeNext operation. */
406
- export declare type ManagementLocksListByScopeNextResponse = ManagementLockListResult;
407
-
408
- /** Optional parameters. */
409
- export declare interface ManagementLocksListByScopeOptionalParams extends coreClient.OperationOptions {
410
- /** The filter to apply on the operation. */
411
- filter?: string;
412
- }
413
-
414
- /** Contains response data for the listByScope operation. */
415
- export declare type ManagementLocksListByScopeResponse = ManagementLockListResult;
416
-
417
- /** Microsoft.Authorization operation */
418
- export declare interface Operation {
419
- /** Operation name: {provider}/{resource}/{operation} */
420
- name?: string;
421
- /** The object that represents the operation. */
422
- display?: OperationDisplay;
423
- }
424
-
425
- /** The object that represents the operation. */
426
- export declare interface OperationDisplay {
427
- /** Service provider: Microsoft.Authorization */
428
- provider?: string;
429
- /** Resource on which the operation is performed: Profile, endpoint, etc. */
430
- resource?: string;
431
- /** Operation type: Read, write, delete, etc. */
432
- operation?: string;
433
- }
434
-
435
- /** Result of the request to list Microsoft.Authorization operations. It contains a list of operations and a URL link to get the next set of results. */
436
- export declare interface OperationListResult {
437
- /** List of Microsoft.Authorization operations. */
438
- value?: Operation[];
439
- /** URL to get the next set of operation list results if there are any. */
440
- nextLink?: string;
441
- }
442
-
443
- export { }
File without changes
File without changes
File without changes