diff --git a/Commands/arize-ai/observability-eval/organization/_create.md b/Commands/arize-ai/observability-eval/organization/_create.md new file mode 100644 index 000000000..7ad618a32 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/_create.md @@ -0,0 +1,16 @@ +# [Command] _arize-ai observability-eval organization create_ + +Create a OrganizationResource + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + + +#### examples + +- Organizations_CreateOrUpdate - generated by [MaximumSet] rule + ```bash + arize-ai observability-eval organization create --resource-group QM_clitest_qumulo2_eastus --organizationname test-cli-instance-4 --marketplace "{subscription-id: fc35d936-3b89-41f8-8110-a24b56826c37,offer-details:{publisher-id:arizeai1657829589668,offer-id:arize-liftr-0,plan-id:liftr-test-0,plan-name:Liftr Test 0}}" --user "{first-name:"",last-name:"",email-address:aggarwalsw@microsoft.com,upn:aggarwalsw@microsoft.com}" --partner-properties "{description:'Test Description'}" --location "East US" + ``` diff --git a/Commands/arize-ai/observability-eval/organization/_delete.md b/Commands/arize-ai/observability-eval/organization/_delete.md new file mode 100644 index 000000000..e3f51efc9 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/_delete.md @@ -0,0 +1,16 @@ +# [Command] _arize-ai observability-eval organization delete_ + +Delete a OrganizationResource + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + + +#### examples + +- Organizations_Delete - generated by [MaximumSet] rule + ```bash + arize-ai observability-eval organization delete --resource-group QM_clitest_qumulo2_eastus --organizationname test-cli-instance-5 + ``` diff --git a/Commands/arize-ai/observability-eval/organization/_list.md b/Commands/arize-ai/observability-eval/organization/_list.md new file mode 100644 index 000000000..225b7afaa --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/_list.md @@ -0,0 +1,17 @@ +# [Command] _arize-ai observability-eval organization list_ + +List OrganizationResource resources by resource group + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml) **Stable** + + + + +#### examples + +- Organizations_ListBySubscription - generated by [MaximumSet] rule + ```bash + arize-ai observability-eval organization list --resource-group QM_clitest_qumulo2_eastus + ``` diff --git a/Commands/arize-ai/observability-eval/organization/_show.md b/Commands/arize-ai/observability-eval/organization/_show.md new file mode 100644 index 000000000..0ad03c7f4 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/_show.md @@ -0,0 +1,16 @@ +# [Command] _arize-ai observability-eval organization show_ + +Get a OrganizationResource + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + + +#### examples + +- Organizations_Get - generated by [MaximumSet] rule + ```bash + arize-ai observability-eval organization show --resource-group QM_clitest_qumulo2_eastus --organizationname test-cli-instance-5 + ``` diff --git a/Commands/arize-ai/observability-eval/organization/_update.md b/Commands/arize-ai/observability-eval/organization/_update.md new file mode 100644 index 000000000..87e866be5 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/_update.md @@ -0,0 +1,9 @@ +# [Command] _arize-ai observability-eval organization update_ + +Update a OrganizationResource + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + diff --git a/Commands/arize-ai/observability-eval/organization/identity/_assign.md b/Commands/arize-ai/observability-eval/organization/identity/_assign.md new file mode 100644 index 000000000..5463fe1d6 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/identity/_assign.md @@ -0,0 +1,9 @@ +# [Command] _arize-ai observability-eval organization identity assign_ + +Assign the user or system managed identities. + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + diff --git a/Commands/arize-ai/observability-eval/organization/identity/_remove.md b/Commands/arize-ai/observability-eval/organization/identity/_remove.md new file mode 100644 index 000000000..f6e1aa65a --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/identity/_remove.md @@ -0,0 +1,9 @@ +# [Command] _arize-ai observability-eval organization identity remove_ + +Remove the user or system managed identities. + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + diff --git a/Commands/arize-ai/observability-eval/organization/identity/_show.md b/Commands/arize-ai/observability-eval/organization/identity/_show.md new file mode 100644 index 000000000..3d3f699d3 --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/identity/_show.md @@ -0,0 +1,9 @@ +# [Command] _arize-ai observability-eval organization identity show_ + +Show the details of managed identities. + +## Versions + +### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml) **Stable** + + diff --git a/Commands/arize-ai/observability-eval/organization/identity/readme.md b/Commands/arize-ai/observability-eval/organization/identity/readme.md new file mode 100644 index 000000000..f086cea0e --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/identity/readme.md @@ -0,0 +1,14 @@ +# [Group] _arize-ai observability-eval organization identity_ + +Manage Identity + +## Commands + +- [assign](/Commands/arize-ai/observability-eval/organization/identity/_assign.md) +: Assign the user or system managed identities. + +- [remove](/Commands/arize-ai/observability-eval/organization/identity/_remove.md) +: Remove the user or system managed identities. + +- [show](/Commands/arize-ai/observability-eval/organization/identity/_show.md) +: Show the details of managed identities. diff --git a/Commands/arize-ai/observability-eval/organization/readme.md b/Commands/arize-ai/observability-eval/organization/readme.md new file mode 100644 index 000000000..89de67fae --- /dev/null +++ b/Commands/arize-ai/observability-eval/organization/readme.md @@ -0,0 +1,25 @@ +# [Group] _arize-ai observability-eval organization_ + +Manage Organization + +## Subgroups + +- [identity](/Commands/arize-ai/observability-eval/organization/identity/readme.md) +: Manage Identity + +## Commands + +- [create](/Commands/arize-ai/observability-eval/organization/_create.md) +: Create a OrganizationResource + +- [delete](/Commands/arize-ai/observability-eval/organization/_delete.md) +: Delete a OrganizationResource + +- [list](/Commands/arize-ai/observability-eval/organization/_list.md) +: List OrganizationResource resources by resource group + +- [show](/Commands/arize-ai/observability-eval/organization/_show.md) +: Get a OrganizationResource + +- [update](/Commands/arize-ai/observability-eval/organization/_update.md) +: Update a OrganizationResource diff --git a/Commands/arize-ai/observability-eval/readme.md b/Commands/arize-ai/observability-eval/readme.md new file mode 100644 index 000000000..fa5f99f21 --- /dev/null +++ b/Commands/arize-ai/observability-eval/readme.md @@ -0,0 +1,8 @@ +# [Group] _arize-ai observability-eval_ + +Manage Observability Eval + +## Subgroups + +- [organization](/Commands/arize-ai/observability-eval/organization/readme.md) +: Manage Organization diff --git a/Commands/arize-ai/readme.md b/Commands/arize-ai/readme.md new file mode 100644 index 000000000..180695ad5 --- /dev/null +++ b/Commands/arize-ai/readme.md @@ -0,0 +1,8 @@ +# [Group] _arize-ai_ + +Manage Arize Ai + +## Subgroups + +- [observability-eval](/Commands/arize-ai/observability-eval/readme.md) +: Manage Observability Eval diff --git a/Commands/communication/readme.md b/Commands/communication/readme.md index 5b79f5a76..88333f4d5 100644 --- a/Commands/communication/readme.md +++ b/Commands/communication/readme.md @@ -10,6 +10,9 @@ Manage communication service with communication. - [identity](/Commands/communication/identity/readme.md) : Manage the Communication Resource's managed identities. +- [smtp-username](/Commands/communication/smtp-username/readme.md) +: Manage smtp-username with communication. + ## Commands - [create](/Commands/communication/_create.md) diff --git a/Commands/communication/smtp-username/_create.md b/Commands/communication/smtp-username/_create.md new file mode 100644 index 000000000..e52f8a4a3 --- /dev/null +++ b/Commands/communication/smtp-username/_create.md @@ -0,0 +1,16 @@ +# [Command] _communication smtp-username create_ + +Create an SmtpUsernameResource. + +## Versions + +### [2024-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml) **Stable** + + + +#### examples + +- CreateOrUpdate SmtpUsername resource + ```bash + communication smtp-username create --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername --username newuser@contoso.com --entra-application-id aaaa1111-bbbb-2222-3333-aaaa111122bb --tenant-id aaaa1111-bbbb-2222-3333-aaaa11112222 + ``` diff --git a/Commands/communication/smtp-username/_delete.md b/Commands/communication/smtp-username/_delete.md new file mode 100644 index 000000000..29c22b61c --- /dev/null +++ b/Commands/communication/smtp-username/_delete.md @@ -0,0 +1,16 @@ +# [Command] _communication smtp-username delete_ + +Delete to delete a single SmtpUsername resource. + +## Versions + +### [2024-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml) **Stable** + + + +#### examples + +- Delete a SmtpUsername resource. + ```bash + communication smtp-username delete --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername + ``` diff --git a/Commands/communication/smtp-username/_list.md b/Commands/communication/smtp-username/_list.md new file mode 100644 index 000000000..d8e7c26ff --- /dev/null +++ b/Commands/communication/smtp-username/_list.md @@ -0,0 +1,16 @@ +# [Command] _communication smtp-username list_ + +List all SmtpUsernameResources for a Communication resource. + +## Versions + +### [2024-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.xml) **Stable** + + + +#### examples + +- Get all SmtpUsername resources for a CommunicationService resource. + ```bash + communication smtp-username list --resource-group contosoResourceGroup --comm-service-name contosoACSService + ``` diff --git a/Commands/communication/smtp-username/_show.md b/Commands/communication/smtp-username/_show.md new file mode 100644 index 000000000..7b9d92603 --- /dev/null +++ b/Commands/communication/smtp-username/_show.md @@ -0,0 +1,16 @@ +# [Command] _communication smtp-username show_ + +Get a SmtpUsernameResource. + +## Versions + +### [2024-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml) **Stable** + + + +#### examples + +- Get a SmtpUsername resource. + ```bash + communication smtp-username show --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername + ``` diff --git a/Commands/communication/smtp-username/_update.md b/Commands/communication/smtp-username/_update.md new file mode 100644 index 000000000..3701c9aa4 --- /dev/null +++ b/Commands/communication/smtp-username/_update.md @@ -0,0 +1,16 @@ +# [Command] _communication smtp-username update_ + +Update an SmtpUsernameResource. + +## Versions + +### [2024-09-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml) **Stable** + + + +#### examples + +- Update SmtpUsername resource + ```bash + communication smtp-username update--resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername --entra-application-id aaaa1111-bbbb-2222-3333-aaaa111122bb + ``` diff --git a/Commands/communication/smtp-username/readme.md b/Commands/communication/smtp-username/readme.md new file mode 100644 index 000000000..cd939a730 --- /dev/null +++ b/Commands/communication/smtp-username/readme.md @@ -0,0 +1,20 @@ +# [Group] _communication smtp-username_ + +Manage smtp-username with communication. + +## Commands + +- [create](/Commands/communication/smtp-username/_create.md) +: Create an SmtpUsernameResource. + +- [delete](/Commands/communication/smtp-username/_delete.md) +: Delete to delete a single SmtpUsername resource. + +- [list](/Commands/communication/smtp-username/_list.md) +: List all SmtpUsernameResources for a Communication resource. + +- [show](/Commands/communication/smtp-username/_show.md) +: Get a SmtpUsernameResource. + +- [update](/Commands/communication/smtp-username/_update.md) +: Update an SmtpUsernameResource. diff --git a/Commands/readme.md b/Commands/readme.md index 837541de6..eaa8906c0 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -32,6 +32,9 @@ - [arcgateway](/Commands/arcgateway/readme.md) : Manage gateway connection on Arc machine +- [arize-ai](/Commands/arize-ai/readme.md) +: Manage Arize Ai + - [astronomer](/Commands/astronomer/readme.md) : Manage Azure Astronomer resources. diff --git a/Commands/tree.json b/Commands/tree.json index 4ca628b3c..43a4a682b 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -19907,6 +19907,167 @@ "communication", "identity" ] + }, + "smtp-username": { + "commands": { + "create": { + "help": { + "short": "Create an SmtpUsernameResource." + }, + "names": [ + "communication", + "smtp-username", + "create" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "communication smtp-username create --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername --username newuser@contoso.com --entra-application-id aaaa1111-bbbb-2222-3333-aaaa111122bb --tenant-id aaaa1111-bbbb-2222-3333-aaaa11112222" + ], + "name": "CreateOrUpdate SmtpUsername resource" + } + ], + "name": "2024-09-01-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", + "plane": "mgmt-plane", + "version": "2024-09-01-preview" + } + ] + } + ] + }, + "delete": { + "help": { + "short": "Delete to delete a single SmtpUsername resource." + }, + "names": [ + "communication", + "smtp-username", + "delete" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "communication smtp-username delete --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername" + ], + "name": "Delete a SmtpUsername resource." + } + ], + "name": "2024-09-01-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", + "plane": "mgmt-plane", + "version": "2024-09-01-preview" + } + ] + } + ] + }, + "list": { + "help": { + "short": "List all SmtpUsernameResources for a Communication resource." + }, + "names": [ + "communication", + "smtp-username", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "communication smtp-username list --resource-group contosoResourceGroup --comm-service-name contosoACSService" + ], + "name": "Get all SmtpUsername resources for a CommunicationService resource." + } + ], + "name": "2024-09-01-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames", + "plane": "mgmt-plane", + "version": "2024-09-01-preview" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get a SmtpUsernameResource." + }, + "names": [ + "communication", + "smtp-username", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "communication smtp-username show --resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername" + ], + "name": "Get a SmtpUsername resource." + } + ], + "name": "2024-09-01-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", + "plane": "mgmt-plane", + "version": "2024-09-01-preview" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update an SmtpUsernameResource." + }, + "names": [ + "communication", + "smtp-username", + "update" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "communication smtp-username update--resource-group contosoResourceGroup --comm-service-name contosoACSService --smtp-username smtpusername --entra-application-id aaaa1111-bbbb-2222-3333-aaaa111122bb" + ], + "name": "Update SmtpUsername resource" + } + ], + "name": "2024-09-01-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", + "plane": "mgmt-plane", + "version": "2024-09-01-preview" + } + ] + } + ] + } + }, + "help": { + "short": "Manage smtp-username with communication." + }, + "names": [ + "communication", + "smtp-username" + ] } }, "commands": { diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json new file mode 100644 index 000000000..263c90d51 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvQXJpemVBaS5PYnNlcnZhYmlsaXR5RXZhbC9vcmdhbml6YXRpb25z/V/MjAyNC0xMC0wMS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnM=/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "commandGroups": [{"name": "arize-ai observability-eval organization", "commands": [{"name": "list", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvQXJpemVBaS5PYnNlcnZhYmlsaXR5RXZhbC9vcmdhbml6YXRpb25z/V/MjAyNC0xMC0wMS1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnM=/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_Organizations_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}, {"var": "$Condition_Organizations_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_Organizations_ListByResourceGroup"], "operationId": "Organizations_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_Organizations_ListBySubscription"], "operationId": "Organizations_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/ArizeAi.ObservabilityEval/organizations", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml new file mode 100644 index 000000000..7ce49bcbc --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.json new file mode 100644 index 000000000..c7db61cae --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcw==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "commandGroups": [{"name": "communication smtp-username", "commands": [{"name": "list", "version": "2024-09-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcw==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.communicationServiceName", "options": ["comm-service-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the CommunicationService resource."}, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SmtpUsernames_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Communication/communicationServices/{}/smtpUsernames/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "required": true}, {"type": "string", "name": "username", "required": true}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.xml new file mode 100644 index 000000000..79692c0aa --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVz/2024-09-01-preview.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.json new file mode 100644 index 000000000..5f22ca0d3 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcy97c210cFVzZXJuYW1lfQ==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "commandGroups": [{"name": "communication smtp-username", "commands": [{"name": "show", "version": "2024-09-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcy97c210cFVzZXJuYW1lfQ==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.communicationServiceName", "options": ["comm-service-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the CommunicationService resource."}, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.smtpUsername", "options": ["n", "name", "smtp-username"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the SmtpUsernameResource."}, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SmtpUsernames_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames/{smtpUsername}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "smtpUsername", "arg": "$Path.smtpUsername", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Communication/communicationServices/{}/smtpUsernames/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "required": true}, {"type": "string", "name": "username", "required": true}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2024-09-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcy97c210cFVzZXJuYW1lfQ==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.communicationServiceName", "options": ["comm-service-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the CommunicationService resource."}, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.smtpUsername", "options": ["n", "name", "smtp-username"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the SmtpUsernameResource."}, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "SmtpUsernames_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames/{smtpUsername}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "smtpUsername", "arg": "$Path.smtpUsername", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-09-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcy97c210cFVzZXJuYW1lfQ==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.communicationServiceName", "options": ["comm-service-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the CommunicationService resource."}, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.smtpUsername", "options": ["n", "name", "smtp-username"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the SmtpUsernameResource."}, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "uuid", "var": "$parameters.properties.entraApplicationId", "options": ["entra-application-id"], "group": "Properties", "help": {"short": "The application Id for the linked Entra Application."}}, {"type": "uuid", "var": "$parameters.properties.tenantId", "options": ["tenant-id"], "group": "Properties", "help": {"short": "The tenant of the linked Entra Application."}}, {"type": "string", "var": "$parameters.properties.username", "options": ["username"], "group": "Properties", "help": {"short": "The SMTP username. Could be free form or in the email address format."}}]}], "operations": [{"operationId": "SmtpUsernames_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames/{smtpUsername}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "smtpUsername", "arg": "$Path.smtpUsername", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "arg": "$parameters.properties.entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "arg": "$parameters.properties.tenantId", "required": true}, {"type": "string", "name": "username", "arg": "$parameters.properties.username", "required": true}], "clientFlatten": true}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Communication/communicationServices/{}/smtpUsernames/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "required": true}, {"type": "string", "name": "username", "required": true}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2024-09-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.communication/communicationservices/{}/smtpusernames/{}", "version": "2024-09-01-preview", "swagger": "mgmt-plane/communication/ResourceProviders/Microsoft.Communication/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tbXVuaWNhdGlvbi9jb21tdW5pY2F0aW9uU2VydmljZXMve2NvbW11bmljYXRpb25TZXJ2aWNlTmFtZX0vc210cFVzZXJuYW1lcy97c210cFVzZXJuYW1lfQ==/V/MjAyNC0wOS0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.communicationServiceName", "options": ["comm-service-name"], "required": true, "group": "", "idPart": "name", "help": {"short": "The name of the CommunicationService resource."}, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.smtpUsername", "options": ["n", "name", "smtp-username"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the SmtpUsernameResource."}, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "uuid", "var": "$parameters.properties.entraApplicationId", "options": ["entra-application-id"], "group": "Properties", "help": {"short": "The application Id for the linked Entra Application."}}, {"type": "uuid", "var": "$parameters.properties.tenantId", "options": ["tenant-id"], "group": "Properties", "help": {"short": "The tenant of the linked Entra Application."}}, {"type": "string", "var": "$parameters.properties.username", "options": ["username"], "group": "Properties", "help": {"short": "The SMTP username. Could be free form or in the email address format."}}]}], "operations": [{"operationId": "SmtpUsernames_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames/{smtpUsername}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "smtpUsername", "arg": "$Path.smtpUsername", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Communication/communicationServices/{}/smtpUsernames/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "required": true}, {"type": "string", "name": "username", "required": true}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "SmtpUsernameResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "uuid", "name": "entraApplicationId", "arg": "$parameters.properties.entraApplicationId", "required": true}, {"type": "uuid", "name": "tenantId", "arg": "$parameters.properties.tenantId", "required": true}, {"type": "string", "name": "username", "arg": "$parameters.properties.username", "required": true}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "SmtpUsernames_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/smtpUsernames/{smtpUsername}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "communicationServiceName", "arg": "$Path.communicationServiceName", "required": true, "format": {"pattern": "^[-\\w]+$", "maxLength": 63, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "smtpUsername", "arg": "$Path.smtpUsername", "required": true, "format": {"pattern": "^[a-zA-Z0-9-]+$", "maxLength": 253, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-09-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@SmtpUsernameResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml new file mode 100644 index 000000000..027066369 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21tdW5pY2F0aW9uL2NvbW11bmljYXRpb25zZXJ2aWNlcy97fS9zbXRwdXNlcm5hbWVzL3t9/2024-09-01-preview.xml @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json new file mode 100644 index 000000000..fb42f577b --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnM=/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "commandGroups": [{"name": "arize-ai observability-eval organization", "commands": [{"name": "list", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnM=/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Organizations_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.md new file mode 100644 index 000000000..e91c8a855 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/arizeai.observabilityeval/organizations 2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml new file mode 100644 index 000000000..1da85626e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucw==/2024-10-01-preview.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.json new file mode 100644 index 000000000..c5ee9d83f --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "commandGroups": [{"name": "arize-ai observability-eval organization", "commands": [{"name": "show", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Organizations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "Organizations_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Identity", "help": {"short": "Set the system managed identity."}}, {"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}, {"type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.marketplace", "options": ["marketplace"], "group": "Properties", "help": {"short": "Marketplace details of the resource."}, "args": [{"type": "object", "var": "$resource.properties.marketplace.offerDetails", "options": ["offer-details"], "required": true, "help": {"short": "Offer details for the marketplace that is selected by the user"}, "args": [{"type": "string", "var": "$resource.properties.marketplace.offerDetails.offerId", "options": ["offer-id"], "required": true, "help": {"short": "Offer Id for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.planId", "options": ["plan-id"], "required": true, "help": {"short": "Plan Id for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.planName", "options": ["plan-name"], "help": {"short": "Plan Name for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.publisherId", "options": ["publisher-id"], "required": true, "help": {"short": "Publisher Id for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.termId", "options": ["term-id"], "help": {"short": "Plan Display Name for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.termUnit", "options": ["term-unit"], "help": {"short": "Plan Display Name for the marketplace offer"}}]}, {"type": "string", "var": "$resource.properties.marketplace.subscriptionId", "options": ["subscription-id"], "help": {"short": "Azure subscription id for the the marketplace offer is purchased from"}}]}, {"type": "object", "var": "$resource.properties.partnerProperties", "options": ["partner-properties"], "group": "Properties", "help": {"short": "partner properties"}, "args": [{"type": "string", "var": "$resource.properties.partnerProperties.description", "options": ["description"], "required": true, "help": {"short": "Description of the Organization's purpose"}, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"type": "object", "var": "$resource.properties.singleSignOnProperties", "options": ["single-sign-on-properties"], "group": "Properties", "help": {"short": "Single sign-on properties"}, "args": [{"type": "array", "var": "$resource.properties.singleSignOnProperties.aadDomains", "options": ["aad-domains"], "help": {"short": "List of AAD domains fetched from Microsoft Graph for user."}, "item": {"type": "string"}}, {"type": "string", "var": "$resource.properties.singleSignOnProperties.enterpriseAppId", "options": ["enterprise-app-id"], "help": {"short": "AAD enterprise application Id used to setup SSO"}}, {"type": "string", "var": "$resource.properties.singleSignOnProperties.state", "options": ["state"], "help": {"short": "State of the Single Sign On for the resource"}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "Initial", "value": "Initial"}]}}, {"type": "string", "var": "$resource.properties.singleSignOnProperties.type", "options": ["type"], "required": true, "help": {"short": "Type of Single Sign-On mechanism being used"}, "enum": {"items": [{"name": "OpenId", "value": "OpenId"}, {"name": "Saml", "value": "Saml"}]}}, {"type": "string", "var": "$resource.properties.singleSignOnProperties.url", "options": ["url"], "help": {"short": "URL for SSO to be used by the partner to redirect the user to their system"}}]}, {"type": "object", "var": "$resource.properties.user", "options": ["user"], "group": "Properties", "help": {"short": "Details of the user."}, "args": [{"type": "string", "var": "$resource.properties.user.emailAddress", "options": ["email-address"], "help": {"short": "Email address of the user"}, "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "var": "$resource.properties.user.firstName", "options": ["first-name"], "help": {"short": "First name of the user"}}, {"type": "string", "var": "$resource.properties.user.lastName", "options": ["last-name"], "help": {"short": "Last name of the user"}}, {"type": "string", "var": "$resource.properties.user.phoneNumber", "options": ["phone-number"], "help": {"short": "User's phone number"}}, {"type": "string", "var": "$resource.properties.user.upn", "options": ["upn"], "help": {"short": "User's principal name"}}]}]}, {"name": "Resource", "args": [{"type": "ResourceLocation", "var": "$resource.location", "options": ["l", "location"], "required": true, "group": "Resource", "help": {"short": "The geo-location where the resource lives"}}, {"type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "Organizations_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}], "userAssigned": {"action": "create", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "create", "type": "string"}}, "systemAssigned": {"action": "create", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}, {"type": "ResourceLocation", "name": "location", "arg": "$resource.location", "required": true}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "arg": "$resource.properties.marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "arg": "$resource.properties.marketplace.offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "arg": "$resource.properties.marketplace.offerDetails.offerId", "required": true}, {"type": "string", "name": "planId", "arg": "$resource.properties.marketplace.offerDetails.planId", "required": true}, {"type": "string", "name": "planName", "arg": "$resource.properties.marketplace.offerDetails.planName"}, {"type": "string", "name": "publisherId", "arg": "$resource.properties.marketplace.offerDetails.publisherId", "required": true}, {"type": "string", "name": "termId", "arg": "$resource.properties.marketplace.offerDetails.termId"}, {"type": "string", "name": "termUnit", "arg": "$resource.properties.marketplace.offerDetails.termUnit"}]}, {"type": "string", "name": "subscriptionId", "arg": "$resource.properties.marketplace.subscriptionId"}]}, {"type": "object", "name": "partnerProperties", "arg": "$resource.properties.partnerProperties", "props": [{"type": "string", "name": "description", "arg": "$resource.properties.partnerProperties.description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"type": "object", "name": "singleSignOnProperties", "arg": "$resource.properties.singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "arg": "$resource.properties.singleSignOnProperties.aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId", "arg": "$resource.properties.singleSignOnProperties.enterpriseAppId"}, {"type": "string", "name": "state", "arg": "$resource.properties.singleSignOnProperties.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "arg": "$resource.properties.singleSignOnProperties.type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url", "arg": "$resource.properties.singleSignOnProperties.url"}]}, {"type": "object", "name": "user", "arg": "$resource.properties.user", "required": true, "props": [{"type": "string", "name": "emailAddress", "arg": "$resource.properties.user.emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName", "arg": "$resource.properties.user.firstName"}, {"type": "string", "name": "lastName", "arg": "$resource.properties.user.lastName"}, {"type": "string", "name": "phoneNumber", "arg": "$resource.properties.user.phoneNumber"}, {"type": "string", "name": "upn", "arg": "$resource.properties.user.upn"}]}]}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance"}], "confirmation": ""}, {"name": "update", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Identity", "args": [{"type": "string", "var": "$resource.identity.type", "options": ["type"], "hide": true, "group": "Identity", "help": {"short": "Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed)."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "SystemAssigned", "value": "SystemAssigned"}, {"name": "SystemAssigned,UserAssigned", "value": "SystemAssigned,UserAssigned"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}, {"nullable": true, "type": "object", "var": "$resource.identity.userAssignedIdentities", "options": ["user-assigned-identities"], "hide": true, "group": "Identity", "help": {"short": "The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests."}, "additionalProps": {"item": {"nullable": true, "blank": {"value": {}}, "type": "object"}}}]}, {"name": "Properties", "args": [{"type": "object", "var": "$resource.properties.marketplace", "options": ["marketplace"], "group": "Properties", "help": {"short": "Marketplace details of the resource."}, "args": [{"type": "object", "var": "$resource.properties.marketplace.offerDetails", "options": ["offer-details"], "help": {"short": "Offer details for the marketplace that is selected by the user"}, "args": [{"type": "string", "var": "$resource.properties.marketplace.offerDetails.offerId", "options": ["offer-id"], "help": {"short": "Offer Id for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.planId", "options": ["plan-id"], "help": {"short": "Plan Id for the marketplace offer"}}, {"nullable": true, "type": "string", "var": "$resource.properties.marketplace.offerDetails.planName", "options": ["plan-name"], "help": {"short": "Plan Name for the marketplace offer"}}, {"type": "string", "var": "$resource.properties.marketplace.offerDetails.publisherId", "options": ["publisher-id"], "help": {"short": "Publisher Id for the marketplace offer"}}, {"nullable": true, "type": "string", "var": "$resource.properties.marketplace.offerDetails.termId", "options": ["term-id"], "help": {"short": "Plan Display Name for the marketplace offer"}}, {"nullable": true, "type": "string", "var": "$resource.properties.marketplace.offerDetails.termUnit", "options": ["term-unit"], "help": {"short": "Plan Display Name for the marketplace offer"}}]}, {"nullable": true, "type": "string", "var": "$resource.properties.marketplace.subscriptionId", "options": ["subscription-id"], "help": {"short": "Azure subscription id for the the marketplace offer is purchased from"}}]}, {"nullable": true, "type": "object", "var": "$resource.properties.partnerProperties", "options": ["partner-properties"], "group": "Properties", "help": {"short": "partner properties"}, "args": [{"type": "string", "var": "$resource.properties.partnerProperties.description", "options": ["description"], "help": {"short": "Description of the Organization's purpose"}, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"nullable": true, "type": "object", "var": "$resource.properties.singleSignOnProperties", "options": ["single-sign-on-properties"], "group": "Properties", "help": {"short": "Single sign-on properties"}, "args": [{"nullable": true, "type": "array", "var": "$resource.properties.singleSignOnProperties.aadDomains", "options": ["aad-domains"], "help": {"short": "List of AAD domains fetched from Microsoft Graph for user."}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$resource.properties.singleSignOnProperties.enterpriseAppId", "options": ["enterprise-app-id"], "help": {"short": "AAD enterprise application Id used to setup SSO"}}, {"nullable": true, "type": "string", "var": "$resource.properties.singleSignOnProperties.state", "options": ["state"], "help": {"short": "State of the Single Sign On for the resource"}, "enum": {"items": [{"name": "Disable", "value": "Disable"}, {"name": "Enable", "value": "Enable"}, {"name": "Initial", "value": "Initial"}]}}, {"type": "string", "var": "$resource.properties.singleSignOnProperties.type", "options": ["type"], "help": {"short": "Type of Single Sign-On mechanism being used"}, "enum": {"items": [{"name": "OpenId", "value": "OpenId"}, {"name": "Saml", "value": "Saml"}]}}, {"nullable": true, "type": "string", "var": "$resource.properties.singleSignOnProperties.url", "options": ["url"], "help": {"short": "URL for SSO to be used by the partner to redirect the user to their system"}}]}, {"type": "object", "var": "$resource.properties.user", "options": ["user"], "group": "Properties", "help": {"short": "Details of the user."}, "args": [{"nullable": true, "type": "string", "var": "$resource.properties.user.emailAddress", "options": ["email-address"], "help": {"short": "Email address of the user"}, "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"nullable": true, "type": "string", "var": "$resource.properties.user.firstName", "options": ["first-name"], "help": {"short": "First name of the user"}}, {"nullable": true, "type": "string", "var": "$resource.properties.user.lastName", "options": ["last-name"], "help": {"short": "Last name of the user"}}, {"nullable": true, "type": "string", "var": "$resource.properties.user.phoneNumber", "options": ["phone-number"], "help": {"short": "User's phone number"}}, {"nullable": true, "type": "string", "var": "$resource.properties.user.upn", "options": ["upn"], "help": {"short": "User's principal name"}}]}]}, {"name": "Resource", "args": [{"nullable": true, "type": "object", "var": "$resource.tags", "options": ["tags"], "group": "Resource", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}], "operations": [{"operationId": "Organizations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "resource", "required": true, "props": [{"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "arg": "$resource.identity.type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "arg": "$resource.identity.userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object"}}}]}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "arg": "$resource.properties.marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "arg": "$resource.properties.marketplace.offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "arg": "$resource.properties.marketplace.offerDetails.offerId", "required": true}, {"type": "string", "name": "planId", "arg": "$resource.properties.marketplace.offerDetails.planId", "required": true}, {"type": "string", "name": "planName", "arg": "$resource.properties.marketplace.offerDetails.planName"}, {"type": "string", "name": "publisherId", "arg": "$resource.properties.marketplace.offerDetails.publisherId", "required": true}, {"type": "string", "name": "termId", "arg": "$resource.properties.marketplace.offerDetails.termId"}, {"type": "string", "name": "termUnit", "arg": "$resource.properties.marketplace.offerDetails.termUnit"}]}, {"type": "string", "name": "subscriptionId", "arg": "$resource.properties.marketplace.subscriptionId"}]}, {"type": "object", "name": "partnerProperties", "arg": "$resource.properties.partnerProperties", "props": [{"type": "string", "name": "description", "arg": "$resource.properties.partnerProperties.description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"type": "object", "name": "singleSignOnProperties", "arg": "$resource.properties.singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "arg": "$resource.properties.singleSignOnProperties.aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId", "arg": "$resource.properties.singleSignOnProperties.enterpriseAppId"}, {"type": "string", "name": "state", "arg": "$resource.properties.singleSignOnProperties.state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "arg": "$resource.properties.singleSignOnProperties.type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url", "arg": "$resource.properties.singleSignOnProperties.url"}]}, {"type": "object", "name": "user", "arg": "$resource.properties.user", "required": true, "props": [{"type": "string", "name": "emailAddress", "arg": "$resource.properties.user.emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName", "arg": "$resource.properties.user.firstName"}, {"type": "string", "name": "lastName", "arg": "$resource.properties.user.lastName"}, {"type": "string", "name": "phoneNumber", "arg": "$resource.properties.user.phoneNumber"}, {"type": "string", "name": "upn", "arg": "$resource.properties.user.upn"}]}]}, {"type": "object", "name": "tags", "arg": "$resource.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "Organizations_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}], "commandGroups": [{"name": "identity", "commands": [{"name": "assign", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "subresource": "identity", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "Organizations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "assign", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "assign", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "assign", "type": "string"}}, "systemAssigned": {"action": "assign", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "Organizations_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "remove", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "subresource": "identity", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Resource.identity", "args": [{"blank": {"value": "True"}, "type": "string", "var": "$resource.identity.systemAssigned", "options": ["system-assigned", "mi-system-assigned"], "group": "Resource.identity", "help": {"short": "Set the system managed identity."}}, {"blank": {"value": []}, "type": "array", "var": "$resource.identity.userAssigned", "options": ["user-assigned", "mi-user-assigned"], "group": "Resource.identity", "help": {"short": "Set the user managed identities."}, "item": {"type": "string"}}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "Organizations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Subresource", "json": {"schema": {"action": "remove", "type": "IdentityObject", "name": "resource.identity", "required": true, "userAssigned": {"action": "remove", "type": "array", "name": "userAssigned", "arg": "$resource.identity.userAssigned", "item": {"action": "remove", "type": "string"}}, "systemAssigned": {"action": "remove", "type": "string", "name": "systemAssigned", "arg": "$resource.identity.systemAssigned"}}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "Organizations_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}, {"name": "show", "version": "2024-10-01-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/arizeai.observabilityeval/organizations/{}", "version": "2024-10-01-preview", "subresource": "identity", "swagger": "mgmt-plane/liftrarize/ResourceProviders/ArizeAi.ObservabilityEval/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9Bcml6ZUFpLk9ic2VydmFiaWxpdHlFdmFsL29yZ2FuaXphdGlvbnMve29yZ2FuaXphdGlvbm5hbWV9/V/MjAyNC0xMC0wMS1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.organizationname", "options": ["n", "name", "organizationname"], "required": true, "idPart": "name", "help": {"short": "Name of the Organization resource"}, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "subresourceSelector": {"var": "$Subresource", "ref": "$Instance", "json": {"type": "object", "name": "resource", "prop": {"type": "object", "name": "identity"}}}, "operations": [{"operationId": "Organizations_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/ArizeAi.ObservabilityEval/organizations/{organizationname}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "organizationname", "arg": "$Path.organizationname", "required": true, "format": {"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_\\-.: ]*$", "maxLength": 50, "minLength": 1}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2024-10-01-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/ArizeAi.ObservabilityEval/organizations/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"nullable": true, "type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "object", "name": "marketplace", "required": true, "props": [{"type": "object", "name": "offerDetails", "required": true, "props": [{"type": "string", "name": "offerId", "required": true}, {"type": "string", "name": "planId", "required": true}, {"type": "string", "name": "planName"}, {"type": "string", "name": "publisherId", "required": true}, {"type": "string", "name": "termId"}, {"type": "string", "name": "termUnit"}]}, {"type": "string", "name": "subscriptionId"}, {"readOnly": true, "type": "string", "name": "subscriptionStatus", "enum": {"items": [{"value": "PendingFulfillmentStart"}, {"value": "Subscribed"}, {"value": "Suspended"}, {"value": "Unsubscribed"}]}}]}, {"type": "object", "name": "partnerProperties", "props": [{"type": "string", "name": "description", "required": true, "format": {"pattern": "^[a-zA-Z0-9_\\-.:\\/ ]*$", "maxLength": 200}}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Canceled"}, {"value": "Failed"}, {"value": "Succeeded"}]}}, {"type": "object", "name": "singleSignOnProperties", "props": [{"type": "array", "name": "aadDomains", "item": {"type": "string"}}, {"type": "string", "name": "enterpriseAppId"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disable"}, {"value": "Enable"}, {"value": "Initial"}]}}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "OpenId"}, {"value": "Saml"}]}}, {"type": "string", "name": "url"}]}, {"type": "object", "name": "user", "required": true, "props": [{"type": "string", "name": "emailAddress", "format": {"pattern": "^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\\.)+[A-Za-z]{2,}$"}}, {"type": "string", "name": "firstName"}, {"type": "string", "name": "lastName"}, {"type": "string", "name": "phoneNumber"}, {"type": "string", "name": "upn"}]}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "OrganizationResource_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Subresource", "clientFlatten": true}]}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml new file mode 100644 index 000000000..070da0da8 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL2FyaXplYWkub2JzZXJ2YWJpbGl0eWV2YWwvb3JnYW5pemF0aW9ucy97fQ==/2024-10-01-preview.xml @@ -0,0 +1,1598 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+