@azure/arm-cognitiveservices 7.7.0-beta.1 → 7.7.0
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 +113 -0
- package/README.md +1 -1
- package/dist/browser/cognitiveServicesManagementClient.d.ts +3 -3
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/browser/cognitiveServicesManagementClient.js +55 -16
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +36 -32
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +292 -126
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +3 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +7 -7
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/accountCapabilityHosts.d.ts +4 -4
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/browser/operations/accountCapabilityHosts.js +31 -20
- package/dist/browser/operations/accountCapabilityHosts.js.map +1 -1
- package/dist/browser/operations/{accountConnection.d.ts → accountConnections.d.ts} +11 -11
- package/dist/browser/operations/accountConnections.d.ts.map +1 -0
- package/dist/{react-native/operations/accountConnection.js → browser/operations/accountConnections.js} +29 -46
- package/dist/browser/operations/accountConnections.js.map +1 -0
- package/dist/browser/operations/accounts.d.ts.map +1 -1
- package/dist/browser/operations/accounts.js +112 -140
- 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 +166 -196
- 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 +28 -41
- 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 +23 -40
- 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 +40 -48
- 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 +79 -98
- 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 +35 -47
- package/dist/browser/operations/encryptionScopes.js.map +1 -1
- package/dist/browser/operations/index.d.ts +2 -2
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +2 -2
- 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 +28 -41
- 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 +28 -41
- 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 +28 -41
- 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 +35 -47
- 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 +23 -40
- 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 +24 -13
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +1 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/projectCapabilityHosts.d.ts +4 -4
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/browser/operations/projectCapabilityHosts.js +31 -20
- package/dist/browser/operations/projectCapabilityHosts.js.map +1 -1
- package/dist/{commonjs/operations/projectConnection.d.ts → browser/operations/projectConnections.d.ts} +11 -11
- package/dist/browser/operations/projectConnections.d.ts.map +1 -0
- package/dist/browser/operations/{projectConnection.js → projectConnections.js} +29 -46
- package/dist/browser/operations/projectConnections.js.map +1 -0
- package/dist/browser/operations/projects.d.ts.map +1 -1
- package/dist/browser/operations/projects.js +57 -59
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/browser/operations/raiBlocklistItems.js +35 -47
- 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 +35 -47
- 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 +28 -41
- 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 +35 -47
- 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 +28 -41
- 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 +28 -41
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +4 -4
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -1
- package/dist/{esm/operationsInterfaces/accountConnection.d.ts → browser/operationsInterfaces/accountConnections.d.ts} +9 -9
- package/dist/browser/operationsInterfaces/accountConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/{accountConnection.js → accountConnections.js} +1 -1
- package/dist/browser/operationsInterfaces/accountConnections.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/commitmentTiers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/commitmentTiers.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 +2 -2
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +2 -2
- 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 +4 -4
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -1
- package/dist/{esm/operationsInterfaces/projectConnection.d.ts → browser/operationsInterfaces/projectConnections.d.ts} +9 -9
- package/dist/browser/operationsInterfaces/projectConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/{projectConnection.js → projectConnections.js} +1 -1
- package/dist/browser/operationsInterfaces/projectConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/projects.js.map +1 -1
- 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 +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +3 -3
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cognitiveServicesManagementClient.js +54 -15
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +36 -32
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +292 -126
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +3 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +8 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +4 -4
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/commonjs/operations/accountCapabilityHosts.js +30 -19
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -1
- package/dist/{esm/operations/accountConnection.d.ts → commonjs/operations/accountConnections.d.ts} +11 -11
- package/dist/commonjs/operations/accountConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/{accountConnection.js → accountConnections.js} +31 -47
- package/dist/commonjs/operations/accountConnections.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -1
- package/dist/commonjs/operations/accounts.js +111 -138
- 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 +165 -194
- 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 +28 -40
- 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 +23 -39
- 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 +39 -46
- 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 +78 -96
- 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 +34 -45
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +2 -2
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +2 -2
- 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 +28 -40
- 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 +28 -40
- 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 +28 -40
- 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 +34 -45
- 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 +23 -39
- 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 +23 -12
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +1 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +4 -4
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/commonjs/operations/projectCapabilityHosts.js +30 -19
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -1
- package/dist/{browser/operations/projectConnection.d.ts → commonjs/operations/projectConnections.d.ts} +11 -11
- package/dist/commonjs/operations/projectConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/{projectConnection.js → projectConnections.js} +31 -47
- package/dist/commonjs/operations/projectConnections.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -1
- package/dist/commonjs/operations/projects.js +56 -57
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/commonjs/operations/raiBlocklistItems.js +34 -45
- 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 +34 -45
- 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 +28 -40
- 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 +34 -45
- 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 +28 -40
- 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 +28 -40
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -1
- package/dist/{react-native/operationsInterfaces/accountConnection.d.ts → commonjs/operationsInterfaces/accountConnections.d.ts} +9 -9
- package/dist/commonjs/operationsInterfaces/accountConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/{accountConnection.js → accountConnections.js} +1 -1
- package/dist/commonjs/operationsInterfaces/accountConnections.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/commitmentTiers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/commitmentTiers.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 +2 -2
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +2 -2
- 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 +4 -4
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -1
- package/dist/{react-native/operationsInterfaces/projectConnection.d.ts → commonjs/operationsInterfaces/projectConnections.d.ts} +9 -9
- package/dist/commonjs/operationsInterfaces/projectConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/{projectConnection.js → projectConnections.js} +1 -1
- package/dist/commonjs/operationsInterfaces/projectConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -1
- 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 +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/cognitiveServicesManagementClient.d.ts +3 -3
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/esm/cognitiveServicesManagementClient.js +55 -16
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +36 -32
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +292 -126
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +3 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +7 -7
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/accountCapabilityHosts.d.ts +4 -4
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/esm/operations/accountCapabilityHosts.js +31 -20
- package/dist/esm/operations/accountCapabilityHosts.js.map +1 -1
- package/dist/{react-native/operations/accountConnection.d.ts → esm/operations/accountConnections.d.ts} +11 -11
- package/dist/esm/operations/accountConnections.d.ts.map +1 -0
- package/dist/esm/operations/{accountConnection.js → accountConnections.js} +29 -46
- package/dist/esm/operations/accountConnections.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -1
- package/dist/esm/operations/accounts.js +112 -140
- 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 +166 -196
- 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 +28 -41
- 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 +23 -40
- 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 +40 -48
- 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 +79 -98
- 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 +35 -47
- package/dist/esm/operations/encryptionScopes.js.map +1 -1
- package/dist/esm/operations/index.d.ts +2 -2
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +2 -2
- 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 +28 -41
- 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 +28 -41
- 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 +28 -41
- 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 +35 -47
- 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 +23 -40
- 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 +24 -13
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +1 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/projectCapabilityHosts.d.ts +4 -4
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/esm/operations/projectCapabilityHosts.js +31 -20
- package/dist/esm/operations/projectCapabilityHosts.js.map +1 -1
- package/dist/esm/operations/{projectConnection.d.ts → projectConnections.d.ts} +11 -11
- package/dist/esm/operations/projectConnections.d.ts.map +1 -0
- package/dist/esm/operations/{projectConnection.js → projectConnections.js} +29 -46
- package/dist/esm/operations/projectConnections.js.map +1 -0
- package/dist/esm/operations/projects.d.ts.map +1 -1
- package/dist/esm/operations/projects.js +57 -59
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/esm/operations/raiBlocklistItems.js +35 -47
- 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 +35 -47
- 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 +28 -41
- 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 +35 -47
- 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 +28 -41
- 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 +28 -41
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +4 -4
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -1
- package/dist/{browser/operationsInterfaces/accountConnection.d.ts → esm/operationsInterfaces/accountConnections.d.ts} +9 -9
- package/dist/esm/operationsInterfaces/accountConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/{accountConnection.js → accountConnections.js} +1 -1
- package/dist/esm/operationsInterfaces/accountConnections.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/commitmentTiers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/commitmentTiers.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 +2 -2
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +2 -2
- 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 +4 -4
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -1
- package/dist/{commonjs/operationsInterfaces/projectConnection.d.ts → esm/operationsInterfaces/projectConnections.d.ts} +9 -9
- package/dist/esm/operationsInterfaces/projectConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/{projectConnection.js → projectConnections.js} +1 -1
- package/dist/esm/operationsInterfaces/projectConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/projects.js.map +1 -1
- 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 +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +3 -3
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -1
- package/dist/react-native/cognitiveServicesManagementClient.js +55 -16
- 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 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +36 -32
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +292 -126
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +3 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +7 -7
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +4 -4
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/react-native/operations/accountCapabilityHosts.js +31 -20
- package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -1
- package/dist/{commonjs/operations/accountConnection.d.ts → react-native/operations/accountConnections.d.ts} +11 -11
- package/dist/react-native/operations/accountConnections.d.ts.map +1 -0
- package/dist/{browser/operations/accountConnection.js → react-native/operations/accountConnections.js} +29 -46
- package/dist/react-native/operations/accountConnections.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -1
- package/dist/react-native/operations/accounts.js +112 -140
- 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 +166 -196
- 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 +28 -41
- 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 +23 -40
- 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 +40 -48
- 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 +79 -98
- 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 +35 -47
- package/dist/react-native/operations/encryptionScopes.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +2 -2
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +2 -2
- 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 +28 -41
- 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 +28 -41
- 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 +28 -41
- 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 +35 -47
- 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 +23 -40
- 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 +24 -13
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +1 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +4 -4
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/react-native/operations/projectCapabilityHosts.js +31 -20
- package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -1
- package/dist/react-native/operations/{projectConnection.d.ts → projectConnections.d.ts} +11 -11
- package/dist/react-native/operations/projectConnections.d.ts.map +1 -0
- package/dist/react-native/operations/{projectConnection.js → projectConnections.js} +29 -46
- package/dist/react-native/operations/projectConnections.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -1
- package/dist/react-native/operations/projects.js +57 -59
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -1
- package/dist/react-native/operations/raiBlocklistItems.js +35 -47
- 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 +35 -47
- 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 +28 -41
- 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 +35 -47
- 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 +28 -41
- 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 +28 -41
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -1
- package/dist/{commonjs/operationsInterfaces/accountConnection.d.ts → react-native/operationsInterfaces/accountConnections.d.ts} +9 -9
- package/dist/react-native/operationsInterfaces/accountConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/accountConnections.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/commitmentTiers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/commitmentTiers.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 +2 -2
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +2 -2
- 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 +4 -4
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -1
- package/dist/{browser/operationsInterfaces/projectConnection.d.ts → react-native/operationsInterfaces/projectConnections.d.ts} +9 -9
- package/dist/react-native/operationsInterfaces/projectConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/projectConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -1
- 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 +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +6 -6
- package/review/{arm-cognitiveservices.api.md → arm-cognitiveservices-node.api.md} +44 -48
- package/dist/browser/operations/accountConnection.d.ts.map +0 -1
- package/dist/browser/operations/accountConnection.js.map +0 -1
- package/dist/browser/operations/projectConnection.d.ts.map +0 -1
- package/dist/browser/operations/projectConnection.js.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnection.js.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnection.js.map +0 -1
- package/dist/commonjs/operations/accountConnection.d.ts.map +0 -1
- package/dist/commonjs/operations/accountConnection.js.map +0 -1
- package/dist/commonjs/operations/projectConnection.d.ts.map +0 -1
- package/dist/commonjs/operations/projectConnection.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnection.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnection.js.map +0 -1
- package/dist/esm/operations/accountConnection.d.ts.map +0 -1
- package/dist/esm/operations/accountConnection.js.map +0 -1
- package/dist/esm/operations/projectConnection.d.ts.map +0 -1
- package/dist/esm/operations/projectConnection.js.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnection.js.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnection.js.map +0 -1
- package/dist/react-native/operations/accountConnection.d.ts.map +0 -1
- package/dist/react-native/operations/accountConnection.js.map +0 -1
- package/dist/react-native/operations/projectConnection.d.ts.map +0 -1
- package/dist/react-native/operations/projectConnection.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnection.js +0 -9
- package/dist/react-native/operationsInterfaces/accountConnection.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnection.js +0 -9
- package/dist/react-native/operationsInterfaces/projectConnection.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Account,\n AccountsListByResourceGroupOptionalParams,\n AccountsListOptionalParams,\n AccountModel,\n AccountsListModelsOptionalParams,\n AccountsCreateOptionalParams,\n AccountsCreateResponse,\n AccountsUpdateOptionalParams,\n AccountsUpdateResponse,\n AccountsDeleteOptionalParams,\n AccountsGetOptionalParams,\n AccountsGetResponse,\n AccountsListKeysOptionalParams,\n AccountsListKeysResponse,\n KeyName,\n AccountsRegenerateKeyOptionalParams,\n AccountsRegenerateKeyResponse,\n AccountsListSkusOptionalParams,\n AccountsListSkusResponse,\n AccountsListUsagesOptionalParams,\n AccountsListUsagesResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Accounts. */\nexport interface Accounts {\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Account>;\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param options The options parameters.\n */\n list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;\n /**\n * List available Models for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n listModels(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsListModelsOptionalParams,\n ): PagedAsyncIterableIterator<AccountModel>;\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n account: Account,\n options?: AccountsCreateOptionalParams,\n ): Promise
|
|
1
|
+
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Account,\n AccountsListByResourceGroupOptionalParams,\n AccountsListOptionalParams,\n AccountModel,\n AccountsListModelsOptionalParams,\n AccountsCreateOptionalParams,\n AccountsCreateResponse,\n AccountsUpdateOptionalParams,\n AccountsUpdateResponse,\n AccountsDeleteOptionalParams,\n AccountsGetOptionalParams,\n AccountsGetResponse,\n AccountsListKeysOptionalParams,\n AccountsListKeysResponse,\n KeyName,\n AccountsRegenerateKeyOptionalParams,\n AccountsRegenerateKeyResponse,\n AccountsListSkusOptionalParams,\n AccountsListSkusResponse,\n AccountsListUsagesOptionalParams,\n AccountsListUsagesResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Accounts. */\nexport interface Accounts {\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Account>;\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param options The options parameters.\n */\n list(\n options?: AccountsListOptionalParams,\n ): PagedAsyncIterableIterator<Account>;\n /**\n * List available Models for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n listModels(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsListModelsOptionalParams,\n ): PagedAsyncIterableIterator<AccountModel>;\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n account: Account,\n options?: AccountsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AccountsCreateResponse>,\n AccountsCreateResponse\n >\n >;\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n accountName: string,\n account: Account,\n options?: AccountsCreateOptionalParams,\n ): Promise<AccountsCreateResponse>;\n /**\n * Updates a Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n account: Account,\n options?: AccountsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AccountsUpdateResponse>,\n AccountsUpdateResponse\n >\n >;\n /**\n * Updates a Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n account: Account,\n options?: AccountsUpdateOptionalParams,\n ): Promise<AccountsUpdateResponse>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsGetOptionalParams,\n ): Promise<AccountsGetResponse>;\n /**\n * Lists the account keys for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsListKeysOptionalParams,\n ): Promise<AccountsListKeysResponse>;\n /**\n * Regenerates the specified account key for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2)\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n keyName: KeyName,\n options?: AccountsRegenerateKeyOptionalParams,\n ): Promise<AccountsRegenerateKeyResponse>;\n /**\n * List available SKUs for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsListSkusOptionalParams,\n ): Promise<AccountsListSkusResponse>;\n /**\n * Get usages for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n listUsages(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsListUsagesOptionalParams,\n ): Promise<AccountsListUsagesResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commitmentTiers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/commitmentTiers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,
|
|
1
|
+
{"version":3,"file":"commitmentTiers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/commitmentTiers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;CAC/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commitmentTiers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/commitmentTiers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {
|
|
1
|
+
{"version":3,"file":"commitmentTiers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/commitmentTiers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n CommitmentTier,\n CommitmentTiersListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CommitmentTiers. */\nexport interface CommitmentTiers {\n /**\n * List Commitment Tiers.\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: CommitmentTiersListOptionalParams,\n ): PagedAsyncIterableIterator<CommitmentTier>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC1B,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,
|
|
1
|
+
{"version":3,"file":"deletedAccounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC1B,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,UAAU,CACR,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,iBAAiB,CACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Account,\n DeletedAccountsListOptionalParams,\n DeletedAccountsGetOptionalParams,\n DeletedAccountsGetResponse,\n DeletedAccountsPurgeOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DeletedAccounts. */\nexport interface DeletedAccounts {\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param options The options parameters.\n */\n list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<Account>;\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsGetOptionalParams,\n ): Promise<DeletedAccountsGetResponse>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginPurge(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsPurgeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginPurgeAndWait(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsPurgeOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"deletedAccounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deletedAccounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Account,\n DeletedAccountsListOptionalParams,\n DeletedAccountsGetOptionalParams,\n DeletedAccountsGetResponse,\n DeletedAccountsPurgeOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DeletedAccounts. */\nexport interface DeletedAccounts {\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param options The options parameters.\n */\n list(\n options?: DeletedAccountsListOptionalParams,\n ): PagedAsyncIterableIterator<Account>;\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsGetOptionalParams,\n ): Promise<DeletedAccountsGetResponse>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginPurge(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsPurgeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n beginPurgeAndWait(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: DeletedAccountsPurgeOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,UAAU,EACV,6BAA6B,EAC7B,WAAW,EACX,iCAAiC,EACjC,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EACjC,uBAAuB,EACvB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,
|
|
1
|
+
{"version":3,"file":"deployments.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,UAAU,EACV,6BAA6B,EAC7B,WAAW,EACX,iCAAiC,EACjC,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EACjC,uBAAuB,EACvB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Deployment,\n DeploymentsListOptionalParams,\n SkuResource,\n DeploymentsListSkusOptionalParams,\n DeploymentsGetOptionalParams,\n DeploymentsGetResponse,\n DeploymentsCreateOrUpdateOptionalParams,\n DeploymentsCreateOrUpdateResponse,\n PatchResourceTagsAndSku,\n DeploymentsUpdateOptionalParams,\n DeploymentsUpdateResponse,\n DeploymentsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Deployments. */\nexport interface Deployments {\n /**\n * Gets the deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: DeploymentsListOptionalParams,\n ): PagedAsyncIterableIterator<Deployment>;\n /**\n * Lists the specified deployments skus associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsListSkusOptionalParams,\n ): PagedAsyncIterableIterator<SkuResource>;\n /**\n * Gets the specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsGetOptionalParams,\n ): Promise<DeploymentsGetResponse>;\n /**\n * Update the state of specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateResponse>,\n DeploymentsCreateOrUpdateResponse\n >\n >;\n /**\n * Update the state of specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateResponse>;\n /**\n * Update specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: PatchResourceTagsAndSku,\n options?: DeploymentsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike
|
|
1
|
+
{"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Deployment,\n DeploymentsListOptionalParams,\n SkuResource,\n DeploymentsListSkusOptionalParams,\n DeploymentsGetOptionalParams,\n DeploymentsGetResponse,\n DeploymentsCreateOrUpdateOptionalParams,\n DeploymentsCreateOrUpdateResponse,\n PatchResourceTagsAndSku,\n DeploymentsUpdateOptionalParams,\n DeploymentsUpdateResponse,\n DeploymentsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Deployments. */\nexport interface Deployments {\n /**\n * Gets the deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: DeploymentsListOptionalParams,\n ): PagedAsyncIterableIterator<Deployment>;\n /**\n * Lists the specified deployments skus associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsListSkusOptionalParams,\n ): PagedAsyncIterableIterator<SkuResource>;\n /**\n * Gets the specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsGetOptionalParams,\n ): Promise<DeploymentsGetResponse>;\n /**\n * Update the state of specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateResponse>,\n DeploymentsCreateOrUpdateResponse\n >\n >;\n /**\n * Update the state of specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateResponse>;\n /**\n * Update specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: PatchResourceTagsAndSku,\n options?: DeploymentsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsUpdateResponse>,\n DeploymentsUpdateResponse\n >\n >;\n /**\n * Update specified deployments associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param deployment The deployment properties.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n deployment: PatchResourceTagsAndSku,\n options?: DeploymentsUpdateOptionalParams,\n ): Promise<DeploymentsUpdateResponse>;\n /**\n * Deletes the specified deployment associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified deployment associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param deploymentName The name of the deployment associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,
|
|
1
|
+
{"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EncryptionScope,\n EncryptionScopesListOptionalParams,\n EncryptionScopesGetOptionalParams,\n EncryptionScopesGetResponse,\n EncryptionScopesCreateOrUpdateOptionalParams,\n EncryptionScopesCreateOrUpdateResponse,\n EncryptionScopesDeleteOptionalParams,\n EncryptionScopesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EncryptionScopes. */\nexport interface EncryptionScopes {\n /**\n * Gets the content filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: EncryptionScopesListOptionalParams,\n ): PagedAsyncIterableIterator<EncryptionScope>;\n /**\n * Gets the specified EncryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n options?: EncryptionScopesGetOptionalParams,\n ): Promise<EncryptionScopesGetResponse>;\n /**\n * Update the state of specified encryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param encryptionScope The encryptionScope properties.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n encryptionScope: EncryptionScope,\n options?: EncryptionScopesCreateOrUpdateOptionalParams,\n ): Promise<EncryptionScopesCreateOrUpdateResponse>;\n /**\n * Deletes the specified encryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n options?: EncryptionScopesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike
|
|
1
|
+
{"version":3,"file":"encryptionScopes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/encryptionScopes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EncryptionScope,\n EncryptionScopesListOptionalParams,\n EncryptionScopesGetOptionalParams,\n EncryptionScopesGetResponse,\n EncryptionScopesCreateOrUpdateOptionalParams,\n EncryptionScopesCreateOrUpdateResponse,\n EncryptionScopesDeleteOptionalParams,\n EncryptionScopesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EncryptionScopes. */\nexport interface EncryptionScopes {\n /**\n * Gets the content filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: EncryptionScopesListOptionalParams,\n ): PagedAsyncIterableIterator<EncryptionScope>;\n /**\n * Gets the specified EncryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n options?: EncryptionScopesGetOptionalParams,\n ): Promise<EncryptionScopesGetResponse>;\n /**\n * Update the state of specified encryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param encryptionScope The encryptionScope properties.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n encryptionScope: EncryptionScope,\n options?: EncryptionScopesCreateOrUpdateOptionalParams,\n ): Promise<EncryptionScopesCreateOrUpdateResponse>;\n /**\n * Deletes the specified encryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n options?: EncryptionScopesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EncryptionScopesDeleteResponse>,\n EncryptionScopesDeleteResponse\n >\n >;\n /**\n * Deletes the specified encryptionScope associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param encryptionScopeName The name of the encryptionScope associated with the Cognitive Services\n * Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n encryptionScopeName: string,\n options?: EncryptionScopesDeleteOptionalParams,\n ): Promise<EncryptionScopesDeleteResponse>;\n}\n"]}
|
|
@@ -19,8 +19,8 @@ export * from "./raiContentFilters.js";
|
|
|
19
19
|
export * from "./networkSecurityPerimeterConfigurations.js";
|
|
20
20
|
export * from "./defenderForAISettings.js";
|
|
21
21
|
export * from "./projects.js";
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
22
|
+
export * from "./accountConnections.js";
|
|
23
|
+
export * from "./projectConnections.js";
|
|
24
24
|
export * from "./accountCapabilityHosts.js";
|
|
25
25
|
export * from "./projectCapabilityHosts.js";
|
|
26
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
|
|
@@ -26,8 +26,8 @@ export * from "./raiContentFilters.js";
|
|
|
26
26
|
export * from "./networkSecurityPerimeterConfigurations.js";
|
|
27
27
|
export * from "./defenderForAISettings.js";
|
|
28
28
|
export * from "./projects.js";
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./
|
|
29
|
+
export * from "./accountConnections.js";
|
|
30
|
+
export * from "./projectConnections.js";
|
|
31
31
|
export * from "./accountCapabilityHosts.js";
|
|
32
32
|
export * from "./projectCapabilityHosts.js";
|
|
33
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./accounts.js\";\nexport * from \"./deletedAccounts.js\";\nexport * from \"./resourceSkus.js\";\nexport * from \"./usages.js\";\nexport * from \"./operations.js\";\nexport * from \"./commitmentTiers.js\";\nexport * from \"./models.js\";\nexport * from \"./locationBasedModelCapacities.js\";\nexport * from \"./modelCapacities.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./deployments.js\";\nexport * from \"./commitmentPlans.js\";\nexport * from \"./encryptionScopes.js\";\nexport * from \"./raiPolicies.js\";\nexport * from \"./raiBlocklists.js\";\nexport * from \"./raiBlocklistItems.js\";\nexport * from \"./raiContentFilters.js\";\nexport * from \"./networkSecurityPerimeterConfigurations.js\";\nexport * from \"./defenderForAISettings.js\";\nexport * from \"./projects.js\";\nexport * from \"./accountConnections.js\";\nexport * from \"./projectConnections.js\";\nexport * from \"./accountCapabilityHosts.js\";\nexport * from \"./projectCapabilityHosts.js\";\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/models.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,IAAI,
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/models.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Model, ModelsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Models. */\nexport interface Models {\n /**\n * List Models.\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(location: string
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/models.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Model, ModelsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Models. */\nexport interface Models {\n /**\n * List Models.\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: ModelsListOptionalParams,\n ): PagedAsyncIterableIterator<Model>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all the available Cognitive Services account operations.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all the available Cognitive Services account operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -39,10 +39,10 @@ export interface ProjectCapabilityHosts {
|
|
|
39
39
|
* @param projectName The name of Cognitive Services account's project.
|
|
40
40
|
* @param capabilityHostName The name of the capability host associated with the Cognitive Services
|
|
41
41
|
* Resource
|
|
42
|
-
* @param
|
|
42
|
+
* @param capabilityHost CapabilityHost definition.
|
|
43
43
|
* @param options The options parameters.
|
|
44
44
|
*/
|
|
45
|
-
beginCreateOrUpdate(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string,
|
|
45
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, capabilityHost: CapabilityHost, options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCapabilityHostsCreateOrUpdateResponse>, ProjectCapabilityHostsCreateOrUpdateResponse>>;
|
|
46
46
|
/**
|
|
47
47
|
* Create or update project capabilityHost.
|
|
48
48
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -50,9 +50,9 @@ export interface ProjectCapabilityHosts {
|
|
|
50
50
|
* @param projectName The name of Cognitive Services account's project.
|
|
51
51
|
* @param capabilityHostName The name of the capability host associated with the Cognitive Services
|
|
52
52
|
* Resource
|
|
53
|
-
* @param
|
|
53
|
+
* @param capabilityHost CapabilityHost definition.
|
|
54
54
|
* @param options The options parameters.
|
|
55
55
|
*/
|
|
56
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string,
|
|
56
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, projectName: string, capabilityHostName: string, capabilityHost: CapabilityHost, options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams): Promise<ProjectCapabilityHostsCreateOrUpdateResponse>;
|
|
57
57
|
}
|
|
58
58
|
//# sourceMappingURL=projectCapabilityHosts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectCapabilityHosts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectCapabilityHosts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,0CAA0C,EAC1C,oCAAoC,EACpC,uCAAuC,EACvC,iCAAiC,EACjC,cAAc,EACd,kDAAkD,EAClD,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,
|
|
1
|
+
{"version":3,"file":"projectCapabilityHosts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectCapabilityHosts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,0CAA0C,EAC1C,oCAAoC,EACpC,uCAAuC,EACvC,iCAAiC,EACjC,cAAc,EACd,kDAAkD,EAClD,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,4CAA4C,CAAC,EAC5D,4CAA4C,CAC7C,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;CAC1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectCapabilityHosts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectCapabilityHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ProjectCapabilityHostsDeleteOptionalParams,\n ProjectCapabilityHostsDeleteResponse,\n ProjectCapabilityHostsGetOptionalParams,\n ProjectCapabilityHostsGetResponse,\n CapabilityHost,\n ProjectCapabilityHostsCreateOrUpdateOptionalParams,\n ProjectCapabilityHostsCreateOrUpdateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ProjectCapabilityHosts. */\nexport interface ProjectCapabilityHosts {\n /**\n * Delete project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ProjectCapabilityHostsDeleteResponse>,\n ProjectCapabilityHostsDeleteResponse\n >\n >;\n /**\n * Delete project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsDeleteOptionalParams,\n ): Promise<ProjectCapabilityHostsDeleteResponse>;\n /**\n * Get project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsGetOptionalParams,\n ): Promise<ProjectCapabilityHostsGetResponse>;\n /**\n * Create or update project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param
|
|
1
|
+
{"version":3,"file":"projectCapabilityHosts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectCapabilityHosts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ProjectCapabilityHostsDeleteOptionalParams,\n ProjectCapabilityHostsDeleteResponse,\n ProjectCapabilityHostsGetOptionalParams,\n ProjectCapabilityHostsGetResponse,\n CapabilityHost,\n ProjectCapabilityHostsCreateOrUpdateOptionalParams,\n ProjectCapabilityHostsCreateOrUpdateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ProjectCapabilityHosts. */\nexport interface ProjectCapabilityHosts {\n /**\n * Delete project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ProjectCapabilityHostsDeleteResponse>,\n ProjectCapabilityHostsDeleteResponse\n >\n >;\n /**\n * Delete project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsDeleteOptionalParams,\n ): Promise<ProjectCapabilityHostsDeleteResponse>;\n /**\n * Get project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n options?: ProjectCapabilityHostsGetOptionalParams,\n ): Promise<ProjectCapabilityHostsGetResponse>;\n /**\n * Create or update project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param capabilityHost CapabilityHost definition.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n capabilityHost: CapabilityHost,\n options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ProjectCapabilityHostsCreateOrUpdateResponse>,\n ProjectCapabilityHostsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update project capabilityHost.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param capabilityHostName The name of the capability host associated with the Cognitive Services\n * Resource\n * @param capabilityHost CapabilityHost definition.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n capabilityHostName: string,\n capabilityHost: CapabilityHost,\n options?: ProjectCapabilityHostsCreateOrUpdateOptionalParams,\n ): Promise<ProjectCapabilityHostsCreateOrUpdateResponse>;\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ConnectionPropertiesV2BasicResource,
|
|
3
|
-
/** Interface representing a
|
|
4
|
-
export interface
|
|
2
|
+
import { ConnectionPropertiesV2BasicResource, ProjectConnectionsListOptionalParams, ProjectConnectionsDeleteOptionalParams, ProjectConnectionsGetOptionalParams, ProjectConnectionsGetResponse, ProjectConnectionsUpdateOptionalParams, ProjectConnectionsUpdateResponse, ProjectConnectionsCreateOptionalParams, ProjectConnectionsCreateResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ProjectConnections. */
|
|
4
|
+
export interface ProjectConnections {
|
|
5
5
|
/**
|
|
6
6
|
* Lists all the available Cognitive Services project connections under the specified project.
|
|
7
7
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -9,7 +9,7 @@ export interface ProjectConnection {
|
|
|
9
9
|
* @param projectName The name of Cognitive Services account's project.
|
|
10
10
|
* @param options The options parameters.
|
|
11
11
|
*/
|
|
12
|
-
list(resourceGroupName: string, accountName: string, projectName: string, options?:
|
|
12
|
+
list(resourceGroupName: string, accountName: string, projectName: string, options?: ProjectConnectionsListOptionalParams): PagedAsyncIterableIterator<ConnectionPropertiesV2BasicResource>;
|
|
13
13
|
/**
|
|
14
14
|
* Delete Cognitive Services project connection by name.
|
|
15
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -18,7 +18,7 @@ export interface ProjectConnection {
|
|
|
18
18
|
* @param connectionName Friendly name of the connection
|
|
19
19
|
* @param options The options parameters.
|
|
20
20
|
*/
|
|
21
|
-
delete(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?:
|
|
21
|
+
delete(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionsDeleteOptionalParams): Promise<void>;
|
|
22
22
|
/**
|
|
23
23
|
* Lists Cognitive Services project connection by name.
|
|
24
24
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -27,7 +27,7 @@ export interface ProjectConnection {
|
|
|
27
27
|
* @param connectionName Friendly name of the connection
|
|
28
28
|
* @param options The options parameters.
|
|
29
29
|
*/
|
|
30
|
-
get(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?:
|
|
30
|
+
get(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionsGetOptionalParams): Promise<ProjectConnectionsGetResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* Update Cognitive Services project connection under the specified project.
|
|
33
33
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -36,7 +36,7 @@ export interface ProjectConnection {
|
|
|
36
36
|
* @param connectionName Friendly name of the connection
|
|
37
37
|
* @param options The options parameters.
|
|
38
38
|
*/
|
|
39
|
-
update(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?:
|
|
39
|
+
update(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionsUpdateOptionalParams): Promise<ProjectConnectionsUpdateResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* Create or update Cognitive Services project connection under the specified project.
|
|
42
42
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -45,6 +45,6 @@ export interface ProjectConnection {
|
|
|
45
45
|
* @param connectionName Friendly name of the connection
|
|
46
46
|
* @param options The options parameters.
|
|
47
47
|
*/
|
|
48
|
-
create(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?:
|
|
48
|
+
create(resourceGroupName: string, accountName: string, projectName: string, connectionName: string, options?: ProjectConnectionsCreateOptionalParams): Promise<ProjectConnectionsCreateResponse>;
|
|
49
49
|
}
|
|
50
|
-
//# sourceMappingURL=
|
|
50
|
+
//# sourceMappingURL=projectConnections.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mCAAmC,EACnC,oCAAoC,EACpC,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,sCAAsC,EACtC,gCAAgC,EAChC,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,mCAAmC,CAAC,CAAC;IACnE;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=projectConnections.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projectConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ConnectionPropertiesV2BasicResource,\n ProjectConnectionsListOptionalParams,\n ProjectConnectionsDeleteOptionalParams,\n ProjectConnectionsGetOptionalParams,\n ProjectConnectionsGetResponse,\n ProjectConnectionsUpdateOptionalParams,\n ProjectConnectionsUpdateResponse,\n ProjectConnectionsCreateOptionalParams,\n ProjectConnectionsCreateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ProjectConnections. */\nexport interface ProjectConnections {\n /**\n * Lists all the available Cognitive Services project connections under the specified project.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n options?: ProjectConnectionsListOptionalParams,\n ): PagedAsyncIterableIterator<ConnectionPropertiesV2BasicResource>;\n /**\n * Delete Cognitive Services project connection by name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param connectionName Friendly name of the connection\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n connectionName: string,\n options?: ProjectConnectionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Lists Cognitive Services project connection by name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param connectionName Friendly name of the connection\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n connectionName: string,\n options?: ProjectConnectionsGetOptionalParams,\n ): Promise<ProjectConnectionsGetResponse>;\n /**\n * Update Cognitive Services project connection under the specified project.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param connectionName Friendly name of the connection\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n connectionName: string,\n options?: ProjectConnectionsUpdateOptionalParams,\n ): Promise<ProjectConnectionsUpdateResponse>;\n /**\n * Create or update Cognitive Services project connection under the specified project.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param connectionName Friendly name of the connection\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n connectionName: string,\n options?: ProjectConnectionsCreateOptionalParams,\n ): Promise<ProjectConnectionsCreateResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,0BAA0B,EAC1B,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,0BAA0B,EAC1B,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Project,\n ProjectsListOptionalParams,\n ProjectsCreateOptionalParams,\n ProjectsCreateResponse,\n ProjectsUpdateOptionalParams,\n ProjectsUpdateResponse,\n ProjectsDeleteOptionalParams,\n ProjectsGetOptionalParams,\n ProjectsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Projects. */\nexport interface Projects {\n /**\n * Returns all the projects in a Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: ProjectsListOptionalParams,\n ): PagedAsyncIterableIterator<Project>;\n /**\n * Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI\n * developer it's individual container to work on.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param project The parameters to provide for the created project.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n project: Project,\n options?: ProjectsCreateOptionalParams,\n ): Promise
|
|
1
|
+
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Project,\n ProjectsListOptionalParams,\n ProjectsCreateOptionalParams,\n ProjectsCreateResponse,\n ProjectsUpdateOptionalParams,\n ProjectsUpdateResponse,\n ProjectsDeleteOptionalParams,\n ProjectsGetOptionalParams,\n ProjectsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Projects. */\nexport interface Projects {\n /**\n * Returns all the projects in a Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: ProjectsListOptionalParams,\n ): PagedAsyncIterableIterator<Project>;\n /**\n * Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI\n * developer it's individual container to work on.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param project The parameters to provide for the created project.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n project: Project,\n options?: ProjectsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ProjectsCreateResponse>,\n ProjectsCreateResponse\n >\n >;\n /**\n * Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI\n * developer it's individual container to work on.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param project The parameters to provide for the created project.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n project: Project,\n options?: ProjectsCreateOptionalParams,\n ): Promise<ProjectsCreateResponse>;\n /**\n * Updates a Cognitive Services Project\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param project The parameters to provide for the created project.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n project: Project,\n options?: ProjectsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ProjectsUpdateResponse>,\n ProjectsUpdateResponse\n >\n >;\n /**\n * Updates a Cognitive Services Project\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param project The parameters to provide for the created project.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n project: Project,\n options?: ProjectsUpdateOptionalParams,\n ): Promise<ProjectsUpdateResponse>;\n /**\n * Deletes a Cognitive Services project from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n options?: ProjectsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Cognitive Services project from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n options?: ProjectsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Returns a Cognitive Services project specified by the parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param projectName The name of Cognitive Services account's project.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n projectName: string,\n options?: ProjectsGetOptionalParams,\n ): Promise<ProjectsGetResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raiBlocklists.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,+BAA+B,EAC/B,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,
|
|
1
|
+
{"version":3,"file":"raiBlocklists.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,+BAA+B,EAC/B,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raiBlocklists.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiBlocklist,\n RaiBlocklistsListOptionalParams,\n RaiBlocklistsGetOptionalParams,\n RaiBlocklistsGetResponse,\n RaiBlocklistsCreateOrUpdateOptionalParams,\n RaiBlocklistsCreateOrUpdateResponse,\n RaiBlocklistsDeleteOptionalParams,\n RaiBlocklistsDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiBlocklists. */\nexport interface RaiBlocklists {\n /**\n * Gets the custom blocklists associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiBlocklistsListOptionalParams,\n ): PagedAsyncIterableIterator<RaiBlocklist>;\n /**\n * Gets the specified custom blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsGetOptionalParams,\n ): Promise<RaiBlocklistsGetResponse>;\n /**\n * Update the state of specified blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklist Properties describing the custom blocklist.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklist: RaiBlocklist,\n options?: RaiBlocklistsCreateOrUpdateOptionalParams,\n ): Promise<RaiBlocklistsCreateOrUpdateResponse>;\n /**\n * Deletes the specified custom blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike
|
|
1
|
+
{"version":3,"file":"raiBlocklists.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiBlocklist,\n RaiBlocklistsListOptionalParams,\n RaiBlocklistsGetOptionalParams,\n RaiBlocklistsGetResponse,\n RaiBlocklistsCreateOrUpdateOptionalParams,\n RaiBlocklistsCreateOrUpdateResponse,\n RaiBlocklistsDeleteOptionalParams,\n RaiBlocklistsDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiBlocklists. */\nexport interface RaiBlocklists {\n /**\n * Gets the custom blocklists associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiBlocklistsListOptionalParams,\n ): PagedAsyncIterableIterator<RaiBlocklist>;\n /**\n * Gets the specified custom blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsGetOptionalParams,\n ): Promise<RaiBlocklistsGetResponse>;\n /**\n * Update the state of specified blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklist Properties describing the custom blocklist.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklist: RaiBlocklist,\n options?: RaiBlocklistsCreateOrUpdateOptionalParams,\n ): Promise<RaiBlocklistsCreateOrUpdateResponse>;\n /**\n * Deletes the specified custom blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RaiBlocklistsDeleteResponse>,\n RaiBlocklistsDeleteResponse\n >\n >;\n /**\n * Deletes the specified custom blocklist associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsDeleteOptionalParams,\n ): Promise<RaiBlocklistsDeleteResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raiPolicies.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,
|
|
1
|
+
{"version":3,"file":"raiPolicies.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raiPolicies.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiPolicy,\n RaiPoliciesListOptionalParams,\n RaiPoliciesGetOptionalParams,\n RaiPoliciesGetResponse,\n RaiPoliciesCreateOrUpdateOptionalParams,\n RaiPoliciesCreateOrUpdateResponse,\n RaiPoliciesDeleteOptionalParams,\n RaiPoliciesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiPolicies. */\nexport interface RaiPolicies {\n /**\n * Gets the content filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiPoliciesListOptionalParams,\n ): PagedAsyncIterableIterator<RaiPolicy>;\n /**\n * Gets the specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesGetOptionalParams,\n ): Promise<RaiPoliciesGetResponse>;\n /**\n * Update the state of specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param raiPolicy Properties describing the Content Filters.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n raiPolicy: RaiPolicy,\n options?: RaiPoliciesCreateOrUpdateOptionalParams,\n ): Promise<RaiPoliciesCreateOrUpdateResponse>;\n /**\n * Deletes the specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike
|
|
1
|
+
{"version":3,"file":"raiPolicies.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiPolicy,\n RaiPoliciesListOptionalParams,\n RaiPoliciesGetOptionalParams,\n RaiPoliciesGetResponse,\n RaiPoliciesCreateOrUpdateOptionalParams,\n RaiPoliciesCreateOrUpdateResponse,\n RaiPoliciesDeleteOptionalParams,\n RaiPoliciesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiPolicies. */\nexport interface RaiPolicies {\n /**\n * Gets the content filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiPoliciesListOptionalParams,\n ): PagedAsyncIterableIterator<RaiPolicy>;\n /**\n * Gets the specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesGetOptionalParams,\n ): Promise<RaiPoliciesGetResponse>;\n /**\n * Update the state of specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param raiPolicy Properties describing the Content Filters.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n raiPolicy: RaiPolicy,\n options?: RaiPoliciesCreateOrUpdateOptionalParams,\n ): Promise<RaiPoliciesCreateOrUpdateResponse>;\n /**\n * Deletes the specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RaiPoliciesDeleteResponse>,\n RaiPoliciesDeleteResponse\n >\n >;\n /**\n * Deletes the specified Content Filters associated with the Azure OpenAI account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesDeleteOptionalParams,\n ): Promise<RaiPoliciesDeleteResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceSkus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,
|
|
1
|
+
{"version":3,"file":"resourceSkus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,WAAW,EACX,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;CAC5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceSkus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {
|
|
1
|
+
{"version":3,"file":"resourceSkus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ResourceSku,\n ResourceSkusListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ResourceSkus. */\nexport interface ResourceSkus {\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param options The options parameters.\n */\n list(\n options?: ResourceSkusListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceSku>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,IAAI,
|
|
1
|
+
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Usage, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Get usages for the requested subscription\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(location: string
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Usage, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Get usages for the requested subscription\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<Usage>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -14,18 +14,16 @@ const pageMap = new WeakMap();
|
|
|
14
14
|
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
15
|
*/
|
|
16
16
|
export function getContinuationToken(page) {
|
|
17
|
-
var _a;
|
|
18
17
|
if (typeof page !== "object" || page === null) {
|
|
19
18
|
return undefined;
|
|
20
19
|
}
|
|
21
|
-
return
|
|
20
|
+
return pageMap.get(page)?.continuationToken;
|
|
22
21
|
}
|
|
23
22
|
export function setContinuationToken(page, continuationToken) {
|
|
24
|
-
var _a;
|
|
25
23
|
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
26
24
|
return;
|
|
27
25
|
}
|
|
28
|
-
const pageInfo =
|
|
26
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
29
27
|
pageInfo.continuationToken = continuationToken;
|
|
30
28
|
pageMap.set(page, pageInfo);
|
|
31
29
|
}
|