@azure/arm-cognitiveservices 7.6.0-alpha.20250520.1 → 7.7.0-alpha.20250521.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -0
- package/LICENSE +1 -1
- package/README.md +1 -3
- package/dist/browser/cognitiveServicesManagementClient.d.ts +6 -1
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/browser/cognitiveServicesManagementClient.js +11 -12
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1007 -7
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +312 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +52 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1035 -101
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +10 -0
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +87 -2
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/accountCapabilityHosts.js +242 -0
- package/dist/browser/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/accountConnection.d.ts +70 -0
- package/dist/browser/operations/accountConnection.d.ts.map +1 -0
- package/dist/browser/operations/accountConnection.js +286 -0
- package/dist/browser/operations/accountConnection.js.map +1 -0
- package/dist/browser/operations/accounts.d.ts.map +1 -1
- package/dist/browser/operations/accounts.js +3 -11
- package/dist/browser/operations/accounts.js.map +1 -1
- package/dist/browser/operations/commitmentPlans.d.ts.map +1 -1
- package/dist/browser/operations/commitmentPlans.js +3 -11
- package/dist/browser/operations/commitmentPlans.js.map +1 -1
- package/dist/browser/operations/commitmentTiers.d.ts.map +1 -1
- package/dist/browser/operations/commitmentTiers.js +1 -5
- package/dist/browser/operations/commitmentTiers.js.map +1 -1
- package/dist/browser/operations/defenderForAISettings.d.ts.map +1 -1
- package/dist/browser/operations/defenderForAISettings.js.map +1 -1
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -1
- package/dist/browser/operations/deletedAccounts.js +2 -6
- package/dist/browser/operations/deletedAccounts.js.map +1 -1
- package/dist/browser/operations/deployments.d.ts.map +1 -1
- package/dist/browser/operations/deployments.js +1 -1
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -1
- package/dist/browser/operations/encryptionScopes.js +1 -1
- package/dist/browser/operations/encryptionScopes.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +1 -1
- package/dist/browser/operations/locationBasedModelCapacities.js +1 -5
- package/dist/browser/operations/locationBasedModelCapacities.js.map +1 -1
- package/dist/browser/operations/modelCapacities.d.ts.map +1 -1
- package/dist/browser/operations/modelCapacities.js +1 -5
- package/dist/browser/operations/modelCapacities.js.map +1 -1
- package/dist/browser/operations/models.d.ts.map +1 -1
- package/dist/browser/operations/models.js +1 -5
- package/dist/browser/operations/models.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +1 -1
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/projectCapabilityHosts.js +263 -0
- package/dist/browser/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/projectConnection.d.ts +77 -0
- package/dist/browser/operations/projectConnection.d.ts.map +1 -0
- package/dist/browser/operations/projectConnection.js +299 -0
- package/dist/browser/operations/projectConnection.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +101 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +438 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/browser/operations/raiBlocklistItems.js +1 -1
- package/dist/browser/operations/raiBlocklistItems.js.map +1 -1
- package/dist/browser/operations/raiBlocklists.d.ts.map +1 -1
- package/dist/browser/operations/raiBlocklists.js +1 -1
- package/dist/browser/operations/raiBlocklists.js.map +1 -1
- package/dist/browser/operations/raiContentFilters.d.ts.map +1 -1
- package/dist/browser/operations/raiContentFilters.js +1 -5
- package/dist/browser/operations/raiContentFilters.js.map +1 -1
- package/dist/browser/operations/raiPolicies.d.ts.map +1 -1
- package/dist/browser/operations/raiPolicies.js +1 -1
- package/dist/browser/operations/raiPolicies.js.map +1 -1
- package/dist/browser/operations/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operations/resourceSkus.js +1 -5
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/usages.d.ts.map +1 -1
- package/dist/browser/operations/usages.js +1 -5
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.js +9 -0
- package/dist/browser/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/models.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/models.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.js +9 -0
- package/dist/browser/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +76 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js +9 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/raiBlocklists.js.map +1 -1
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/raiPolicies.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +6 -1
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cognitiveServicesManagementClient.js +10 -11
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1007 -7
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +313 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +52 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1039 -104
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +10 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +88 -2
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js +247 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/accountConnection.d.ts +70 -0
- package/dist/commonjs/operations/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/accountConnection.js +290 -0
- package/dist/commonjs/operations/accountConnection.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -1
- package/dist/commonjs/operations/accounts.js +2 -10
- package/dist/commonjs/operations/accounts.js.map +1 -1
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -1
- package/dist/commonjs/operations/commitmentPlans.js +2 -10
- package/dist/commonjs/operations/commitmentPlans.js.map +1 -1
- package/dist/commonjs/operations/commitmentTiers.d.ts.map +1 -1
- package/dist/commonjs/operations/commitmentTiers.js +1 -5
- package/dist/commonjs/operations/commitmentTiers.js.map +1 -1
- package/dist/commonjs/operations/defenderForAISettings.d.ts.map +1 -1
- package/dist/commonjs/operations/defenderForAISettings.js.map +1 -1
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/deletedAccounts.js +1 -5
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -1
- package/dist/commonjs/operations/deployments.d.ts.map +1 -1
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -1
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +1 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.js +1 -5
- package/dist/commonjs/operations/locationBasedModelCapacities.js.map +1 -1
- package/dist/commonjs/operations/modelCapacities.d.ts.map +1 -1
- package/dist/commonjs/operations/modelCapacities.js +1 -5
- package/dist/commonjs/operations/modelCapacities.js.map +1 -1
- package/dist/commonjs/operations/models.d.ts.map +1 -1
- package/dist/commonjs/operations/models.js +1 -5
- package/dist/commonjs/operations/models.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js +268 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/projectConnection.d.ts +77 -0
- package/dist/commonjs/operations/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/projectConnection.js +303 -0
- package/dist/commonjs/operations/projectConnection.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +101 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +442 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/commonjs/operations/raiBlocklistItems.js.map +1 -1
- package/dist/commonjs/operations/raiBlocklists.d.ts.map +1 -1
- package/dist/commonjs/operations/raiBlocklists.js.map +1 -1
- package/dist/commonjs/operations/raiContentFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/raiContentFilters.js +1 -5
- package/dist/commonjs/operations/raiContentFilters.js.map +1 -1
- package/dist/commonjs/operations/raiPolicies.d.ts.map +1 -1
- package/dist/commonjs/operations/raiPolicies.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operations/resourceSkus.js +1 -5
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts.map +1 -1
- package/dist/commonjs/operations/usages.js +1 -5
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/models.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/models.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/cognitiveServicesManagementClient.d.ts +6 -1
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/esm/cognitiveServicesManagementClient.js +11 -12
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1007 -7
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +312 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +52 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1035 -101
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +10 -0
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +87 -2
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/accountCapabilityHosts.js +242 -0
- package/dist/esm/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/accountConnection.d.ts +70 -0
- package/dist/esm/operations/accountConnection.d.ts.map +1 -0
- package/dist/esm/operations/accountConnection.js +286 -0
- package/dist/esm/operations/accountConnection.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -1
- package/dist/esm/operations/accounts.js +3 -11
- package/dist/esm/operations/accounts.js.map +1 -1
- package/dist/esm/operations/commitmentPlans.d.ts.map +1 -1
- package/dist/esm/operations/commitmentPlans.js +3 -11
- package/dist/esm/operations/commitmentPlans.js.map +1 -1
- package/dist/esm/operations/commitmentTiers.d.ts.map +1 -1
- package/dist/esm/operations/commitmentTiers.js +1 -5
- package/dist/esm/operations/commitmentTiers.js.map +1 -1
- package/dist/esm/operations/defenderForAISettings.d.ts.map +1 -1
- package/dist/esm/operations/defenderForAISettings.js.map +1 -1
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -1
- package/dist/esm/operations/deletedAccounts.js +2 -6
- package/dist/esm/operations/deletedAccounts.js.map +1 -1
- package/dist/esm/operations/deployments.d.ts.map +1 -1
- package/dist/esm/operations/deployments.js +1 -1
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -1
- package/dist/esm/operations/encryptionScopes.js +1 -1
- package/dist/esm/operations/encryptionScopes.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +1 -1
- package/dist/esm/operations/locationBasedModelCapacities.js +1 -5
- package/dist/esm/operations/locationBasedModelCapacities.js.map +1 -1
- package/dist/esm/operations/modelCapacities.d.ts.map +1 -1
- package/dist/esm/operations/modelCapacities.js +1 -5
- package/dist/esm/operations/modelCapacities.js.map +1 -1
- package/dist/esm/operations/models.d.ts.map +1 -1
- package/dist/esm/operations/models.js +1 -5
- package/dist/esm/operations/models.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +1 -1
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/projectCapabilityHosts.js +263 -0
- package/dist/esm/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/projectConnection.d.ts +77 -0
- package/dist/esm/operations/projectConnection.d.ts.map +1 -0
- package/dist/esm/operations/projectConnection.js +299 -0
- package/dist/esm/operations/projectConnection.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +101 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +438 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/esm/operations/raiBlocklistItems.js +1 -1
- package/dist/esm/operations/raiBlocklistItems.js.map +1 -1
- package/dist/esm/operations/raiBlocklists.d.ts.map +1 -1
- package/dist/esm/operations/raiBlocklists.js +1 -1
- package/dist/esm/operations/raiBlocklists.js.map +1 -1
- package/dist/esm/operations/raiContentFilters.d.ts.map +1 -1
- package/dist/esm/operations/raiContentFilters.js +1 -5
- package/dist/esm/operations/raiContentFilters.js.map +1 -1
- package/dist/esm/operations/raiPolicies.d.ts.map +1 -1
- package/dist/esm/operations/raiPolicies.js +1 -1
- package/dist/esm/operations/raiPolicies.js.map +1 -1
- package/dist/esm/operations/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operations/resourceSkus.js +1 -5
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/usages.d.ts.map +1 -1
- package/dist/esm/operations/usages.js +1 -5
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.js +9 -0
- package/dist/esm/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/models.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/models.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.js +9 -0
- package/dist/esm/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +76 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/raiBlocklists.js.map +1 -1
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/raiPolicies.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +6 -1
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/react-native/cognitiveServicesManagementClient.js +11 -12
- package/dist/react-native/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1007 -7
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +312 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +52 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1035 -101
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +10 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +87 -2
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/accountCapabilityHosts.js +242 -0
- package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/accountConnection.d.ts +70 -0
- package/dist/react-native/operations/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operations/accountConnection.js +286 -0
- package/dist/react-native/operations/accountConnection.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -1
- package/dist/react-native/operations/accounts.js +3 -11
- package/dist/react-native/operations/accounts.js.map +1 -1
- package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -1
- package/dist/react-native/operations/commitmentPlans.js +3 -11
- package/dist/react-native/operations/commitmentPlans.js.map +1 -1
- package/dist/react-native/operations/commitmentTiers.d.ts.map +1 -1
- package/dist/react-native/operations/commitmentTiers.js +1 -5
- package/dist/react-native/operations/commitmentTiers.js.map +1 -1
- package/dist/react-native/operations/defenderForAISettings.d.ts.map +1 -1
- package/dist/react-native/operations/defenderForAISettings.js.map +1 -1
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/deletedAccounts.js +2 -6
- package/dist/react-native/operations/deletedAccounts.js.map +1 -1
- package/dist/react-native/operations/deployments.d.ts.map +1 -1
- package/dist/react-native/operations/deployments.js +1 -1
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -1
- package/dist/react-native/operations/encryptionScopes.js +1 -1
- package/dist/react-native/operations/encryptionScopes.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +1 -1
- package/dist/react-native/operations/locationBasedModelCapacities.js +1 -5
- package/dist/react-native/operations/locationBasedModelCapacities.js.map +1 -1
- package/dist/react-native/operations/modelCapacities.d.ts.map +1 -1
- package/dist/react-native/operations/modelCapacities.js +1 -5
- package/dist/react-native/operations/modelCapacities.js.map +1 -1
- package/dist/react-native/operations/models.d.ts.map +1 -1
- package/dist/react-native/operations/models.js +1 -5
- package/dist/react-native/operations/models.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/projectCapabilityHosts.js +263 -0
- package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/projectConnection.d.ts +77 -0
- package/dist/react-native/operations/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operations/projectConnection.js +299 -0
- package/dist/react-native/operations/projectConnection.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +101 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +438 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/react-native/operations/raiBlocklistItems.js +1 -1
- package/dist/react-native/operations/raiBlocklistItems.js.map +1 -1
- package/dist/react-native/operations/raiBlocklists.d.ts.map +1 -1
- package/dist/react-native/operations/raiBlocklists.js +1 -1
- package/dist/react-native/operations/raiBlocklists.js.map +1 -1
- package/dist/react-native/operations/raiContentFilters.d.ts.map +1 -1
- package/dist/react-native/operations/raiContentFilters.js +1 -5
- package/dist/react-native/operations/raiContentFilters.js.map +1 -1
- package/dist/react-native/operations/raiPolicies.d.ts.map +1 -1
- package/dist/react-native/operations/raiPolicies.js +1 -1
- package/dist/react-native/operations/raiPolicies.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operations/resourceSkus.js +1 -5
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts.map +1 -1
- package/dist/react-native/operations/usages.js +1 -5
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/models.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/models.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +1 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +24 -24
- package/review/arm-cognitiveservices.api.md +731 -0
|
@@ -10,6 +10,11 @@ import { OperationState } from '@azure/core-lro';
|
|
|
10
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
11
|
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
12
|
|
|
13
|
+
// @public
|
|
14
|
+
export interface AADAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
15
|
+
authType: "AAD";
|
|
16
|
+
}
|
|
17
|
+
|
|
13
18
|
// @public
|
|
14
19
|
export interface AbusePenalty {
|
|
15
20
|
action?: AbusePenaltyAction;
|
|
@@ -20,6 +25,13 @@ export interface AbusePenalty {
|
|
|
20
25
|
// @public
|
|
21
26
|
export type AbusePenaltyAction = string;
|
|
22
27
|
|
|
28
|
+
// @public (undocumented)
|
|
29
|
+
export interface AccessKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
30
|
+
authType: "AccessKey";
|
|
31
|
+
// (undocumented)
|
|
32
|
+
credentials?: ConnectionAccessKey;
|
|
33
|
+
}
|
|
34
|
+
|
|
23
35
|
// @public
|
|
24
36
|
export interface Account extends AzureEntityResource {
|
|
25
37
|
identity?: Identity;
|
|
@@ -33,6 +45,112 @@ export interface Account extends AzureEntityResource {
|
|
|
33
45
|
};
|
|
34
46
|
}
|
|
35
47
|
|
|
48
|
+
// @public
|
|
49
|
+
export interface AccountCapabilityHosts {
|
|
50
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, capabilityHostName: string, body: CapabilityHost, options?: AccountCapabilityHostsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccountCapabilityHostsCreateOrUpdateResponse>, AccountCapabilityHostsCreateOrUpdateResponse>>;
|
|
51
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, capabilityHostName: string, body: CapabilityHost, options?: AccountCapabilityHostsCreateOrUpdateOptionalParams): Promise<AccountCapabilityHostsCreateOrUpdateResponse>;
|
|
52
|
+
beginDelete(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccountCapabilityHostsDeleteResponse>, AccountCapabilityHostsDeleteResponse>>;
|
|
53
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsDeleteOptionalParams): Promise<AccountCapabilityHostsDeleteResponse>;
|
|
54
|
+
get(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsGetOptionalParams): Promise<AccountCapabilityHostsGetResponse>;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface AccountCapabilityHostsCreateOrUpdateHeaders {
|
|
59
|
+
azureAsyncOperation?: string;
|
|
60
|
+
xMsAsyncOperationTimeout?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface AccountCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
65
|
+
resumeFrom?: string;
|
|
66
|
+
updateIntervalInMs?: number;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export type AccountCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface AccountCapabilityHostsDeleteHeaders {
|
|
74
|
+
location?: string;
|
|
75
|
+
retryAfter?: number;
|
|
76
|
+
xMsAsyncOperationTimeout?: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface AccountCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
81
|
+
resumeFrom?: string;
|
|
82
|
+
updateIntervalInMs?: number;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export type AccountCapabilityHostsDeleteResponse = AccountCapabilityHostsDeleteHeaders;
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AccountCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type AccountCapabilityHostsGetResponse = CapabilityHost;
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AccountConnection {
|
|
97
|
+
create(resourceGroupName: string, accountName: string, connectionName: string, options?: AccountConnectionCreateOptionalParams): Promise<AccountConnectionCreateResponse>;
|
|
98
|
+
delete(resourceGroupName: string, accountName: string, connectionName: string, options?: AccountConnectionDeleteOptionalParams): Promise<void>;
|
|
99
|
+
get(resourceGroupName: string, accountName: string, connectionName: string, options?: AccountConnectionGetOptionalParams): Promise<AccountConnectionGetResponse>;
|
|
100
|
+
list(resourceGroupName: string, accountName: string, options?: AccountConnectionListOptionalParams): PagedAsyncIterableIterator<ConnectionPropertiesV2BasicResource>;
|
|
101
|
+
update(resourceGroupName: string, accountName: string, connectionName: string, options?: AccountConnectionUpdateOptionalParams): Promise<AccountConnectionUpdateResponse>;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export interface AccountConnectionCreateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
+
body?: ConnectionPropertiesV2BasicResource;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export type AccountConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export interface AccountConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export interface AccountConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export type AccountConnectionGetResponse = ConnectionPropertiesV2BasicResource;
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export interface AccountConnectionListNextOptionalParams extends coreClient.OperationOptions {
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export type AccountConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface AccountConnectionListOptionalParams extends coreClient.OperationOptions {
|
|
132
|
+
category?: string;
|
|
133
|
+
includeAll?: boolean;
|
|
134
|
+
target?: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export type AccountConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface AccountConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
142
|
+
body?: ConnectionUpdateContent;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export type AccountConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export interface AccountKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
150
|
+
authType: "AccountKey";
|
|
151
|
+
credentials?: ConnectionAccountKey;
|
|
152
|
+
}
|
|
153
|
+
|
|
36
154
|
// @public
|
|
37
155
|
export interface AccountListResult {
|
|
38
156
|
nextLink?: string;
|
|
@@ -67,13 +185,16 @@ export interface AccountProperties {
|
|
|
67
185
|
readonly abusePenalty?: AbusePenalty;
|
|
68
186
|
// (undocumented)
|
|
69
187
|
allowedFqdnList?: string[];
|
|
188
|
+
allowProjectManagement?: boolean;
|
|
70
189
|
amlWorkspace?: UserOwnedAmlWorkspace;
|
|
71
190
|
apiProperties?: ApiProperties;
|
|
191
|
+
associatedProjects?: string[];
|
|
72
192
|
readonly callRateLimit?: CallRateLimit;
|
|
73
193
|
readonly capabilities?: SkuCapability[];
|
|
74
194
|
readonly commitmentPlanAssociations?: CommitmentPlanAssociation[];
|
|
75
195
|
customSubDomainName?: string;
|
|
76
196
|
readonly dateCreated?: string;
|
|
197
|
+
defaultProject?: string;
|
|
77
198
|
readonly deletionDate?: string;
|
|
78
199
|
// (undocumented)
|
|
79
200
|
disableLocalAuth?: boolean;
|
|
@@ -88,6 +209,7 @@ export interface AccountProperties {
|
|
|
88
209
|
locations?: MultiRegionSettings;
|
|
89
210
|
migrationToken?: string;
|
|
90
211
|
networkAcls?: NetworkRuleSet;
|
|
212
|
+
networkInjections?: NetworkInjections;
|
|
91
213
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
92
214
|
readonly provisioningState?: ProvisioningState;
|
|
93
215
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
@@ -236,6 +358,12 @@ export type AccountsUpdateResponse = Account;
|
|
|
236
358
|
// @public
|
|
237
359
|
export type ActionType = string;
|
|
238
360
|
|
|
361
|
+
// @public
|
|
362
|
+
export interface ApiKeyAuthConnectionProperties extends ConnectionPropertiesV2 {
|
|
363
|
+
authType: "ApiKey";
|
|
364
|
+
credentials?: ConnectionApiKey;
|
|
365
|
+
}
|
|
366
|
+
|
|
239
367
|
// @public
|
|
240
368
|
export interface ApiKeys {
|
|
241
369
|
key1?: string;
|
|
@@ -316,6 +444,28 @@ export interface CallRateLimit {
|
|
|
316
444
|
rules?: ThrottlingRule[];
|
|
317
445
|
}
|
|
318
446
|
|
|
447
|
+
// @public
|
|
448
|
+
export interface CapabilityHost extends ProxyResource {
|
|
449
|
+
properties: CapabilityHostProperties;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type CapabilityHostKind = string;
|
|
454
|
+
|
|
455
|
+
// @public (undocumented)
|
|
456
|
+
export interface CapabilityHostProperties extends ResourceBase {
|
|
457
|
+
aiServicesConnections?: string[];
|
|
458
|
+
capabilityHostKind?: CapabilityHostKind;
|
|
459
|
+
customerSubnet?: string;
|
|
460
|
+
readonly provisioningState?: CapabilityHostProvisioningState;
|
|
461
|
+
storageConnections?: string[];
|
|
462
|
+
threadStorageConnections?: string[];
|
|
463
|
+
vectorStoreConnections?: string[];
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type CapabilityHostProvisioningState = string;
|
|
468
|
+
|
|
319
469
|
// @public
|
|
320
470
|
export interface CapacityConfig {
|
|
321
471
|
allowedValues?: number[];
|
|
@@ -360,6 +510,10 @@ export class CognitiveServicesManagementClient extends coreClient.ServiceClient
|
|
|
360
510
|
$host: string;
|
|
361
511
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CognitiveServicesManagementClientOptionalParams);
|
|
362
512
|
// (undocumented)
|
|
513
|
+
accountCapabilityHosts: AccountCapabilityHosts;
|
|
514
|
+
// (undocumented)
|
|
515
|
+
accountConnection: AccountConnection;
|
|
516
|
+
// (undocumented)
|
|
363
517
|
accounts: Accounts;
|
|
364
518
|
// (undocumented)
|
|
365
519
|
apiVersion: string;
|
|
@@ -393,6 +547,12 @@ export class CognitiveServicesManagementClient extends coreClient.ServiceClient
|
|
|
393
547
|
// (undocumented)
|
|
394
548
|
privateLinkResources: PrivateLinkResources;
|
|
395
549
|
// (undocumented)
|
|
550
|
+
projectCapabilityHosts: ProjectCapabilityHosts;
|
|
551
|
+
// (undocumented)
|
|
552
|
+
projectConnection: ProjectConnection;
|
|
553
|
+
// (undocumented)
|
|
554
|
+
projects: Projects;
|
|
555
|
+
// (undocumented)
|
|
396
556
|
raiBlocklistItems: RaiBlocklistItems;
|
|
397
557
|
// (undocumented)
|
|
398
558
|
raiBlocklists: RaiBlocklists;
|
|
@@ -701,6 +861,136 @@ export interface CommitmentTiersListOptionalParams extends coreClient.OperationO
|
|
|
701
861
|
// @public
|
|
702
862
|
export type CommitmentTiersListResponse = CommitmentTierListResult;
|
|
703
863
|
|
|
864
|
+
// @public (undocumented)
|
|
865
|
+
export interface ConnectionAccessKey {
|
|
866
|
+
// (undocumented)
|
|
867
|
+
accessKeyId?: string;
|
|
868
|
+
// (undocumented)
|
|
869
|
+
secretAccessKey?: string;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
// @public
|
|
873
|
+
export interface ConnectionAccountKey {
|
|
874
|
+
// (undocumented)
|
|
875
|
+
key?: string;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
// @public
|
|
879
|
+
export interface ConnectionApiKey {
|
|
880
|
+
// (undocumented)
|
|
881
|
+
key?: string;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export type ConnectionAuthType = string;
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export type ConnectionCategory = string;
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export type ConnectionGroup = string;
|
|
892
|
+
|
|
893
|
+
// @public (undocumented)
|
|
894
|
+
export interface ConnectionManagedIdentity {
|
|
895
|
+
// (undocumented)
|
|
896
|
+
clientId?: string;
|
|
897
|
+
// (undocumented)
|
|
898
|
+
resourceId?: string;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
// @public
|
|
902
|
+
export interface ConnectionOAuth2 {
|
|
903
|
+
authUrl?: string;
|
|
904
|
+
clientId?: string;
|
|
905
|
+
// (undocumented)
|
|
906
|
+
clientSecret?: string;
|
|
907
|
+
developerToken?: string;
|
|
908
|
+
// (undocumented)
|
|
909
|
+
password?: string;
|
|
910
|
+
refreshToken?: string;
|
|
911
|
+
tenantId?: string;
|
|
912
|
+
username?: string;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public (undocumented)
|
|
916
|
+
export interface ConnectionPersonalAccessToken {
|
|
917
|
+
// (undocumented)
|
|
918
|
+
pat?: string;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export interface ConnectionPropertiesV2 {
|
|
923
|
+
authType: "PAT" | "ManagedIdentity" | "UsernamePassword" | "None" | "SAS" | "AccountKey" | "ServicePrincipal" | "AccessKey" | "ApiKey" | "CustomKeys" | "OAuth2" | "AAD";
|
|
924
|
+
category?: ConnectionCategory;
|
|
925
|
+
readonly createdByWorkspaceArmId?: string;
|
|
926
|
+
// (undocumented)
|
|
927
|
+
error?: string;
|
|
928
|
+
// (undocumented)
|
|
929
|
+
expiryTime?: Date;
|
|
930
|
+
readonly group?: ConnectionGroup;
|
|
931
|
+
// (undocumented)
|
|
932
|
+
isSharedToAll?: boolean;
|
|
933
|
+
metadata?: {
|
|
934
|
+
[propertyName: string]: string;
|
|
935
|
+
};
|
|
936
|
+
// (undocumented)
|
|
937
|
+
peRequirement?: ManagedPERequirement;
|
|
938
|
+
// (undocumented)
|
|
939
|
+
peStatus?: ManagedPEStatus;
|
|
940
|
+
// (undocumented)
|
|
941
|
+
sharedUserList?: string[];
|
|
942
|
+
// (undocumented)
|
|
943
|
+
target?: string;
|
|
944
|
+
// (undocumented)
|
|
945
|
+
useWorkspaceManagedIdentity?: boolean;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export interface ConnectionPropertiesV2BasicResource extends Resource {
|
|
950
|
+
properties: ConnectionPropertiesV2Union;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public (undocumented)
|
|
954
|
+
export interface ConnectionPropertiesV2BasicResourceArmPaginatedResult {
|
|
955
|
+
// (undocumented)
|
|
956
|
+
nextLink?: string;
|
|
957
|
+
// (undocumented)
|
|
958
|
+
value?: ConnectionPropertiesV2BasicResource[];
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
// @public (undocumented)
|
|
962
|
+
export type ConnectionPropertiesV2Union = ConnectionPropertiesV2 | PATAuthTypeConnectionProperties | ManagedIdentityAuthTypeConnectionProperties | UsernamePasswordAuthTypeConnectionProperties | NoneAuthTypeConnectionProperties | SASAuthTypeConnectionProperties | AccountKeyAuthTypeConnectionProperties | ServicePrincipalAuthTypeConnectionProperties | AccessKeyAuthTypeConnectionProperties | ApiKeyAuthConnectionProperties | CustomKeysConnectionProperties | OAuth2AuthTypeConnectionProperties | AADAuthTypeConnectionProperties;
|
|
963
|
+
|
|
964
|
+
// @public (undocumented)
|
|
965
|
+
export interface ConnectionServicePrincipal {
|
|
966
|
+
// (undocumented)
|
|
967
|
+
clientId?: string;
|
|
968
|
+
// (undocumented)
|
|
969
|
+
clientSecret?: string;
|
|
970
|
+
// (undocumented)
|
|
971
|
+
tenantId?: string;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public (undocumented)
|
|
975
|
+
export interface ConnectionSharedAccessSignature {
|
|
976
|
+
// (undocumented)
|
|
977
|
+
sas?: string;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
// @public
|
|
981
|
+
export interface ConnectionUpdateContent {
|
|
982
|
+
properties?: ConnectionPropertiesV2Union;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
// @public (undocumented)
|
|
986
|
+
export interface ConnectionUsernamePassword {
|
|
987
|
+
// (undocumented)
|
|
988
|
+
password?: string;
|
|
989
|
+
securityToken?: string;
|
|
990
|
+
// (undocumented)
|
|
991
|
+
username?: string;
|
|
992
|
+
}
|
|
993
|
+
|
|
704
994
|
// @public
|
|
705
995
|
export type ContentLevel = string;
|
|
706
996
|
|
|
@@ -712,6 +1002,19 @@ export interface CustomBlocklistConfig extends RaiBlocklistConfig {
|
|
|
712
1002
|
source?: RaiPolicyContentSource;
|
|
713
1003
|
}
|
|
714
1004
|
|
|
1005
|
+
// @public
|
|
1006
|
+
export interface CustomKeys {
|
|
1007
|
+
keys?: {
|
|
1008
|
+
[propertyName: string]: string;
|
|
1009
|
+
};
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export interface CustomKeysConnectionProperties extends ConnectionPropertiesV2 {
|
|
1014
|
+
authType: "CustomKeys";
|
|
1015
|
+
credentials?: CustomKeys;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
715
1018
|
// @public
|
|
716
1019
|
export interface DefenderForAISetting extends ProxyResource {
|
|
717
1020
|
readonly etag?: string;
|
|
@@ -861,6 +1164,7 @@ export interface DeploymentProperties {
|
|
|
861
1164
|
raiPolicyName?: string;
|
|
862
1165
|
readonly rateLimits?: ThrottlingRule[];
|
|
863
1166
|
scaleSettings?: DeploymentScaleSettings;
|
|
1167
|
+
spilloverDeploymentName?: string;
|
|
864
1168
|
versionUpgradeOption?: DeploymentModelVersionUpgradeOption;
|
|
865
1169
|
}
|
|
866
1170
|
|
|
@@ -1129,6 +1433,21 @@ export enum KnownByPassSelection {
|
|
|
1129
1433
|
None = "None"
|
|
1130
1434
|
}
|
|
1131
1435
|
|
|
1436
|
+
// @public
|
|
1437
|
+
export enum KnownCapabilityHostKind {
|
|
1438
|
+
Agents = "Agents"
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
// @public
|
|
1442
|
+
export enum KnownCapabilityHostProvisioningState {
|
|
1443
|
+
Canceled = "Canceled",
|
|
1444
|
+
Creating = "Creating",
|
|
1445
|
+
Deleting = "Deleting",
|
|
1446
|
+
Failed = "Failed",
|
|
1447
|
+
Succeeded = "Succeeded",
|
|
1448
|
+
Updating = "Updating"
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1132
1451
|
// @public
|
|
1133
1452
|
export enum KnownCommitmentPlanProvisioningState {
|
|
1134
1453
|
Accepted = "Accepted",
|
|
@@ -1140,6 +1459,142 @@ export enum KnownCommitmentPlanProvisioningState {
|
|
|
1140
1459
|
Succeeded = "Succeeded"
|
|
1141
1460
|
}
|
|
1142
1461
|
|
|
1462
|
+
// @public
|
|
1463
|
+
export enum KnownConnectionAuthType {
|
|
1464
|
+
AAD = "AAD",
|
|
1465
|
+
AccessKey = "AccessKey",
|
|
1466
|
+
AccountKey = "AccountKey",
|
|
1467
|
+
ApiKey = "ApiKey",
|
|
1468
|
+
CustomKeys = "CustomKeys",
|
|
1469
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1470
|
+
None = "None",
|
|
1471
|
+
OAuth2 = "OAuth2",
|
|
1472
|
+
PAT = "PAT",
|
|
1473
|
+
SAS = "SAS",
|
|
1474
|
+
ServicePrincipal = "ServicePrincipal",
|
|
1475
|
+
UsernamePassword = "UsernamePassword"
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
// @public
|
|
1479
|
+
export enum KnownConnectionCategory {
|
|
1480
|
+
AdlsGen2 = "ADLSGen2",
|
|
1481
|
+
AIServices = "AIServices",
|
|
1482
|
+
AmazonMws = "AmazonMws",
|
|
1483
|
+
AmazonRdsForOracle = "AmazonRdsForOracle",
|
|
1484
|
+
AmazonRdsForSqlServer = "AmazonRdsForSqlServer",
|
|
1485
|
+
AmazonRedshift = "AmazonRedshift",
|
|
1486
|
+
AmazonS3Compatible = "AmazonS3Compatible",
|
|
1487
|
+
ApiKey = "ApiKey",
|
|
1488
|
+
AzureBlob = "AzureBlob",
|
|
1489
|
+
AzureDatabricksDeltaLake = "AzureDatabricksDeltaLake",
|
|
1490
|
+
AzureDataExplorer = "AzureDataExplorer",
|
|
1491
|
+
AzureMariaDb = "AzureMariaDb",
|
|
1492
|
+
AzureMySqlDb = "AzureMySqlDb",
|
|
1493
|
+
AzureOneLake = "AzureOneLake",
|
|
1494
|
+
AzureOpenAI = "AzureOpenAI",
|
|
1495
|
+
AzurePostgresDb = "AzurePostgresDb",
|
|
1496
|
+
AzureSqlDb = "AzureSqlDb",
|
|
1497
|
+
AzureSqlMi = "AzureSqlMi",
|
|
1498
|
+
AzureSynapseAnalytics = "AzureSynapseAnalytics",
|
|
1499
|
+
AzureTableStorage = "AzureTableStorage",
|
|
1500
|
+
BingLLMSearch = "BingLLMSearch",
|
|
1501
|
+
Cassandra = "Cassandra",
|
|
1502
|
+
CognitiveSearch = "CognitiveSearch",
|
|
1503
|
+
CognitiveService = "CognitiveService",
|
|
1504
|
+
Concur = "Concur",
|
|
1505
|
+
ContainerRegistry = "ContainerRegistry",
|
|
1506
|
+
CosmosDb = "CosmosDb",
|
|
1507
|
+
CosmosDbMongoDbApi = "CosmosDbMongoDbApi",
|
|
1508
|
+
Couchbase = "Couchbase",
|
|
1509
|
+
CustomKeys = "CustomKeys",
|
|
1510
|
+
Db2 = "Db2",
|
|
1511
|
+
Drill = "Drill",
|
|
1512
|
+
Dynamics = "Dynamics",
|
|
1513
|
+
DynamicsAx = "DynamicsAx",
|
|
1514
|
+
DynamicsCrm = "DynamicsCrm",
|
|
1515
|
+
Elasticsearch = "Elasticsearch",
|
|
1516
|
+
Eloqua = "Eloqua",
|
|
1517
|
+
FileServer = "FileServer",
|
|
1518
|
+
FtpServer = "FtpServer",
|
|
1519
|
+
GenericContainerRegistry = "GenericContainerRegistry",
|
|
1520
|
+
GenericHttp = "GenericHttp",
|
|
1521
|
+
GenericRest = "GenericRest",
|
|
1522
|
+
Git = "Git",
|
|
1523
|
+
GoogleAdWords = "GoogleAdWords",
|
|
1524
|
+
GoogleBigQuery = "GoogleBigQuery",
|
|
1525
|
+
GoogleCloudStorage = "GoogleCloudStorage",
|
|
1526
|
+
Greenplum = "Greenplum",
|
|
1527
|
+
Hbase = "Hbase",
|
|
1528
|
+
Hdfs = "Hdfs",
|
|
1529
|
+
Hive = "Hive",
|
|
1530
|
+
Hubspot = "Hubspot",
|
|
1531
|
+
Impala = "Impala",
|
|
1532
|
+
Informix = "Informix",
|
|
1533
|
+
Jira = "Jira",
|
|
1534
|
+
Magento = "Magento",
|
|
1535
|
+
ManagedOnlineEndpoint = "ManagedOnlineEndpoint",
|
|
1536
|
+
MariaDb = "MariaDb",
|
|
1537
|
+
Marketo = "Marketo",
|
|
1538
|
+
MicrosoftAccess = "MicrosoftAccess",
|
|
1539
|
+
MongoDbAtlas = "MongoDbAtlas",
|
|
1540
|
+
MongoDbV2 = "MongoDbV2",
|
|
1541
|
+
MySql = "MySql",
|
|
1542
|
+
Netezza = "Netezza",
|
|
1543
|
+
ODataRest = "ODataRest",
|
|
1544
|
+
Odbc = "Odbc",
|
|
1545
|
+
Office365 = "Office365",
|
|
1546
|
+
OpenAI = "OpenAI",
|
|
1547
|
+
Oracle = "Oracle",
|
|
1548
|
+
OracleCloudStorage = "OracleCloudStorage",
|
|
1549
|
+
OracleServiceCloud = "OracleServiceCloud",
|
|
1550
|
+
PayPal = "PayPal",
|
|
1551
|
+
Phoenix = "Phoenix",
|
|
1552
|
+
Pinecone = "Pinecone",
|
|
1553
|
+
PostgreSql = "PostgreSql",
|
|
1554
|
+
Presto = "Presto",
|
|
1555
|
+
PythonFeed = "PythonFeed",
|
|
1556
|
+
QuickBooks = "QuickBooks",
|
|
1557
|
+
Redis = "Redis",
|
|
1558
|
+
Responsys = "Responsys",
|
|
1559
|
+
S3 = "S3",
|
|
1560
|
+
Salesforce = "Salesforce",
|
|
1561
|
+
SalesforceMarketingCloud = "SalesforceMarketingCloud",
|
|
1562
|
+
SalesforceServiceCloud = "SalesforceServiceCloud",
|
|
1563
|
+
SapBw = "SapBw",
|
|
1564
|
+
SapCloudForCustomer = "SapCloudForCustomer",
|
|
1565
|
+
SapEcc = "SapEcc",
|
|
1566
|
+
SapHana = "SapHana",
|
|
1567
|
+
SapOpenHub = "SapOpenHub",
|
|
1568
|
+
SapTable = "SapTable",
|
|
1569
|
+
Serp = "Serp",
|
|
1570
|
+
Serverless = "Serverless",
|
|
1571
|
+
ServiceNow = "ServiceNow",
|
|
1572
|
+
Sftp = "Sftp",
|
|
1573
|
+
SharePointOnlineList = "SharePointOnlineList",
|
|
1574
|
+
Shopify = "Shopify",
|
|
1575
|
+
Snowflake = "Snowflake",
|
|
1576
|
+
Spark = "Spark",
|
|
1577
|
+
SqlServer = "SqlServer",
|
|
1578
|
+
Square = "Square",
|
|
1579
|
+
Sybase = "Sybase",
|
|
1580
|
+
Teradata = "Teradata",
|
|
1581
|
+
Vertica = "Vertica",
|
|
1582
|
+
WebTable = "WebTable",
|
|
1583
|
+
Xero = "Xero",
|
|
1584
|
+
Zoho = "Zoho"
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
// @public
|
|
1588
|
+
export enum KnownConnectionGroup {
|
|
1589
|
+
Azure = "Azure",
|
|
1590
|
+
AzureAI = "AzureAI",
|
|
1591
|
+
Database = "Database",
|
|
1592
|
+
File = "File",
|
|
1593
|
+
GenericProtocol = "GenericProtocol",
|
|
1594
|
+
NoSQL = "NoSQL",
|
|
1595
|
+
ServicesAndApps = "ServicesAndApps"
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1143
1598
|
// @public
|
|
1144
1599
|
export enum KnownContentLevel {
|
|
1145
1600
|
High = "High",
|
|
@@ -1217,6 +1672,20 @@ export enum KnownKeySource {
|
|
|
1217
1672
|
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
1218
1673
|
}
|
|
1219
1674
|
|
|
1675
|
+
// @public
|
|
1676
|
+
export enum KnownManagedPERequirement {
|
|
1677
|
+
NotApplicable = "NotApplicable",
|
|
1678
|
+
NotRequired = "NotRequired",
|
|
1679
|
+
Required = "Required"
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
// @public
|
|
1683
|
+
export enum KnownManagedPEStatus {
|
|
1684
|
+
Active = "Active",
|
|
1685
|
+
Inactive = "Inactive",
|
|
1686
|
+
NotApplicable = "NotApplicable"
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1220
1689
|
// @public
|
|
1221
1690
|
export enum KnownModelLifecycleStatus {
|
|
1222
1691
|
Deprecated = "Deprecated",
|
|
@@ -1263,6 +1732,7 @@ export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
|
1263
1732
|
// @public
|
|
1264
1733
|
export enum KnownProvisioningState {
|
|
1265
1734
|
Accepted = "Accepted",
|
|
1735
|
+
Canceled = "Canceled",
|
|
1266
1736
|
Creating = "Creating",
|
|
1267
1737
|
Deleting = "Deleting",
|
|
1268
1738
|
Failed = "Failed",
|
|
@@ -1318,6 +1788,12 @@ export enum KnownRoutingMethods {
|
|
|
1318
1788
|
Weighted = "Weighted"
|
|
1319
1789
|
}
|
|
1320
1790
|
|
|
1791
|
+
// @public
|
|
1792
|
+
export enum KnownScenarioType {
|
|
1793
|
+
Agent = "agent",
|
|
1794
|
+
None = "none"
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1321
1797
|
// @public
|
|
1322
1798
|
export enum KnownSkuTier {
|
|
1323
1799
|
Basic = "Basic",
|
|
@@ -1357,6 +1833,19 @@ export interface LocationBasedModelCapacitiesListOptionalParams extends coreClie
|
|
|
1357
1833
|
// @public
|
|
1358
1834
|
export type LocationBasedModelCapacitiesListResponse = ModelCapacityListResult;
|
|
1359
1835
|
|
|
1836
|
+
// @public (undocumented)
|
|
1837
|
+
export interface ManagedIdentityAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
1838
|
+
authType: "ManagedIdentity";
|
|
1839
|
+
// (undocumented)
|
|
1840
|
+
credentials?: ConnectionManagedIdentity;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
// @public
|
|
1844
|
+
export type ManagedPERequirement = string;
|
|
1845
|
+
|
|
1846
|
+
// @public
|
|
1847
|
+
export type ManagedPEStatus = string;
|
|
1848
|
+
|
|
1360
1849
|
// @public
|
|
1361
1850
|
export interface MetricName {
|
|
1362
1851
|
localizedValue?: string;
|
|
@@ -1474,6 +1963,13 @@ export interface MultiRegionSettings {
|
|
|
1474
1963
|
routingMethod?: RoutingMethods;
|
|
1475
1964
|
}
|
|
1476
1965
|
|
|
1966
|
+
// @public
|
|
1967
|
+
export interface NetworkInjections {
|
|
1968
|
+
scenario?: ScenarioType;
|
|
1969
|
+
subnetArmId?: string;
|
|
1970
|
+
useMicrosoftManagedNetwork?: boolean;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1477
1973
|
// @public
|
|
1478
1974
|
export type NetworkRuleAction = string;
|
|
1479
1975
|
|
|
@@ -1592,9 +2088,20 @@ export interface NetworkSecurityPerimeterProfileInfo {
|
|
|
1592
2088
|
name?: string;
|
|
1593
2089
|
}
|
|
1594
2090
|
|
|
2091
|
+
// @public (undocumented)
|
|
2092
|
+
export interface NoneAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2093
|
+
authType: "None";
|
|
2094
|
+
}
|
|
2095
|
+
|
|
1595
2096
|
// @public
|
|
1596
2097
|
export type NspAccessRuleDirection = string;
|
|
1597
2098
|
|
|
2099
|
+
// @public (undocumented)
|
|
2100
|
+
export interface OAuth2AuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2101
|
+
authType: "OAuth2";
|
|
2102
|
+
credentials?: ConnectionOAuth2;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
1598
2105
|
// @public
|
|
1599
2106
|
export interface Operation {
|
|
1600
2107
|
readonly actionType?: ActionType;
|
|
@@ -1640,6 +2147,13 @@ export type OperationsListResponse = OperationListResult;
|
|
|
1640
2147
|
// @public
|
|
1641
2148
|
export type Origin = string;
|
|
1642
2149
|
|
|
2150
|
+
// @public (undocumented)
|
|
2151
|
+
export interface PATAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2152
|
+
authType: "PAT";
|
|
2153
|
+
// (undocumented)
|
|
2154
|
+
credentials?: ConnectionPersonalAccessToken;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
1643
2157
|
// @public
|
|
1644
2158
|
export interface PatchResourceTags {
|
|
1645
2159
|
tags?: {
|
|
@@ -1759,6 +2273,191 @@ export interface PrivateLinkServiceConnectionState {
|
|
|
1759
2273
|
status?: PrivateEndpointServiceConnectionStatus;
|
|
1760
2274
|
}
|
|
1761
2275
|
|
|
2276
|
+
// @public
|
|
2277
|
+
export interface Project extends AzureEntityResource {
|
|
2278
|
+
identity?: Identity;
|
|
2279
|
+
location?: string;
|
|
2280
|
+
properties?: ProjectProperties;
|
|
2281
|
+
readonly systemData?: SystemData;
|
|
2282
|
+
tags?: {
|
|
2283
|
+
[propertyName: string]: string;
|
|
2284
|
+
};
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
// @public
|
|
2288
|
+
export interface ProjectCapabilityHosts {
|
|
2289
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, body: CapabilityHost, options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCapabilityHostsCreateOrUpdateResponse>, ProjectCapabilityHostsCreateOrUpdateResponse>>;
|
|
2290
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, body: CapabilityHost, options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams): Promise<ProjectCapabilityHostsCreateOrUpdateResponse>;
|
|
2291
|
+
beginDelete(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, options?: ProjectCapabilityHostsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCapabilityHostsDeleteResponse>, ProjectCapabilityHostsDeleteResponse>>;
|
|
2292
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, options?: ProjectCapabilityHostsDeleteOptionalParams): Promise<ProjectCapabilityHostsDeleteResponse>;
|
|
2293
|
+
get(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, options?: ProjectCapabilityHostsGetOptionalParams): Promise<ProjectCapabilityHostsGetResponse>;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
// @public
|
|
2297
|
+
export interface ProjectCapabilityHostsCreateOrUpdateHeaders {
|
|
2298
|
+
azureAsyncOperation?: string;
|
|
2299
|
+
xMsAsyncOperationTimeout?: string;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
// @public
|
|
2303
|
+
export interface ProjectCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2304
|
+
resumeFrom?: string;
|
|
2305
|
+
updateIntervalInMs?: number;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
// @public
|
|
2309
|
+
export type ProjectCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
|
|
2310
|
+
|
|
2311
|
+
// @public
|
|
2312
|
+
export interface ProjectCapabilityHostsDeleteHeaders {
|
|
2313
|
+
location?: string;
|
|
2314
|
+
retryAfter?: number;
|
|
2315
|
+
xMsAsyncOperationTimeout?: string;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
// @public
|
|
2319
|
+
export interface ProjectCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2320
|
+
resumeFrom?: string;
|
|
2321
|
+
updateIntervalInMs?: number;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
// @public
|
|
2325
|
+
export type ProjectCapabilityHostsDeleteResponse = ProjectCapabilityHostsDeleteHeaders;
|
|
2326
|
+
|
|
2327
|
+
// @public
|
|
2328
|
+
export interface ProjectCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
// @public
|
|
2332
|
+
export type ProjectCapabilityHostsGetResponse = CapabilityHost;
|
|
2333
|
+
|
|
2334
|
+
// @public
|
|
2335
|
+
export interface ProjectConnection {
|
|
2336
|
+
create(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionCreateOptionalParams): Promise<ProjectConnectionCreateResponse>;
|
|
2337
|
+
delete(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionDeleteOptionalParams): Promise<void>;
|
|
2338
|
+
get(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionGetOptionalParams): Promise<ProjectConnectionGetResponse>;
|
|
2339
|
+
list(resourceGroupName: string, accountName: string, projectName: string, options?: ProjectConnectionListOptionalParams): PagedAsyncIterableIterator<ConnectionPropertiesV2BasicResource>;
|
|
2340
|
+
update(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionUpdateOptionalParams): Promise<ProjectConnectionUpdateResponse>;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
// @public
|
|
2344
|
+
export interface ProjectConnectionCreateOptionalParams extends coreClient.OperationOptions {
|
|
2345
|
+
body?: ConnectionPropertiesV2BasicResource;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
// @public
|
|
2349
|
+
export type ProjectConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
|
|
2350
|
+
|
|
2351
|
+
// @public
|
|
2352
|
+
export interface ProjectConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface ProjectConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export type ProjectConnectionGetResponse = ConnectionPropertiesV2BasicResource;
|
|
2361
|
+
|
|
2362
|
+
// @public
|
|
2363
|
+
export interface ProjectConnectionListNextOptionalParams extends coreClient.OperationOptions {
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
// @public
|
|
2367
|
+
export type ProjectConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
2368
|
+
|
|
2369
|
+
// @public
|
|
2370
|
+
export interface ProjectConnectionListOptionalParams extends coreClient.OperationOptions {
|
|
2371
|
+
category?: string;
|
|
2372
|
+
includeAll?: boolean;
|
|
2373
|
+
target?: string;
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
// @public
|
|
2377
|
+
export type ProjectConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
|
|
2378
|
+
|
|
2379
|
+
// @public
|
|
2380
|
+
export interface ProjectConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2381
|
+
body?: ConnectionUpdateContent;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
// @public
|
|
2385
|
+
export type ProjectConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
|
|
2386
|
+
|
|
2387
|
+
// @public
|
|
2388
|
+
export interface ProjectListResult {
|
|
2389
|
+
nextLink?: string;
|
|
2390
|
+
readonly value?: Project[];
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
// @public
|
|
2394
|
+
export interface ProjectProperties {
|
|
2395
|
+
description?: string;
|
|
2396
|
+
displayName?: string;
|
|
2397
|
+
readonly endpoints?: {
|
|
2398
|
+
[propertyName: string]: string;
|
|
2399
|
+
};
|
|
2400
|
+
readonly isDefault?: boolean;
|
|
2401
|
+
readonly provisioningState?: ProvisioningState;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
// @public
|
|
2405
|
+
export interface Projects {
|
|
2406
|
+
beginCreate(resourceGroupName: string, accountName: string, projectName: string, project: Project, options?: ProjectsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectsCreateResponse>, ProjectsCreateResponse>>;
|
|
2407
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, projectName: string, project: Project, options?: ProjectsCreateOptionalParams): Promise<ProjectsCreateResponse>;
|
|
2408
|
+
beginDelete(resourceGroupName: string, accountName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2409
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
|
|
2410
|
+
beginUpdate(resourceGroupName: string, accountName: string, projectName: string, project: Project, options?: ProjectsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectsUpdateResponse>, ProjectsUpdateResponse>>;
|
|
2411
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, projectName: string, project: Project, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
2412
|
+
get(resourceGroupName: string, accountName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
2413
|
+
list(resourceGroupName: string, accountName: string, options?: ProjectsListOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
// @public
|
|
2417
|
+
export interface ProjectsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2418
|
+
resumeFrom?: string;
|
|
2419
|
+
updateIntervalInMs?: number;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
// @public
|
|
2423
|
+
export type ProjectsCreateResponse = Project;
|
|
2424
|
+
|
|
2425
|
+
// @public
|
|
2426
|
+
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2427
|
+
resumeFrom?: string;
|
|
2428
|
+
updateIntervalInMs?: number;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
// @public
|
|
2432
|
+
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
// @public
|
|
2436
|
+
export type ProjectsGetResponse = Project;
|
|
2437
|
+
|
|
2438
|
+
// @public
|
|
2439
|
+
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
// @public
|
|
2443
|
+
export type ProjectsListNextResponse = ProjectListResult;
|
|
2444
|
+
|
|
2445
|
+
// @public
|
|
2446
|
+
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
// @public
|
|
2450
|
+
export type ProjectsListResponse = ProjectListResult;
|
|
2451
|
+
|
|
2452
|
+
// @public
|
|
2453
|
+
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2454
|
+
resumeFrom?: string;
|
|
2455
|
+
updateIntervalInMs?: number;
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
// @public
|
|
2459
|
+
export type ProjectsUpdateResponse = Project;
|
|
2460
|
+
|
|
1762
2461
|
// @public (undocumented)
|
|
1763
2462
|
export interface ProvisioningIssue {
|
|
1764
2463
|
name?: string;
|
|
@@ -2143,6 +2842,14 @@ export interface Resource {
|
|
|
2143
2842
|
readonly type?: string;
|
|
2144
2843
|
}
|
|
2145
2844
|
|
|
2845
|
+
// @public (undocumented)
|
|
2846
|
+
export interface ResourceBase {
|
|
2847
|
+
description?: string;
|
|
2848
|
+
tags?: {
|
|
2849
|
+
[propertyName: string]: string | null;
|
|
2850
|
+
};
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2146
2853
|
// @public
|
|
2147
2854
|
export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
|
|
2148
2855
|
|
|
@@ -2204,6 +2911,23 @@ export type ResourceSkusListResponse = ResourceSkuListResult;
|
|
|
2204
2911
|
// @public
|
|
2205
2912
|
export type RoutingMethods = string;
|
|
2206
2913
|
|
|
2914
|
+
// @public (undocumented)
|
|
2915
|
+
export interface SASAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2916
|
+
authType: "SAS";
|
|
2917
|
+
// (undocumented)
|
|
2918
|
+
credentials?: ConnectionSharedAccessSignature;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
// @public
|
|
2922
|
+
export type ScenarioType = string;
|
|
2923
|
+
|
|
2924
|
+
// @public (undocumented)
|
|
2925
|
+
export interface ServicePrincipalAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
2926
|
+
authType: "ServicePrincipal";
|
|
2927
|
+
// (undocumented)
|
|
2928
|
+
credentials?: ConnectionServicePrincipal;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2207
2931
|
// @public
|
|
2208
2932
|
export interface Sku {
|
|
2209
2933
|
capacity?: number;
|
|
@@ -2323,6 +3047,13 @@ export interface UserAssignedIdentity {
|
|
|
2323
3047
|
readonly principalId?: string;
|
|
2324
3048
|
}
|
|
2325
3049
|
|
|
3050
|
+
// @public (undocumented)
|
|
3051
|
+
export interface UsernamePasswordAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
|
|
3052
|
+
authType: "UsernamePassword";
|
|
3053
|
+
// (undocumented)
|
|
3054
|
+
credentials?: ConnectionUsernamePassword;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
2326
3057
|
// @public
|
|
2327
3058
|
export interface UserOwnedAmlWorkspace {
|
|
2328
3059
|
identityClientId?: string;
|