@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
|
@@ -1,1198 +0,0 @@
|
|
|
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, __awaiter } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
-
import { createLroSpec } from "../lroImpl";
|
|
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
|
-
beginDelete(resourceGroupName, accountName, commitmentPlanName, options) {
|
|
322
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
323
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
324
|
-
return this.client.sendOperationRequest(args, spec);
|
|
325
|
-
});
|
|
326
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
327
|
-
var _a;
|
|
328
|
-
let currentRawResponse = undefined;
|
|
329
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
330
|
-
const callback = (rawResponse, flatResponse) => {
|
|
331
|
-
currentRawResponse = rawResponse;
|
|
332
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
333
|
-
};
|
|
334
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
335
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
336
|
-
return {
|
|
337
|
-
flatResponse,
|
|
338
|
-
rawResponse: {
|
|
339
|
-
statusCode: currentRawResponse.status,
|
|
340
|
-
body: currentRawResponse.parsedBody,
|
|
341
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
342
|
-
},
|
|
343
|
-
};
|
|
344
|
-
});
|
|
345
|
-
const lro = createLroSpec({
|
|
346
|
-
sendOperationFn,
|
|
347
|
-
args: { resourceGroupName, accountName, commitmentPlanName, options },
|
|
348
|
-
spec: deleteOperationSpec,
|
|
349
|
-
});
|
|
350
|
-
const poller = yield createHttpPoller(lro, {
|
|
351
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
352
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
353
|
-
});
|
|
354
|
-
yield poller.poll();
|
|
355
|
-
return poller;
|
|
356
|
-
});
|
|
357
|
-
}
|
|
358
|
-
/**
|
|
359
|
-
* Deletes the specified commitmentPlan associated with the Cognitive Services account.
|
|
360
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
361
|
-
* @param accountName The name of Cognitive Services account.
|
|
362
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
363
|
-
* Account
|
|
364
|
-
* @param options The options parameters.
|
|
365
|
-
*/
|
|
366
|
-
beginDeleteAndWait(resourceGroupName, accountName, commitmentPlanName, options) {
|
|
367
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
368
|
-
const poller = yield this.beginDelete(resourceGroupName, accountName, commitmentPlanName, options);
|
|
369
|
-
return poller.pollUntilDone();
|
|
370
|
-
});
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
* Create Cognitive Services commitment plan.
|
|
374
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
375
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
376
|
-
* Account
|
|
377
|
-
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
378
|
-
* @param options The options parameters.
|
|
379
|
-
*/
|
|
380
|
-
beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
381
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
382
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
383
|
-
return this.client.sendOperationRequest(args, spec);
|
|
384
|
-
});
|
|
385
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
386
|
-
var _a;
|
|
387
|
-
let currentRawResponse = undefined;
|
|
388
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
389
|
-
const callback = (rawResponse, flatResponse) => {
|
|
390
|
-
currentRawResponse = rawResponse;
|
|
391
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
392
|
-
};
|
|
393
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
394
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
395
|
-
return {
|
|
396
|
-
flatResponse,
|
|
397
|
-
rawResponse: {
|
|
398
|
-
statusCode: currentRawResponse.status,
|
|
399
|
-
body: currentRawResponse.parsedBody,
|
|
400
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
401
|
-
},
|
|
402
|
-
};
|
|
403
|
-
});
|
|
404
|
-
const lro = createLroSpec({
|
|
405
|
-
sendOperationFn,
|
|
406
|
-
args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
|
|
407
|
-
spec: createOrUpdatePlanOperationSpec,
|
|
408
|
-
});
|
|
409
|
-
const poller = yield createHttpPoller(lro, {
|
|
410
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
411
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
412
|
-
resourceLocationConfig: "azure-async-operation",
|
|
413
|
-
});
|
|
414
|
-
yield poller.poll();
|
|
415
|
-
return poller;
|
|
416
|
-
});
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* Create Cognitive Services commitment plan.
|
|
420
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
421
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
422
|
-
* Account
|
|
423
|
-
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
424
|
-
* @param options The options parameters.
|
|
425
|
-
*/
|
|
426
|
-
beginCreateOrUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
427
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
428
|
-
const poller = yield this.beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
|
|
429
|
-
return poller.pollUntilDone();
|
|
430
|
-
});
|
|
431
|
-
}
|
|
432
|
-
/**
|
|
433
|
-
* Create Cognitive Services commitment plan.
|
|
434
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
435
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
436
|
-
* Account
|
|
437
|
-
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
438
|
-
* @param options The options parameters.
|
|
439
|
-
*/
|
|
440
|
-
beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
441
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
442
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
443
|
-
return this.client.sendOperationRequest(args, spec);
|
|
444
|
-
});
|
|
445
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
446
|
-
var _a;
|
|
447
|
-
let currentRawResponse = undefined;
|
|
448
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
449
|
-
const callback = (rawResponse, flatResponse) => {
|
|
450
|
-
currentRawResponse = rawResponse;
|
|
451
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
452
|
-
};
|
|
453
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
454
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
455
|
-
return {
|
|
456
|
-
flatResponse,
|
|
457
|
-
rawResponse: {
|
|
458
|
-
statusCode: currentRawResponse.status,
|
|
459
|
-
body: currentRawResponse.parsedBody,
|
|
460
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
461
|
-
},
|
|
462
|
-
};
|
|
463
|
-
});
|
|
464
|
-
const lro = createLroSpec({
|
|
465
|
-
sendOperationFn,
|
|
466
|
-
args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
|
|
467
|
-
spec: updatePlanOperationSpec,
|
|
468
|
-
});
|
|
469
|
-
const poller = yield createHttpPoller(lro, {
|
|
470
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
471
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
472
|
-
resourceLocationConfig: "location",
|
|
473
|
-
});
|
|
474
|
-
yield poller.poll();
|
|
475
|
-
return poller;
|
|
476
|
-
});
|
|
477
|
-
}
|
|
478
|
-
/**
|
|
479
|
-
* Create Cognitive Services commitment plan.
|
|
480
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
481
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
482
|
-
* Account
|
|
483
|
-
* @param commitmentPlan The parameters to provide for the created commitment plan.
|
|
484
|
-
* @param options The options parameters.
|
|
485
|
-
*/
|
|
486
|
-
beginUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
|
|
487
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
488
|
-
const poller = yield this.beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
|
|
489
|
-
return poller.pollUntilDone();
|
|
490
|
-
});
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* Deletes a Cognitive Services commitment plan from the resource group.
|
|
494
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
495
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
496
|
-
* Account
|
|
497
|
-
* @param options The options parameters.
|
|
498
|
-
*/
|
|
499
|
-
beginDeletePlan(resourceGroupName, commitmentPlanName, options) {
|
|
500
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
501
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
502
|
-
return this.client.sendOperationRequest(args, spec);
|
|
503
|
-
});
|
|
504
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
505
|
-
var _a;
|
|
506
|
-
let currentRawResponse = undefined;
|
|
507
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
508
|
-
const callback = (rawResponse, flatResponse) => {
|
|
509
|
-
currentRawResponse = rawResponse;
|
|
510
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
511
|
-
};
|
|
512
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
513
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
514
|
-
return {
|
|
515
|
-
flatResponse,
|
|
516
|
-
rawResponse: {
|
|
517
|
-
statusCode: currentRawResponse.status,
|
|
518
|
-
body: currentRawResponse.parsedBody,
|
|
519
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
520
|
-
},
|
|
521
|
-
};
|
|
522
|
-
});
|
|
523
|
-
const lro = createLroSpec({
|
|
524
|
-
sendOperationFn,
|
|
525
|
-
args: { resourceGroupName, commitmentPlanName, options },
|
|
526
|
-
spec: deletePlanOperationSpec,
|
|
527
|
-
});
|
|
528
|
-
const poller = yield createHttpPoller(lro, {
|
|
529
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
530
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
531
|
-
resourceLocationConfig: "location",
|
|
532
|
-
});
|
|
533
|
-
yield poller.poll();
|
|
534
|
-
return poller;
|
|
535
|
-
});
|
|
536
|
-
}
|
|
537
|
-
/**
|
|
538
|
-
* Deletes a Cognitive Services commitment plan from the resource group.
|
|
539
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
540
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
541
|
-
* Account
|
|
542
|
-
* @param options The options parameters.
|
|
543
|
-
*/
|
|
544
|
-
beginDeletePlanAndWait(resourceGroupName, commitmentPlanName, options) {
|
|
545
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
546
|
-
const poller = yield this.beginDeletePlan(resourceGroupName, commitmentPlanName, options);
|
|
547
|
-
return poller.pollUntilDone();
|
|
548
|
-
});
|
|
549
|
-
}
|
|
550
|
-
/**
|
|
551
|
-
* Returns a Cognitive Services commitment plan specified by the parameters.
|
|
552
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
553
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
554
|
-
* Account
|
|
555
|
-
* @param options The options parameters.
|
|
556
|
-
*/
|
|
557
|
-
getPlan(resourceGroupName, commitmentPlanName, options) {
|
|
558
|
-
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, getPlanOperationSpec);
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* Returns all the resources of a particular type belonging to a resource group
|
|
562
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
563
|
-
* @param options The options parameters.
|
|
564
|
-
*/
|
|
565
|
-
_listPlansByResourceGroup(resourceGroupName, options) {
|
|
566
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listPlansByResourceGroupOperationSpec);
|
|
567
|
-
}
|
|
568
|
-
/**
|
|
569
|
-
* Returns all the resources of a particular type belonging to a subscription.
|
|
570
|
-
* @param options The options parameters.
|
|
571
|
-
*/
|
|
572
|
-
_listPlansBySubscription(options) {
|
|
573
|
-
return this.client.sendOperationRequest({ options }, listPlansBySubscriptionOperationSpec);
|
|
574
|
-
}
|
|
575
|
-
/**
|
|
576
|
-
* Gets the associations of the Cognitive Services commitment plan.
|
|
577
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
578
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
579
|
-
* Account
|
|
580
|
-
* @param options The options parameters.
|
|
581
|
-
*/
|
|
582
|
-
_listAssociations(resourceGroupName, commitmentPlanName, options) {
|
|
583
|
-
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listAssociationsOperationSpec);
|
|
584
|
-
}
|
|
585
|
-
/**
|
|
586
|
-
* Gets the association of the Cognitive Services commitment plan.
|
|
587
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
588
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
589
|
-
* Account
|
|
590
|
-
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
591
|
-
* Services Account
|
|
592
|
-
* @param options The options parameters.
|
|
593
|
-
*/
|
|
594
|
-
getAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
595
|
-
return this.client.sendOperationRequest({
|
|
596
|
-
resourceGroupName,
|
|
597
|
-
commitmentPlanName,
|
|
598
|
-
commitmentPlanAssociationName,
|
|
599
|
-
options,
|
|
600
|
-
}, getAssociationOperationSpec);
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* Create or update the association of the Cognitive Services commitment plan.
|
|
604
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
605
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
606
|
-
* Account
|
|
607
|
-
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
608
|
-
* Services Account
|
|
609
|
-
* @param association The commitmentPlan properties.
|
|
610
|
-
* @param options The options parameters.
|
|
611
|
-
*/
|
|
612
|
-
beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
|
|
613
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
614
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
615
|
-
return this.client.sendOperationRequest(args, spec);
|
|
616
|
-
});
|
|
617
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
618
|
-
var _a;
|
|
619
|
-
let currentRawResponse = undefined;
|
|
620
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
621
|
-
const callback = (rawResponse, flatResponse) => {
|
|
622
|
-
currentRawResponse = rawResponse;
|
|
623
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
624
|
-
};
|
|
625
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
626
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
627
|
-
return {
|
|
628
|
-
flatResponse,
|
|
629
|
-
rawResponse: {
|
|
630
|
-
statusCode: currentRawResponse.status,
|
|
631
|
-
body: currentRawResponse.parsedBody,
|
|
632
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
633
|
-
},
|
|
634
|
-
};
|
|
635
|
-
});
|
|
636
|
-
const lro = createLroSpec({
|
|
637
|
-
sendOperationFn,
|
|
638
|
-
args: {
|
|
639
|
-
resourceGroupName,
|
|
640
|
-
commitmentPlanName,
|
|
641
|
-
commitmentPlanAssociationName,
|
|
642
|
-
association,
|
|
643
|
-
options,
|
|
644
|
-
},
|
|
645
|
-
spec: createOrUpdateAssociationOperationSpec,
|
|
646
|
-
});
|
|
647
|
-
const poller = yield createHttpPoller(lro, {
|
|
648
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
649
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
650
|
-
resourceLocationConfig: "azure-async-operation",
|
|
651
|
-
});
|
|
652
|
-
yield poller.poll();
|
|
653
|
-
return poller;
|
|
654
|
-
});
|
|
655
|
-
}
|
|
656
|
-
/**
|
|
657
|
-
* Create or update the association of the Cognitive Services commitment plan.
|
|
658
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
659
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
660
|
-
* Account
|
|
661
|
-
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
662
|
-
* Services Account
|
|
663
|
-
* @param association The commitmentPlan properties.
|
|
664
|
-
* @param options The options parameters.
|
|
665
|
-
*/
|
|
666
|
-
beginCreateOrUpdateAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
|
|
667
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
668
|
-
const poller = yield this.beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options);
|
|
669
|
-
return poller.pollUntilDone();
|
|
670
|
-
});
|
|
671
|
-
}
|
|
672
|
-
/**
|
|
673
|
-
* Deletes the association of the Cognitive Services commitment plan.
|
|
674
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
675
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
676
|
-
* Account
|
|
677
|
-
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
678
|
-
* Services Account
|
|
679
|
-
* @param options The options parameters.
|
|
680
|
-
*/
|
|
681
|
-
beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
682
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
683
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
684
|
-
return this.client.sendOperationRequest(args, spec);
|
|
685
|
-
});
|
|
686
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
687
|
-
var _a;
|
|
688
|
-
let currentRawResponse = undefined;
|
|
689
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
690
|
-
const callback = (rawResponse, flatResponse) => {
|
|
691
|
-
currentRawResponse = rawResponse;
|
|
692
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
693
|
-
};
|
|
694
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
695
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
696
|
-
return {
|
|
697
|
-
flatResponse,
|
|
698
|
-
rawResponse: {
|
|
699
|
-
statusCode: currentRawResponse.status,
|
|
700
|
-
body: currentRawResponse.parsedBody,
|
|
701
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
702
|
-
},
|
|
703
|
-
};
|
|
704
|
-
});
|
|
705
|
-
const lro = createLroSpec({
|
|
706
|
-
sendOperationFn,
|
|
707
|
-
args: {
|
|
708
|
-
resourceGroupName,
|
|
709
|
-
commitmentPlanName,
|
|
710
|
-
commitmentPlanAssociationName,
|
|
711
|
-
options,
|
|
712
|
-
},
|
|
713
|
-
spec: deleteAssociationOperationSpec,
|
|
714
|
-
});
|
|
715
|
-
const poller = yield createHttpPoller(lro, {
|
|
716
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
717
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
718
|
-
resourceLocationConfig: "location",
|
|
719
|
-
});
|
|
720
|
-
yield poller.poll();
|
|
721
|
-
return poller;
|
|
722
|
-
});
|
|
723
|
-
}
|
|
724
|
-
/**
|
|
725
|
-
* Deletes the association of the Cognitive Services commitment plan.
|
|
726
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
727
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
728
|
-
* Account
|
|
729
|
-
* @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
|
|
730
|
-
* Services Account
|
|
731
|
-
* @param options The options parameters.
|
|
732
|
-
*/
|
|
733
|
-
beginDeleteAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
|
|
734
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
735
|
-
const poller = yield this.beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options);
|
|
736
|
-
return poller.pollUntilDone();
|
|
737
|
-
});
|
|
738
|
-
}
|
|
739
|
-
/**
|
|
740
|
-
* ListNext
|
|
741
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
742
|
-
* @param accountName The name of Cognitive Services account.
|
|
743
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
744
|
-
* @param options The options parameters.
|
|
745
|
-
*/
|
|
746
|
-
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
747
|
-
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
748
|
-
}
|
|
749
|
-
/**
|
|
750
|
-
* ListPlansByResourceGroupNext
|
|
751
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
752
|
-
* @param nextLink The nextLink from the previous successful call to the ListPlansByResourceGroup
|
|
753
|
-
* method.
|
|
754
|
-
* @param options The options parameters.
|
|
755
|
-
*/
|
|
756
|
-
_listPlansByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
757
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listPlansByResourceGroupNextOperationSpec);
|
|
758
|
-
}
|
|
759
|
-
/**
|
|
760
|
-
* ListPlansBySubscriptionNext
|
|
761
|
-
* @param nextLink The nextLink from the previous successful call to the ListPlansBySubscription
|
|
762
|
-
* method.
|
|
763
|
-
* @param options The options parameters.
|
|
764
|
-
*/
|
|
765
|
-
_listPlansBySubscriptionNext(nextLink, options) {
|
|
766
|
-
return this.client.sendOperationRequest({ nextLink, options }, listPlansBySubscriptionNextOperationSpec);
|
|
767
|
-
}
|
|
768
|
-
/**
|
|
769
|
-
* ListAssociationsNext
|
|
770
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
771
|
-
* @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
|
|
772
|
-
* Account
|
|
773
|
-
* @param nextLink The nextLink from the previous successful call to the ListAssociations method.
|
|
774
|
-
* @param options The options parameters.
|
|
775
|
-
*/
|
|
776
|
-
_listAssociationsNext(resourceGroupName, commitmentPlanName, nextLink, options) {
|
|
777
|
-
return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listAssociationsNextOperationSpec);
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
// Operation Specifications
|
|
781
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
782
|
-
const listOperationSpec = {
|
|
783
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",
|
|
784
|
-
httpMethod: "GET",
|
|
785
|
-
responses: {
|
|
786
|
-
200: {
|
|
787
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
788
|
-
},
|
|
789
|
-
default: {
|
|
790
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
791
|
-
},
|
|
792
|
-
},
|
|
793
|
-
queryParameters: [Parameters.apiVersion],
|
|
794
|
-
urlParameters: [
|
|
795
|
-
Parameters.$host,
|
|
796
|
-
Parameters.resourceGroupName,
|
|
797
|
-
Parameters.accountName,
|
|
798
|
-
Parameters.subscriptionId,
|
|
799
|
-
],
|
|
800
|
-
headerParameters: [Parameters.accept],
|
|
801
|
-
serializer,
|
|
802
|
-
};
|
|
803
|
-
const getOperationSpec = {
|
|
804
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
805
|
-
httpMethod: "GET",
|
|
806
|
-
responses: {
|
|
807
|
-
200: {
|
|
808
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
809
|
-
},
|
|
810
|
-
default: {
|
|
811
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
812
|
-
},
|
|
813
|
-
},
|
|
814
|
-
queryParameters: [Parameters.apiVersion],
|
|
815
|
-
urlParameters: [
|
|
816
|
-
Parameters.$host,
|
|
817
|
-
Parameters.resourceGroupName,
|
|
818
|
-
Parameters.accountName,
|
|
819
|
-
Parameters.subscriptionId,
|
|
820
|
-
Parameters.commitmentPlanName,
|
|
821
|
-
],
|
|
822
|
-
headerParameters: [Parameters.accept],
|
|
823
|
-
serializer,
|
|
824
|
-
};
|
|
825
|
-
const createOrUpdateOperationSpec = {
|
|
826
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
827
|
-
httpMethod: "PUT",
|
|
828
|
-
responses: {
|
|
829
|
-
200: {
|
|
830
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
831
|
-
},
|
|
832
|
-
201: {
|
|
833
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
834
|
-
},
|
|
835
|
-
default: {
|
|
836
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
837
|
-
},
|
|
838
|
-
},
|
|
839
|
-
requestBody: Parameters.commitmentPlan,
|
|
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.contentType, Parameters.accept],
|
|
849
|
-
mediaType: "json",
|
|
850
|
-
serializer,
|
|
851
|
-
};
|
|
852
|
-
const deleteOperationSpec = {
|
|
853
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
|
|
854
|
-
httpMethod: "DELETE",
|
|
855
|
-
responses: {
|
|
856
|
-
200: {},
|
|
857
|
-
201: {},
|
|
858
|
-
202: {},
|
|
859
|
-
204: {},
|
|
860
|
-
default: {
|
|
861
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
862
|
-
},
|
|
863
|
-
},
|
|
864
|
-
queryParameters: [Parameters.apiVersion],
|
|
865
|
-
urlParameters: [
|
|
866
|
-
Parameters.$host,
|
|
867
|
-
Parameters.resourceGroupName,
|
|
868
|
-
Parameters.accountName,
|
|
869
|
-
Parameters.subscriptionId,
|
|
870
|
-
Parameters.commitmentPlanName,
|
|
871
|
-
],
|
|
872
|
-
headerParameters: [Parameters.accept],
|
|
873
|
-
serializer,
|
|
874
|
-
};
|
|
875
|
-
const createOrUpdatePlanOperationSpec = {
|
|
876
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
877
|
-
httpMethod: "PUT",
|
|
878
|
-
responses: {
|
|
879
|
-
200: {
|
|
880
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
881
|
-
},
|
|
882
|
-
201: {
|
|
883
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
884
|
-
},
|
|
885
|
-
202: {
|
|
886
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
887
|
-
},
|
|
888
|
-
204: {
|
|
889
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
890
|
-
},
|
|
891
|
-
default: {
|
|
892
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
893
|
-
},
|
|
894
|
-
},
|
|
895
|
-
requestBody: Parameters.commitmentPlan,
|
|
896
|
-
queryParameters: [Parameters.apiVersion],
|
|
897
|
-
urlParameters: [
|
|
898
|
-
Parameters.$host,
|
|
899
|
-
Parameters.resourceGroupName,
|
|
900
|
-
Parameters.subscriptionId,
|
|
901
|
-
Parameters.commitmentPlanName1,
|
|
902
|
-
],
|
|
903
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
904
|
-
mediaType: "json",
|
|
905
|
-
serializer,
|
|
906
|
-
};
|
|
907
|
-
const updatePlanOperationSpec = {
|
|
908
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
909
|
-
httpMethod: "PATCH",
|
|
910
|
-
responses: {
|
|
911
|
-
200: {
|
|
912
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
913
|
-
},
|
|
914
|
-
201: {
|
|
915
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
916
|
-
},
|
|
917
|
-
202: {
|
|
918
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
919
|
-
},
|
|
920
|
-
204: {
|
|
921
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
922
|
-
},
|
|
923
|
-
default: {
|
|
924
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
925
|
-
},
|
|
926
|
-
},
|
|
927
|
-
requestBody: Parameters.commitmentPlan1,
|
|
928
|
-
queryParameters: [Parameters.apiVersion],
|
|
929
|
-
urlParameters: [
|
|
930
|
-
Parameters.$host,
|
|
931
|
-
Parameters.resourceGroupName,
|
|
932
|
-
Parameters.subscriptionId,
|
|
933
|
-
Parameters.commitmentPlanName1,
|
|
934
|
-
],
|
|
935
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
936
|
-
mediaType: "json",
|
|
937
|
-
serializer,
|
|
938
|
-
};
|
|
939
|
-
const deletePlanOperationSpec = {
|
|
940
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
941
|
-
httpMethod: "DELETE",
|
|
942
|
-
responses: {
|
|
943
|
-
200: {},
|
|
944
|
-
201: {},
|
|
945
|
-
202: {},
|
|
946
|
-
204: {},
|
|
947
|
-
default: {
|
|
948
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
949
|
-
},
|
|
950
|
-
},
|
|
951
|
-
queryParameters: [Parameters.apiVersion],
|
|
952
|
-
urlParameters: [
|
|
953
|
-
Parameters.$host,
|
|
954
|
-
Parameters.resourceGroupName,
|
|
955
|
-
Parameters.subscriptionId,
|
|
956
|
-
Parameters.commitmentPlanName1,
|
|
957
|
-
],
|
|
958
|
-
headerParameters: [Parameters.accept],
|
|
959
|
-
serializer,
|
|
960
|
-
};
|
|
961
|
-
const getPlanOperationSpec = {
|
|
962
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
|
|
963
|
-
httpMethod: "GET",
|
|
964
|
-
responses: {
|
|
965
|
-
200: {
|
|
966
|
-
bodyMapper: Mappers.CommitmentPlan,
|
|
967
|
-
},
|
|
968
|
-
default: {
|
|
969
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
970
|
-
},
|
|
971
|
-
},
|
|
972
|
-
queryParameters: [Parameters.apiVersion],
|
|
973
|
-
urlParameters: [
|
|
974
|
-
Parameters.$host,
|
|
975
|
-
Parameters.resourceGroupName,
|
|
976
|
-
Parameters.subscriptionId,
|
|
977
|
-
Parameters.commitmentPlanName1,
|
|
978
|
-
],
|
|
979
|
-
headerParameters: [Parameters.accept],
|
|
980
|
-
serializer,
|
|
981
|
-
};
|
|
982
|
-
const listPlansByResourceGroupOperationSpec = {
|
|
983
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans",
|
|
984
|
-
httpMethod: "GET",
|
|
985
|
-
responses: {
|
|
986
|
-
200: {
|
|
987
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
988
|
-
},
|
|
989
|
-
default: {
|
|
990
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
991
|
-
},
|
|
992
|
-
},
|
|
993
|
-
queryParameters: [Parameters.apiVersion],
|
|
994
|
-
urlParameters: [
|
|
995
|
-
Parameters.$host,
|
|
996
|
-
Parameters.resourceGroupName,
|
|
997
|
-
Parameters.subscriptionId,
|
|
998
|
-
],
|
|
999
|
-
headerParameters: [Parameters.accept],
|
|
1000
|
-
serializer,
|
|
1001
|
-
};
|
|
1002
|
-
const listPlansBySubscriptionOperationSpec = {
|
|
1003
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans",
|
|
1004
|
-
httpMethod: "GET",
|
|
1005
|
-
responses: {
|
|
1006
|
-
200: {
|
|
1007
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1008
|
-
},
|
|
1009
|
-
default: {
|
|
1010
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1011
|
-
},
|
|
1012
|
-
},
|
|
1013
|
-
queryParameters: [Parameters.apiVersion],
|
|
1014
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
1015
|
-
headerParameters: [Parameters.accept],
|
|
1016
|
-
serializer,
|
|
1017
|
-
};
|
|
1018
|
-
const listAssociationsOperationSpec = {
|
|
1019
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations",
|
|
1020
|
-
httpMethod: "GET",
|
|
1021
|
-
responses: {
|
|
1022
|
-
200: {
|
|
1023
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
|
|
1024
|
-
},
|
|
1025
|
-
default: {
|
|
1026
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1027
|
-
},
|
|
1028
|
-
},
|
|
1029
|
-
queryParameters: [Parameters.apiVersion],
|
|
1030
|
-
urlParameters: [
|
|
1031
|
-
Parameters.$host,
|
|
1032
|
-
Parameters.resourceGroupName,
|
|
1033
|
-
Parameters.subscriptionId,
|
|
1034
|
-
Parameters.commitmentPlanName1,
|
|
1035
|
-
],
|
|
1036
|
-
headerParameters: [Parameters.accept],
|
|
1037
|
-
serializer,
|
|
1038
|
-
};
|
|
1039
|
-
const getAssociationOperationSpec = {
|
|
1040
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1041
|
-
httpMethod: "GET",
|
|
1042
|
-
responses: {
|
|
1043
|
-
200: {
|
|
1044
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1045
|
-
},
|
|
1046
|
-
default: {
|
|
1047
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1048
|
-
},
|
|
1049
|
-
},
|
|
1050
|
-
queryParameters: [Parameters.apiVersion],
|
|
1051
|
-
urlParameters: [
|
|
1052
|
-
Parameters.$host,
|
|
1053
|
-
Parameters.resourceGroupName,
|
|
1054
|
-
Parameters.subscriptionId,
|
|
1055
|
-
Parameters.commitmentPlanName1,
|
|
1056
|
-
Parameters.commitmentPlanAssociationName,
|
|
1057
|
-
],
|
|
1058
|
-
headerParameters: [Parameters.accept],
|
|
1059
|
-
serializer,
|
|
1060
|
-
};
|
|
1061
|
-
const createOrUpdateAssociationOperationSpec = {
|
|
1062
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1063
|
-
httpMethod: "PUT",
|
|
1064
|
-
responses: {
|
|
1065
|
-
200: {
|
|
1066
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1067
|
-
},
|
|
1068
|
-
201: {
|
|
1069
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1070
|
-
},
|
|
1071
|
-
202: {
|
|
1072
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1073
|
-
},
|
|
1074
|
-
204: {
|
|
1075
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociation,
|
|
1076
|
-
},
|
|
1077
|
-
default: {
|
|
1078
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1079
|
-
},
|
|
1080
|
-
},
|
|
1081
|
-
requestBody: Parameters.association,
|
|
1082
|
-
queryParameters: [Parameters.apiVersion],
|
|
1083
|
-
urlParameters: [
|
|
1084
|
-
Parameters.$host,
|
|
1085
|
-
Parameters.resourceGroupName,
|
|
1086
|
-
Parameters.subscriptionId,
|
|
1087
|
-
Parameters.commitmentPlanName1,
|
|
1088
|
-
Parameters.commitmentPlanAssociationName,
|
|
1089
|
-
],
|
|
1090
|
-
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
1091
|
-
mediaType: "json",
|
|
1092
|
-
serializer,
|
|
1093
|
-
};
|
|
1094
|
-
const deleteAssociationOperationSpec = {
|
|
1095
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
|
|
1096
|
-
httpMethod: "DELETE",
|
|
1097
|
-
responses: {
|
|
1098
|
-
200: {},
|
|
1099
|
-
201: {},
|
|
1100
|
-
202: {},
|
|
1101
|
-
204: {},
|
|
1102
|
-
default: {
|
|
1103
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1104
|
-
},
|
|
1105
|
-
},
|
|
1106
|
-
queryParameters: [Parameters.apiVersion],
|
|
1107
|
-
urlParameters: [
|
|
1108
|
-
Parameters.$host,
|
|
1109
|
-
Parameters.resourceGroupName,
|
|
1110
|
-
Parameters.subscriptionId,
|
|
1111
|
-
Parameters.commitmentPlanName1,
|
|
1112
|
-
Parameters.commitmentPlanAssociationName,
|
|
1113
|
-
],
|
|
1114
|
-
headerParameters: [Parameters.accept],
|
|
1115
|
-
serializer,
|
|
1116
|
-
};
|
|
1117
|
-
const listNextOperationSpec = {
|
|
1118
|
-
path: "{nextLink}",
|
|
1119
|
-
httpMethod: "GET",
|
|
1120
|
-
responses: {
|
|
1121
|
-
200: {
|
|
1122
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1123
|
-
},
|
|
1124
|
-
default: {
|
|
1125
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1126
|
-
},
|
|
1127
|
-
},
|
|
1128
|
-
urlParameters: [
|
|
1129
|
-
Parameters.$host,
|
|
1130
|
-
Parameters.resourceGroupName,
|
|
1131
|
-
Parameters.accountName,
|
|
1132
|
-
Parameters.subscriptionId,
|
|
1133
|
-
Parameters.nextLink,
|
|
1134
|
-
],
|
|
1135
|
-
headerParameters: [Parameters.accept],
|
|
1136
|
-
serializer,
|
|
1137
|
-
};
|
|
1138
|
-
const listPlansByResourceGroupNextOperationSpec = {
|
|
1139
|
-
path: "{nextLink}",
|
|
1140
|
-
httpMethod: "GET",
|
|
1141
|
-
responses: {
|
|
1142
|
-
200: {
|
|
1143
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1144
|
-
},
|
|
1145
|
-
default: {
|
|
1146
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1147
|
-
},
|
|
1148
|
-
},
|
|
1149
|
-
urlParameters: [
|
|
1150
|
-
Parameters.$host,
|
|
1151
|
-
Parameters.resourceGroupName,
|
|
1152
|
-
Parameters.subscriptionId,
|
|
1153
|
-
Parameters.nextLink,
|
|
1154
|
-
],
|
|
1155
|
-
headerParameters: [Parameters.accept],
|
|
1156
|
-
serializer,
|
|
1157
|
-
};
|
|
1158
|
-
const listPlansBySubscriptionNextOperationSpec = {
|
|
1159
|
-
path: "{nextLink}",
|
|
1160
|
-
httpMethod: "GET",
|
|
1161
|
-
responses: {
|
|
1162
|
-
200: {
|
|
1163
|
-
bodyMapper: Mappers.CommitmentPlanListResult,
|
|
1164
|
-
},
|
|
1165
|
-
default: {
|
|
1166
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1167
|
-
},
|
|
1168
|
-
},
|
|
1169
|
-
urlParameters: [
|
|
1170
|
-
Parameters.$host,
|
|
1171
|
-
Parameters.subscriptionId,
|
|
1172
|
-
Parameters.nextLink,
|
|
1173
|
-
],
|
|
1174
|
-
headerParameters: [Parameters.accept],
|
|
1175
|
-
serializer,
|
|
1176
|
-
};
|
|
1177
|
-
const listAssociationsNextOperationSpec = {
|
|
1178
|
-
path: "{nextLink}",
|
|
1179
|
-
httpMethod: "GET",
|
|
1180
|
-
responses: {
|
|
1181
|
-
200: {
|
|
1182
|
-
bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
|
|
1183
|
-
},
|
|
1184
|
-
default: {
|
|
1185
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1186
|
-
},
|
|
1187
|
-
},
|
|
1188
|
-
urlParameters: [
|
|
1189
|
-
Parameters.$host,
|
|
1190
|
-
Parameters.resourceGroupName,
|
|
1191
|
-
Parameters.subscriptionId,
|
|
1192
|
-
Parameters.nextLink,
|
|
1193
|
-
Parameters.commitmentPlanName1,
|
|
1194
|
-
],
|
|
1195
|
-
headerParameters: [Parameters.accept],
|
|
1196
|
-
serializer,
|
|
1197
|
-
};
|
|
1198
|
-
//# sourceMappingURL=commitmentPlans.js.map
|