@azure/arm-cognitiveservices 7.6.0 → 7.7.0-alpha.20250522.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -0
- package/LICENSE +3 -3
- package/README.md +22 -15
- package/dist/browser/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/browser/cognitiveServicesManagementClient.js +222 -0
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3733 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +652 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +190 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +5135 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +61 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +515 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/accountCapabilityHosts.js +242 -0
- package/dist/browser/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/accountConnection.d.ts +70 -0
- package/dist/browser/operations/accountConnection.d.ts.map +1 -0
- package/dist/browser/operations/accountConnection.js +286 -0
- package/dist/browser/operations/accountConnection.js.map +1 -0
- package/dist/browser/operations/accounts.d.ts +162 -0
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/dist/browser/operations/accounts.js +775 -0
- package/dist/browser/operations/accounts.js.map +1 -0
- package/dist/browser/operations/commitmentPlans.d.ts +256 -0
- package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operations/commitmentPlans.js +1166 -0
- package/dist/browser/operations/commitmentPlans.js.map +1 -0
- package/dist/browser/operations/commitmentTiers.d.ts +35 -0
- package/dist/browser/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/browser/operations/commitmentTiers.js +141 -0
- package/dist/browser/operations/commitmentTiers.js.map +1 -0
- package/dist/browser/operations/defenderForAISettings.d.ts +64 -0
- package/dist/browser/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/browser/operations/defenderForAISettings.js +267 -0
- package/dist/browser/operations/defenderForAISettings.js.map +1 -0
- package/dist/browser/operations/deletedAccounts.d.ts +57 -0
- package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAccounts.js +243 -0
- package/dist/browser/operations/deletedAccounts.js.map +1 -0
- package/dist/browser/operations/deployments.d.ts +126 -0
- package/dist/browser/operations/deployments.d.ts.map +1 -0
- package/dist/browser/operations/deployments.js +579 -0
- package/dist/browser/operations/deployments.js.map +1 -0
- package/dist/browser/operations/encryptionScopes.d.ts +76 -0
- package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operations/encryptionScopes.js +316 -0
- package/dist/browser/operations/encryptionScopes.js.map +1 -0
- package/dist/browser/operations/index.d.ts +26 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +33 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedModelCapacities.js +152 -0
- package/dist/browser/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/browser/operations/modelCapacities.d.ts +38 -0
- package/dist/browser/operations/modelCapacities.d.ts.map +1 -0
- package/dist/browser/operations/modelCapacities.js +144 -0
- package/dist/browser/operations/modelCapacities.js.map +1 -0
- package/dist/browser/operations/models.d.ts +35 -0
- package/dist/browser/operations/models.d.ts.map +1 -0
- package/dist/browser/operations/models.js +141 -0
- package/dist/browser/operations/models.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +274 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operations/projectCapabilityHosts.js +263 -0
- package/dist/browser/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operations/projectConnection.d.ts +77 -0
- package/dist/browser/operations/projectConnection.d.ts.map +1 -0
- package/dist/browser/operations/projectConnection.js +299 -0
- package/dist/browser/operations/projectConnection.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +101 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +438 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/browser/operations/raiBlocklistItems.js +418 -0
- package/dist/browser/operations/raiBlocklistItems.js.map +1 -0
- package/dist/browser/operations/raiBlocklists.d.ts +72 -0
- package/dist/browser/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/browser/operations/raiBlocklists.js +313 -0
- package/dist/browser/operations/raiBlocklists.js.map +1 -0
- package/dist/browser/operations/raiContentFilters.d.ts +42 -0
- package/dist/browser/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/browser/operations/raiContentFilters.js +171 -0
- package/dist/browser/operations/raiContentFilters.js.map +1 -0
- package/dist/browser/operations/raiPolicies.d.ts +72 -0
- package/dist/browser/operations/raiPolicies.d.ts.map +1 -0
- package/dist/browser/operations/raiPolicies.js +307 -0
- package/dist/browser/operations/raiPolicies.js.map +1 -0
- package/dist/browser/operations/resourceSkus.d.ts +32 -0
- package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operations/resourceSkus.js +133 -0
- package/dist/browser/operations/resourceSkus.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +35 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +141 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accountConnection.js +9 -0
- package/dist/browser/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +26 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +33 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/browser/operationsInterfaces/models.d.ts +12 -0
- package/dist/browser/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/models.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectConnection.js +9 -0
- package/dist/browser/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +76 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js +9 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/commonjs/cognitiveServicesManagementClient.js +227 -0
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3733 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +655 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +190 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5141 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +61 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +519 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js +247 -0
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/accountConnection.d.ts +70 -0
- package/dist/commonjs/operations/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/accountConnection.js +290 -0
- package/dist/commonjs/operations/accountConnection.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +162 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +779 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts +256 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.js +1170 -0
- package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operations/commitmentTiers.d.ts +35 -0
- package/dist/commonjs/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentTiers.js +145 -0
- package/dist/commonjs/operations/commitmentTiers.js.map +1 -0
- package/dist/commonjs/operations/defenderForAISettings.d.ts +64 -0
- package/dist/commonjs/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/commonjs/operations/defenderForAISettings.js +271 -0
- package/dist/commonjs/operations/defenderForAISettings.js.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts +57 -0
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAccounts.js +247 -0
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operations/deployments.d.ts +126 -0
- package/dist/commonjs/operations/deployments.d.ts.map +1 -0
- package/dist/commonjs/operations/deployments.js +583 -0
- package/dist/commonjs/operations/deployments.js.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts +76 -0
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/encryptionScopes.js +320 -0
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +26 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +36 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.js +156 -0
- package/dist/commonjs/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/commonjs/operations/modelCapacities.d.ts +38 -0
- package/dist/commonjs/operations/modelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operations/modelCapacities.js +148 -0
- package/dist/commonjs/operations/modelCapacities.js.map +1 -0
- package/dist/commonjs/operations/models.d.ts +35 -0
- package/dist/commonjs/operations/models.d.ts.map +1 -0
- package/dist/commonjs/operations/models.js +145 -0
- package/dist/commonjs/operations/models.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +273 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +279 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js +268 -0
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operations/projectConnection.d.ts +77 -0
- package/dist/commonjs/operations/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operations/projectConnection.js +303 -0
- package/dist/commonjs/operations/projectConnection.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +101 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +442 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/commonjs/operations/raiBlocklistItems.js +422 -0
- package/dist/commonjs/operations/raiBlocklistItems.js.map +1 -0
- package/dist/commonjs/operations/raiBlocklists.d.ts +72 -0
- package/dist/commonjs/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/commonjs/operations/raiBlocklists.js +317 -0
- package/dist/commonjs/operations/raiBlocklists.js.map +1 -0
- package/dist/commonjs/operations/raiContentFilters.d.ts +42 -0
- package/dist/commonjs/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/commonjs/operations/raiContentFilters.js +175 -0
- package/dist/commonjs/operations/raiContentFilters.js.map +1 -0
- package/dist/commonjs/operations/raiPolicies.d.ts +72 -0
- package/dist/commonjs/operations/raiPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/raiPolicies.js +311 -0
- package/dist/commonjs/operations/raiPolicies.js.map +1 -0
- package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
- package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceSkus.js +137 -0
- package/dist/commonjs/operations/resourceSkus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +145 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deployments.js +10 -0
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +36 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.js +10 -0
- package/dist/commonjs/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/models.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/models.js +10 -0
- package/dist/commonjs/operationsInterfaces/models.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/esm/cognitiveServicesManagementClient.js +222 -0
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3733 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +652 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +190 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5135 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +61 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +515 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/accountCapabilityHosts.js +242 -0
- package/dist/esm/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/accountConnection.d.ts +70 -0
- package/dist/esm/operations/accountConnection.d.ts.map +1 -0
- package/dist/esm/operations/accountConnection.js +286 -0
- package/dist/esm/operations/accountConnection.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +162 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +775 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/commitmentPlans.d.ts +256 -0
- package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operations/commitmentPlans.js +1166 -0
- package/dist/esm/operations/commitmentPlans.js.map +1 -0
- package/dist/esm/operations/commitmentTiers.d.ts +35 -0
- package/dist/esm/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/esm/operations/commitmentTiers.js +141 -0
- package/dist/esm/operations/commitmentTiers.js.map +1 -0
- package/dist/esm/operations/defenderForAISettings.d.ts +64 -0
- package/dist/esm/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/esm/operations/defenderForAISettings.js +267 -0
- package/dist/esm/operations/defenderForAISettings.js.map +1 -0
- package/dist/esm/operations/deletedAccounts.d.ts +57 -0
- package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAccounts.js +243 -0
- package/dist/esm/operations/deletedAccounts.js.map +1 -0
- package/dist/esm/operations/deployments.d.ts +126 -0
- package/dist/esm/operations/deployments.d.ts.map +1 -0
- package/dist/esm/operations/deployments.js +579 -0
- package/dist/esm/operations/deployments.js.map +1 -0
- package/dist/esm/operations/encryptionScopes.d.ts +76 -0
- package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operations/encryptionScopes.js +316 -0
- package/dist/esm/operations/encryptionScopes.js.map +1 -0
- package/dist/esm/operations/index.d.ts +26 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +33 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedModelCapacities.js +152 -0
- package/dist/esm/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/esm/operations/modelCapacities.d.ts +38 -0
- package/dist/esm/operations/modelCapacities.d.ts.map +1 -0
- package/dist/esm/operations/modelCapacities.js +144 -0
- package/dist/esm/operations/modelCapacities.js.map +1 -0
- package/dist/esm/operations/models.d.ts +35 -0
- package/dist/esm/operations/models.d.ts.map +1 -0
- package/dist/esm/operations/models.js +141 -0
- package/dist/esm/operations/models.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +274 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operations/projectCapabilityHosts.js +263 -0
- package/dist/esm/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operations/projectConnection.d.ts +77 -0
- package/dist/esm/operations/projectConnection.d.ts.map +1 -0
- package/dist/esm/operations/projectConnection.js +299 -0
- package/dist/esm/operations/projectConnection.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +101 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +438 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/esm/operations/raiBlocklistItems.js +418 -0
- package/dist/esm/operations/raiBlocklistItems.js.map +1 -0
- package/dist/esm/operations/raiBlocklists.d.ts +72 -0
- package/dist/esm/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/esm/operations/raiBlocklists.js +313 -0
- package/dist/esm/operations/raiBlocklists.js.map +1 -0
- package/dist/esm/operations/raiContentFilters.d.ts +42 -0
- package/dist/esm/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/esm/operations/raiContentFilters.js +171 -0
- package/dist/esm/operations/raiContentFilters.js.map +1 -0
- package/dist/esm/operations/raiPolicies.d.ts +72 -0
- package/dist/esm/operations/raiPolicies.d.ts.map +1 -0
- package/dist/esm/operations/raiPolicies.js +307 -0
- package/dist/esm/operations/raiPolicies.js.map +1 -0
- package/dist/esm/operations/resourceSkus.d.ts +32 -0
- package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operations/resourceSkus.js +133 -0
- package/dist/esm/operations/resourceSkus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +141 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accountConnection.js +9 -0
- package/dist/esm/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.js +9 -0
- package/dist/esm/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deployments.js +9 -0
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +26 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +33 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/modelCapacities.js +9 -0
- package/dist/esm/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/esm/operationsInterfaces/models.d.ts +12 -0
- package/dist/esm/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/models.js +9 -0
- package/dist/esm/operationsInterfaces/models.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectConnection.js +9 -0
- package/dist/esm/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +76 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js +9 -0
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.js +9 -0
- package/dist/esm/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.js +9 -0
- package/dist/esm/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/raiPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +65 -0
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist/react-native/cognitiveServicesManagementClient.js +222 -0
- package/dist/react-native/cognitiveServicesManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3733 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +652 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +190 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5135 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +61 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +515 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +61 -0
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/accountCapabilityHosts.js +242 -0
- package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/accountConnection.d.ts +70 -0
- package/dist/react-native/operations/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operations/accountConnection.js +286 -0
- package/dist/react-native/operations/accountConnection.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +162 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +775 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/commitmentPlans.d.ts +256 -0
- package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentPlans.js +1166 -0
- package/dist/react-native/operations/commitmentPlans.js.map +1 -0
- package/dist/react-native/operations/commitmentTiers.d.ts +35 -0
- package/dist/react-native/operations/commitmentTiers.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentTiers.js +141 -0
- package/dist/react-native/operations/commitmentTiers.js.map +1 -0
- package/dist/react-native/operations/defenderForAISettings.d.ts +64 -0
- package/dist/react-native/operations/defenderForAISettings.d.ts.map +1 -0
- package/dist/react-native/operations/defenderForAISettings.js +267 -0
- package/dist/react-native/operations/defenderForAISettings.js.map +1 -0
- package/dist/react-native/operations/deletedAccounts.d.ts +57 -0
- package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAccounts.js +243 -0
- package/dist/react-native/operations/deletedAccounts.js.map +1 -0
- package/dist/react-native/operations/deployments.d.ts +126 -0
- package/dist/react-native/operations/deployments.d.ts.map +1 -0
- package/dist/react-native/operations/deployments.js +579 -0
- package/dist/react-native/operations/deployments.js.map +1 -0
- package/dist/react-native/operations/encryptionScopes.d.ts +76 -0
- package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operations/encryptionScopes.js +316 -0
- package/dist/react-native/operations/encryptionScopes.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +26 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +33 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts +41 -0
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedModelCapacities.js +152 -0
- package/dist/react-native/operations/locationBasedModelCapacities.js.map +1 -0
- package/dist/react-native/operations/modelCapacities.d.ts +38 -0
- package/dist/react-native/operations/modelCapacities.d.ts.map +1 -0
- package/dist/react-native/operations/modelCapacities.js +144 -0
- package/dist/react-native/operations/modelCapacities.js.map +1 -0
- package/dist/react-native/operations/models.d.ts +35 -0
- package/dist/react-native/operations/models.d.ts.map +1 -0
- package/dist/react-native/operations/models.js +141 -0
- package/dist/react-native/operations/models.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +269 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +70 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +274 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +66 -0
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operations/projectCapabilityHosts.js +263 -0
- package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operations/projectConnection.d.ts +77 -0
- package/dist/react-native/operations/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operations/projectConnection.js +299 -0
- package/dist/react-native/operations/projectConnection.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +101 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +438 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/raiBlocklistItems.d.ts +97 -0
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -0
- package/dist/react-native/operations/raiBlocklistItems.js +418 -0
- package/dist/react-native/operations/raiBlocklistItems.js.map +1 -0
- package/dist/react-native/operations/raiBlocklists.d.ts +72 -0
- package/dist/react-native/operations/raiBlocklists.d.ts.map +1 -0
- package/dist/react-native/operations/raiBlocklists.js +313 -0
- package/dist/react-native/operations/raiBlocklists.js.map +1 -0
- package/dist/react-native/operations/raiContentFilters.d.ts +42 -0
- package/dist/react-native/operations/raiContentFilters.d.ts.map +1 -0
- package/dist/react-native/operations/raiContentFilters.js +171 -0
- package/dist/react-native/operations/raiContentFilters.js.map +1 -0
- package/dist/react-native/operations/raiPolicies.d.ts +72 -0
- package/dist/react-native/operations/raiPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/raiPolicies.js +307 -0
- package/dist/react-native/operations/raiPolicies.js.map +1 -0
- package/dist/react-native/operations/resourceSkus.d.ts +32 -0
- package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operations/resourceSkus.js +133 -0
- package/dist/react-native/operations/resourceSkus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +141 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/accountConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +109 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +182 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js +9 -0
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deployments.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deployments.js +9 -0
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +33 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.js +9 -0
- package/dist/react-native/operationsInterfaces/modelCapacities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/models.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/models.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/models.js +9 -0
- package/dist/react-native/operationsInterfaces/models.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +9 -0
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js +9 -0
- package/dist/react-native/operationsInterfaces/projectConnection.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js +9 -0
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.js +9 -0
- package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.js +9 -0
- package/dist/react-native/operationsInterfaces/raiContentFilters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/raiPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +77 -58
- package/review/arm-cognitiveservices.api.md +731 -0
- package/dist/index.js +0 -11522
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.js +0 -86
- package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -39
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListKeysSample.js +0 -39
- package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListModelsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListModelsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListModelsSample.js +0 -54
- package/dist-esm/samples-dev/accountsListModelsSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -53
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSkusSample.js +0 -39
- package/dist-esm/samples-dev/accountsListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListUsagesSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListUsagesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListUsagesSample.js +0 -39
- package/dist-esm/samples-dev/accountsListUsagesSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/accountsRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts +0 -2
- package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/calculateModelCapacitySample.js +0 -54
- package/dist-esm/samples-dev/calculateModelCapacitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkDomainAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkSkuAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js +0 -43
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js +0 -50
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansGetSample.js +0 -39
- package/dist-esm/samples-dev/commitmentPlansGetSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js +0 -55
- package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansListSample.js +0 -54
- package/dist-esm/samples-dev/commitmentPlansListSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js +0 -40
- package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js.map +0 -1
- package/dist-esm/samples-dev/commitmentTiersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/commitmentTiersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/commitmentTiersListSample.js +0 -53
- package/dist-esm/samples-dev/commitmentTiersListSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.js +0 -55
- package/dist-esm/samples-dev/defenderForAiSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -40
- package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -53
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.js +0 -40
- package/dist-esm/samples-dev/deletedAccountsPurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/deploymentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsGetSample.js +0 -39
- package/dist-esm/samples-dev/deploymentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSample.js +0 -54
- package/dist-esm/samples-dev/deploymentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsListSkusSample.js +0 -56
- package/dist-esm/samples-dev/deploymentsListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/deploymentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/encryptionScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -40
- package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -55
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js +0 -57
- package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/modelCapacitiesListSample.js +0 -56
- package/dist-esm/samples-dev/modelCapacitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/modelsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/modelsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/modelsListSample.js +0 -54
- package/dist-esm/samples-dev/modelsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -55
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js +0 -50
- package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js +0 -44
- package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js +0 -41
- package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.js +0 -56
- package/dist-esm/samples-dev/raiBlocklistItemsListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsGetSample.js +0 -40
- package/dist-esm/samples-dev/raiBlocklistsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiBlocklistsListSample.js +0 -55
- package/dist-esm/samples-dev/raiBlocklistsListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersGetSample.js +0 -39
- package/dist-esm/samples-dev/raiContentFiltersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiContentFiltersListSample.js +0 -54
- package/dist-esm/samples-dev/raiContentFiltersListSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js +0 -118
- package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/raiPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesGetSample.js +0 -40
- package/dist-esm/samples-dev/raiPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/raiPoliciesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/raiPoliciesListSample.js +0 -55
- package/dist-esm/samples-dev/raiPoliciesListSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceSkusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceSkusListSample.js +0 -53
- package/dist-esm/samples-dev/resourceSkusListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -54
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +0 -60
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist-esm/src/cognitiveServicesManagementClient.js +0 -226
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2733
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -340
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -138
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -4201
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -51
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -430
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts +0 -162
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js +0 -795
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.d.ts +0 -256
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.js +0 -1198
- package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operations/commitmentTiers.d.ts +0 -35
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentTiers.js +0 -145
- package/dist-esm/src/operations/commitmentTiers.js.map +0 -1
- package/dist-esm/src/operations/defenderForAISettings.d.ts +0 -64
- package/dist-esm/src/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist-esm/src/operations/defenderForAISettings.js +0 -267
- package/dist-esm/src/operations/defenderForAISettings.js.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.d.ts +0 -57
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAccounts.js +0 -251
- package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operations/deployments.d.ts +0 -126
- package/dist-esm/src/operations/deployments.d.ts.map +0 -1
- package/dist-esm/src/operations/deployments.js +0 -591
- package/dist-esm/src/operations/deployments.js.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.d.ts +0 -76
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/encryptionScopes.js +0 -320
- package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -21
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -28
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist-esm/src/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedModelCapacities.js +0 -156
- package/dist-esm/src/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist-esm/src/operations/modelCapacities.d.ts +0 -38
- package/dist-esm/src/operations/modelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operations/modelCapacities.js +0 -148
- package/dist-esm/src/operations/modelCapacities.js.map +0 -1
- package/dist-esm/src/operations/models.d.ts +0 -35
- package/dist-esm/src/operations/models.d.ts.map +0 -1
- package/dist-esm/src/operations/models.js +0 -145
- package/dist-esm/src/operations/models.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -273
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -70
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -283
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/raiBlocklistItems.d.ts +0 -97
- package/dist-esm/src/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist-esm/src/operations/raiBlocklistItems.js +0 -422
- package/dist-esm/src/operations/raiBlocklistItems.js.map +0 -1
- package/dist-esm/src/operations/raiBlocklists.d.ts +0 -72
- package/dist-esm/src/operations/raiBlocklists.d.ts.map +0 -1
- package/dist-esm/src/operations/raiBlocklists.js +0 -317
- package/dist-esm/src/operations/raiBlocklists.js.map +0 -1
- package/dist-esm/src/operations/raiContentFilters.d.ts +0 -42
- package/dist-esm/src/operations/raiContentFilters.d.ts.map +0 -1
- package/dist-esm/src/operations/raiContentFilters.js +0 -175
- package/dist-esm/src/operations/raiContentFilters.js.map +0 -1
- package/dist-esm/src/operations/raiPolicies.d.ts +0 -72
- package/dist-esm/src/operations/raiPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/raiPolicies.js +0 -311
- package/dist-esm/src/operations/raiPolicies.js.map +0 -1
- package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
- package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceSkus.js +0 -137
- package/dist-esm/src/operations/resourceSkus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -145
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +0 -109
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deployments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -28
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/models.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/models.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/models.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts +0 -4
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts.map +0 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js +0 -151
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js.map +0 -1
- package/dist-esm/test/cognitiveservices_openai.spec.d.ts +0 -4
- package/dist-esm/test/cognitiveservices_openai.spec.d.ts.map +0 -1
- package/dist-esm/test/cognitiveservices_openai.spec.js +0 -171
- package/dist-esm/test/cognitiveservices_openai.spec.js.map +0 -1
- package/src/cognitiveServicesManagementClient.ts +0 -363
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3140
- package/src/models/mappers.ts +0 -4460
- package/src/models/parameters.ts +0 -500
- package/src/operations/accounts.ts +0 -1037
- package/src/operations/commitmentPlans.ts +0 -1582
- package/src/operations/commitmentTiers.ts +0 -169
- package/src/operations/defenderForAISettings.ts +0 -345
- package/src/operations/deletedAccounts.ts +0 -312
- package/src/operations/deployments.ts +0 -817
- package/src/operations/encryptionScopes.ts +0 -429
- package/src/operations/index.ts +0 -28
- package/src/operations/locationBasedModelCapacities.ts +0 -219
- package/src/operations/modelCapacities.ts +0 -195
- package/src/operations/models.ts +0 -169
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -372
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -390
- package/src/operations/privateLinkResources.ts +0 -71
- package/src/operations/raiBlocklistItems.ts +0 -578
- package/src/operations/raiBlocklists.ts +0 -426
- package/src/operations/raiContentFilters.ts +0 -209
- package/src/operations/raiPolicies.ts +0 -420
- package/src/operations/resourceSkus.ts +0 -153
- package/src/operations/usages.ts +0 -169
- package/src/operationsInterfaces/accounts.ts +0 -208
- package/src/operationsInterfaces/commitmentPlans.ts +0 -324
- package/src/operationsInterfaces/commitmentTiers.ts +0 -24
- package/src/operationsInterfaces/defenderForAISettings.ts +0 -78
- package/src/operationsInterfaces/deletedAccounts.ts +0 -68
- package/src/operationsInterfaces/deployments.ts +0 -162
- package/src/operationsInterfaces/encryptionScopes.ts +0 -99
- package/src/operationsInterfaces/index.ts +0 -28
- package/src/operationsInterfaces/locationBasedModelCapacities.ts +0 -33
- package/src/operationsInterfaces/modelCapacities.ts +0 -31
- package/src/operationsInterfaces/models.ts +0 -24
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -78
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/raiBlocklistItems.ts +0 -139
- package/src/operationsInterfaces/raiBlocklists.ts +0 -95
- package/src/operationsInterfaces/raiContentFilters.ts +0 -40
- package/src/operationsInterfaces/raiPolicies.ts +0 -95
- package/src/operationsInterfaces/resourceSkus.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-cognitiveservices.d.ts +0 -4028
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentTiers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/defenderForAISettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deployments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedModelCapacities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/modelCapacities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklistItems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklists.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiContentFilters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,1166 @@
|
|
|
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
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing CommitmentPlans operations. */
|
|
17
|
+
export class CommitmentPlansImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class CommitmentPlans class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets the commitmentPlans associated with the Cognitive Services account.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param accountName The name of Cognitive Services account.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
list(resourceGroupName, accountName, options) {
|
|
32
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: (settings) => {
|
|
41
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
+
}
|
|
44
|
+
return this.listPagingPage(resourceGroupName, accountName, options, settings);
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
listPagingPage(resourceGroupName, accountName, options, settings) {
|
|
49
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
50
|
+
let result;
|
|
51
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
52
|
+
if (!continuationToken) {
|
|
53
|
+
result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
54
|
+
let page = result.value || [];
|
|
55
|
+
continuationToken = result.nextLink;
|
|
56
|
+
setContinuationToken(page, continuationToken);
|
|
57
|
+
yield yield __await(page);
|
|
58
|
+
}
|
|
59
|
+
while (continuationToken) {
|
|
60
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
61
|
+
continuationToken = result.nextLink;
|
|
62
|
+
let page = result.value || [];
|
|
63
|
+
setContinuationToken(page, continuationToken);
|
|
64
|
+
yield yield __await(page);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
69
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
70
|
+
var _a, e_1, _b, _c;
|
|
71
|
+
try {
|
|
72
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
+
_c = _f.value;
|
|
74
|
+
_d = false;
|
|
75
|
+
const page = _c;
|
|
76
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
+
finally {
|
|
81
|
+
try {
|
|
82
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
+
}
|
|
84
|
+
finally { if (e_1) throw e_1.error; }
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Returns all the resources of a particular type belonging to a resource group
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
listPlansByResourceGroup(resourceGroupName, options) {
|
|
94
|
+
const iter = this.listPlansByResourceGroupPagingAll(resourceGroupName, options);
|
|
95
|
+
return {
|
|
96
|
+
next() {
|
|
97
|
+
return iter.next();
|
|
98
|
+
},
|
|
99
|
+
[Symbol.asyncIterator]() {
|
|
100
|
+
return this;
|
|
101
|
+
},
|
|
102
|
+
byPage: (settings) => {
|
|
103
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
104
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
105
|
+
}
|
|
106
|
+
return this.listPlansByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
listPlansByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
111
|
+
return __asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingPage_1() {
|
|
112
|
+
let result;
|
|
113
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
114
|
+
if (!continuationToken) {
|
|
115
|
+
result = yield __await(this._listPlansByResourceGroup(resourceGroupName, options));
|
|
116
|
+
let page = result.value || [];
|
|
117
|
+
continuationToken = result.nextLink;
|
|
118
|
+
setContinuationToken(page, continuationToken);
|
|
119
|
+
yield yield __await(page);
|
|
120
|
+
}
|
|
121
|
+
while (continuationToken) {
|
|
122
|
+
result = yield __await(this._listPlansByResourceGroupNext(resourceGroupName, continuationToken, options));
|
|
123
|
+
continuationToken = result.nextLink;
|
|
124
|
+
let page = result.value || [];
|
|
125
|
+
setContinuationToken(page, continuationToken);
|
|
126
|
+
yield yield __await(page);
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
listPlansByResourceGroupPagingAll(resourceGroupName, options) {
|
|
131
|
+
return __asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingAll_1() {
|
|
132
|
+
var _a, e_2, _b, _c;
|
|
133
|
+
try {
|
|
134
|
+
for (var _d = true, _e = __asyncValues(this.listPlansByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
135
|
+
_c = _f.value;
|
|
136
|
+
_d = false;
|
|
137
|
+
const page = _c;
|
|
138
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
142
|
+
finally {
|
|
143
|
+
try {
|
|
144
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
145
|
+
}
|
|
146
|
+
finally { if (e_2) throw e_2.error; }
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Returns all the resources of a particular type belonging to a subscription.
|
|
152
|
+
* @param options The options parameters.
|
|
153
|
+
*/
|
|
154
|
+
listPlansBySubscription(options) {
|
|
155
|
+
const iter = this.listPlansBySubscriptionPagingAll(options);
|
|
156
|
+
return {
|
|
157
|
+
next() {
|
|
158
|
+
return iter.next();
|
|
159
|
+
},
|
|
160
|
+
[Symbol.asyncIterator]() {
|
|
161
|
+
return this;
|
|
162
|
+
},
|
|
163
|
+
byPage: (settings) => {
|
|
164
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
165
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
166
|
+
}
|
|
167
|
+
return this.listPlansBySubscriptionPagingPage(options, settings);
|
|
168
|
+
},
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
listPlansBySubscriptionPagingPage(options, settings) {
|
|
172
|
+
return __asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingPage_1() {
|
|
173
|
+
let result;
|
|
174
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
175
|
+
if (!continuationToken) {
|
|
176
|
+
result = yield __await(this._listPlansBySubscription(options));
|
|
177
|
+
let page = result.value || [];
|
|
178
|
+
continuationToken = result.nextLink;
|
|
179
|
+
setContinuationToken(page, continuationToken);
|
|
180
|
+
yield yield __await(page);
|
|
181
|
+
}
|
|
182
|
+
while (continuationToken) {
|
|
183
|
+
result = yield __await(this._listPlansBySubscriptionNext(continuationToken, options));
|
|
184
|
+
continuationToken = result.nextLink;
|
|
185
|
+
let page = result.value || [];
|
|
186
|
+
setContinuationToken(page, continuationToken);
|
|
187
|
+
yield yield __await(page);
|
|
188
|
+
}
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
listPlansBySubscriptionPagingAll(options) {
|
|
192
|
+
return __asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingAll_1() {
|
|
193
|
+
var _a, e_3, _b, _c;
|
|
194
|
+
try {
|
|
195
|
+
for (var _d = true, _e = __asyncValues(this.listPlansBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
196
|
+
_c = _f.value;
|
|
197
|
+
_d = false;
|
|
198
|
+
const page = _c;
|
|
199
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
203
|
+
finally {
|
|
204
|
+
try {
|
|
205
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
206
|
+
}
|
|
207
|
+
finally { if (e_3) throw e_3.error; }
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Gets the associations of the Cognitive Services commitment plan.
|
|
213
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
214
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
215
|
+
* Account
|
|
216
|
+
* @param options The options parameters.
|
|
217
|
+
*/
|
|
218
|
+
listAssociations(resourceGroupName, commitmentPlanName, options) {
|
|
219
|
+
const iter = this.listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options);
|
|
220
|
+
return {
|
|
221
|
+
next() {
|
|
222
|
+
return iter.next();
|
|
223
|
+
},
|
|
224
|
+
[Symbol.asyncIterator]() {
|
|
225
|
+
return this;
|
|
226
|
+
},
|
|
227
|
+
byPage: (settings) => {
|
|
228
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
229
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
230
|
+
}
|
|
231
|
+
return this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings);
|
|
232
|
+
},
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings) {
|
|
236
|
+
return __asyncGenerator(this, arguments, function* listAssociationsPagingPage_1() {
|
|
237
|
+
let result;
|
|
238
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
239
|
+
if (!continuationToken) {
|
|
240
|
+
result = yield __await(this._listAssociations(resourceGroupName, commitmentPlanName, options));
|
|
241
|
+
let page = result.value || [];
|
|
242
|
+
continuationToken = result.nextLink;
|
|
243
|
+
setContinuationToken(page, continuationToken);
|
|
244
|
+
yield yield __await(page);
|
|
245
|
+
}
|
|
246
|
+
while (continuationToken) {
|
|
247
|
+
result = yield __await(this._listAssociationsNext(resourceGroupName, commitmentPlanName, continuationToken, options));
|
|
248
|
+
continuationToken = result.nextLink;
|
|
249
|
+
let page = result.value || [];
|
|
250
|
+
setContinuationToken(page, continuationToken);
|
|
251
|
+
yield yield __await(page);
|
|
252
|
+
}
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options) {
|
|
256
|
+
return __asyncGenerator(this, arguments, function* listAssociationsPagingAll_1() {
|
|
257
|
+
var _a, e_4, _b, _c;
|
|
258
|
+
try {
|
|
259
|
+
for (var _d = true, _e = __asyncValues(this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
260
|
+
_c = _f.value;
|
|
261
|
+
_d = false;
|
|
262
|
+
const page = _c;
|
|
263
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
267
|
+
finally {
|
|
268
|
+
try {
|
|
269
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
270
|
+
}
|
|
271
|
+
finally { if (e_4) throw e_4.error; }
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Gets the commitmentPlans associated with the Cognitive Services account.
|
|
277
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
278
|
+
* @param accountName The name of Cognitive Services account.
|
|
279
|
+
* @param options The options parameters.
|
|
280
|
+
*/
|
|
281
|
+
_list(resourceGroupName, accountName, options) {
|
|
282
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* Gets the specified commitmentPlans associated with the Cognitive Services account.
|
|
286
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
287
|
+
* @param accountName The name of Cognitive Services account.
|
|
288
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
289
|
+
* Account
|
|
290
|
+
* @param options The options parameters.
|
|
291
|
+
*/
|
|
292
|
+
get(resourceGroupName, accountName, commitmentPlanName, options) {
|
|
293
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, commitmentPlanName, options }, getOperationSpec);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Update the state of specified commitmentPlans associated with the Cognitive Services account.
|
|
297
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
298
|
+
* @param accountName The name of Cognitive Services account.
|
|
299
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
300
|
+
* Account
|
|
301
|
+
* @param commitmentPlan The commitmentPlan properties.
|
|
302
|
+
* @param options The options parameters.
|
|
303
|
+
*/
|
|
304
|
+
createOrUpdate(resourceGroupName, accountName, commitmentPlanName, commitmentPlan, options) {
|
|
305
|
+
return this.client.sendOperationRequest({
|
|
306
|
+
resourceGroupName,
|
|
307
|
+
accountName,
|
|
308
|
+
commitmentPlanName,
|
|
309
|
+
commitmentPlan,
|
|
310
|
+
options,
|
|
311
|
+
}, createOrUpdateOperationSpec);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* Deletes the specified commitmentPlan associated with the Cognitive Services account.
|
|
315
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
316
|
+
* @param accountName The name of Cognitive Services account.
|
|
317
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
318
|
+
* Account
|
|
319
|
+
* @param options The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
async beginDelete(resourceGroupName, accountName, commitmentPlanName, options) {
|
|
322
|
+
const directSendOperation = async (args, spec) => {
|
|
323
|
+
return this.client.sendOperationRequest(args, spec);
|
|
324
|
+
};
|
|
325
|
+
const sendOperationFn = async (args, spec) => {
|
|
326
|
+
var _a;
|
|
327
|
+
let currentRawResponse = undefined;
|
|
328
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
329
|
+
const callback = (rawResponse, flatResponse) => {
|
|
330
|
+
currentRawResponse = rawResponse;
|
|
331
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
332
|
+
};
|
|
333
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
334
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
335
|
+
return {
|
|
336
|
+
flatResponse,
|
|
337
|
+
rawResponse: {
|
|
338
|
+
statusCode: currentRawResponse.status,
|
|
339
|
+
body: currentRawResponse.parsedBody,
|
|
340
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
341
|
+
},
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
const lro = createLroSpec({
|
|
345
|
+
sendOperationFn,
|
|
346
|
+
args: { resourceGroupName, accountName, commitmentPlanName, options },
|
|
347
|
+
spec: deleteOperationSpec,
|
|
348
|
+
});
|
|
349
|
+
const poller = await createHttpPoller(lro, {
|
|
350
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
351
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
352
|
+
});
|
|
353
|
+
await poller.poll();
|
|
354
|
+
return poller;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Deletes the specified commitmentPlan associated with the Cognitive Services account.
|
|
358
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
359
|
+
* @param accountName The name of Cognitive Services account.
|
|
360
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
361
|
+
* Account
|
|
362
|
+
* @param options The options parameters.
|
|
363
|
+
*/
|
|
364
|
+
async beginDeleteAndWait(resourceGroupName, accountName, commitmentPlanName, options) {
|
|
365
|
+
const poller = await this.beginDelete(resourceGroupName, accountName, commitmentPlanName, options);
|
|
366
|
+
return poller.pollUntilDone();
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Create Cognitive Services commitment plan.
|
|
370
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
371
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
372
|
+
* Account
|
|
373
|
+
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
374
|
+
* @param options The options parameters.
|
|
375
|
+
*/
|
|
376
|
+
async beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
377
|
+
const directSendOperation = async (args, spec) => {
|
|
378
|
+
return this.client.sendOperationRequest(args, spec);
|
|
379
|
+
};
|
|
380
|
+
const sendOperationFn = async (args, spec) => {
|
|
381
|
+
var _a;
|
|
382
|
+
let currentRawResponse = undefined;
|
|
383
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
384
|
+
const callback = (rawResponse, flatResponse) => {
|
|
385
|
+
currentRawResponse = rawResponse;
|
|
386
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
387
|
+
};
|
|
388
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
389
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
390
|
+
return {
|
|
391
|
+
flatResponse,
|
|
392
|
+
rawResponse: {
|
|
393
|
+
statusCode: currentRawResponse.status,
|
|
394
|
+
body: currentRawResponse.parsedBody,
|
|
395
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
396
|
+
},
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
const lro = createLroSpec({
|
|
400
|
+
sendOperationFn,
|
|
401
|
+
args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
|
|
402
|
+
spec: createOrUpdatePlanOperationSpec,
|
|
403
|
+
});
|
|
404
|
+
const poller = await createHttpPoller(lro, {
|
|
405
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
406
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
407
|
+
resourceLocationConfig: "azure-async-operation",
|
|
408
|
+
});
|
|
409
|
+
await poller.poll();
|
|
410
|
+
return poller;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Create Cognitive Services commitment plan.
|
|
414
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
415
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
416
|
+
* Account
|
|
417
|
+
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
418
|
+
* @param options The options parameters.
|
|
419
|
+
*/
|
|
420
|
+
async beginCreateOrUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
421
|
+
const poller = await this.beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
|
|
422
|
+
return poller.pollUntilDone();
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Create Cognitive Services commitment plan.
|
|
426
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
427
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
428
|
+
* Account
|
|
429
|
+
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
430
|
+
* @param options The options parameters.
|
|
431
|
+
*/
|
|
432
|
+
async beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
433
|
+
const directSendOperation = async (args, spec) => {
|
|
434
|
+
return this.client.sendOperationRequest(args, spec);
|
|
435
|
+
};
|
|
436
|
+
const sendOperationFn = async (args, spec) => {
|
|
437
|
+
var _a;
|
|
438
|
+
let currentRawResponse = undefined;
|
|
439
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
440
|
+
const callback = (rawResponse, flatResponse) => {
|
|
441
|
+
currentRawResponse = rawResponse;
|
|
442
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
443
|
+
};
|
|
444
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
445
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
446
|
+
return {
|
|
447
|
+
flatResponse,
|
|
448
|
+
rawResponse: {
|
|
449
|
+
statusCode: currentRawResponse.status,
|
|
450
|
+
body: currentRawResponse.parsedBody,
|
|
451
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
452
|
+
},
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
const lro = createLroSpec({
|
|
456
|
+
sendOperationFn,
|
|
457
|
+
args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
|
|
458
|
+
spec: updatePlanOperationSpec,
|
|
459
|
+
});
|
|
460
|
+
const poller = await createHttpPoller(lro, {
|
|
461
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
462
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
463
|
+
resourceLocationConfig: "location",
|
|
464
|
+
});
|
|
465
|
+
await poller.poll();
|
|
466
|
+
return poller;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Create Cognitive Services commitment plan.
|
|
470
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
471
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
472
|
+
* Account
|
|
473
|
+
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
474
|
+
* @param options The options parameters.
|
|
475
|
+
*/
|
|
476
|
+
async beginUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
477
|
+
const poller = await this.beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
|
|
478
|
+
return poller.pollUntilDone();
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* Deletes a Cognitive Services commitment plan from the resource group.
|
|
482
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
483
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
484
|
+
* Account
|
|
485
|
+
* @param options The options parameters.
|
|
486
|
+
*/
|
|
487
|
+
async beginDeletePlan(resourceGroupName, commitmentPlanName, options) {
|
|
488
|
+
const directSendOperation = async (args, spec) => {
|
|
489
|
+
return this.client.sendOperationRequest(args, spec);
|
|
490
|
+
};
|
|
491
|
+
const sendOperationFn = async (args, spec) => {
|
|
492
|
+
var _a;
|
|
493
|
+
let currentRawResponse = undefined;
|
|
494
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
495
|
+
const callback = (rawResponse, flatResponse) => {
|
|
496
|
+
currentRawResponse = rawResponse;
|
|
497
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
498
|
+
};
|
|
499
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
500
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
501
|
+
return {
|
|
502
|
+
flatResponse,
|
|
503
|
+
rawResponse: {
|
|
504
|
+
statusCode: currentRawResponse.status,
|
|
505
|
+
body: currentRawResponse.parsedBody,
|
|
506
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
507
|
+
},
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
const lro = createLroSpec({
|
|
511
|
+
sendOperationFn,
|
|
512
|
+
args: { resourceGroupName, commitmentPlanName, options },
|
|
513
|
+
spec: deletePlanOperationSpec,
|
|
514
|
+
});
|
|
515
|
+
const poller = await createHttpPoller(lro, {
|
|
516
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
517
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
518
|
+
resourceLocationConfig: "location",
|
|
519
|
+
});
|
|
520
|
+
await poller.poll();
|
|
521
|
+
return poller;
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Deletes a Cognitive Services commitment plan from the resource group.
|
|
525
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
526
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
527
|
+
* Account
|
|
528
|
+
* @param options The options parameters.
|
|
529
|
+
*/
|
|
530
|
+
async beginDeletePlanAndWait(resourceGroupName, commitmentPlanName, options) {
|
|
531
|
+
const poller = await this.beginDeletePlan(resourceGroupName, commitmentPlanName, options);
|
|
532
|
+
return poller.pollUntilDone();
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* Returns a Cognitive Services commitment plan specified by the parameters.
|
|
536
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
537
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
538
|
+
* Account
|
|
539
|
+
* @param options The options parameters.
|
|
540
|
+
*/
|
|
541
|
+
getPlan(resourceGroupName, commitmentPlanName, options) {
|
|
542
|
+
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, getPlanOperationSpec);
|
|
543
|
+
}
|
|
544
|
+
/**
|
|
545
|
+
* Returns all the resources of a particular type belonging to a resource group
|
|
546
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
547
|
+
* @param options The options parameters.
|
|
548
|
+
*/
|
|
549
|
+
_listPlansByResourceGroup(resourceGroupName, options) {
|
|
550
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listPlansByResourceGroupOperationSpec);
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* Returns all the resources of a particular type belonging to a subscription.
|
|
554
|
+
* @param options The options parameters.
|
|
555
|
+
*/
|
|
556
|
+
_listPlansBySubscription(options) {
|
|
557
|
+
return this.client.sendOperationRequest({ options }, listPlansBySubscriptionOperationSpec);
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* Gets the associations of the Cognitive Services commitment plan.
|
|
561
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
562
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
563
|
+
* Account
|
|
564
|
+
* @param options The options parameters.
|
|
565
|
+
*/
|
|
566
|
+
_listAssociations(resourceGroupName, commitmentPlanName, options) {
|
|
567
|
+
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listAssociationsOperationSpec);
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* Gets the association of the Cognitive Services commitment plan.
|
|
571
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
572
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
573
|
+
* Account
|
|
574
|
+
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
575
|
+
* Services Account
|
|
576
|
+
* @param options The options parameters.
|
|
577
|
+
*/
|
|
578
|
+
getAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
579
|
+
return this.client.sendOperationRequest({
|
|
580
|
+
resourceGroupName,
|
|
581
|
+
commitmentPlanName,
|
|
582
|
+
commitmentPlanAssociationName,
|
|
583
|
+
options,
|
|
584
|
+
}, getAssociationOperationSpec);
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* Create or update the association of the Cognitive Services commitment plan.
|
|
588
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
589
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
590
|
+
* Account
|
|
591
|
+
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
592
|
+
* Services Account
|
|
593
|
+
* @param association The commitmentPlan properties.
|
|
594
|
+
* @param options The options parameters.
|
|
595
|
+
*/
|
|
596
|
+
async beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
|
|
597
|
+
const directSendOperation = async (args, spec) => {
|
|
598
|
+
return this.client.sendOperationRequest(args, spec);
|
|
599
|
+
};
|
|
600
|
+
const sendOperationFn = async (args, spec) => {
|
|
601
|
+
var _a;
|
|
602
|
+
let currentRawResponse = undefined;
|
|
603
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
604
|
+
const callback = (rawResponse, flatResponse) => {
|
|
605
|
+
currentRawResponse = rawResponse;
|
|
606
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
607
|
+
};
|
|
608
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
609
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
610
|
+
return {
|
|
611
|
+
flatResponse,
|
|
612
|
+
rawResponse: {
|
|
613
|
+
statusCode: currentRawResponse.status,
|
|
614
|
+
body: currentRawResponse.parsedBody,
|
|
615
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
616
|
+
},
|
|
617
|
+
};
|
|
618
|
+
};
|
|
619
|
+
const lro = createLroSpec({
|
|
620
|
+
sendOperationFn,
|
|
621
|
+
args: {
|
|
622
|
+
resourceGroupName,
|
|
623
|
+
commitmentPlanName,
|
|
624
|
+
commitmentPlanAssociationName,
|
|
625
|
+
association,
|
|
626
|
+
options,
|
|
627
|
+
},
|
|
628
|
+
spec: createOrUpdateAssociationOperationSpec,
|
|
629
|
+
});
|
|
630
|
+
const poller = await createHttpPoller(lro, {
|
|
631
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
632
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
633
|
+
resourceLocationConfig: "azure-async-operation",
|
|
634
|
+
});
|
|
635
|
+
await poller.poll();
|
|
636
|
+
return poller;
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Create or update the association of the Cognitive Services commitment plan.
|
|
640
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
641
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
642
|
+
* Account
|
|
643
|
+
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
644
|
+
* Services Account
|
|
645
|
+
* @param association The commitmentPlan properties.
|
|
646
|
+
* @param options The options parameters.
|
|
647
|
+
*/
|
|
648
|
+
async beginCreateOrUpdateAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
|
|
649
|
+
const poller = await this.beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options);
|
|
650
|
+
return poller.pollUntilDone();
|
|
651
|
+
}
|
|
652
|
+
/**
|
|
653
|
+
* Deletes the association of the Cognitive Services commitment plan.
|
|
654
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
655
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
656
|
+
* Account
|
|
657
|
+
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
658
|
+
* Services Account
|
|
659
|
+
* @param options The options parameters.
|
|
660
|
+
*/
|
|
661
|
+
async beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
662
|
+
const directSendOperation = async (args, spec) => {
|
|
663
|
+
return this.client.sendOperationRequest(args, spec);
|
|
664
|
+
};
|
|
665
|
+
const sendOperationFn = async (args, spec) => {
|
|
666
|
+
var _a;
|
|
667
|
+
let currentRawResponse = undefined;
|
|
668
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
669
|
+
const callback = (rawResponse, flatResponse) => {
|
|
670
|
+
currentRawResponse = rawResponse;
|
|
671
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
672
|
+
};
|
|
673
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
674
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
675
|
+
return {
|
|
676
|
+
flatResponse,
|
|
677
|
+
rawResponse: {
|
|
678
|
+
statusCode: currentRawResponse.status,
|
|
679
|
+
body: currentRawResponse.parsedBody,
|
|
680
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
681
|
+
},
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
const lro = createLroSpec({
|
|
685
|
+
sendOperationFn,
|
|
686
|
+
args: {
|
|
687
|
+
resourceGroupName,
|
|
688
|
+
commitmentPlanName,
|
|
689
|
+
commitmentPlanAssociationName,
|
|
690
|
+
options,
|
|
691
|
+
},
|
|
692
|
+
spec: deleteAssociationOperationSpec,
|
|
693
|
+
});
|
|
694
|
+
const poller = await createHttpPoller(lro, {
|
|
695
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
696
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
697
|
+
resourceLocationConfig: "location",
|
|
698
|
+
});
|
|
699
|
+
await poller.poll();
|
|
700
|
+
return poller;
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* Deletes the association of the Cognitive Services commitment plan.
|
|
704
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
705
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
706
|
+
* Account
|
|
707
|
+
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
708
|
+
* Services Account
|
|
709
|
+
* @param options The options parameters.
|
|
710
|
+
*/
|
|
711
|
+
async beginDeleteAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
712
|
+
const poller = await this.beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options);
|
|
713
|
+
return poller.pollUntilDone();
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* ListNext
|
|
717
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
718
|
+
* @param accountName The name of Cognitive Services account.
|
|
719
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
720
|
+
* @param options The options parameters.
|
|
721
|
+
*/
|
|
722
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
723
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* ListPlansByResourceGroupNext
|
|
727
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
728
|
+
* @param nextLink The nextLink from the previous successful call to the ListPlansByResourceGroup
|
|
729
|
+
* method.
|
|
730
|
+
* @param options The options parameters.
|
|
731
|
+
*/
|
|
732
|
+
_listPlansByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
733
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listPlansByResourceGroupNextOperationSpec);
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* ListPlansBySubscriptionNext
|
|
737
|
+
* @param nextLink The nextLink from the previous successful call to the ListPlansBySubscription
|
|
738
|
+
* method.
|
|
739
|
+
* @param options The options parameters.
|
|
740
|
+
*/
|
|
741
|
+
_listPlansBySubscriptionNext(nextLink, options) {
|
|
742
|
+
return this.client.sendOperationRequest({ nextLink, options }, listPlansBySubscriptionNextOperationSpec);
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
* ListAssociationsNext
|
|
746
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
747
|
+
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
748
|
+
* Account
|
|
749
|
+
* @param nextLink The nextLink from the previous successful call to the ListAssociations method.
|
|
750
|
+
* @param options The options parameters.
|
|
751
|
+
*/
|
|
752
|
+
_listAssociationsNext(resourceGroupName, commitmentPlanName, nextLink, options) {
|
|
753
|
+
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listAssociationsNextOperationSpec);
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
// Operation Specifications
|
|
757
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
758
|
+
const listOperationSpec = {
|
|
759
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",
|
|
760
|
+
httpMethod: "GET",
|
|
761
|
+
responses: {
|
|
762
|
+
200: {
|
|
763
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
764
|
+
},
|
|
765
|
+
default: {
|
|
766
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
767
|
+
},
|
|
768
|
+
},
|
|
769
|
+
queryParameters: [Parameters.apiVersion],
|
|
770
|
+
urlParameters: [
|
|
771
|
+
Parameters.$host,
|
|
772
|
+
Parameters.resourceGroupName,
|
|
773
|
+
Parameters.accountName,
|
|
774
|
+
Parameters.subscriptionId,
|
|
775
|
+
],
|
|
776
|
+
headerParameters: [Parameters.accept],
|
|
777
|
+
serializer,
|
|
778
|
+
};
|
|
779
|
+
const getOperationSpec = {
|
|
780
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
781
|
+
httpMethod: "GET",
|
|
782
|
+
responses: {
|
|
783
|
+
200: {
|
|
784
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
785
|
+
},
|
|
786
|
+
default: {
|
|
787
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
788
|
+
},
|
|
789
|
+
},
|
|
790
|
+
queryParameters: [Parameters.apiVersion],
|
|
791
|
+
urlParameters: [
|
|
792
|
+
Parameters.$host,
|
|
793
|
+
Parameters.resourceGroupName,
|
|
794
|
+
Parameters.accountName,
|
|
795
|
+
Parameters.subscriptionId,
|
|
796
|
+
Parameters.commitmentPlanName,
|
|
797
|
+
],
|
|
798
|
+
headerParameters: [Parameters.accept],
|
|
799
|
+
serializer,
|
|
800
|
+
};
|
|
801
|
+
const createOrUpdateOperationSpec = {
|
|
802
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
803
|
+
httpMethod: "PUT",
|
|
804
|
+
responses: {
|
|
805
|
+
200: {
|
|
806
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
807
|
+
},
|
|
808
|
+
201: {
|
|
809
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
810
|
+
},
|
|
811
|
+
default: {
|
|
812
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
813
|
+
},
|
|
814
|
+
},
|
|
815
|
+
requestBody: Parameters.commitmentPlan,
|
|
816
|
+
queryParameters: [Parameters.apiVersion],
|
|
817
|
+
urlParameters: [
|
|
818
|
+
Parameters.$host,
|
|
819
|
+
Parameters.resourceGroupName,
|
|
820
|
+
Parameters.accountName,
|
|
821
|
+
Parameters.subscriptionId,
|
|
822
|
+
Parameters.commitmentPlanName,
|
|
823
|
+
],
|
|
824
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
825
|
+
mediaType: "json",
|
|
826
|
+
serializer,
|
|
827
|
+
};
|
|
828
|
+
const deleteOperationSpec = {
|
|
829
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
830
|
+
httpMethod: "DELETE",
|
|
831
|
+
responses: {
|
|
832
|
+
200: {},
|
|
833
|
+
201: {},
|
|
834
|
+
202: {},
|
|
835
|
+
204: {},
|
|
836
|
+
default: {
|
|
837
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
838
|
+
},
|
|
839
|
+
},
|
|
840
|
+
queryParameters: [Parameters.apiVersion],
|
|
841
|
+
urlParameters: [
|
|
842
|
+
Parameters.$host,
|
|
843
|
+
Parameters.resourceGroupName,
|
|
844
|
+
Parameters.accountName,
|
|
845
|
+
Parameters.subscriptionId,
|
|
846
|
+
Parameters.commitmentPlanName,
|
|
847
|
+
],
|
|
848
|
+
headerParameters: [Parameters.accept],
|
|
849
|
+
serializer,
|
|
850
|
+
};
|
|
851
|
+
const createOrUpdatePlanOperationSpec = {
|
|
852
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
853
|
+
httpMethod: "PUT",
|
|
854
|
+
responses: {
|
|
855
|
+
200: {
|
|
856
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
857
|
+
},
|
|
858
|
+
201: {
|
|
859
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
860
|
+
},
|
|
861
|
+
202: {
|
|
862
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
863
|
+
},
|
|
864
|
+
204: {
|
|
865
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
866
|
+
},
|
|
867
|
+
default: {
|
|
868
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
requestBody: Parameters.commitmentPlan,
|
|
872
|
+
queryParameters: [Parameters.apiVersion],
|
|
873
|
+
urlParameters: [
|
|
874
|
+
Parameters.$host,
|
|
875
|
+
Parameters.resourceGroupName,
|
|
876
|
+
Parameters.subscriptionId,
|
|
877
|
+
Parameters.commitmentPlanName1,
|
|
878
|
+
],
|
|
879
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
880
|
+
mediaType: "json",
|
|
881
|
+
serializer,
|
|
882
|
+
};
|
|
883
|
+
const updatePlanOperationSpec = {
|
|
884
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
885
|
+
httpMethod: "PATCH",
|
|
886
|
+
responses: {
|
|
887
|
+
200: {
|
|
888
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
889
|
+
},
|
|
890
|
+
201: {
|
|
891
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
892
|
+
},
|
|
893
|
+
202: {
|
|
894
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
895
|
+
},
|
|
896
|
+
204: {
|
|
897
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
898
|
+
},
|
|
899
|
+
default: {
|
|
900
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
requestBody: Parameters.commitmentPlan1,
|
|
904
|
+
queryParameters: [Parameters.apiVersion],
|
|
905
|
+
urlParameters: [
|
|
906
|
+
Parameters.$host,
|
|
907
|
+
Parameters.resourceGroupName,
|
|
908
|
+
Parameters.subscriptionId,
|
|
909
|
+
Parameters.commitmentPlanName1,
|
|
910
|
+
],
|
|
911
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
912
|
+
mediaType: "json",
|
|
913
|
+
serializer,
|
|
914
|
+
};
|
|
915
|
+
const deletePlanOperationSpec = {
|
|
916
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
917
|
+
httpMethod: "DELETE",
|
|
918
|
+
responses: {
|
|
919
|
+
200: {},
|
|
920
|
+
201: {},
|
|
921
|
+
202: {},
|
|
922
|
+
204: {},
|
|
923
|
+
default: {
|
|
924
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
925
|
+
},
|
|
926
|
+
},
|
|
927
|
+
queryParameters: [Parameters.apiVersion],
|
|
928
|
+
urlParameters: [
|
|
929
|
+
Parameters.$host,
|
|
930
|
+
Parameters.resourceGroupName,
|
|
931
|
+
Parameters.subscriptionId,
|
|
932
|
+
Parameters.commitmentPlanName1,
|
|
933
|
+
],
|
|
934
|
+
headerParameters: [Parameters.accept],
|
|
935
|
+
serializer,
|
|
936
|
+
};
|
|
937
|
+
const getPlanOperationSpec = {
|
|
938
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
939
|
+
httpMethod: "GET",
|
|
940
|
+
responses: {
|
|
941
|
+
200: {
|
|
942
|
+
bodyMapper: Mappers.CommitmentPlan,
|
|
943
|
+
},
|
|
944
|
+
default: {
|
|
945
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
946
|
+
},
|
|
947
|
+
},
|
|
948
|
+
queryParameters: [Parameters.apiVersion],
|
|
949
|
+
urlParameters: [
|
|
950
|
+
Parameters.$host,
|
|
951
|
+
Parameters.resourceGroupName,
|
|
952
|
+
Parameters.subscriptionId,
|
|
953
|
+
Parameters.commitmentPlanName1,
|
|
954
|
+
],
|
|
955
|
+
headerParameters: [Parameters.accept],
|
|
956
|
+
serializer,
|
|
957
|
+
};
|
|
958
|
+
const listPlansByResourceGroupOperationSpec = {
|
|
959
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans",
|
|
960
|
+
httpMethod: "GET",
|
|
961
|
+
responses: {
|
|
962
|
+
200: {
|
|
963
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
964
|
+
},
|
|
965
|
+
default: {
|
|
966
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
967
|
+
},
|
|
968
|
+
},
|
|
969
|
+
queryParameters: [Parameters.apiVersion],
|
|
970
|
+
urlParameters: [Parameters.$host, Parameters.resourceGroupName, Parameters.subscriptionId],
|
|
971
|
+
headerParameters: [Parameters.accept],
|
|
972
|
+
serializer,
|
|
973
|
+
};
|
|
974
|
+
const listPlansBySubscriptionOperationSpec = {
|
|
975
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans",
|
|
976
|
+
httpMethod: "GET",
|
|
977
|
+
responses: {
|
|
978
|
+
200: {
|
|
979
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
980
|
+
},
|
|
981
|
+
default: {
|
|
982
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
983
|
+
},
|
|
984
|
+
},
|
|
985
|
+
queryParameters: [Parameters.apiVersion],
|
|
986
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
987
|
+
headerParameters: [Parameters.accept],
|
|
988
|
+
serializer,
|
|
989
|
+
};
|
|
990
|
+
const listAssociationsOperationSpec = {
|
|
991
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations",
|
|
992
|
+
httpMethod: "GET",
|
|
993
|
+
responses: {
|
|
994
|
+
200: {
|
|
995
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
|
|
996
|
+
},
|
|
997
|
+
default: {
|
|
998
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
999
|
+
},
|
|
1000
|
+
},
|
|
1001
|
+
queryParameters: [Parameters.apiVersion],
|
|
1002
|
+
urlParameters: [
|
|
1003
|
+
Parameters.$host,
|
|
1004
|
+
Parameters.resourceGroupName,
|
|
1005
|
+
Parameters.subscriptionId,
|
|
1006
|
+
Parameters.commitmentPlanName1,
|
|
1007
|
+
],
|
|
1008
|
+
headerParameters: [Parameters.accept],
|
|
1009
|
+
serializer,
|
|
1010
|
+
};
|
|
1011
|
+
const getAssociationOperationSpec = {
|
|
1012
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1013
|
+
httpMethod: "GET",
|
|
1014
|
+
responses: {
|
|
1015
|
+
200: {
|
|
1016
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1017
|
+
},
|
|
1018
|
+
default: {
|
|
1019
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1020
|
+
},
|
|
1021
|
+
},
|
|
1022
|
+
queryParameters: [Parameters.apiVersion],
|
|
1023
|
+
urlParameters: [
|
|
1024
|
+
Parameters.$host,
|
|
1025
|
+
Parameters.resourceGroupName,
|
|
1026
|
+
Parameters.subscriptionId,
|
|
1027
|
+
Parameters.commitmentPlanName1,
|
|
1028
|
+
Parameters.commitmentPlanAssociationName,
|
|
1029
|
+
],
|
|
1030
|
+
headerParameters: [Parameters.accept],
|
|
1031
|
+
serializer,
|
|
1032
|
+
};
|
|
1033
|
+
const createOrUpdateAssociationOperationSpec = {
|
|
1034
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1035
|
+
httpMethod: "PUT",
|
|
1036
|
+
responses: {
|
|
1037
|
+
200: {
|
|
1038
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1039
|
+
},
|
|
1040
|
+
201: {
|
|
1041
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1042
|
+
},
|
|
1043
|
+
202: {
|
|
1044
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1045
|
+
},
|
|
1046
|
+
204: {
|
|
1047
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1048
|
+
},
|
|
1049
|
+
default: {
|
|
1050
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
requestBody: Parameters.association,
|
|
1054
|
+
queryParameters: [Parameters.apiVersion],
|
|
1055
|
+
urlParameters: [
|
|
1056
|
+
Parameters.$host,
|
|
1057
|
+
Parameters.resourceGroupName,
|
|
1058
|
+
Parameters.subscriptionId,
|
|
1059
|
+
Parameters.commitmentPlanName1,
|
|
1060
|
+
Parameters.commitmentPlanAssociationName,
|
|
1061
|
+
],
|
|
1062
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
1063
|
+
mediaType: "json",
|
|
1064
|
+
serializer,
|
|
1065
|
+
};
|
|
1066
|
+
const deleteAssociationOperationSpec = {
|
|
1067
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1068
|
+
httpMethod: "DELETE",
|
|
1069
|
+
responses: {
|
|
1070
|
+
200: {},
|
|
1071
|
+
201: {},
|
|
1072
|
+
202: {},
|
|
1073
|
+
204: {},
|
|
1074
|
+
default: {
|
|
1075
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1076
|
+
},
|
|
1077
|
+
},
|
|
1078
|
+
queryParameters: [Parameters.apiVersion],
|
|
1079
|
+
urlParameters: [
|
|
1080
|
+
Parameters.$host,
|
|
1081
|
+
Parameters.resourceGroupName,
|
|
1082
|
+
Parameters.subscriptionId,
|
|
1083
|
+
Parameters.commitmentPlanName1,
|
|
1084
|
+
Parameters.commitmentPlanAssociationName,
|
|
1085
|
+
],
|
|
1086
|
+
headerParameters: [Parameters.accept],
|
|
1087
|
+
serializer,
|
|
1088
|
+
};
|
|
1089
|
+
const listNextOperationSpec = {
|
|
1090
|
+
path: "{nextLink}",
|
|
1091
|
+
httpMethod: "GET",
|
|
1092
|
+
responses: {
|
|
1093
|
+
200: {
|
|
1094
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1095
|
+
},
|
|
1096
|
+
default: {
|
|
1097
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1098
|
+
},
|
|
1099
|
+
},
|
|
1100
|
+
urlParameters: [
|
|
1101
|
+
Parameters.$host,
|
|
1102
|
+
Parameters.resourceGroupName,
|
|
1103
|
+
Parameters.accountName,
|
|
1104
|
+
Parameters.subscriptionId,
|
|
1105
|
+
Parameters.nextLink,
|
|
1106
|
+
],
|
|
1107
|
+
headerParameters: [Parameters.accept],
|
|
1108
|
+
serializer,
|
|
1109
|
+
};
|
|
1110
|
+
const listPlansByResourceGroupNextOperationSpec = {
|
|
1111
|
+
path: "{nextLink}",
|
|
1112
|
+
httpMethod: "GET",
|
|
1113
|
+
responses: {
|
|
1114
|
+
200: {
|
|
1115
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1116
|
+
},
|
|
1117
|
+
default: {
|
|
1118
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1119
|
+
},
|
|
1120
|
+
},
|
|
1121
|
+
urlParameters: [
|
|
1122
|
+
Parameters.$host,
|
|
1123
|
+
Parameters.resourceGroupName,
|
|
1124
|
+
Parameters.subscriptionId,
|
|
1125
|
+
Parameters.nextLink,
|
|
1126
|
+
],
|
|
1127
|
+
headerParameters: [Parameters.accept],
|
|
1128
|
+
serializer,
|
|
1129
|
+
};
|
|
1130
|
+
const listPlansBySubscriptionNextOperationSpec = {
|
|
1131
|
+
path: "{nextLink}",
|
|
1132
|
+
httpMethod: "GET",
|
|
1133
|
+
responses: {
|
|
1134
|
+
200: {
|
|
1135
|
+
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1136
|
+
},
|
|
1137
|
+
default: {
|
|
1138
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1139
|
+
},
|
|
1140
|
+
},
|
|
1141
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
|
|
1142
|
+
headerParameters: [Parameters.accept],
|
|
1143
|
+
serializer,
|
|
1144
|
+
};
|
|
1145
|
+
const listAssociationsNextOperationSpec = {
|
|
1146
|
+
path: "{nextLink}",
|
|
1147
|
+
httpMethod: "GET",
|
|
1148
|
+
responses: {
|
|
1149
|
+
200: {
|
|
1150
|
+
bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
|
|
1151
|
+
},
|
|
1152
|
+
default: {
|
|
1153
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
1154
|
+
},
|
|
1155
|
+
},
|
|
1156
|
+
urlParameters: [
|
|
1157
|
+
Parameters.$host,
|
|
1158
|
+
Parameters.resourceGroupName,
|
|
1159
|
+
Parameters.subscriptionId,
|
|
1160
|
+
Parameters.nextLink,
|
|
1161
|
+
Parameters.commitmentPlanName1,
|
|
1162
|
+
],
|
|
1163
|
+
headerParameters: [Parameters.accept],
|
|
1164
|
+
serializer,
|
|
1165
|
+
};
|
|
1166
|
+
//# sourceMappingURL=commitmentPlans.js.map
|