Skip to content

Commit af1baeb

Browse files
committed
Merge branch 'feature-limit-reusable-integration-policies' of github.com:elastic/kibana into feature-limit-reusable-integration-policies
2 parents c1c6891 + 56587be commit af1baeb

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

oas_docs/bundle.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11253,6 +11253,7 @@
1125311253
"description": "IDs of the agent policies which that package policy will be added to.",
1125411254
"type": "string"
1125511255
},
11256+
"maxItems": 1000,
1125611257
"type": "array"
1125711258
},
1125811259
"revision": {
@@ -12643,6 +12644,7 @@
1264312644
"description": "IDs of the agent policies which that package policy will be added to.",
1264412645
"type": "string"
1264512646
},
12647+
"maxItems": 1000,
1264612648
"type": "array"
1264712649
},
1264812650
"revision": {
@@ -13730,6 +13732,7 @@
1373013732
"description": "IDs of the agent policies which that package policy will be added to.",
1373113733
"type": "string"
1373213734
},
13735+
"maxItems": 1000,
1373313736
"type": "array"
1373413737
},
1373513738
"revision": {
@@ -15067,6 +15070,7 @@
1506715070
"description": "IDs of the agent policies which that package policy will be added to.",
1506815071
"type": "string"
1506915072
},
15073+
"maxItems": 1000,
1507015074
"type": "array"
1507115075
},
1507215076
"revision": {
@@ -16458,6 +16462,7 @@
1645816462
"description": "IDs of the agent policies which that package policy will be added to.",
1645916463
"type": "string"
1646016464
},
16465+
"maxItems": 1000,
1646116466
"type": "array"
1646216467
},
1646316468
"revision": {
@@ -17663,6 +17668,7 @@
1766317668
"description": "IDs of the agent policies which that package policy will be added to.",
1766417669
"type": "string"
1766517670
},
17671+
"maxItems": 1000,
1766617672
"type": "array"
1766717673
},
1766817674
"revision": {
@@ -20450,6 +20456,7 @@
2045020456
"description": "IDs of the agent policies which that package policy will be added to.",
2045120457
"type": "string"
2045220458
},
20459+
"maxItems": 1000,
2045320460
"type": "array"
2045420461
},
2045520462
"revision": {
@@ -42084,6 +42091,7 @@
4208442091
"description": "IDs of the agent policies which that package policy will be added to.",
4208542092
"type": "string"
4208642093
},
42094+
"maxItems": 1000,
4208742095
"type": "array"
4208842096
},
4208942097
"revision": {
@@ -42628,6 +42636,7 @@
4262842636
"description": "IDs of the agent policies which that package policy will be added to.",
4262942637
"type": "string"
4263042638
},
42639+
"maxItems": 1000,
4263142640
"type": "array"
4263242641
},
4263342642
"spaceIds": {
@@ -43447,6 +43456,7 @@
4344743456
"description": "IDs of the agent policies which that package policy will be added to.",
4344843457
"type": "string"
4344943458
},
43459+
"maxItems": 1000,
4345043460
"type": "array"
4345143461
},
4345243462
"revision": {
@@ -44190,6 +44200,7 @@
4419044200
"description": "IDs of the agent policies which that package policy will be added to.",
4419144201
"type": "string"
4419244202
},
44203+
"maxItems": 1000,
4419344204
"type": "array"
4419444205
},
4419544206
"revision": {
@@ -45391,6 +45402,7 @@
4539145402
"description": "IDs of the agent policies which that package policy will be added to.",
4539245403
"type": "string"
4539345404
},
45405+
"maxItems": 1000,
4539445406
"type": "array"
4539545407
},
4539645408
"revision": {
@@ -45891,6 +45903,7 @@
4589145903
"description": "IDs of the agent policies which that package policy will be added to.",
4589245904
"type": "string"
4589345905
},
45906+
"maxItems": 1000,
4589445907
"type": "array"
4589545908
},
4589645909
"revision": {
@@ -46614,6 +46627,7 @@
4661446627
"description": "IDs of the agent policies which that package policy will be added to.",
4661546628
"type": "string"
4661646629
},
46630+
"maxItems": 1000,
4661746631
"type": "array"
4661846632
},
4661946633
"revision": {
@@ -47166,6 +47180,7 @@
4716647180
"description": "IDs of the agent policies which that package policy will be added to.",
4716747181
"type": "string"
4716847182
},
47183+
"maxItems": 1000,
4716947184
"type": "array"
4717047185
},
4717147186
"spaceIds": {
@@ -47982,6 +47997,7 @@
4798247997
"description": "IDs of the agent policies which that package policy will be added to.",
4798347998
"type": "string"
4798447999
},
48000+
"maxItems": 1000,
4798548001
"type": "array"
4798648002
},
4798748003
"revision": {

oas_docs/bundle.serverless.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11253,6 +11253,7 @@
1125311253
"description": "IDs of the agent policies which that package policy will be added to.",
1125411254
"type": "string"
1125511255
},
11256+
"maxItems": 1000,
1125611257
"type": "array"
1125711258
},
1125811259
"revision": {
@@ -12643,6 +12644,7 @@
1264312644
"description": "IDs of the agent policies which that package policy will be added to.",
1264412645
"type": "string"
1264512646
},
12647+
"maxItems": 1000,
1264612648
"type": "array"
1264712649
},
1264812650
"revision": {
@@ -13730,6 +13732,7 @@
1373013732
"description": "IDs of the agent policies which that package policy will be added to.",
1373113733
"type": "string"
1373213734
},
13735+
"maxItems": 1000,
1373313736
"type": "array"
1373413737
},
1373513738
"revision": {
@@ -15067,6 +15070,7 @@
1506715070
"description": "IDs of the agent policies which that package policy will be added to.",
1506815071
"type": "string"
1506915072
},
15073+
"maxItems": 1000,
1507015074
"type": "array"
1507115075
},
1507215076
"revision": {
@@ -16458,6 +16462,7 @@
1645816462
"description": "IDs of the agent policies which that package policy will be added to.",
1645916463
"type": "string"
1646016464
},
16465+
"maxItems": 1000,
1646116466
"type": "array"
1646216467
},
1646316468
"revision": {
@@ -17663,6 +17668,7 @@
1766317668
"description": "IDs of the agent policies which that package policy will be added to.",
1766417669
"type": "string"
1766517670
},
17671+
"maxItems": 1000,
1766617672
"type": "array"
1766717673
},
1766817674
"revision": {
@@ -20450,6 +20456,7 @@
2045020456
"description": "IDs of the agent policies which that package policy will be added to.",
2045120457
"type": "string"
2045220458
},
20459+
"maxItems": 1000,
2045320460
"type": "array"
2045420461
},
2045520462
"revision": {
@@ -42084,6 +42091,7 @@
4208442091
"description": "IDs of the agent policies which that package policy will be added to.",
4208542092
"type": "string"
4208642093
},
42094+
"maxItems": 1000,
4208742095
"type": "array"
4208842096
},
4208942097
"revision": {
@@ -42628,6 +42636,7 @@
4262842636
"description": "IDs of the agent policies which that package policy will be added to.",
4262942637
"type": "string"
4263042638
},
42639+
"maxItems": 1000,
4263142640
"type": "array"
4263242641
},
4263342642
"spaceIds": {
@@ -43447,6 +43456,7 @@
4344743456
"description": "IDs of the agent policies which that package policy will be added to.",
4344843457
"type": "string"
4344943458
},
43459+
"maxItems": 1000,
4345043460
"type": "array"
4345143461
},
4345243462
"revision": {
@@ -44190,6 +44200,7 @@
4419044200
"description": "IDs of the agent policies which that package policy will be added to.",
4419144201
"type": "string"
4419244202
},
44203+
"maxItems": 1000,
4419344204
"type": "array"
4419444205
},
4419544206
"revision": {
@@ -45391,6 +45402,7 @@
4539145402
"description": "IDs of the agent policies which that package policy will be added to.",
4539245403
"type": "string"
4539345404
},
45405+
"maxItems": 1000,
4539445406
"type": "array"
4539545407
},
4539645408
"revision": {
@@ -45891,6 +45903,7 @@
4589145903
"description": "IDs of the agent policies which that package policy will be added to.",
4589245904
"type": "string"
4589345905
},
45906+
"maxItems": 1000,
4589445907
"type": "array"
4589545908
},
4589645909
"revision": {
@@ -46614,6 +46627,7 @@
4661446627
"description": "IDs of the agent policies which that package policy will be added to.",
4661546628
"type": "string"
4661646629
},
46630+
"maxItems": 1000,
4661746631
"type": "array"
4661846632
},
4661946633
"revision": {
@@ -47166,6 +47180,7 @@
4716647180
"description": "IDs of the agent policies which that package policy will be added to.",
4716747181
"type": "string"
4716847182
},
47183+
"maxItems": 1000,
4716947184
"type": "array"
4717047185
},
4717147186
"spaceIds": {
@@ -47982,6 +47997,7 @@
4798247997
"description": "IDs of the agent policies which that package policy will be added to.",
4798347998
"type": "string"
4798447999
},
48000+
"maxItems": 1000,
4798548001
"type": "array"
4798648002
},
4798748003
"revision": {

oas_docs/output/kibana.serverless.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21623,6 +21623,7 @@ paths:
2162321623
items:
2162421624
description: IDs of the agent policies which that package policy will be added to.
2162521625
type: string
21626+
maxItems: 1000
2162621627
type: array
2162721628
revision:
2162821629
description: Package policy revision.
@@ -22578,6 +22579,7 @@ paths:
2257822579
items:
2257922580
description: IDs of the agent policies which that package policy will be added to.
2258022581
type: string
22582+
maxItems: 1000
2258122583
type: array
2258222584
revision:
2258322585
description: Package policy revision.
@@ -23322,6 +23324,7 @@ paths:
2332223324
items:
2332323325
description: IDs of the agent policies which that package policy will be added to.
2332423326
type: string
23327+
maxItems: 1000
2332523328
type: array
2332623329
revision:
2332723330
description: Package policy revision.
@@ -24045,6 +24048,7 @@ paths:
2404524048
items:
2404624049
description: IDs of the agent policies which that package policy will be added to.
2404724050
type: string
24051+
maxItems: 1000
2404824052
type: array
2404924053
revision:
2405024054
description: Package policy revision.
@@ -25000,6 +25004,7 @@ paths:
2500025004
items:
2500125005
description: IDs of the agent policies which that package policy will be added to.
2500225006
type: string
25007+
maxItems: 1000
2500325008
type: array
2500425009
revision:
2500525010
description: Package policy revision.
@@ -25834,6 +25839,7 @@ paths:
2583425839
items:
2583525840
description: IDs of the agent policies which that package policy will be added to.
2583625841
type: string
25842+
maxItems: 1000
2583725843
type: array
2583825844
revision:
2583925845
description: Package policy revision.
@@ -27951,6 +27957,7 @@ paths:
2795127957
items:
2795227958
description: IDs of the agent policies which that package policy will be added to.
2795327959
type: string
27960+
maxItems: 1000
2795427961
type: array
2795527962
revision:
2795627963
description: Package policy revision.
@@ -43266,6 +43273,7 @@ paths:
4326643273
items:
4326743274
description: IDs of the agent policies which that package policy will be added to.
4326843275
type: string
43276+
maxItems: 1000
4326943277
type: array
4327043278
revision:
4327143279
description: Package policy revision.
@@ -43647,6 +43655,7 @@ paths:
4364743655
items:
4364843656
description: IDs of the agent policies which that package policy will be added to.
4364943657
type: string
43658+
maxItems: 1000
4365043659
type: array
4365143660
spaceIds:
4365243661
items:
@@ -44189,6 +44198,7 @@ paths:
4418944198
items:
4419044199
description: IDs of the agent policies which that package policy will be added to.
4419144200
type: string
44201+
maxItems: 1000
4419244202
type: array
4419344203
revision:
4419444204
description: Package policy revision.
@@ -44693,6 +44703,7 @@ paths:
4469344703
items:
4469444704
description: IDs of the agent policies which that package policy will be added to.
4469544705
type: string
44706+
maxItems: 1000
4469644707
type: array
4469744708
revision:
4469844709
description: Package policy revision.
@@ -45246,6 +45257,7 @@ paths:
4524645257
items:
4524745258
description: IDs of the agent policies which that package policy will be added to.
4524845259
type: string
45260+
maxItems: 1000
4524945261
type: array
4525045262
revision:
4525145263
description: Package policy revision.
@@ -45631,6 +45643,7 @@ paths:
4563145643
items:
4563245644
description: IDs of the agent policies which that package policy will be added to.
4563345645
type: string
45646+
maxItems: 1000
4563445647
type: array
4563545648
spaceIds:
4563645649
items:
@@ -46170,6 +46183,7 @@ paths:
4617046183
items:
4617146184
description: IDs of the agent policies which that package policy will be added to.
4617246185
type: string
46186+
maxItems: 1000
4617346187
type: array
4617446188
revision:
4617546189
description: Package policy revision.
@@ -47008,6 +47022,7 @@ paths:
4700847022
items:
4700947023
description: IDs of the agent policies which that package policy will be added to.
4701047024
type: string
47025+
maxItems: 1000
4701147026
type: array
4701247027
revision:
4701347028
description: Package policy revision.
@@ -47352,6 +47367,7 @@ paths:
4735247367
items:
4735347368
description: IDs of the agent policies which that package policy will be added to.
4735447369
type: string
47370+
maxItems: 1000
4735547371
type: array
4735647372
revision:
4735747373
type: number

0 commit comments

Comments
 (0)