File tree Expand file tree Collapse file tree 11 files changed +2778
-500
lines changed
Expand file tree Collapse file tree 11 files changed +2778
-500
lines changed Original file line number Diff line number Diff line change 366366 },
367367 "description" : " Volume Export Policy Rule"
368368 },
369- "MountTargetProperties" : {
370- "type" : " object" ,
371- "properties" : {
372- "endIp" : {
373- "type" : " string" ,
374- "description" : " The end of IPv4 address range to use when creating a new mount target"
375- },
376- "fileSystemId" : {
377- "oneOf" : [
378- {
379- "type" : " string" ,
380- "pattern" : " ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" ,
381- "minLength" : 36 ,
382- "maxLength" : 36
383- },
384- {
385- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
386- }
387- ],
388- "description" : " UUID v4 used to identify the MountTarget"
389- },
390- "gateway" : {
391- "type" : " string" ,
392- "description" : " The gateway of the IPv4 address range to use when creating a new mount target"
393- },
394- "netmask" : {
395- "type" : " string" ,
396- "description" : " The netmask of the IPv4 address range to use when creating a new mount target"
397- },
398- "smbServerFqdn" : {
399- "type" : " string" ,
400- "description" : " The SMB server's Fully Qualified Domain Name, FQDN"
401- },
402- "startIp" : {
403- "type" : " string" ,
404- "description" : " The start of IPv4 address range to use when creating a new mount target"
405- },
406- "subnet" : {
407- "type" : " string" ,
408- "description" : " The subnet"
409- }
410- },
411- "required" : [
412- " fileSystemId"
413- ],
414- "description" : " Mount target properties"
415- },
416369 "netAppAccounts_capacityPools_childResource" : {
417370 "type" : " object" ,
418371 "properties" : {
637590 ],
638591 "description" : " Set of export policy rules"
639592 },
640- "mountTargets" : {
641- "oneOf" : [
642- {
643- "type" : " array" ,
644- "items" : {
645- "$ref" : " #/definitions/MountTargetProperties"
646- }
647- },
648- {
649- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
650- }
651- ],
652- "description" : " List of mount targets"
653- },
654593 "protocolTypes" : {
655594 "oneOf" : [
656595 {
Original file line number Diff line number Diff line change 366366 },
367367 "description" : " Volume Export Policy Rule"
368368 },
369- "MountTargetProperties" : {
370- "type" : " object" ,
371- "properties" : {
372- "endIp" : {
373- "type" : " string" ,
374- "description" : " The end of IPv4 address range to use when creating a new mount target"
375- },
376- "fileSystemId" : {
377- "oneOf" : [
378- {
379- "type" : " string" ,
380- "pattern" : " ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" ,
381- "minLength" : 36 ,
382- "maxLength" : 36
383- },
384- {
385- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
386- }
387- ],
388- "description" : " UUID v4 used to identify the MountTarget"
389- },
390- "gateway" : {
391- "type" : " string" ,
392- "description" : " The gateway of the IPv4 address range to use when creating a new mount target"
393- },
394- "netmask" : {
395- "type" : " string" ,
396- "description" : " The netmask of the IPv4 address range to use when creating a new mount target"
397- },
398- "smbServerFqdn" : {
399- "type" : " string" ,
400- "description" : " The SMB server's Fully Qualified Domain Name, FQDN"
401- },
402- "startIp" : {
403- "type" : " string" ,
404- "description" : " The start of IPv4 address range to use when creating a new mount target"
405- },
406- "subnet" : {
407- "type" : " string" ,
408- "description" : " The subnet"
409- }
410- },
411- "required" : [
412- " fileSystemId"
413- ],
414- "description" : " Mount target properties"
415- },
416369 "netAppAccounts_capacityPools_childResource" : {
417370 "type" : " object" ,
418371 "properties" : {
637590 ],
638591 "description" : " Set of export policy rules"
639592 },
640- "mountTargets" : {
641- "oneOf" : [
642- {
643- "type" : " array" ,
644- "items" : {
645- "$ref" : " #/definitions/MountTargetProperties"
646- }
647- },
648- {
649- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
650- }
651- ],
652- "description" : " List of mount targets"
653- },
654593 "protocolTypes" : {
655594 "oneOf" : [
656595 {
663602 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
664603 }
665604 ],
666- "description" : " Set of protocol types"
605+ "description" : " Set of protocol types, default NFSv3, CIFS fro SMB protocol "
667606 },
668607 "serviceLevel" : {
669608 "oneOf" : [
Original file line number Diff line number Diff line change 406406 },
407407 "description" : " Volume Export Policy Rule"
408408 },
409- "MountTargetProperties" : {
410- "type" : " object" ,
411- "properties" : {
412- "endIp" : {
413- "type" : " string" ,
414- "description" : " The end of IPv4 address range to use when creating a new mount target"
415- },
416- "fileSystemId" : {
417- "oneOf" : [
418- {
419- "type" : " string" ,
420- "pattern" : " ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" ,
421- "minLength" : 36 ,
422- "maxLength" : 36
423- },
424- {
425- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
426- }
427- ],
428- "description" : " UUID v4 used to identify the MountTarget"
429- },
430- "gateway" : {
431- "type" : " string" ,
432- "description" : " The gateway of the IPv4 address range to use when creating a new mount target"
433- },
434- "netmask" : {
435- "type" : " string" ,
436- "description" : " The netmask of the IPv4 address range to use when creating a new mount target"
437- },
438- "smbServerFqdn" : {
439- "type" : " string" ,
440- "description" : " The SMB server's Fully Qualified Domain Name, FQDN"
441- },
442- "startIp" : {
443- "type" : " string" ,
444- "description" : " The start of IPv4 address range to use when creating a new mount target"
445- },
446- "subnet" : {
447- "type" : " string" ,
448- "description" : " The subnet"
449- }
450- },
451- "required" : [
452- " fileSystemId"
453- ],
454- "description" : " Mount target properties"
455- },
456409 "netAppAccounts_capacityPools_childResource" : {
457410 "type" : " object" ,
458411 "properties" : {
782735 ],
783736 "description" : " Restoring"
784737 },
785- "mountTargets" : {
786- "oneOf" : [
787- {
788- "type" : " array" ,
789- "items" : {
790- "$ref" : " #/definitions/MountTargetProperties"
791- }
792- },
793- {
794- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
795- }
796- ],
797- "description" : " List of mount targets"
798- },
799738 "protocolTypes" : {
800739 "oneOf" : [
801740 {
808747 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
809748 }
810749 ],
811- "description" : " Set of protocol types"
750+ "description" : " Set of protocol types, default NFSv3, CIFS for SMB protocol "
812751 },
813752 "serviceLevel" : {
814753 "oneOf" : [
Original file line number Diff line number Diff line change 302302 "properties" : {
303303 "activeDirectoryId" : {
304304 "type" : " string" ,
305+ "default" : " guid id" ,
305306 "description" : " Id of the Active Directory"
306307 },
307308 "dns" : {
415416 },
416417 "description" : " Volume Export Policy Rule"
417418 },
418- "MountTargetProperties" : {
419- "type" : " object" ,
420- "properties" : {
421- "endIp" : {
422- "type" : " string" ,
423- "description" : " The end of IPv4 address range to use when creating a new mount target"
424- },
425- "fileSystemId" : {
426- "oneOf" : [
427- {
428- "type" : " string" ,
429- "pattern" : " ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" ,
430- "minLength" : 36 ,
431- "maxLength" : 36
432- },
433- {
434- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
435- }
436- ],
437- "description" : " UUID v4 used to identify the MountTarget"
438- },
439- "gateway" : {
440- "type" : " string" ,
441- "description" : " The gateway of the IPv4 address range to use when creating a new mount target"
442- },
443- "netmask" : {
444- "type" : " string" ,
445- "description" : " The netmask of the IPv4 address range to use when creating a new mount target"
446- },
447- "smbServerFqdn" : {
448- "type" : " string" ,
449- "description" : " The SMB server's Fully Qualified Domain Name, FQDN"
450- },
451- "startIp" : {
452- "type" : " string" ,
453- "description" : " The start of IPv4 address range to use when creating a new mount target"
454- },
455- "subnet" : {
456- "type" : " string" ,
457- "description" : " The subnet"
458- }
459- },
460- "required" : [
461- " fileSystemId"
462- ],
463- "description" : " Mount target properties"
464- },
465419 "netAppAccounts_capacityPools_childResource" : {
466420 "type" : " object" ,
467421 "properties" : {
806760 ],
807761 "description" : " Restoring"
808762 },
809- "mountTargets" : {
810- "oneOf" : [
811- {
812- "type" : " array" ,
813- "items" : {
814- "$ref" : " #/definitions/MountTargetProperties"
815- }
816- },
817- {
818- "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
819- }
820- ],
821- "description" : " List of mount targets"
822- },
823763 "protocolTypes" : {
824764 "oneOf" : [
825765 {
832772 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
833773 }
834774 ],
835- "description" : " Set of protocol types"
775+ "description" : " Set of protocol types, default NFSv3, CIFS for SMB protocol "
836776 },
837777 "serviceLevel" : {
838778 "oneOf" : [
You can’t perform that action at this time.
0 commit comments