|
5 | 5 | "mode": "Indexed", |
6 | 6 | "description": "Deploy Association to link Linux virtual machines, virtual machine scale sets, and Arc machines to the specified Data Collection Rule or the specified Data Collection Endpoint. The list of locations and OS images are updated over time as support is increased.", |
7 | 7 | "metadata": { |
8 | | - "version": "2.1.1", |
| 8 | + "version": "2.2.0", |
9 | 9 | "category": "Monitoring" |
10 | 10 | }, |
11 | | - "version": "2.1.1", |
| 11 | + "version": "2.2.0", |
12 | 12 | "parameters": { |
13 | 13 | "effect": { |
14 | 14 | "type": "String", |
|
177 | 177 | "field": "Microsoft.Compute/imageSku", |
178 | 178 | "like": "9*" |
179 | 179 | }, |
| 180 | + { |
| 181 | + "field": "Microsoft.Compute/imageSku", |
| 182 | + "like": "10*" |
| 183 | + }, |
180 | 184 | { |
181 | 185 | "field": "Microsoft.Compute/imageSku", |
182 | 186 | "like": "rhel-lvm7*" |
|
188 | 192 | { |
189 | 193 | "field": "Microsoft.Compute/imageSku", |
190 | 194 | "like": "rhel-lvm9*" |
| 195 | + }, |
| 196 | + { |
| 197 | + "field": "Microsoft.Compute/imageSku", |
| 198 | + "like": "rhel-lvm10*" |
191 | 199 | } |
192 | 200 | ] |
193 | 201 | } |
|
277 | 285 | { |
278 | 286 | "field": "Microsoft.Compute/imageOffer", |
279 | 287 | "like": "0001-com-ubuntu-pro-*" |
| 288 | + }, |
| 289 | + { |
| 290 | + "field": "Microsoft.Compute/imageOffer", |
| 291 | + "like": "ubuntu-24_04-lts*" |
280 | 292 | } |
281 | 293 | ] |
282 | 294 | }, |
|
299 | 311 | "20_04-lts-arm64", |
300 | 312 | "20_04-lts-gen2", |
301 | 313 | "20_04-lts", |
| 314 | + "22_04-lts-arm64", |
302 | 315 | "22_04-lts-gen2", |
303 | 316 | "22_04-lts", |
| 317 | + "server-arm64", |
| 318 | + "server", |
304 | 319 | "pro-16_04-lts-gen2", |
305 | 320 | "pro-16_04-lts", |
306 | 321 | "pro-18_04-lts-gen2", |
307 | 322 | "pro-18_04-lts", |
308 | 323 | "pro-20_04-lts-gen2", |
309 | 324 | "pro-20_04-lts", |
310 | 325 | "pro-22_04-lts-gen2", |
311 | | - "pro-22_04-lts" |
| 326 | + "pro-22_04-lts", |
| 327 | + "24_04-gen2", |
| 328 | + "pro-24_04" |
312 | 329 | ] |
313 | 330 | } |
314 | 331 | ] |
|
325 | 342 | }, |
326 | 343 | { |
327 | 344 | "anyOf": [ |
328 | | - { |
329 | | - "field": "Microsoft.Compute/imageSku", |
330 | | - "like": "6*" |
331 | | - }, |
332 | 345 | { |
333 | 346 | "field": "Microsoft.Compute/imageSku", |
334 | 347 | "like": "7*" |
|
369 | 382 | }, |
370 | 383 | { |
371 | 384 | "anyOf": [ |
372 | | - { |
373 | | - "field": "Microsoft.Compute/imageSku", |
374 | | - "like": "6*" |
375 | | - }, |
376 | 385 | { |
377 | 386 | "field": "Microsoft.Compute/imageSku", |
378 | 387 | "like": "7*" |
|
409 | 418 | }, |
410 | 419 | { |
411 | 420 | "field": "Microsoft.Compute/imageOffer", |
412 | | - "equals": "almalinux" |
| 421 | + "like": "almalinux*" |
413 | 422 | }, |
414 | 423 | { |
415 | 424 | "anyOf": [ |
|
429 | 438 | "allOf": [ |
430 | 439 | { |
431 | 440 | "field": "Microsoft.Compute/imagePublisher", |
432 | | - "equals": "ctrliqinc1648673227698" |
| 441 | + "equals": "ciq" |
433 | 442 | }, |
434 | 443 | { |
435 | 444 | "field": "Microsoft.Compute/imageOffer", |
436 | | - "like": "rocky-8*" |
| 445 | + "equals": "rocky-community-editions" |
437 | 446 | }, |
438 | 447 | { |
439 | 448 | "field": "Microsoft.Compute/imageSku", |
440 | | - "like": "rocky-8*" |
| 449 | + "in": [ |
| 450 | + "rocky-community-8-arm", |
| 451 | + "rocky-community-9-arm", |
| 452 | + "rocky-community-8", |
| 453 | + "rocky-community-9" |
| 454 | + ] |
441 | 455 | } |
442 | 456 | ] |
443 | 457 | }, |
444 | 458 | { |
445 | 459 | "allOf": [ |
446 | 460 | { |
447 | 461 | "field": "Microsoft.Compute/imagePublisher", |
448 | | - "equals": "credativ" |
| 462 | + "equals": "resf" |
449 | 463 | }, |
450 | 464 | { |
451 | 465 | "field": "Microsoft.Compute/imageOffer", |
| 466 | + "equals": "rockylinux-x86_64" |
| 467 | + }, |
| 468 | + { |
| 469 | + "field": "Microsoft.Compute/imageSku", |
452 | 470 | "in": [ |
453 | | - "debian" |
| 471 | + "8-lvm", |
| 472 | + "9-base" |
454 | 473 | ] |
| 474 | + } |
| 475 | + ] |
| 476 | + }, |
| 477 | + { |
| 478 | + "allOf": [ |
| 479 | + { |
| 480 | + "field": "Microsoft.Compute/imagePublisher", |
| 481 | + "equals": "credativ" |
455 | 482 | }, |
456 | 483 | { |
457 | | - "anyOf": [ |
458 | | - { |
459 | | - "field": "Microsoft.Compute/imageSku", |
460 | | - "like": "8" |
461 | | - }, |
462 | | - { |
463 | | - "field": "Microsoft.Compute/imageSku", |
464 | | - "like": "9" |
465 | | - } |
| 484 | + "field": "Microsoft.Compute/imageOffer", |
| 485 | + "in": [ |
| 486 | + "Debian" |
466 | 487 | ] |
| 488 | + }, |
| 489 | + { |
| 490 | + "field": "Microsoft.Compute/imageSku", |
| 491 | + "equals": "9" |
467 | 492 | } |
468 | 493 | ] |
469 | 494 | }, |
|
477 | 502 | "field": "Microsoft.Compute/imageOffer", |
478 | 503 | "in": [ |
479 | 504 | "debian-10", |
480 | | - "debian-11" |
| 505 | + "debian-11", |
| 506 | + "debian-12" |
481 | 507 | ] |
482 | 508 | }, |
483 | 509 | { |
|
486 | 512 | "10", |
487 | 513 | "10-gen2", |
488 | 514 | "11", |
489 | | - "11-gen2" |
| 515 | + "11-gen2", |
| 516 | + "12", |
| 517 | + "12-gen2", |
| 518 | + "11-backports-arm64", |
| 519 | + "12-backports-arm64" |
490 | 520 | ] |
491 | 521 | } |
492 | 522 | ] |
|
499 | 529 | }, |
500 | 530 | { |
501 | 531 | "field": "Microsoft.Compute/imageOffer", |
502 | | - "equals": "cbl-mariner" |
| 532 | + "in": [ |
| 533 | + "cbl-mariner", |
| 534 | + "azure-linux-3" |
| 535 | + ] |
503 | 536 | }, |
504 | 537 | { |
505 | 538 | "field": "Microsoft.Compute/imageSku", |
|
508 | 541 | "cbl-mariner-1", |
509 | 542 | "cbl-mariner-2", |
510 | 543 | "cbl-mariner-2-arm64", |
511 | | - "cbl-mariner-2-gen2" |
| 544 | + "cbl-mariner-2-gen2", |
| 545 | + "azure-linux-3", |
| 546 | + "azure-linux-3-arm64", |
| 547 | + "azure-linux-3-gen2" |
512 | 548 | ] |
513 | 549 | } |
514 | 550 | ] |
|
657 | 693 | } |
658 | 694 | }, |
659 | 695 | "versions": [ |
| 696 | + "2.2.0", |
660 | 697 | "2.1.1", |
661 | 698 | "2.1.0", |
662 | 699 | "2.0.0" |
|
0 commit comments