palo_alto 0.4.0 → 0.5.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9654a19211c22214ca6a69527a71faf712c1e80349d386d6702a2290ac623ec0
4
- data.tar.gz: acdd59c33501c07cc8f078d9ba3401e96ba9e2d89a509921781df9a4c7a8e6d7
3
+ metadata.gz: 99770a923e262b0fbbf0fbc9a24008a2d31dcd863e59db9c583d15337679e0c8
4
+ data.tar.gz: e1387ace8b607aebebc4d11c73c82dc3c112a6ddb2ceb1744fcad50b0233322c
5
5
  SHA512:
6
- metadata.gz: 39ae97dc44e33c2b10f18c5363e0d9c627010dc665bc487f8b63adb7520da60b3cb9ebc33cef72d99db8548dbad0185b991d32d4bce04b8786f2d25ba1e4d012
7
- data.tar.gz: bd1a49b9dd0d6e26341b62a04c5ee8c215fcb53277eac0004686367b48132c4447ea143c027d4502644ca1d64285698988cf7b01569bd82bb3128a52048e9939
6
+ metadata.gz: 3ca35a0bb12cf88ab772ddd57f8aac60f4d913b38f844b6dbd3b5c9cf6d7cdfe028c5d98506df597075908ca34e60eecfe8b3e9333d1d3eec669f19610b9bf24
7
+ data.tar.gz: 89f6c2e888e1f2093aa0b2d1563de4b3e23f13ed1d3b48ef41dcbf3b25b4948acea6d399f2dea7b231636ec2417077ebae4286eb47b2e77425987f5bd1c18cb3
data/CHANGELOG.md CHANGED
@@ -1 +1,3 @@
1
+ Version 0.4.1: Update schema for Panorama 10.2 for op commands
2
+ Version 0.4.0: Update schema for Panorama 10.2 for config
1
3
  Version 0.3.0: Update schema for Panorama 10.1
data/README.md CHANGED
@@ -2,5 +2,7 @@ Works for me :)
2
2
 
3
3
  - Version 0.2.x: Panorama 10.0
4
4
  - Version 0.3.x: Panorama 10.1
5
+ - Version 0.4.x: Panorama 10.2
6
+ - Version 0.5.x: Panorama 11.0
5
7
 
6
8
  You can find examples on how to use this module in the examples/ directory
data/examples/test_op.rb CHANGED
@@ -42,6 +42,8 @@ j = { show: { jobs: { id: 12_431 } } }
42
42
 
43
43
  k = { check: 'full-commit-required' }
44
44
 
45
+ l = { show: { config: { 'commit-scope': { partial: { admin: ['admin'] } } } } }
46
+
45
47
  push_to_device = { 'commit-all': { 'shared-policy': { 'device-group': [{ name: 'TEST-DG' }] } } }
46
48
 
47
49
  # validate: