@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250217.1 → 1.1.1-alpha.20250219.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 (1119) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/dist/browser/models/parameters.js +279 -0
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  12. package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  13. package/dist/browser/operations/certificateObjectGlobalRulestack.js +329 -0
  14. package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -0
  15. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +81 -0
  16. package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  17. package/dist/browser/operations/certificateObjectLocalRulestack.js +350 -0
  18. package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -0
  19. package/dist/browser/operations/firewallStatus.d.ts +45 -0
  20. package/dist/browser/operations/firewallStatus.d.ts.map +1 -0
  21. package/dist/browser/operations/firewallStatus.js +180 -0
  22. package/dist/browser/operations/firewallStatus.js.map +1 -0
  23. package/dist/browser/operations/firewalls.d.ts +127 -0
  24. package/dist/browser/operations/firewalls.d.ts.map +1 -0
  25. package/dist/browser/operations/firewalls.js +601 -0
  26. package/dist/browser/operations/firewalls.js.map +1 -0
  27. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +73 -0
  28. package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  29. package/dist/browser/operations/fqdnListGlobalRulestack.js +329 -0
  30. package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -0
  31. package/dist/browser/operations/fqdnListLocalRulestack.d.ts +81 -0
  32. package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  33. package/dist/browser/operations/fqdnListLocalRulestack.js +350 -0
  34. package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -0
  35. package/dist/browser/operations/globalRulestack.d.ts +134 -0
  36. package/dist/browser/operations/globalRulestack.d.ts.map +1 -0
  37. package/dist/browser/operations/globalRulestack.js +607 -0
  38. package/dist/browser/operations/globalRulestack.js.map +1 -0
  39. package/dist/browser/operations/index.d.ts +15 -0
  40. package/dist/browser/operations/index.d.ts.map +1 -0
  41. package/dist/browser/operations/index.js +22 -0
  42. package/dist/browser/operations/index.js.map +1 -0
  43. package/dist/browser/operations/localRules.d.ts +105 -0
  44. package/dist/browser/operations/localRules.d.ts.map +1 -0
  45. package/dist/browser/operations/localRules.js +450 -0
  46. package/dist/browser/operations/localRules.js.map +1 -0
  47. package/dist/browser/operations/localRulestacks.d.ts +178 -0
  48. package/dist/browser/operations/localRulestacks.d.ts.map +1 -0
  49. package/dist/browser/operations/localRulestacks.js +841 -0
  50. package/dist/browser/operations/localRulestacks.js.map +1 -0
  51. package/dist/browser/operations/operations.d.ts +32 -0
  52. package/dist/browser/operations/operations.d.ts.map +1 -0
  53. package/dist/browser/operations/operations.js +133 -0
  54. package/dist/browser/operations/operations.js.map +1 -0
  55. package/dist/browser/operations/postRules.d.ts +94 -0
  56. package/dist/browser/operations/postRules.d.ts.map +1 -0
  57. package/dist/browser/operations/postRules.js +414 -0
  58. package/dist/browser/operations/postRules.js.map +1 -0
  59. package/dist/browser/operations/preRules.d.ts +94 -0
  60. package/dist/browser/operations/preRules.d.ts.map +1 -0
  61. package/dist/browser/operations/preRules.js +414 -0
  62. package/dist/browser/operations/preRules.js.map +1 -0
  63. package/dist/browser/operations/prefixListGlobalRulestack.d.ts +73 -0
  64. package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  65. package/dist/browser/operations/prefixListGlobalRulestack.js +329 -0
  66. package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -0
  67. package/dist/browser/operations/prefixListLocalRulestack.d.ts +81 -0
  68. package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -0
  69. package/dist/browser/operations/prefixListLocalRulestack.js +350 -0
  70. package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  72. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  75. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/firewallStatus.d.ts +20 -0
  78. package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/firewalls.d.ts +91 -0
  81. package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/firewalls.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  84. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  87. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/globalRulestack.d.ts +113 -0
  90. package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/index.d.ts +15 -0
  93. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/index.js +22 -0
  95. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/localRules.d.ts +80 -0
  97. package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/localRules.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/localRulestacks.d.ts +142 -0
  100. package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  103. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/postRules.d.ts +71 -0
  106. package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/postRules.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/preRules.d.ts +71 -0
  109. package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/preRules.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  112. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  115. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  117. package/dist/browser/package.json +3 -0
  118. package/dist/browser/pagingHelper.js.map +1 -0
  119. package/dist/browser/paloAltoNetworksCloudngfw.d.ts +34 -0
  120. package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  121. package/dist/browser/paloAltoNetworksCloudngfw.js +108 -0
  122. package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -0
  123. package/dist/commonjs/index.d.ts +5 -0
  124. package/dist/commonjs/index.d.ts.map +1 -0
  125. package/dist/commonjs/index.js +19 -0
  126. package/dist/commonjs/index.js.map +1 -0
  127. package/dist/commonjs/lroImpl.d.ts +11 -0
  128. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  129. package/dist/commonjs/lroImpl.js +17 -0
  130. package/dist/commonjs/lroImpl.js.map +1 -0
  131. package/dist/commonjs/models/index.d.ts +2327 -0
  132. package/dist/commonjs/models/index.d.ts.map +1 -0
  133. package/dist/commonjs/models/index.js +279 -0
  134. package/dist/commonjs/models/index.js.map +1 -0
  135. package/dist/commonjs/models/mappers.d.ts +88 -0
  136. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  137. package/dist/commonjs/models/mappers.js +3371 -0
  138. package/dist/commonjs/models/mappers.js.map +1 -0
  139. package/dist/commonjs/models/parameters.d.ts +38 -0
  140. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  141. package/dist/commonjs/models/parameters.js +282 -0
  142. package/dist/commonjs/models/parameters.js.map +1 -0
  143. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  144. package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  145. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +333 -0
  146. package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -0
  147. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +81 -0
  148. package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  149. package/dist/commonjs/operations/certificateObjectLocalRulestack.js +354 -0
  150. package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -0
  151. package/dist/commonjs/operations/firewallStatus.d.ts +45 -0
  152. package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -0
  153. package/dist/commonjs/operations/firewallStatus.js +184 -0
  154. package/dist/commonjs/operations/firewallStatus.js.map +1 -0
  155. package/dist/commonjs/operations/firewalls.d.ts +127 -0
  156. package/dist/commonjs/operations/firewalls.d.ts.map +1 -0
  157. package/dist/commonjs/operations/firewalls.js +605 -0
  158. package/dist/commonjs/operations/firewalls.js.map +1 -0
  159. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +73 -0
  160. package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  161. package/dist/commonjs/operations/fqdnListGlobalRulestack.js +333 -0
  162. package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -0
  163. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +81 -0
  164. package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  165. package/dist/commonjs/operations/fqdnListLocalRulestack.js +354 -0
  166. package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -0
  167. package/dist/commonjs/operations/globalRulestack.d.ts +134 -0
  168. package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -0
  169. package/dist/commonjs/operations/globalRulestack.js +611 -0
  170. package/dist/commonjs/operations/globalRulestack.js.map +1 -0
  171. package/dist/commonjs/operations/index.d.ts +15 -0
  172. package/dist/commonjs/operations/index.d.ts.map +1 -0
  173. package/dist/commonjs/operations/index.js +25 -0
  174. package/dist/commonjs/operations/index.js.map +1 -0
  175. package/dist/commonjs/operations/localRules.d.ts +105 -0
  176. package/dist/commonjs/operations/localRules.d.ts.map +1 -0
  177. package/dist/commonjs/operations/localRules.js +454 -0
  178. package/dist/commonjs/operations/localRules.js.map +1 -0
  179. package/dist/commonjs/operations/localRulestacks.d.ts +178 -0
  180. package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -0
  181. package/dist/commonjs/operations/localRulestacks.js +845 -0
  182. package/dist/commonjs/operations/localRulestacks.js.map +1 -0
  183. package/dist/commonjs/operations/operations.d.ts +32 -0
  184. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  185. package/dist/commonjs/operations/operations.js +137 -0
  186. package/dist/commonjs/operations/operations.js.map +1 -0
  187. package/dist/commonjs/operations/postRules.d.ts +94 -0
  188. package/dist/commonjs/operations/postRules.d.ts.map +1 -0
  189. package/dist/commonjs/operations/postRules.js +418 -0
  190. package/dist/commonjs/operations/postRules.js.map +1 -0
  191. package/dist/commonjs/operations/preRules.d.ts +94 -0
  192. package/dist/commonjs/operations/preRules.d.ts.map +1 -0
  193. package/dist/commonjs/operations/preRules.js +418 -0
  194. package/dist/commonjs/operations/preRules.js.map +1 -0
  195. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +73 -0
  196. package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  197. package/dist/commonjs/operations/prefixListGlobalRulestack.js +333 -0
  198. package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -0
  199. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +81 -0
  200. package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -0
  201. package/dist/commonjs/operations/prefixListLocalRulestack.js +354 -0
  202. package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  204. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +10 -0
  206. package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  208. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +10 -0
  210. package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +20 -0
  212. package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/firewallStatus.js +10 -0
  214. package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/firewalls.d.ts +91 -0
  216. package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/firewalls.js +10 -0
  218. package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  220. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +10 -0
  222. package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  224. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +10 -0
  226. package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +113 -0
  228. package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/globalRulestack.js +10 -0
  230. package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
  232. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/index.js +25 -0
  234. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/localRules.d.ts +80 -0
  236. package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/localRules.js +10 -0
  238. package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +142 -0
  240. package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/localRulestacks.js +10 -0
  242. package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  244. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  246. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/postRules.d.ts +71 -0
  248. package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/postRules.js +10 -0
  250. package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/preRules.d.ts +71 -0
  252. package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/preRules.js +10 -0
  254. package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  256. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +10 -0
  258. package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  260. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +10 -0
  262. package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  263. package/dist/commonjs/package.json +3 -0
  264. package/dist/commonjs/pagingHelper.d.ts +13 -0
  265. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  266. package/dist/commonjs/pagingHelper.js +36 -0
  267. package/dist/commonjs/pagingHelper.js.map +1 -0
  268. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +34 -0
  269. package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  270. package/dist/commonjs/paloAltoNetworksCloudngfw.js +113 -0
  271. package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -0
  272. package/dist/commonjs/tsdoc-metadata.json +11 -0
  273. package/dist/esm/index.d.ts +5 -0
  274. package/dist/esm/index.d.ts.map +1 -0
  275. package/dist/esm/index.js +13 -0
  276. package/dist/esm/index.js.map +1 -0
  277. package/dist/esm/lroImpl.d.ts +11 -0
  278. package/dist/esm/lroImpl.d.ts.map +1 -0
  279. package/dist/esm/lroImpl.js +14 -0
  280. package/dist/esm/lroImpl.js.map +1 -0
  281. package/dist/esm/models/index.d.ts +2327 -0
  282. package/dist/esm/models/index.d.ts.map +1 -0
  283. package/dist/esm/models/index.js +276 -0
  284. package/dist/esm/models/index.js.map +1 -0
  285. package/dist/esm/models/mappers.d.ts +88 -0
  286. package/dist/esm/models/mappers.d.ts.map +1 -0
  287. package/dist/esm/models/mappers.js +3367 -0
  288. package/dist/esm/models/mappers.js.map +1 -0
  289. package/dist/esm/models/parameters.d.ts +38 -0
  290. package/dist/esm/models/parameters.d.ts.map +1 -0
  291. package/dist/esm/models/parameters.js +279 -0
  292. package/dist/esm/models/parameters.js.map +1 -0
  293. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  294. package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  295. package/dist/esm/operations/certificateObjectGlobalRulestack.js +329 -0
  296. package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -0
  297. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +81 -0
  298. package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  299. package/dist/esm/operations/certificateObjectLocalRulestack.js +350 -0
  300. package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -0
  301. package/dist/esm/operations/firewallStatus.d.ts +45 -0
  302. package/dist/esm/operations/firewallStatus.d.ts.map +1 -0
  303. package/dist/esm/operations/firewallStatus.js +180 -0
  304. package/dist/esm/operations/firewallStatus.js.map +1 -0
  305. package/dist/esm/operations/firewalls.d.ts +127 -0
  306. package/dist/esm/operations/firewalls.d.ts.map +1 -0
  307. package/dist/esm/operations/firewalls.js +601 -0
  308. package/dist/esm/operations/firewalls.js.map +1 -0
  309. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +73 -0
  310. package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  311. package/dist/esm/operations/fqdnListGlobalRulestack.js +329 -0
  312. package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -0
  313. package/dist/esm/operations/fqdnListLocalRulestack.d.ts +81 -0
  314. package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  315. package/dist/esm/operations/fqdnListLocalRulestack.js +350 -0
  316. package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -0
  317. package/dist/esm/operations/globalRulestack.d.ts +134 -0
  318. package/dist/esm/operations/globalRulestack.d.ts.map +1 -0
  319. package/dist/esm/operations/globalRulestack.js +607 -0
  320. package/dist/esm/operations/globalRulestack.js.map +1 -0
  321. package/dist/esm/operations/index.d.ts +15 -0
  322. package/dist/esm/operations/index.d.ts.map +1 -0
  323. package/dist/esm/operations/index.js +22 -0
  324. package/dist/esm/operations/index.js.map +1 -0
  325. package/dist/esm/operations/localRules.d.ts +105 -0
  326. package/dist/esm/operations/localRules.d.ts.map +1 -0
  327. package/dist/esm/operations/localRules.js +450 -0
  328. package/dist/esm/operations/localRules.js.map +1 -0
  329. package/dist/esm/operations/localRulestacks.d.ts +178 -0
  330. package/dist/esm/operations/localRulestacks.d.ts.map +1 -0
  331. package/dist/esm/operations/localRulestacks.js +841 -0
  332. package/dist/esm/operations/localRulestacks.js.map +1 -0
  333. package/dist/esm/operations/operations.d.ts +32 -0
  334. package/dist/esm/operations/operations.d.ts.map +1 -0
  335. package/dist/esm/operations/operations.js +133 -0
  336. package/dist/esm/operations/operations.js.map +1 -0
  337. package/dist/esm/operations/postRules.d.ts +94 -0
  338. package/dist/esm/operations/postRules.d.ts.map +1 -0
  339. package/dist/esm/operations/postRules.js +414 -0
  340. package/dist/esm/operations/postRules.js.map +1 -0
  341. package/dist/esm/operations/preRules.d.ts +94 -0
  342. package/dist/esm/operations/preRules.d.ts.map +1 -0
  343. package/dist/esm/operations/preRules.js +414 -0
  344. package/dist/esm/operations/preRules.js.map +1 -0
  345. package/dist/esm/operations/prefixListGlobalRulestack.d.ts +73 -0
  346. package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  347. package/dist/esm/operations/prefixListGlobalRulestack.js +329 -0
  348. package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -0
  349. package/dist/esm/operations/prefixListLocalRulestack.d.ts +81 -0
  350. package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -0
  351. package/dist/esm/operations/prefixListLocalRulestack.js +350 -0
  352. package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -0
  353. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  354. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  355. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
  356. package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  357. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  358. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  359. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
  360. package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  361. package/dist/esm/operationsInterfaces/firewallStatus.d.ts +20 -0
  362. package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  363. package/dist/esm/operationsInterfaces/firewallStatus.js +9 -0
  364. package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -0
  365. package/dist/esm/operationsInterfaces/firewalls.d.ts +91 -0
  366. package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -0
  367. package/dist/esm/operationsInterfaces/firewalls.js +9 -0
  368. package/dist/esm/operationsInterfaces/firewalls.js.map +1 -0
  369. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  370. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  371. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
  372. package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  373. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  374. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  375. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
  376. package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  377. package/dist/esm/operationsInterfaces/globalRulestack.d.ts +113 -0
  378. package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  379. package/dist/esm/operationsInterfaces/globalRulestack.js +9 -0
  380. package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -0
  381. package/dist/esm/operationsInterfaces/index.d.ts +15 -0
  382. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  383. package/dist/esm/operationsInterfaces/index.js +22 -0
  384. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  385. package/dist/esm/operationsInterfaces/localRules.d.ts +80 -0
  386. package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -0
  387. package/dist/esm/operationsInterfaces/localRules.js +9 -0
  388. package/dist/esm/operationsInterfaces/localRules.js.map +1 -0
  389. package/dist/esm/operationsInterfaces/localRulestacks.d.ts +142 -0
  390. package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  391. package/dist/esm/operationsInterfaces/localRulestacks.js +9 -0
  392. package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -0
  393. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  394. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  395. package/dist/esm/operationsInterfaces/operations.js +9 -0
  396. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  397. package/dist/esm/operationsInterfaces/postRules.d.ts +71 -0
  398. package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -0
  399. package/dist/esm/operationsInterfaces/postRules.js +9 -0
  400. package/dist/esm/operationsInterfaces/postRules.js.map +1 -0
  401. package/dist/esm/operationsInterfaces/preRules.d.ts +71 -0
  402. package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -0
  403. package/dist/esm/operationsInterfaces/preRules.js +9 -0
  404. package/dist/esm/operationsInterfaces/preRules.js.map +1 -0
  405. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  406. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  407. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
  408. package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  409. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  410. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  411. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +9 -0
  412. package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  413. package/dist/esm/package.json +3 -0
  414. package/dist/esm/pagingHelper.d.ts +13 -0
  415. package/dist/esm/pagingHelper.d.ts.map +1 -0
  416. package/dist/esm/pagingHelper.js +32 -0
  417. package/dist/esm/pagingHelper.js.map +1 -0
  418. package/dist/esm/paloAltoNetworksCloudngfw.d.ts +34 -0
  419. package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  420. package/dist/esm/paloAltoNetworksCloudngfw.js +108 -0
  421. package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -0
  422. package/dist/react-native/index.d.ts +5 -0
  423. package/dist/react-native/index.d.ts.map +1 -0
  424. package/dist/react-native/index.js +13 -0
  425. package/dist/react-native/index.js.map +1 -0
  426. package/dist/react-native/lroImpl.d.ts +11 -0
  427. package/dist/react-native/lroImpl.d.ts.map +1 -0
  428. package/dist/react-native/lroImpl.js +14 -0
  429. package/dist/react-native/lroImpl.js.map +1 -0
  430. package/dist/react-native/models/index.d.ts +2327 -0
  431. package/dist/react-native/models/index.d.ts.map +1 -0
  432. package/dist/react-native/models/index.js +276 -0
  433. package/dist/react-native/models/index.js.map +1 -0
  434. package/dist/react-native/models/mappers.d.ts +88 -0
  435. package/dist/react-native/models/mappers.d.ts.map +1 -0
  436. package/dist/react-native/models/mappers.js +3367 -0
  437. package/dist/react-native/models/mappers.js.map +1 -0
  438. package/dist/react-native/models/parameters.d.ts +38 -0
  439. package/dist/react-native/models/parameters.d.ts.map +1 -0
  440. package/dist/react-native/models/parameters.js +279 -0
  441. package/dist/react-native/models/parameters.js.map +1 -0
  442. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +73 -0
  443. package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
  444. package/dist/react-native/operations/certificateObjectGlobalRulestack.js +329 -0
  445. package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -0
  446. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +81 -0
  447. package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
  448. package/dist/react-native/operations/certificateObjectLocalRulestack.js +350 -0
  449. package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -0
  450. package/dist/react-native/operations/firewallStatus.d.ts +45 -0
  451. package/dist/react-native/operations/firewallStatus.d.ts.map +1 -0
  452. package/dist/react-native/operations/firewallStatus.js +180 -0
  453. package/dist/react-native/operations/firewallStatus.js.map +1 -0
  454. package/dist/react-native/operations/firewalls.d.ts +127 -0
  455. package/dist/react-native/operations/firewalls.d.ts.map +1 -0
  456. package/dist/react-native/operations/firewalls.js +601 -0
  457. package/dist/react-native/operations/firewalls.js.map +1 -0
  458. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +73 -0
  459. package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
  460. package/dist/react-native/operations/fqdnListGlobalRulestack.js +329 -0
  461. package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -0
  462. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +81 -0
  463. package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -0
  464. package/dist/react-native/operations/fqdnListLocalRulestack.js +350 -0
  465. package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -0
  466. package/dist/react-native/operations/globalRulestack.d.ts +134 -0
  467. package/dist/react-native/operations/globalRulestack.d.ts.map +1 -0
  468. package/dist/react-native/operations/globalRulestack.js +607 -0
  469. package/dist/react-native/operations/globalRulestack.js.map +1 -0
  470. package/dist/react-native/operations/index.d.ts +15 -0
  471. package/dist/react-native/operations/index.d.ts.map +1 -0
  472. package/dist/react-native/operations/index.js +22 -0
  473. package/dist/react-native/operations/index.js.map +1 -0
  474. package/dist/react-native/operations/localRules.d.ts +105 -0
  475. package/dist/react-native/operations/localRules.d.ts.map +1 -0
  476. package/dist/react-native/operations/localRules.js +450 -0
  477. package/dist/react-native/operations/localRules.js.map +1 -0
  478. package/dist/react-native/operations/localRulestacks.d.ts +178 -0
  479. package/dist/react-native/operations/localRulestacks.d.ts.map +1 -0
  480. package/dist/react-native/operations/localRulestacks.js +841 -0
  481. package/dist/react-native/operations/localRulestacks.js.map +1 -0
  482. package/dist/react-native/operations/operations.d.ts +32 -0
  483. package/dist/react-native/operations/operations.d.ts.map +1 -0
  484. package/dist/react-native/operations/operations.js +133 -0
  485. package/dist/react-native/operations/operations.js.map +1 -0
  486. package/dist/react-native/operations/postRules.d.ts +94 -0
  487. package/dist/react-native/operations/postRules.d.ts.map +1 -0
  488. package/dist/react-native/operations/postRules.js +414 -0
  489. package/dist/react-native/operations/postRules.js.map +1 -0
  490. package/dist/react-native/operations/preRules.d.ts +94 -0
  491. package/dist/react-native/operations/preRules.d.ts.map +1 -0
  492. package/dist/react-native/operations/preRules.js +414 -0
  493. package/dist/react-native/operations/preRules.js.map +1 -0
  494. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +73 -0
  495. package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -0
  496. package/dist/react-native/operations/prefixListGlobalRulestack.js +329 -0
  497. package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -0
  498. package/dist/react-native/operations/prefixListLocalRulestack.d.ts +81 -0
  499. package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -0
  500. package/dist/react-native/operations/prefixListLocalRulestack.js +350 -0
  501. package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -0
  502. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
  503. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
  504. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
  505. package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
  506. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
  507. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
  508. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
  509. package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
  510. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +20 -0
  511. package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -0
  512. package/dist/react-native/operationsInterfaces/firewallStatus.js +9 -0
  513. package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -0
  514. package/dist/react-native/operationsInterfaces/firewalls.d.ts +91 -0
  515. package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -0
  516. package/dist/react-native/operationsInterfaces/firewalls.js +9 -0
  517. package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -0
  518. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
  519. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
  520. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
  521. package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
  522. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
  523. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
  524. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
  525. package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
  526. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +113 -0
  527. package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -0
  528. package/dist/react-native/operationsInterfaces/globalRulestack.js +9 -0
  529. package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -0
  530. package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
  531. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  532. package/dist/react-native/operationsInterfaces/index.js +22 -0
  533. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  534. package/dist/react-native/operationsInterfaces/localRules.d.ts +80 -0
  535. package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -0
  536. package/dist/react-native/operationsInterfaces/localRules.js +9 -0
  537. package/dist/react-native/operationsInterfaces/localRules.js.map +1 -0
  538. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +142 -0
  539. package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -0
  540. package/dist/react-native/operationsInterfaces/localRulestacks.js +9 -0
  541. package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -0
  542. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  543. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  544. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  545. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  546. package/dist/react-native/operationsInterfaces/postRules.d.ts +71 -0
  547. package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -0
  548. package/dist/react-native/operationsInterfaces/postRules.js +9 -0
  549. package/dist/react-native/operationsInterfaces/postRules.js.map +1 -0
  550. package/dist/react-native/operationsInterfaces/preRules.d.ts +71 -0
  551. package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -0
  552. package/dist/react-native/operationsInterfaces/preRules.js +9 -0
  553. package/dist/react-native/operationsInterfaces/preRules.js.map +1 -0
  554. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
  555. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
  556. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
  557. package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
  558. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
  559. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
  560. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +9 -0
  561. package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
  562. package/dist/react-native/package.json +3 -0
  563. package/dist/react-native/pagingHelper.d.ts +13 -0
  564. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  565. package/dist/react-native/pagingHelper.js +32 -0
  566. package/dist/react-native/pagingHelper.js.map +1 -0
  567. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +34 -0
  568. package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -0
  569. package/dist/react-native/paloAltoNetworksCloudngfw.js +108 -0
  570. package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -0
  571. package/package.json +70 -41
  572. package/dist/index.js +0 -9882
  573. package/dist/index.js.map +0 -1
  574. package/dist/index.min.js +0 -1
  575. package/dist/index.min.js.map +0 -1
  576. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js +0 -56
  579. package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  580. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js +0 -52
  583. package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js.map +0 -1
  584. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js +0 -52
  587. package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js.map +0 -1
  588. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js +0 -82
  591. package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js.map +0 -1
  592. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js +0 -60
  595. package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js.map +0 -1
  596. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js +0 -56
  599. package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js.map +0 -1
  600. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js +0 -56
  603. package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js.map +0 -1
  604. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js +0 -86
  607. package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  608. package/dist-esm/samples-dev/firewallStatusGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/firewallStatusGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/firewallStatusGetSample.js +0 -54
  611. package/dist-esm/samples-dev/firewallStatusGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js +0 -86
  615. package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js.map +0 -1
  616. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js +0 -179
  619. package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js.map +0 -1
  620. package/dist-esm/samples-dev/firewallsDeleteSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/firewallsDeleteSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/firewallsDeleteSample.js +0 -54
  623. package/dist-esm/samples-dev/firewallsDeleteSample.js.map +0 -1
  624. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js +0 -54
  627. package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js.map +0 -1
  628. package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/firewallsGetLogProfileSample.js +0 -54
  631. package/dist-esm/samples-dev/firewallsGetLogProfileSample.js.map +0 -1
  632. package/dist-esm/samples-dev/firewallsGetSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/firewallsGetSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/firewallsGetSample.js +0 -54
  635. package/dist-esm/samples-dev/firewallsGetSample.js.map +0 -1
  636. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js +0 -49
  639. package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js.map +0 -1
  640. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js +0 -84
  643. package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js.map +0 -1
  644. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js +0 -82
  647. package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js.map +0 -1
  648. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js +0 -137
  651. package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js.map +0 -1
  652. package/dist-esm/samples-dev/firewallsUpdateSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/firewallsUpdateSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/firewallsUpdateSample.js +0 -161
  655. package/dist-esm/samples-dev/firewallsUpdateSample.js.map +0 -1
  656. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js +0 -55
  659. package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  660. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js +0 -52
  663. package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js.map +0 -1
  664. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js +0 -52
  667. package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js.map +0 -1
  668. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js +0 -82
  671. package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js.map +0 -1
  672. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js +0 -59
  675. package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js.map +0 -1
  676. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js +0 -56
  679. package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js.map +0 -1
  680. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js +0 -56
  683. package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js.map +0 -1
  684. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js +0 -86
  687. package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  688. package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/globalRulestackCommitSample.js +0 -50
  691. package/dist-esm/samples-dev/globalRulestackCommitSample.js.map +0 -1
  692. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js +0 -71
  695. package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js.map +0 -1
  696. package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/globalRulestackDeleteSample.js +0 -50
  699. package/dist-esm/samples-dev/globalRulestackDeleteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js +0 -50
  703. package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js.map +0 -1
  704. package/dist-esm/samples-dev/globalRulestackGetSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/globalRulestackGetSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/globalRulestackGetSample.js +0 -50
  707. package/dist-esm/samples-dev/globalRulestackGetSample.js.map +0 -1
  708. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js +0 -51
  711. package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js.map +0 -1
  712. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js +0 -53
  715. package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js.map +0 -1
  716. package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/globalRulestackListCountriesSample.js +0 -46
  719. package/dist-esm/samples-dev/globalRulestackListCountriesSample.js.map +0 -1
  720. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js +0 -50
  723. package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js.map +0 -1
  724. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js +0 -49
  727. package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js.map +0 -1
  728. package/dist-esm/samples-dev/globalRulestackListSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/globalRulestackListSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/globalRulestackListSample.js +0 -80
  731. package/dist-esm/samples-dev/globalRulestackListSample.js.map +0 -1
  732. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js +0 -51
  735. package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js.map +0 -1
  736. package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/globalRulestackRevertSample.js +0 -50
  739. package/dist-esm/samples-dev/globalRulestackRevertSample.js.map +0 -1
  740. package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/globalRulestackUpdateSample.js +0 -72
  743. package/dist-esm/samples-dev/globalRulestackUpdateSample.js.map +0 -1
  744. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js +0 -82
  747. package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js.map +0 -1
  748. package/dist-esm/samples-dev/localRulesDeleteSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/localRulesDeleteSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/localRulesDeleteSample.js +0 -56
  751. package/dist-esm/samples-dev/localRulesDeleteSample.js.map +0 -1
  752. package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/localRulesGetCountersSample.js +0 -51
  755. package/dist-esm/samples-dev/localRulesGetCountersSample.js.map +0 -1
  756. package/dist-esm/samples-dev/localRulesGetSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/localRulesGetSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/localRulesGetSample.js +0 -56
  759. package/dist-esm/samples-dev/localRulesGetSample.js.map +0 -1
  760. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js +0 -86
  763. package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js.map +0 -1
  764. package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/localRulesRefreshCountersSample.js +0 -51
  767. package/dist-esm/samples-dev/localRulesRefreshCountersSample.js.map +0 -1
  768. package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/localRulesResetCountersSample.js +0 -51
  771. package/dist-esm/samples-dev/localRulesResetCountersSample.js.map +0 -1
  772. package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/localRulestacksCommitSample.js +0 -54
  775. package/dist-esm/samples-dev/localRulestacksCommitSample.js.map +0 -1
  776. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js +0 -76
  779. package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js.map +0 -1
  780. package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/localRulestacksDeleteSample.js +0 -54
  783. package/dist-esm/samples-dev/localRulestacksDeleteSample.js.map +0 -1
  784. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js +0 -54
  787. package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js.map +0 -1
  788. package/dist-esm/samples-dev/localRulestacksGetSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/localRulestacksGetSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/localRulestacksGetSample.js +0 -54
  791. package/dist-esm/samples-dev/localRulestacksGetSample.js.map +0 -1
  792. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js +0 -49
  795. package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js.map +0 -1
  796. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js +0 -55
  799. package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js.map +0 -1
  800. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js +0 -57
  803. package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js.map +0 -1
  804. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js +0 -84
  807. package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js.map +0 -1
  808. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js +0 -82
  811. package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js.map +0 -1
  812. package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/localRulestacksListCountriesSample.js +0 -50
  815. package/dist-esm/samples-dev/localRulestacksListCountriesSample.js.map +0 -1
  816. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js +0 -54
  819. package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js.map +0 -1
  820. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js +0 -53
  823. package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js.map +0 -1
  824. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js +0 -55
  827. package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js.map +0 -1
  828. package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/localRulestacksRevertSample.js +0 -54
  831. package/dist-esm/samples-dev/localRulestacksRevertSample.js.map +0 -1
  832. package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/localRulestacksUpdateSample.js +0 -76
  835. package/dist-esm/samples-dev/localRulestacksUpdateSample.js.map +0 -1
  836. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/operationsListSample.js +0 -82
  839. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  840. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js +0 -78
  843. package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js.map +0 -1
  844. package/dist-esm/samples-dev/postRulesDeleteSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/postRulesDeleteSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/postRulesDeleteSample.js +0 -52
  847. package/dist-esm/samples-dev/postRulesDeleteSample.js.map +0 -1
  848. package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts +0 -2
  849. package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts.map +0 -1
  850. package/dist-esm/samples-dev/postRulesGetCountersSample.js +0 -47
  851. package/dist-esm/samples-dev/postRulesGetCountersSample.js.map +0 -1
  852. package/dist-esm/samples-dev/postRulesGetSample.d.ts +0 -2
  853. package/dist-esm/samples-dev/postRulesGetSample.d.ts.map +0 -1
  854. package/dist-esm/samples-dev/postRulesGetSample.js +0 -52
  855. package/dist-esm/samples-dev/postRulesGetSample.js.map +0 -1
  856. package/dist-esm/samples-dev/postRulesListSample.d.ts +0 -2
  857. package/dist-esm/samples-dev/postRulesListSample.d.ts.map +0 -1
  858. package/dist-esm/samples-dev/postRulesListSample.js +0 -82
  859. package/dist-esm/samples-dev/postRulesListSample.js.map +0 -1
  860. package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts +0 -2
  861. package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts.map +0 -1
  862. package/dist-esm/samples-dev/postRulesRefreshCountersSample.js +0 -47
  863. package/dist-esm/samples-dev/postRulesRefreshCountersSample.js.map +0 -1
  864. package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts +0 -2
  865. package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts.map +0 -1
  866. package/dist-esm/samples-dev/postRulesResetCountersSample.js +0 -47
  867. package/dist-esm/samples-dev/postRulesResetCountersSample.js.map +0 -1
  868. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts +0 -2
  869. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts.map +0 -1
  870. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js +0 -78
  871. package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js.map +0 -1
  872. package/dist-esm/samples-dev/preRulesDeleteSample.d.ts +0 -2
  873. package/dist-esm/samples-dev/preRulesDeleteSample.d.ts.map +0 -1
  874. package/dist-esm/samples-dev/preRulesDeleteSample.js +0 -52
  875. package/dist-esm/samples-dev/preRulesDeleteSample.js.map +0 -1
  876. package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts +0 -2
  877. package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts.map +0 -1
  878. package/dist-esm/samples-dev/preRulesGetCountersSample.js +0 -47
  879. package/dist-esm/samples-dev/preRulesGetCountersSample.js.map +0 -1
  880. package/dist-esm/samples-dev/preRulesGetSample.d.ts +0 -2
  881. package/dist-esm/samples-dev/preRulesGetSample.d.ts.map +0 -1
  882. package/dist-esm/samples-dev/preRulesGetSample.js +0 -52
  883. package/dist-esm/samples-dev/preRulesGetSample.js.map +0 -1
  884. package/dist-esm/samples-dev/preRulesListSample.d.ts +0 -2
  885. package/dist-esm/samples-dev/preRulesListSample.d.ts.map +0 -1
  886. package/dist-esm/samples-dev/preRulesListSample.js +0 -82
  887. package/dist-esm/samples-dev/preRulesListSample.js.map +0 -1
  888. package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts +0 -2
  889. package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts.map +0 -1
  890. package/dist-esm/samples-dev/preRulesRefreshCountersSample.js +0 -47
  891. package/dist-esm/samples-dev/preRulesRefreshCountersSample.js.map +0 -1
  892. package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts +0 -2
  893. package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts.map +0 -1
  894. package/dist-esm/samples-dev/preRulesResetCountersSample.js +0 -47
  895. package/dist-esm/samples-dev/preRulesResetCountersSample.js.map +0 -1
  896. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js +0 -55
  899. package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
  900. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js +0 -52
  903. package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js.map +0 -1
  904. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js +0 -52
  907. package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js.map +0 -1
  908. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js +0 -82
  911. package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js.map +0 -1
  912. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js +0 -57
  915. package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js.map +0 -1
  916. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts +0 -2
  917. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts.map +0 -1
  918. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js +0 -56
  919. package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js.map +0 -1
  920. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts +0 -2
  921. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts.map +0 -1
  922. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js +0 -56
  923. package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js.map +0 -1
  924. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
  925. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
  926. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js +0 -86
  927. package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
  928. package/dist-esm/src/index.d.ts +0 -5
  929. package/dist-esm/src/index.d.ts.map +0 -1
  930. package/dist-esm/src/index.js +0 -13
  931. package/dist-esm/src/index.js.map +0 -1
  932. package/dist-esm/src/lroImpl.js.map +0 -1
  933. package/dist-esm/src/models/index.js.map +0 -1
  934. package/dist-esm/src/models/mappers.js.map +0 -1
  935. package/dist-esm/src/models/parameters.js +0 -279
  936. package/dist-esm/src/models/parameters.js.map +0 -1
  937. package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts +0 -73
  938. package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts.map +0 -1
  939. package/dist-esm/src/operations/certificateObjectGlobalRulestack.js +0 -337
  940. package/dist-esm/src/operations/certificateObjectGlobalRulestack.js.map +0 -1
  941. package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts +0 -81
  942. package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts.map +0 -1
  943. package/dist-esm/src/operations/certificateObjectLocalRulestack.js +0 -358
  944. package/dist-esm/src/operations/certificateObjectLocalRulestack.js.map +0 -1
  945. package/dist-esm/src/operations/firewallStatus.d.ts +0 -45
  946. package/dist-esm/src/operations/firewallStatus.d.ts.map +0 -1
  947. package/dist-esm/src/operations/firewallStatus.js +0 -180
  948. package/dist-esm/src/operations/firewallStatus.js.map +0 -1
  949. package/dist-esm/src/operations/firewalls.d.ts +0 -127
  950. package/dist-esm/src/operations/firewalls.d.ts.map +0 -1
  951. package/dist-esm/src/operations/firewalls.js +0 -609
  952. package/dist-esm/src/operations/firewalls.js.map +0 -1
  953. package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts +0 -73
  954. package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts.map +0 -1
  955. package/dist-esm/src/operations/fqdnListGlobalRulestack.js +0 -337
  956. package/dist-esm/src/operations/fqdnListGlobalRulestack.js.map +0 -1
  957. package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts +0 -81
  958. package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts.map +0 -1
  959. package/dist-esm/src/operations/fqdnListLocalRulestack.js +0 -358
  960. package/dist-esm/src/operations/fqdnListLocalRulestack.js.map +0 -1
  961. package/dist-esm/src/operations/globalRulestack.d.ts +0 -134
  962. package/dist-esm/src/operations/globalRulestack.d.ts.map +0 -1
  963. package/dist-esm/src/operations/globalRulestack.js +0 -619
  964. package/dist-esm/src/operations/globalRulestack.js.map +0 -1
  965. package/dist-esm/src/operations/index.d.ts +0 -15
  966. package/dist-esm/src/operations/index.d.ts.map +0 -1
  967. package/dist-esm/src/operations/index.js +0 -22
  968. package/dist-esm/src/operations/index.js.map +0 -1
  969. package/dist-esm/src/operations/localRules.d.ts +0 -105
  970. package/dist-esm/src/operations/localRules.d.ts.map +0 -1
  971. package/dist-esm/src/operations/localRules.js +0 -458
  972. package/dist-esm/src/operations/localRules.js.map +0 -1
  973. package/dist-esm/src/operations/localRulestacks.d.ts +0 -178
  974. package/dist-esm/src/operations/localRulestacks.d.ts.map +0 -1
  975. package/dist-esm/src/operations/localRulestacks.js +0 -853
  976. package/dist-esm/src/operations/localRulestacks.js.map +0 -1
  977. package/dist-esm/src/operations/operations.d.ts +0 -32
  978. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  979. package/dist-esm/src/operations/operations.js +0 -133
  980. package/dist-esm/src/operations/operations.js.map +0 -1
  981. package/dist-esm/src/operations/postRules.d.ts +0 -94
  982. package/dist-esm/src/operations/postRules.d.ts.map +0 -1
  983. package/dist-esm/src/operations/postRules.js +0 -422
  984. package/dist-esm/src/operations/postRules.js.map +0 -1
  985. package/dist-esm/src/operations/preRules.d.ts +0 -94
  986. package/dist-esm/src/operations/preRules.d.ts.map +0 -1
  987. package/dist-esm/src/operations/preRules.js +0 -422
  988. package/dist-esm/src/operations/preRules.js.map +0 -1
  989. package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts +0 -73
  990. package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts.map +0 -1
  991. package/dist-esm/src/operations/prefixListGlobalRulestack.js +0 -337
  992. package/dist-esm/src/operations/prefixListGlobalRulestack.js.map +0 -1
  993. package/dist-esm/src/operations/prefixListLocalRulestack.d.ts +0 -81
  994. package/dist-esm/src/operations/prefixListLocalRulestack.d.ts.map +0 -1
  995. package/dist-esm/src/operations/prefixListLocalRulestack.js +0 -358
  996. package/dist-esm/src/operations/prefixListLocalRulestack.js.map +0 -1
  997. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +0 -50
  998. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +0 -1
  999. package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.js.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts +0 -56
  1001. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +0 -1
  1002. package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.js.map +0 -1
  1003. package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts +0 -20
  1004. package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts.map +0 -1
  1005. package/dist-esm/src/operationsInterfaces/firewallStatus.js.map +0 -1
  1006. package/dist-esm/src/operationsInterfaces/firewalls.d.ts +0 -91
  1007. package/dist-esm/src/operationsInterfaces/firewalls.d.ts.map +0 -1
  1008. package/dist-esm/src/operationsInterfaces/firewalls.js.map +0 -1
  1009. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts +0 -50
  1010. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +0 -1
  1011. package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.js.map +0 -1
  1012. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts +0 -56
  1013. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +0 -1
  1014. package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.js.map +0 -1
  1015. package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts +0 -113
  1016. package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts.map +0 -1
  1017. package/dist-esm/src/operationsInterfaces/globalRulestack.js.map +0 -1
  1018. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
  1019. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/index.js +0 -22
  1021. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/localRules.d.ts +0 -80
  1023. package/dist-esm/src/operationsInterfaces/localRules.d.ts.map +0 -1
  1024. package/dist-esm/src/operationsInterfaces/localRules.js.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts +0 -142
  1026. package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts.map +0 -1
  1027. package/dist-esm/src/operationsInterfaces/localRulestacks.js.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1029. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1030. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/postRules.d.ts +0 -71
  1032. package/dist-esm/src/operationsInterfaces/postRules.d.ts.map +0 -1
  1033. package/dist-esm/src/operationsInterfaces/postRules.js.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/preRules.d.ts +0 -71
  1035. package/dist-esm/src/operationsInterfaces/preRules.d.ts.map +0 -1
  1036. package/dist-esm/src/operationsInterfaces/preRules.js.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts +0 -50
  1038. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +0 -1
  1039. package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.js.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts +0 -56
  1041. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts.map +0 -1
  1042. package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.js.map +0 -1
  1043. package/dist-esm/src/pagingHelper.js.map +0 -1
  1044. package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts +0 -34
  1045. package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts.map +0 -1
  1046. package/dist-esm/src/paloAltoNetworksCloudngfw.js +0 -111
  1047. package/dist-esm/src/paloAltoNetworksCloudngfw.js.map +0 -1
  1048. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts +0 -4
  1049. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts.map +0 -1
  1050. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js +0 -115
  1051. package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js.map +0 -1
  1052. package/src/index.ts +0 -13
  1053. package/src/lroImpl.ts +0 -38
  1054. package/src/models/index.ts +0 -2704
  1055. package/src/models/mappers.ts +0 -3615
  1056. package/src/models/parameters.ts +0 -337
  1057. package/src/operations/certificateObjectGlobalRulestack.ts +0 -451
  1058. package/src/operations/certificateObjectLocalRulestack.ts +0 -503
  1059. package/src/operations/firewallStatus.ts +0 -243
  1060. package/src/operations/firewalls.ts +0 -797
  1061. package/src/operations/fqdnListGlobalRulestack.ts +0 -450
  1062. package/src/operations/fqdnListLocalRulestack.ts +0 -502
  1063. package/src/operations/globalRulestack.ts +0 -828
  1064. package/src/operations/index.ts +0 -22
  1065. package/src/operations/localRules.ts +0 -637
  1066. package/src/operations/localRulestacks.ts +0 -1129
  1067. package/src/operations/operations.ts +0 -149
  1068. package/src/operations/postRules.ts +0 -571
  1069. package/src/operations/preRules.ts +0 -571
  1070. package/src/operations/prefixListGlobalRulestack.ts +0 -451
  1071. package/src/operations/prefixListLocalRulestack.ts +0 -502
  1072. package/src/operationsInterfaces/certificateObjectGlobalRulestack.ts +0 -97
  1073. package/src/operationsInterfaces/certificateObjectLocalRulestack.ts +0 -109
  1074. package/src/operationsInterfaces/firewallStatus.ts +0 -42
  1075. package/src/operationsInterfaces/firewalls.ts +0 -172
  1076. package/src/operationsInterfaces/fqdnListGlobalRulestack.ts +0 -97
  1077. package/src/operationsInterfaces/fqdnListLocalRulestack.ts +0 -109
  1078. package/src/operationsInterfaces/globalRulestack.ts +0 -211
  1079. package/src/operationsInterfaces/index.ts +0 -22
  1080. package/src/operationsInterfaces/localRules.ts +0 -153
  1081. package/src/operationsInterfaces/localRulestacks.ts +0 -266
  1082. package/src/operationsInterfaces/operations.ts +0 -22
  1083. package/src/operationsInterfaces/postRules.ts +0 -135
  1084. package/src/operationsInterfaces/preRules.ts +0 -135
  1085. package/src/operationsInterfaces/prefixListGlobalRulestack.ts +0 -97
  1086. package/src/operationsInterfaces/prefixListLocalRulestack.ts +0 -109
  1087. package/src/pagingHelper.ts +0 -39
  1088. package/src/paloAltoNetworksCloudngfw.ts +0 -214
  1089. package/tsconfig.json +0 -33
  1090. package/types/arm-paloaltonetworksngfw.d.ts +0 -3575
  1091. package/types/tsdoc-metadata.json +0 -11
  1092. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1093. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1094. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1095. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1096. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1097. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1098. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1099. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1100. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1101. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1102. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1103. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectGlobalRulestack.js +0 -0
  1104. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectLocalRulestack.js +0 -0
  1105. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallStatus.js +0 -0
  1106. /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewalls.js +0 -0
  1107. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListGlobalRulestack.js +0 -0
  1108. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListLocalRulestack.js +0 -0
  1109. /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalRulestack.js +0 -0
  1110. /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRules.js +0 -0
  1111. /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRulestacks.js +0 -0
  1112. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1113. /package/{dist-esm/src → dist/browser}/operationsInterfaces/postRules.js +0 -0
  1114. /package/{dist-esm/src → dist/browser}/operationsInterfaces/preRules.js +0 -0
  1115. /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListGlobalRulestack.js +0 -0
  1116. /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListLocalRulestack.js +0 -0
  1117. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1118. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1119. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"localRulestacks.js","sourceRoot":"","sources":["../../../src/operations/localRulestacks.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { LocalRulestacks } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n LocalRulestackResource,\n LocalRulestacksListBySubscriptionNextOptionalParams,\n LocalRulestacksListBySubscriptionOptionalParams,\n LocalRulestacksListBySubscriptionResponse,\n LocalRulestacksListByResourceGroupNextOptionalParams,\n LocalRulestacksListByResourceGroupOptionalParams,\n LocalRulestacksListByResourceGroupResponse,\n LocalRulestacksGetOptionalParams,\n LocalRulestacksGetResponse,\n LocalRulestacksCreateOrUpdateOptionalParams,\n LocalRulestacksCreateOrUpdateResponse,\n LocalRulestackResourceUpdate,\n LocalRulestacksUpdateOptionalParams,\n LocalRulestacksUpdateResponse,\n LocalRulestacksDeleteOptionalParams,\n LocalRulestacksCommitOptionalParams,\n LocalRulestacksGetChangeLogOptionalParams,\n LocalRulestacksGetChangeLogResponse,\n LocalRulestacksGetSupportInfoOptionalParams,\n LocalRulestacksGetSupportInfoResponse,\n AdvSecurityObjectTypeEnum,\n LocalRulestacksListAdvancedSecurityObjectsOptionalParams,\n LocalRulestacksListAdvancedSecurityObjectsResponse,\n LocalRulestacksListAppIdsOptionalParams,\n LocalRulestacksListAppIdsResponse,\n LocalRulestacksListCountriesOptionalParams,\n LocalRulestacksListCountriesResponse,\n LocalRulestacksListFirewallsOptionalParams,\n LocalRulestacksListFirewallsResponse,\n LocalRulestacksListPredefinedUrlCategoriesOptionalParams,\n LocalRulestacksListPredefinedUrlCategoriesResponse,\n SecurityServicesTypeEnum,\n LocalRulestacksListSecurityServicesOptionalParams,\n LocalRulestacksListSecurityServicesResponse,\n LocalRulestacksRevertOptionalParams,\n LocalRulestacksListBySubscriptionNextResponse,\n LocalRulestacksListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LocalRulestacks operations. */\nexport class LocalRulestacksImpl implements LocalRulestacks {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class LocalRulestacks class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List LocalRulestackResource resources by subscription ID\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<LocalRulestackResource> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: LocalRulestacksListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<LocalRulestackResource[]> {\n let result: LocalRulestacksListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): AsyncIterableIterator<LocalRulestackResource> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulestackResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<LocalRulestackResource> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<LocalRulestackResource[]> {\n let result: LocalRulestacksListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<LocalRulestackResource> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulestackResource resources by subscription ID\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): Promise<LocalRulestacksListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List LocalRulestackResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): Promise<LocalRulestacksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Get a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetOptionalParams\n ): Promise<LocalRulestacksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n localRulestackName: string,\n resource: LocalRulestackResource,\n options?: LocalRulestacksCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<LocalRulestacksCreateOrUpdateResponse>,\n LocalRulestacksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<LocalRulestacksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, resource, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n LocalRulestacksCreateOrUpdateResponse,\n OperationState<LocalRulestacksCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n resource: LocalRulestackResource,\n options?: LocalRulestacksCreateOrUpdateOptionalParams\n ): Promise<LocalRulestacksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n localRulestackName,\n resource,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n localRulestackName: string,\n properties: LocalRulestackResourceUpdate,\n options?: LocalRulestacksUpdateOptionalParams\n ): Promise<LocalRulestacksUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, properties, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n localRulestackName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Commit rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommit(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksCommitOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, options },\n spec: commitOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Commit rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommitAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksCommitOptionalParams\n ): Promise<void> {\n const poller = await this.beginCommit(\n resourceGroupName,\n localRulestackName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get changelog\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n getChangeLog(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetChangeLogOptionalParams\n ): Promise<LocalRulestacksGetChangeLogResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getChangeLogOperationSpec\n );\n }\n\n /**\n * support info for rulestack.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n getSupportInfo(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetSupportInfoOptionalParams\n ): Promise<LocalRulestacksGetSupportInfoResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getSupportInfoOperationSpec\n );\n }\n\n /**\n * Get the list of advanced security objects\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listAdvancedSecurityObjects(\n resourceGroupName: string,\n localRulestackName: string,\n typeParam: AdvSecurityObjectTypeEnum,\n options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams\n ): Promise<LocalRulestacksListAdvancedSecurityObjectsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, typeParam, options },\n listAdvancedSecurityObjectsOperationSpec\n );\n }\n\n /**\n * List of AppIds for LocalRulestack ApiVersion\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listAppIds(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListAppIdsOptionalParams\n ): Promise<LocalRulestacksListAppIdsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listAppIdsOperationSpec\n );\n }\n\n /**\n * List of countries for Rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listCountries(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListCountriesOptionalParams\n ): Promise<LocalRulestacksListCountriesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listCountriesOperationSpec\n );\n }\n\n /**\n * List of Firewalls associated with Rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listFirewalls(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListFirewallsOptionalParams\n ): Promise<LocalRulestacksListFirewallsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listFirewallsOperationSpec\n );\n }\n\n /**\n * List predefined URL categories for rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listPredefinedUrlCategories(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams\n ): Promise<LocalRulestacksListPredefinedUrlCategoriesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listPredefinedUrlCategoriesOperationSpec\n );\n }\n\n /**\n * List the security services for rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listSecurityServices(\n resourceGroupName: string,\n localRulestackName: string,\n typeParam: SecurityServicesTypeEnum,\n options?: LocalRulestacksListSecurityServicesOptionalParams\n ): Promise<LocalRulestacksListSecurityServicesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, typeParam, options },\n listSecurityServicesOperationSpec\n );\n }\n\n /**\n * Revert rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n revert(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksRevertOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n revertOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: LocalRulestacksListBySubscriptionNextOptionalParams\n ): Promise<LocalRulestacksListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: LocalRulestacksListByResourceGroupNextOptionalParams\n ): Promise<LocalRulestacksListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 201: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 202: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 204: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.properties2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst commitOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/commit\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getChangeLogOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/getChangeLog\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Changelog\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getSupportInfoOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/getSupportInfo\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SupportInfo\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.email],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAdvancedSecurityObjectsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listAdvancedSecurityObjects\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvSecurityObjectListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAppIdsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listAppIds\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListAppIdResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.appIdVersion,\n Parameters.appPrefix\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCountriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listCountries\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CountriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listFirewallsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listFirewalls\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListFirewallsResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPredefinedUrlCategoriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listPredefinedUrlCategories\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredefinedUrlCategoriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSecurityServicesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listSecurityServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityServicesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam1\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst revertOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/revert\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: PaloAltoNetworksCloudngfw);
13
+ /**
14
+ * List the operations for the provider
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * List the operations for the provider
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,133 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper.js";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers.js";
12
+ import * as Parameters from "../models/parameters.js";
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Class containing Operations operations. */
15
+ export class OperationsImpl {
16
+ /**
17
+ * Initialize a new instance of the class Operations class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * List the operations for the provider
25
+ * @param options The options parameters.
26
+ */
27
+ list(options) {
28
+ const iter = this.listPagingAll(options);
29
+ return {
30
+ next() {
31
+ return iter.next();
32
+ },
33
+ [Symbol.asyncIterator]() {
34
+ return this;
35
+ },
36
+ byPage: (settings) => {
37
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
38
+ throw new Error("maxPageSize is not supported by this operation.");
39
+ }
40
+ return this.listPagingPage(options, settings);
41
+ }
42
+ };
43
+ }
44
+ listPagingPage(options, settings) {
45
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
46
+ let result;
47
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
48
+ if (!continuationToken) {
49
+ result = yield __await(this._list(options));
50
+ let page = result.value || [];
51
+ continuationToken = result.nextLink;
52
+ setContinuationToken(page, continuationToken);
53
+ yield yield __await(page);
54
+ }
55
+ while (continuationToken) {
56
+ result = yield __await(this._listNext(continuationToken, options));
57
+ continuationToken = result.nextLink;
58
+ let page = result.value || [];
59
+ setContinuationToken(page, continuationToken);
60
+ yield yield __await(page);
61
+ }
62
+ });
63
+ }
64
+ listPagingAll(options) {
65
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
66
+ var _a, e_1, _b, _c;
67
+ try {
68
+ for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
69
+ _c = _f.value;
70
+ _d = false;
71
+ const page = _c;
72
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
73
+ }
74
+ }
75
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
76
+ finally {
77
+ try {
78
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
79
+ }
80
+ finally { if (e_1) throw e_1.error; }
81
+ }
82
+ });
83
+ }
84
+ /**
85
+ * List the operations for the provider
86
+ * @param options The options parameters.
87
+ */
88
+ _list(options) {
89
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
90
+ }
91
+ /**
92
+ * ListNext
93
+ * @param nextLink The nextLink from the previous successful call to the List method.
94
+ * @param options The options parameters.
95
+ */
96
+ _listNext(nextLink, options) {
97
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
98
+ }
99
+ }
100
+ // Operation Specifications
101
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
102
+ const listOperationSpec = {
103
+ path: "/providers/PaloAltoNetworks.Cloudngfw/operations",
104
+ httpMethod: "GET",
105
+ responses: {
106
+ 200: {
107
+ bodyMapper: Mappers.OperationListResult
108
+ },
109
+ default: {
110
+ bodyMapper: Mappers.ErrorResponse
111
+ }
112
+ },
113
+ queryParameters: [Parameters.apiVersion],
114
+ urlParameters: [Parameters.$host],
115
+ headerParameters: [Parameters.accept],
116
+ serializer
117
+ };
118
+ const listNextOperationSpec = {
119
+ path: "{nextLink}",
120
+ httpMethod: "GET",
121
+ responses: {
122
+ 200: {
123
+ bodyMapper: Mappers.OperationListResult
124
+ },
125
+ default: {
126
+ bodyMapper: Mappers.ErrorResponse
127
+ }
128
+ },
129
+ urlParameters: [Parameters.$host, Parameters.nextLink],
130
+ headerParameters: [Parameters.accept],
131
+ serializer
132
+ };
133
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,94 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PostRules } from "../operationsInterfaces/index.js";
3
+ import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { PostRulesResource, PostRulesListOptionalParams, PostRulesGetOptionalParams, PostRulesGetResponse, PostRulesCreateOrUpdateOptionalParams, PostRulesCreateOrUpdateResponse, PostRulesDeleteOptionalParams, PostRulesGetCountersOptionalParams, PostRulesGetCountersResponse, PostRulesRefreshCountersOptionalParams, PostRulesResetCountersOptionalParams, PostRulesResetCountersResponse } from "../models/index.js";
6
+ /** Class containing PostRules operations. */
7
+ export declare class PostRulesImpl implements PostRules {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class PostRules class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: PaloAltoNetworksCloudngfw);
14
+ /**
15
+ * List PostRulesResource resources by Tenant
16
+ * @param globalRulestackName GlobalRulestack resource name
17
+ * @param options The options parameters.
18
+ */
19
+ list(globalRulestackName: string, options?: PostRulesListOptionalParams): PagedAsyncIterableIterator<PostRulesResource>;
20
+ private listPagingPage;
21
+ private listPagingAll;
22
+ /**
23
+ * List PostRulesResource resources by Tenant
24
+ * @param globalRulestackName GlobalRulestack resource name
25
+ * @param options The options parameters.
26
+ */
27
+ private _list;
28
+ /**
29
+ * Get a PostRulesResource
30
+ * @param globalRulestackName GlobalRulestack resource name
31
+ * @param priority Post Rule priority
32
+ * @param options The options parameters.
33
+ */
34
+ get(globalRulestackName: string, priority: string, options?: PostRulesGetOptionalParams): Promise<PostRulesGetResponse>;
35
+ /**
36
+ * Create a PostRulesResource
37
+ * @param globalRulestackName GlobalRulestack resource name
38
+ * @param priority Post Rule priority
39
+ * @param resource Resource create parameters.
40
+ * @param options The options parameters.
41
+ */
42
+ beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PostRulesCreateOrUpdateResponse>, PostRulesCreateOrUpdateResponse>>;
43
+ /**
44
+ * Create a PostRulesResource
45
+ * @param globalRulestackName GlobalRulestack resource name
46
+ * @param priority Post Rule priority
47
+ * @param resource Resource create parameters.
48
+ * @param options The options parameters.
49
+ */
50
+ beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<PostRulesCreateOrUpdateResponse>;
51
+ /**
52
+ * Delete a PostRulesResource
53
+ * @param globalRulestackName GlobalRulestack resource name
54
+ * @param priority Post Rule priority
55
+ * @param options The options parameters.
56
+ */
57
+ beginDelete(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
58
+ /**
59
+ * Delete a PostRulesResource
60
+ * @param globalRulestackName GlobalRulestack resource name
61
+ * @param priority Post Rule priority
62
+ * @param options The options parameters.
63
+ */
64
+ beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<void>;
65
+ /**
66
+ * Get counters
67
+ * @param globalRulestackName GlobalRulestack resource name
68
+ * @param priority Post Rule priority
69
+ * @param options The options parameters.
70
+ */
71
+ getCounters(globalRulestackName: string, priority: string, options?: PostRulesGetCountersOptionalParams): Promise<PostRulesGetCountersResponse>;
72
+ /**
73
+ * Refresh counters
74
+ * @param globalRulestackName GlobalRulestack resource name
75
+ * @param priority Post Rule priority
76
+ * @param options The options parameters.
77
+ */
78
+ refreshCounters(globalRulestackName: string, priority: string, options?: PostRulesRefreshCountersOptionalParams): Promise<void>;
79
+ /**
80
+ * Reset counters
81
+ * @param globalRulestackName GlobalRulestack resource name
82
+ * @param priority Post Rule priority
83
+ * @param options The options parameters.
84
+ */
85
+ resetCounters(globalRulestackName: string, priority: string, options?: PostRulesResetCountersOptionalParams): Promise<PostRulesResetCountersResponse>;
86
+ /**
87
+ * ListNext
88
+ * @param globalRulestackName GlobalRulestack resource name
89
+ * @param nextLink The nextLink from the previous successful call to the List method.
90
+ * @param options The options parameters.
91
+ */
92
+ private _listNext;
93
+ }
94
+ //# sourceMappingURL=postRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"postRules.d.ts","sourceRoot":"","sources":["../../../src/operations/postRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,2BAA2B,EAE3B,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC7B,kCAAkC,EAClC,4BAA4B,EAC5B,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAE/B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACI,IAAI,CACT,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,cAAc;YA2Bd,aAAa;IAY5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,GAAG,CACD,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;OAMG;IACG,mBAAmB,CACvB,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,iBAAiB,EAC3B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF;IAyDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,iBAAiB,EAC3B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAU3C;;;;;OAKG;IACG,WAAW,CACf,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;OAKG;IACG,kBAAkB,CACtB,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,WAAW,CACT,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;OAKG;IACH,eAAe,CACb,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,aAAa,CACX,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}