@azure/arm-cognitiveservices 8.1.0 → 9.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/browser/api/accountCapabilityHosts/index.js +4 -0
- package/dist/browser/api/accountCapabilityHosts/index.js.map +1 -0
- package/dist/browser/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/browser/api/accountCapabilityHosts/operations.js +135 -0
- package/dist/browser/api/accountCapabilityHosts/operations.js.map +1 -0
- package/dist/browser/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/browser/api/accountCapabilityHosts/options.js +4 -0
- package/dist/browser/api/accountCapabilityHosts/options.js.map +1 -0
- package/dist/browser/api/accountConnections/index.d.ts +3 -0
- package/dist/browser/api/accountConnections/index.js +4 -0
- package/dist/browser/api/accountConnections/index.js.map +1 -0
- package/dist/browser/api/accountConnections/operations.d.ts +26 -0
- package/dist/browser/api/accountConnections/operations.js +162 -0
- package/dist/browser/api/accountConnections/operations.js.map +1 -0
- package/dist/browser/api/accountConnections/options.d.ts +28 -0
- package/dist/browser/api/accountConnections/options.js +4 -0
- package/dist/browser/api/accountConnections/options.js.map +1 -0
- package/dist/browser/api/accounts/index.d.ts +3 -0
- package/dist/browser/api/accounts/index.js +4 -0
- package/dist/browser/api/accounts/index.js.map +1 -0
- package/dist/browser/api/accounts/operations.d.ts +55 -0
- package/dist/browser/api/accounts/operations.js +371 -0
- package/dist/browser/api/accounts/operations.js.map +1 -0
- package/dist/browser/api/accounts/options.d.ts +46 -0
- package/dist/browser/api/accounts/options.js +4 -0
- package/dist/browser/api/accounts/options.js.map +1 -0
- package/dist/browser/api/agentApplications/index.d.ts +3 -0
- package/dist/browser/api/agentApplications/index.js +4 -0
- package/dist/browser/api/agentApplications/index.js.map +1 -0
- package/dist/browser/api/agentApplications/operations.d.ts +35 -0
- package/dist/browser/api/agentApplications/operations.js +234 -0
- package/dist/browser/api/agentApplications/operations.js.map +1 -0
- package/dist/browser/api/agentApplications/options.d.ts +41 -0
- package/dist/browser/api/agentApplications/options.js +4 -0
- package/dist/browser/api/agentApplications/options.js.map +1 -0
- package/dist/browser/api/agentDeployments/index.d.ts +3 -0
- package/dist/browser/api/agentDeployments/index.js +4 -0
- package/dist/browser/api/agentDeployments/index.js.map +1 -0
- package/dist/browser/api/agentDeployments/operations.d.ts +31 -0
- package/dist/browser/api/agentDeployments/operations.js +208 -0
- package/dist/browser/api/agentDeployments/operations.js.map +1 -0
- package/dist/browser/api/agentDeployments/options.d.ts +34 -0
- package/dist/browser/api/agentDeployments/options.js +4 -0
- package/dist/browser/api/agentDeployments/options.js.map +1 -0
- package/dist/browser/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/browser/api/cognitiveServicesManagementContext.js +26 -0
- package/dist/browser/api/cognitiveServicesManagementContext.js.map +1 -0
- package/dist/browser/api/commitmentPlans/index.d.ts +3 -0
- package/dist/browser/api/commitmentPlans/index.js +4 -0
- package/dist/browser/api/commitmentPlans/index.js.map +1 -0
- package/dist/browser/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/browser/api/commitmentPlans/operations.js +444 -0
- package/dist/browser/api/commitmentPlans/operations.js.map +1 -0
- package/dist/browser/api/commitmentPlans/options.d.ts +56 -0
- package/dist/browser/api/commitmentPlans/options.js +4 -0
- package/dist/browser/api/commitmentPlans/options.js.map +1 -0
- package/dist/browser/api/commitmentTiers/index.d.ts +3 -0
- package/dist/browser/api/commitmentTiers/index.js +4 -0
- package/dist/browser/api/commitmentTiers/index.js.map +1 -0
- package/dist/browser/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/browser/api/commitmentTiers/operations.js +37 -0
- package/dist/browser/api/commitmentTiers/operations.js.map +1 -0
- package/dist/browser/api/commitmentTiers/options.d.ts +5 -0
- package/dist/browser/api/commitmentTiers/options.js +4 -0
- package/dist/browser/api/commitmentTiers/options.js.map +1 -0
- package/dist/browser/api/computeOperations/index.d.ts +3 -0
- package/dist/browser/api/computeOperations/index.js +4 -0
- package/dist/browser/api/computeOperations/index.js.map +1 -0
- package/dist/browser/api/computeOperations/operations.d.ts +9 -0
- package/dist/browser/api/computeOperations/operations.js +34 -0
- package/dist/browser/api/computeOperations/operations.js.map +1 -0
- package/dist/browser/api/computeOperations/options.d.ts +5 -0
- package/dist/browser/api/computeOperations/options.js +4 -0
- package/dist/browser/api/computeOperations/options.js.map +1 -0
- package/dist/browser/api/computes/index.d.ts +3 -0
- package/dist/browser/api/computes/index.js +4 -0
- package/dist/browser/api/computes/index.js.map +1 -0
- package/dist/browser/api/computes/operations.d.ts +51 -0
- package/dist/browser/api/computes/operations.js +276 -0
- package/dist/browser/api/computes/operations.js.map +1 -0
- package/dist/browser/api/computes/options.d.ts +38 -0
- package/dist/browser/api/computes/options.js +4 -0
- package/dist/browser/api/computes/options.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/browser/api/defenderForAISettings/index.js +4 -0
- package/dist/browser/api/defenderForAISettings/index.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/browser/api/defenderForAISettings/operations.js +129 -0
- package/dist/browser/api/defenderForAISettings/operations.js.map +1 -0
- package/dist/browser/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/browser/api/defenderForAISettings/options.js +4 -0
- package/dist/browser/api/defenderForAISettings/options.js.map +1 -0
- package/dist/browser/api/deletedAccounts/index.d.ts +3 -0
- package/dist/browser/api/deletedAccounts/index.js +4 -0
- package/dist/browser/api/deletedAccounts/index.js.map +1 -0
- package/dist/browser/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/browser/api/deletedAccounts/operations.js +97 -0
- package/dist/browser/api/deletedAccounts/operations.js.map +1 -0
- package/dist/browser/api/deletedAccounts/options.d.ts +13 -0
- package/dist/browser/api/deletedAccounts/options.js +4 -0
- package/dist/browser/api/deletedAccounts/options.js.map +1 -0
- package/dist/browser/api/deployments/index.d.ts +3 -0
- package/dist/browser/api/deployments/index.js +4 -0
- package/dist/browser/api/deployments/index.js.map +1 -0
- package/dist/browser/api/deployments/operations.d.ts +39 -0
- package/dist/browser/api/deployments/operations.js +261 -0
- package/dist/browser/api/deployments/operations.js.map +1 -0
- package/dist/browser/api/deployments/options.d.ts +32 -0
- package/dist/browser/api/deployments/options.js +4 -0
- package/dist/browser/api/deployments/options.js.map +1 -0
- package/dist/browser/api/encryptionScopes/index.d.ts +3 -0
- package/dist/browser/api/encryptionScopes/index.js +4 -0
- package/dist/browser/api/encryptionScopes/index.js.map +1 -0
- package/dist/browser/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/browser/api/encryptionScopes/operations.js +130 -0
- package/dist/browser/api/encryptionScopes/operations.js.map +1 -0
- package/dist/browser/api/encryptionScopes/options.d.ts +16 -0
- package/dist/browser/api/encryptionScopes/options.js +4 -0
- package/dist/browser/api/encryptionScopes/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/browser/api/locationBasedModelCapacities/index.js +4 -0
- package/dist/browser/api/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.js +40 -0
- package/dist/browser/api/locationBasedModelCapacities/operations.js.map +1 -0
- package/dist/browser/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/browser/api/locationBasedModelCapacities/options.js +4 -0
- package/dist/browser/api/locationBasedModelCapacities/options.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/browser/api/managedComputeCapacities/index.js +4 -0
- package/dist/browser/api/managedComputeCapacities/index.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/browser/api/managedComputeCapacities/operations.js +42 -0
- package/dist/browser/api/managedComputeCapacities/operations.js.map +1 -0
- package/dist/browser/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/browser/api/managedComputeCapacities/options.js +4 -0
- package/dist/browser/api/managedComputeCapacities/options.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/browser/api/managedComputeDeployments/index.js +4 -0
- package/dist/browser/api/managedComputeDeployments/index.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/browser/api/managedComputeDeployments/operations.js +171 -0
- package/dist/browser/api/managedComputeDeployments/operations.js.map +1 -0
- package/dist/browser/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/browser/api/managedComputeDeployments/options.js +4 -0
- package/dist/browser/api/managedComputeDeployments/options.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.js +4 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.js +37 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/operations.js.map +1 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.js +4 -0
- package/dist/browser/api/managedComputeUsagesOperationGroup/options.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/browser/api/managedNetworkProvisions/index.js +4 -0
- package/dist/browser/api/managedNetworkProvisions/index.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/browser/api/managedNetworkProvisions/operations.js +43 -0
- package/dist/browser/api/managedNetworkProvisions/operations.js.map +1 -0
- package/dist/browser/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/browser/api/managedNetworkProvisions/options.js +4 -0
- package/dist/browser/api/managedNetworkProvisions/options.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/browser/api/managedNetworkSettings/index.js +4 -0
- package/dist/browser/api/managedNetworkSettings/index.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/browser/api/managedNetworkSettings/operations.js +173 -0
- package/dist/browser/api/managedNetworkSettings/operations.js.map +1 -0
- package/dist/browser/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/browser/api/managedNetworkSettings/options.js +4 -0
- package/dist/browser/api/managedNetworkSettings/options.js.map +1 -0
- package/dist/browser/api/modelCapacities/index.d.ts +3 -0
- package/dist/browser/api/modelCapacities/index.js +4 -0
- package/dist/browser/api/modelCapacities/index.js.map +1 -0
- package/dist/browser/api/modelCapacities/operations.d.ts +10 -0
- package/dist/browser/api/modelCapacities/operations.js +39 -0
- package/dist/browser/api/modelCapacities/operations.js.map +1 -0
- package/dist/browser/api/modelCapacities/options.d.ts +5 -0
- package/dist/browser/api/modelCapacities/options.js +4 -0
- package/dist/browser/api/modelCapacities/options.js.map +1 -0
- package/dist/browser/api/models/index.d.ts +3 -0
- package/dist/browser/api/models/index.js +4 -0
- package/dist/browser/api/models/index.js.map +1 -0
- package/dist/browser/api/models/operations.d.ts +10 -0
- package/dist/browser/api/models/operations.js +37 -0
- package/dist/browser/api/models/operations.js.map +1 -0
- package/dist/browser/api/models/options.d.ts +5 -0
- package/dist/browser/api/models/options.js +4 -0
- package/dist/browser/api/models/options.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +102 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +17 -0
- package/dist/browser/api/operations.js +103 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +16 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/outboundRule/index.d.ts +3 -0
- package/dist/browser/api/outboundRule/index.js +4 -0
- package/dist/browser/api/outboundRule/index.js.map +1 -0
- package/dist/browser/api/outboundRule/operations.d.ts +23 -0
- package/dist/browser/api/outboundRule/operations.js +139 -0
- package/dist/browser/api/outboundRule/operations.js.map +1 -0
- package/dist/browser/api/outboundRule/options.d.ts +18 -0
- package/dist/browser/api/outboundRule/options.js +4 -0
- package/dist/browser/api/outboundRule/options.js.map +1 -0
- package/dist/browser/api/outboundRules/index.d.ts +3 -0
- package/dist/browser/api/outboundRules/index.js +4 -0
- package/dist/browser/api/outboundRules/index.js.map +1 -0
- package/dist/browser/api/outboundRules/operations.d.ts +10 -0
- package/dist/browser/api/outboundRules/operations.js +49 -0
- package/dist/browser/api/outboundRules/operations.js.map +1 -0
- package/dist/browser/api/outboundRules/options.d.ts +7 -0
- package/dist/browser/api/outboundRules/options.js +4 -0
- package/dist/browser/api/outboundRules/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +131 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/browser/api/projectCapabilityHosts/index.js +4 -0
- package/dist/browser/api/projectCapabilityHosts/index.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/browser/api/projectCapabilityHosts/operations.js +139 -0
- package/dist/browser/api/projectCapabilityHosts/operations.js.map +1 -0
- package/dist/browser/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/browser/api/projectCapabilityHosts/options.js +4 -0
- package/dist/browser/api/projectCapabilityHosts/options.js.map +1 -0
- package/dist/browser/api/projectConnections/index.d.ts +3 -0
- package/dist/browser/api/projectConnections/index.js +4 -0
- package/dist/browser/api/projectConnections/index.js.map +1 -0
- package/dist/browser/api/projectConnections/operations.d.ts +26 -0
- package/dist/browser/api/projectConnections/operations.js +167 -0
- package/dist/browser/api/projectConnections/operations.js.map +1 -0
- package/dist/browser/api/projectConnections/options.d.ts +28 -0
- package/dist/browser/api/projectConnections/options.js +4 -0
- package/dist/browser/api/projectConnections/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +27 -0
- package/dist/browser/api/projects/operations.js +171 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +23 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/quotaTiers/index.d.ts +3 -0
- package/dist/browser/api/quotaTiers/index.js +4 -0
- package/dist/browser/api/quotaTiers/index.js.map +1 -0
- package/dist/browser/api/quotaTiers/operations.d.ts +22 -0
- package/dist/browser/api/quotaTiers/operations.js +121 -0
- package/dist/browser/api/quotaTiers/operations.js.map +1 -0
- package/dist/browser/api/quotaTiers/options.d.ts +14 -0
- package/dist/browser/api/quotaTiers/options.js +4 -0
- package/dist/browser/api/quotaTiers/options.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/browser/api/raiBlocklistItems/index.js +4 -0
- package/dist/browser/api/raiBlocklistItems/index.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/browser/api/raiBlocklistItems/operations.js +197 -0
- package/dist/browser/api/raiBlocklistItems/operations.js.map +1 -0
- package/dist/browser/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/browser/api/raiBlocklistItems/options.js +4 -0
- package/dist/browser/api/raiBlocklistItems/options.js.map +1 -0
- package/dist/browser/api/raiBlocklists/index.d.ts +3 -0
- package/dist/browser/api/raiBlocklists/index.js +4 -0
- package/dist/browser/api/raiBlocklists/index.js.map +1 -0
- package/dist/browser/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/browser/api/raiBlocklists/operations.js +130 -0
- package/dist/browser/api/raiBlocklists/operations.js.map +1 -0
- package/dist/browser/api/raiBlocklists/options.d.ts +16 -0
- package/dist/browser/api/raiBlocklists/options.js +4 -0
- package/dist/browser/api/raiBlocklists/options.js.map +1 -0
- package/dist/browser/api/raiContentFilters/index.d.ts +3 -0
- package/dist/browser/api/raiContentFilters/index.js +4 -0
- package/dist/browser/api/raiContentFilters/index.js.map +1 -0
- package/dist/browser/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/browser/api/raiContentFilters/operations.js +65 -0
- package/dist/browser/api/raiContentFilters/operations.js.map +1 -0
- package/dist/browser/api/raiContentFilters/options.d.ts +8 -0
- package/dist/browser/api/raiContentFilters/options.js +4 -0
- package/dist/browser/api/raiContentFilters/options.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.js +4 -0
- package/dist/browser/api/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.js +92 -0
- package/dist/browser/api/raiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.js +4 -0
- package/dist/browser/api/raiExternalSafetyProvider/options.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.js +4 -0
- package/dist/browser/api/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.js +36 -0
- package/dist/browser/api/raiExternalSafetyProviders/operations.js.map +1 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.js +4 -0
- package/dist/browser/api/raiExternalSafetyProviders/options.js.map +1 -0
- package/dist/browser/api/raiPolicies/index.d.ts +3 -0
- package/dist/browser/api/raiPolicies/index.js +4 -0
- package/dist/browser/api/raiPolicies/index.js.map +1 -0
- package/dist/browser/api/raiPolicies/operations.d.ts +23 -0
- package/dist/browser/api/raiPolicies/operations.js +130 -0
- package/dist/browser/api/raiPolicies/operations.js.map +1 -0
- package/dist/browser/api/raiPolicies/options.d.ts +16 -0
- package/dist/browser/api/raiPolicies/options.js +4 -0
- package/dist/browser/api/raiPolicies/options.js.map +1 -0
- package/dist/browser/api/raiToolLabels/index.d.ts +3 -0
- package/dist/browser/api/raiToolLabels/index.js +4 -0
- package/dist/browser/api/raiToolLabels/index.js.map +1 -0
- package/dist/browser/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/browser/api/raiToolLabels/operations.js +130 -0
- package/dist/browser/api/raiToolLabels/operations.js.map +1 -0
- package/dist/browser/api/raiToolLabels/options.d.ts +16 -0
- package/dist/browser/api/raiToolLabels/options.js +4 -0
- package/dist/browser/api/raiToolLabels/options.js.map +1 -0
- package/dist/browser/api/raiTopics/index.d.ts +3 -0
- package/dist/browser/api/raiTopics/index.js +4 -0
- package/dist/browser/api/raiTopics/index.js.map +1 -0
- package/dist/browser/api/raiTopics/operations.d.ts +23 -0
- package/dist/browser/api/raiTopics/operations.js +130 -0
- package/dist/browser/api/raiTopics/operations.js.map +1 -0
- package/dist/browser/api/raiTopics/options.d.ts +16 -0
- package/dist/browser/api/raiTopics/options.js +4 -0
- package/dist/browser/api/raiTopics/options.js.map +1 -0
- package/dist/browser/api/resourceSkus/index.d.ts +3 -0
- package/dist/browser/api/resourceSkus/index.js +4 -0
- package/dist/browser/api/resourceSkus/index.js.map +1 -0
- package/dist/browser/api/resourceSkus/operations.d.ts +10 -0
- package/dist/browser/api/resourceSkus/operations.js +36 -0
- package/dist/browser/api/resourceSkus/operations.js.map +1 -0
- package/dist/browser/api/resourceSkus/options.d.ts +5 -0
- package/dist/browser/api/resourceSkus/options.js +4 -0
- package/dist/browser/api/resourceSkus/options.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.js +4 -0
- package/dist/browser/api/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.js +92 -0
- package/dist/browser/api/subscriptionRaiPolicy/operations.js.map +1 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.js +4 -0
- package/dist/browser/api/subscriptionRaiPolicy/options.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.js +4 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.js +37 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.js +4 -0
- package/dist/browser/api/testRaiExternalSafetyProvider/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +38 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +7 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/api/workbenches/index.d.ts +3 -0
- package/dist/browser/api/workbenches/index.js +4 -0
- package/dist/browser/api/workbenches/index.js.map +1 -0
- package/dist/browser/api/workbenches/operations.d.ts +51 -0
- package/dist/browser/api/workbenches/operations.js +284 -0
- package/dist/browser/api/workbenches/operations.js.map +1 -0
- package/dist/browser/api/workbenches/options.d.ts +38 -0
- package/dist/browser/api/workbenches/options.js +4 -0
- package/dist/browser/api/workbenches/options.js.map +1 -0
- package/dist/browser/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/browser/classic/accountCapabilityHosts/index.js +34 -0
- package/dist/browser/classic/accountCapabilityHosts/index.js.map +1 -0
- package/dist/browser/classic/accountConnections/index.d.ts +19 -0
- package/dist/browser/classic/accountConnections/index.js +18 -0
- package/dist/browser/classic/accountConnections/index.js.map +1 -0
- package/dist/browser/classic/accounts/index.d.ts +47 -0
- package/dist/browser/classic/accounts/index.js +50 -0
- package/dist/browser/classic/accounts/index.js.map +1 -0
- package/dist/browser/classic/agentApplications/index.d.ts +33 -0
- package/dist/browser/classic/agentApplications/index.js +37 -0
- package/dist/browser/classic/agentApplications/index.js.map +1 -0
- package/dist/browser/classic/agentDeployments/index.d.ts +31 -0
- package/dist/browser/classic/agentDeployments/index.js +36 -0
- package/dist/browser/classic/agentDeployments/index.js.map +1 -0
- package/dist/browser/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/browser/classic/commitmentPlans/index.js +76 -0
- package/dist/browser/classic/commitmentPlans/index.js.map +1 -0
- package/dist/browser/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/browser/classic/commitmentTiers/index.js +14 -0
- package/dist/browser/classic/commitmentTiers/index.js.map +1 -0
- package/dist/browser/classic/computeOperations/index.d.ts +10 -0
- package/dist/browser/classic/computeOperations/index.js +14 -0
- package/dist/browser/classic/computeOperations/index.js.map +1 -0
- package/dist/browser/classic/computes/index.d.ts +63 -0
- package/dist/browser/classic/computes/index.js +70 -0
- package/dist/browser/classic/computes/index.js.map +1 -0
- package/dist/browser/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/browser/classic/defenderForAISettings/index.js +17 -0
- package/dist/browser/classic/defenderForAISettings/index.js.map +1 -0
- package/dist/browser/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/browser/classic/deletedAccounts/index.js +25 -0
- package/dist/browser/classic/deletedAccounts/index.js.map +1 -0
- package/dist/browser/classic/deployments/index.d.ts +39 -0
- package/dist/browser/classic/deployments/index.js +46 -0
- package/dist/browser/classic/deployments/index.js.map +1 -0
- package/dist/browser/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/browser/classic/encryptionScopes/index.js +26 -0
- package/dist/browser/classic/encryptionScopes/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +45 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.js +14 -0
- package/dist/browser/classic/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/browser/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/browser/classic/managedComputeCapacities/index.js +14 -0
- package/dist/browser/classic/managedComputeCapacities/index.js.map +1 -0
- package/dist/browser/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/browser/classic/managedComputeDeployments/index.js +43 -0
- package/dist/browser/classic/managedComputeDeployments/index.js.map +1 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.js +14 -0
- package/dist/browser/classic/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/browser/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/browser/classic/managedNetworkProvisions/index.js +23 -0
- package/dist/browser/classic/managedNetworkProvisions/index.js.map +1 -0
- package/dist/browser/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/browser/classic/managedNetworkSettings/index.js +43 -0
- package/dist/browser/classic/managedNetworkSettings/index.js.map +1 -0
- package/dist/browser/classic/modelCapacities/index.d.ts +11 -0
- package/dist/browser/classic/modelCapacities/index.js +14 -0
- package/dist/browser/classic/modelCapacities/index.js.map +1 -0
- package/dist/browser/classic/models/index.d.ts +11 -0
- package/dist/browser/classic/models/index.js +14 -0
- package/dist/browser/classic/models/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/outboundRule/index.d.ts +27 -0
- package/dist/browser/classic/outboundRule/index.js +34 -0
- package/dist/browser/classic/outboundRule/index.js.map +1 -0
- package/dist/browser/classic/outboundRules/index.d.ts +13 -0
- package/dist/browser/classic/outboundRules/index.js +17 -0
- package/dist/browser/classic/outboundRules/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/browser/classic/projectCapabilityHosts/index.js +34 -0
- package/dist/browser/classic/projectCapabilityHosts/index.js.map +1 -0
- package/dist/browser/classic/projectConnections/index.d.ts +19 -0
- package/dist/browser/classic/projectConnections/index.js +18 -0
- package/dist/browser/classic/projectConnections/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +33 -0
- package/dist/browser/classic/projects/index.js +43 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/quotaTiers/index.d.ts +17 -0
- package/dist/browser/classic/quotaTiers/index.js +17 -0
- package/dist/browser/classic/quotaTiers/index.js.map +1 -0
- package/dist/browser/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/browser/classic/raiBlocklistItems/index.js +28 -0
- package/dist/browser/classic/raiBlocklistItems/index.js.map +1 -0
- package/dist/browser/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/browser/classic/raiBlocklists/index.js +26 -0
- package/dist/browser/classic/raiBlocklists/index.js.map +1 -0
- package/dist/browser/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/browser/classic/raiContentFilters/index.js +15 -0
- package/dist/browser/classic/raiContentFilters/index.js.map +1 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.js +25 -0
- package/dist/browser/classic/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.js +14 -0
- package/dist/browser/classic/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/browser/classic/raiPolicies/index.d.ts +23 -0
- package/dist/browser/classic/raiPolicies/index.js +26 -0
- package/dist/browser/classic/raiPolicies/index.js.map +1 -0
- package/dist/browser/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/browser/classic/raiToolLabels/index.js +26 -0
- package/dist/browser/classic/raiToolLabels/index.js.map +1 -0
- package/dist/browser/classic/raiTopics/index.d.ts +23 -0
- package/dist/browser/classic/raiTopics/index.js +26 -0
- package/dist/browser/classic/raiTopics/index.js.map +1 -0
- package/dist/browser/classic/resourceSkus/index.d.ts +11 -0
- package/dist/browser/classic/resourceSkus/index.js +14 -0
- package/dist/browser/classic/resourceSkus/index.js.map +1 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.js +25 -0
- package/dist/browser/classic/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.js +14 -0
- package/dist/browser/classic/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/classic/workbenches/index.d.ts +63 -0
- package/dist/browser/classic/workbenches/index.js +70 -0
- package/dist/browser/classic/workbenches/index.js.map +1 -0
- package/dist/browser/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/browser/cognitiveServicesManagementClient.js +198 -242
- package/dist/browser/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +58 -3
- package/dist/browser/index.js +5 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -3970
- package/dist/browser/models/index.js +1 -672
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +4803 -0
- package/dist/browser/models/models.js +5807 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +224 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.js +34 -0
- package/dist/commonjs/api/accountCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.js +212 -0
- package/dist/commonjs/api/accountCapabilityHosts/operations.js.map +7 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.js +16 -0
- package/dist/commonjs/api/accountCapabilityHosts/options.js.map +7 -0
- package/dist/commonjs/api/accountConnections/index.d.ts +3 -0
- package/dist/commonjs/api/accountConnections/index.js +36 -0
- package/dist/commonjs/api/accountConnections/index.js.map +7 -0
- package/dist/commonjs/api/accountConnections/operations.d.ts +26 -0
- package/dist/commonjs/api/accountConnections/operations.js +249 -0
- package/dist/commonjs/api/accountConnections/operations.js.map +7 -0
- package/dist/commonjs/api/accountConnections/options.d.ts +28 -0
- package/dist/commonjs/api/accountConnections/options.js +16 -0
- package/dist/commonjs/api/accountConnections/options.js.map +7 -0
- package/dist/commonjs/api/accounts/index.d.ts +3 -0
- package/dist/commonjs/api/accounts/index.js +50 -0
- package/dist/commonjs/api/accounts/index.js.map +7 -0
- package/dist/commonjs/api/accounts/operations.d.ts +55 -0
- package/dist/commonjs/api/accounts/operations.js +531 -0
- package/dist/commonjs/api/accounts/operations.js.map +7 -0
- package/dist/commonjs/api/accounts/options.d.ts +46 -0
- package/dist/commonjs/api/accounts/options.js +16 -0
- package/dist/commonjs/api/accounts/options.js.map +7 -0
- package/dist/commonjs/api/agentApplications/index.d.ts +3 -0
- package/dist/commonjs/api/agentApplications/index.js +40 -0
- package/dist/commonjs/api/agentApplications/index.js.map +7 -0
- package/dist/commonjs/api/agentApplications/operations.d.ts +35 -0
- package/dist/commonjs/api/agentApplications/operations.js +359 -0
- package/dist/commonjs/api/agentApplications/operations.js.map +7 -0
- package/dist/commonjs/api/agentApplications/options.d.ts +41 -0
- package/dist/commonjs/api/agentApplications/options.js +16 -0
- package/dist/commonjs/api/agentApplications/options.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/index.d.ts +3 -0
- package/dist/commonjs/api/agentDeployments/index.js +38 -0
- package/dist/commonjs/api/agentDeployments/index.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/operations.d.ts +31 -0
- package/dist/commonjs/api/agentDeployments/operations.js +329 -0
- package/dist/commonjs/api/agentDeployments/operations.js.map +7 -0
- package/dist/commonjs/api/agentDeployments/options.d.ts +34 -0
- package/dist/commonjs/api/agentDeployments/options.js +16 -0
- package/dist/commonjs/api/agentDeployments/options.js.map +7 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.js +47 -0
- package/dist/commonjs/api/cognitiveServicesManagementContext.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/index.d.ts +3 -0
- package/dist/commonjs/api/commitmentPlans/index.js +54 -0
- package/dist/commonjs/api/commitmentPlans/index.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/commonjs/api/commitmentPlans/operations.js +659 -0
- package/dist/commonjs/api/commitmentPlans/operations.js.map +7 -0
- package/dist/commonjs/api/commitmentPlans/options.d.ts +56 -0
- package/dist/commonjs/api/commitmentPlans/options.js +16 -0
- package/dist/commonjs/api/commitmentPlans/options.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/index.d.ts +3 -0
- package/dist/commonjs/api/commitmentTiers/index.js +28 -0
- package/dist/commonjs/api/commitmentTiers/index.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/commonjs/api/commitmentTiers/operations.js +74 -0
- package/dist/commonjs/api/commitmentTiers/operations.js.map +7 -0
- package/dist/commonjs/api/commitmentTiers/options.d.ts +5 -0
- package/dist/commonjs/api/commitmentTiers/options.js +16 -0
- package/dist/commonjs/api/commitmentTiers/options.js.map +7 -0
- package/dist/commonjs/api/computeOperations/index.d.ts +3 -0
- package/dist/commonjs/api/computeOperations/index.js +28 -0
- package/dist/commonjs/api/computeOperations/index.js.map +7 -0
- package/dist/commonjs/api/computeOperations/operations.d.ts +9 -0
- package/dist/commonjs/api/computeOperations/operations.js +65 -0
- package/dist/commonjs/api/computeOperations/operations.js.map +7 -0
- package/dist/commonjs/api/computeOperations/options.d.ts +5 -0
- package/dist/commonjs/api/computeOperations/options.js +16 -0
- package/dist/commonjs/api/computeOperations/options.js.map +7 -0
- package/dist/commonjs/api/computes/index.d.ts +3 -0
- package/dist/commonjs/api/computes/index.js +42 -0
- package/dist/commonjs/api/computes/index.js.map +7 -0
- package/dist/commonjs/api/computes/operations.d.ts +51 -0
- package/dist/commonjs/api/computes/operations.js +364 -0
- package/dist/commonjs/api/computes/operations.js.map +7 -0
- package/dist/commonjs/api/computes/options.d.ts +38 -0
- package/dist/commonjs/api/computes/options.js +16 -0
- package/dist/commonjs/api/computes/options.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/commonjs/api/defenderForAISettings/index.js +34 -0
- package/dist/commonjs/api/defenderForAISettings/index.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/commonjs/api/defenderForAISettings/operations.js +213 -0
- package/dist/commonjs/api/defenderForAISettings/operations.js.map +7 -0
- package/dist/commonjs/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/commonjs/api/defenderForAISettings/options.js +16 -0
- package/dist/commonjs/api/defenderForAISettings/options.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/index.d.ts +3 -0
- package/dist/commonjs/api/deletedAccounts/index.js +32 -0
- package/dist/commonjs/api/deletedAccounts/index.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/commonjs/api/deletedAccounts/operations.js +152 -0
- package/dist/commonjs/api/deletedAccounts/operations.js.map +7 -0
- package/dist/commonjs/api/deletedAccounts/options.d.ts +13 -0
- package/dist/commonjs/api/deletedAccounts/options.js +16 -0
- package/dist/commonjs/api/deletedAccounts/options.js.map +7 -0
- package/dist/commonjs/api/deployments/index.d.ts +3 -0
- package/dist/commonjs/api/deployments/index.js +42 -0
- package/dist/commonjs/api/deployments/index.js.map +7 -0
- package/dist/commonjs/api/deployments/operations.d.ts +39 -0
- package/dist/commonjs/api/deployments/operations.js +380 -0
- package/dist/commonjs/api/deployments/operations.js.map +7 -0
- package/dist/commonjs/api/deployments/options.d.ts +32 -0
- package/dist/commonjs/api/deployments/options.js +16 -0
- package/dist/commonjs/api/deployments/options.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/index.d.ts +3 -0
- package/dist/commonjs/api/encryptionScopes/index.js +34 -0
- package/dist/commonjs/api/encryptionScopes/index.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/commonjs/api/encryptionScopes/operations.js +207 -0
- package/dist/commonjs/api/encryptionScopes/operations.js.map +7 -0
- package/dist/commonjs/api/encryptionScopes/options.d.ts +16 -0
- package/dist/commonjs/api/encryptionScopes/options.js +16 -0
- package/dist/commonjs/api/encryptionScopes/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +35 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.js +28 -0
- package/dist/commonjs/api/locationBasedModelCapacities/index.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.js +77 -0
- package/dist/commonjs/api/locationBasedModelCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.js +16 -0
- package/dist/commonjs/api/locationBasedModelCapacities/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeCapacities/index.js +28 -0
- package/dist/commonjs/api/managedComputeCapacities/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.js +76 -0
- package/dist/commonjs/api/managedComputeCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/commonjs/api/managedComputeCapacities/options.js +16 -0
- package/dist/commonjs/api/managedComputeCapacities/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeDeployments/index.js +36 -0
- package/dist/commonjs/api/managedComputeDeployments/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.js +251 -0
- package/dist/commonjs/api/managedComputeDeployments/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/commonjs/api/managedComputeDeployments/options.js +16 -0
- package/dist/commonjs/api/managedComputeDeployments/options.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.js +28 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.js +74 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/operations.js.map +7 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.js +16 -0
- package/dist/commonjs/api/managedComputeUsagesOperationGroup/options.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.js +28 -0
- package/dist/commonjs/api/managedNetworkProvisions/index.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.js +80 -0
- package/dist/commonjs/api/managedNetworkProvisions/operations.js.map +7 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.js +16 -0
- package/dist/commonjs/api/managedNetworkProvisions/options.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/commonjs/api/managedNetworkSettings/index.js +36 -0
- package/dist/commonjs/api/managedNetworkSettings/index.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.js +250 -0
- package/dist/commonjs/api/managedNetworkSettings/operations.js.map +7 -0
- package/dist/commonjs/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/commonjs/api/managedNetworkSettings/options.js +16 -0
- package/dist/commonjs/api/managedNetworkSettings/options.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/index.d.ts +3 -0
- package/dist/commonjs/api/modelCapacities/index.js +28 -0
- package/dist/commonjs/api/modelCapacities/index.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/operations.d.ts +10 -0
- package/dist/commonjs/api/modelCapacities/operations.js +76 -0
- package/dist/commonjs/api/modelCapacities/operations.js.map +7 -0
- package/dist/commonjs/api/modelCapacities/options.d.ts +5 -0
- package/dist/commonjs/api/modelCapacities/options.js +16 -0
- package/dist/commonjs/api/modelCapacities/options.js.map +7 -0
- package/dist/commonjs/api/models/index.d.ts +3 -0
- package/dist/commonjs/api/models/index.js +28 -0
- package/dist/commonjs/api/models/index.js.map +7 -0
- package/dist/commonjs/api/models/operations.d.ts +10 -0
- package/dist/commonjs/api/models/operations.js +74 -0
- package/dist/commonjs/api/models/operations.js.map +7 -0
- package/dist/commonjs/api/models/options.d.ts +5 -0
- package/dist/commonjs/api/models/options.js +16 -0
- package/dist/commonjs/api/models/options.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +163 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +17 -0
- package/dist/commonjs/api/operations.js +150 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +16 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/outboundRule/index.d.ts +3 -0
- package/dist/commonjs/api/outboundRule/index.js +34 -0
- package/dist/commonjs/api/outboundRule/index.js.map +7 -0
- package/dist/commonjs/api/outboundRule/operations.d.ts +23 -0
- package/dist/commonjs/api/outboundRule/operations.js +218 -0
- package/dist/commonjs/api/outboundRule/operations.js.map +7 -0
- package/dist/commonjs/api/outboundRule/options.d.ts +18 -0
- package/dist/commonjs/api/outboundRule/options.js +16 -0
- package/dist/commonjs/api/outboundRule/options.js.map +7 -0
- package/dist/commonjs/api/outboundRules/index.d.ts +3 -0
- package/dist/commonjs/api/outboundRules/index.js +28 -0
- package/dist/commonjs/api/outboundRules/index.js.map +7 -0
- package/dist/commonjs/api/outboundRules/operations.d.ts +10 -0
- package/dist/commonjs/api/outboundRules/operations.js +91 -0
- package/dist/commonjs/api/outboundRules/operations.js.map +7 -0
- package/dist/commonjs/api/outboundRules/options.d.ts +7 -0
- package/dist/commonjs/api/outboundRules/options.js +16 -0
- package/dist/commonjs/api/outboundRules/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +202 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +28 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +65 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.js +34 -0
- package/dist/commonjs/api/projectCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.js +225 -0
- package/dist/commonjs/api/projectCapabilityHosts/operations.js.map +7 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.js +16 -0
- package/dist/commonjs/api/projectCapabilityHosts/options.js.map +7 -0
- package/dist/commonjs/api/projectConnections/index.d.ts +3 -0
- package/dist/commonjs/api/projectConnections/index.js +36 -0
- package/dist/commonjs/api/projectConnections/index.js.map +7 -0
- package/dist/commonjs/api/projectConnections/operations.d.ts +26 -0
- package/dist/commonjs/api/projectConnections/operations.js +264 -0
- package/dist/commonjs/api/projectConnections/operations.js.map +7 -0
- package/dist/commonjs/api/projectConnections/options.d.ts +28 -0
- package/dist/commonjs/api/projectConnections/options.js +16 -0
- package/dist/commonjs/api/projectConnections/options.js.map +7 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +36 -0
- package/dist/commonjs/api/projects/index.js.map +7 -0
- package/dist/commonjs/api/projects/operations.d.ts +27 -0
- package/dist/commonjs/api/projects/operations.js +244 -0
- package/dist/commonjs/api/projects/operations.js.map +7 -0
- package/dist/commonjs/api/projects/options.d.ts +23 -0
- package/dist/commonjs/api/projects/options.js +16 -0
- package/dist/commonjs/api/projects/options.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/index.d.ts +3 -0
- package/dist/commonjs/api/quotaTiers/index.js +34 -0
- package/dist/commonjs/api/quotaTiers/index.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/operations.d.ts +22 -0
- package/dist/commonjs/api/quotaTiers/operations.js +185 -0
- package/dist/commonjs/api/quotaTiers/operations.js.map +7 -0
- package/dist/commonjs/api/quotaTiers/options.d.ts +14 -0
- package/dist/commonjs/api/quotaTiers/options.js +16 -0
- package/dist/commonjs/api/quotaTiers/options.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/commonjs/api/raiBlocklistItems/index.js +38 -0
- package/dist/commonjs/api/raiBlocklistItems/index.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.js +315 -0
- package/dist/commonjs/api/raiBlocklistItems/operations.js.map +7 -0
- package/dist/commonjs/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/commonjs/api/raiBlocklistItems/options.js +16 -0
- package/dist/commonjs/api/raiBlocklistItems/options.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/index.d.ts +3 -0
- package/dist/commonjs/api/raiBlocklists/index.js +34 -0
- package/dist/commonjs/api/raiBlocklists/index.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/commonjs/api/raiBlocklists/operations.js +201 -0
- package/dist/commonjs/api/raiBlocklists/operations.js.map +7 -0
- package/dist/commonjs/api/raiBlocklists/options.d.ts +16 -0
- package/dist/commonjs/api/raiBlocklists/options.js +16 -0
- package/dist/commonjs/api/raiBlocklists/options.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/index.d.ts +3 -0
- package/dist/commonjs/api/raiContentFilters/index.js +30 -0
- package/dist/commonjs/api/raiContentFilters/index.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/commonjs/api/raiContentFilters/operations.js +111 -0
- package/dist/commonjs/api/raiContentFilters/operations.js.map +7 -0
- package/dist/commonjs/api/raiContentFilters/options.d.ts +8 -0
- package/dist/commonjs/api/raiContentFilters/options.js +16 -0
- package/dist/commonjs/api/raiContentFilters/options.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.js +32 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.js +141 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/operations.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.js +16 -0
- package/dist/commonjs/api/raiExternalSafetyProvider/options.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.js +28 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/index.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.js +73 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/operations.js.map +7 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.js +16 -0
- package/dist/commonjs/api/raiExternalSafetyProviders/options.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/index.d.ts +3 -0
- package/dist/commonjs/api/raiPolicies/index.js +34 -0
- package/dist/commonjs/api/raiPolicies/index.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/operations.d.ts +23 -0
- package/dist/commonjs/api/raiPolicies/operations.js +201 -0
- package/dist/commonjs/api/raiPolicies/operations.js.map +7 -0
- package/dist/commonjs/api/raiPolicies/options.d.ts +16 -0
- package/dist/commonjs/api/raiPolicies/options.js +16 -0
- package/dist/commonjs/api/raiPolicies/options.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/index.d.ts +3 -0
- package/dist/commonjs/api/raiToolLabels/index.js +34 -0
- package/dist/commonjs/api/raiToolLabels/index.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/commonjs/api/raiToolLabels/operations.js +207 -0
- package/dist/commonjs/api/raiToolLabels/operations.js.map +7 -0
- package/dist/commonjs/api/raiToolLabels/options.d.ts +16 -0
- package/dist/commonjs/api/raiToolLabels/options.js +16 -0
- package/dist/commonjs/api/raiToolLabels/options.js.map +7 -0
- package/dist/commonjs/api/raiTopics/index.d.ts +3 -0
- package/dist/commonjs/api/raiTopics/index.js +34 -0
- package/dist/commonjs/api/raiTopics/index.js.map +7 -0
- package/dist/commonjs/api/raiTopics/operations.d.ts +23 -0
- package/dist/commonjs/api/raiTopics/operations.js +201 -0
- package/dist/commonjs/api/raiTopics/operations.js.map +7 -0
- package/dist/commonjs/api/raiTopics/options.d.ts +16 -0
- package/dist/commonjs/api/raiTopics/options.js +16 -0
- package/dist/commonjs/api/raiTopics/options.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/index.d.ts +3 -0
- package/dist/commonjs/api/resourceSkus/index.js +28 -0
- package/dist/commonjs/api/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/operations.d.ts +10 -0
- package/dist/commonjs/api/resourceSkus/operations.js +73 -0
- package/dist/commonjs/api/resourceSkus/operations.js.map +7 -0
- package/dist/commonjs/api/resourceSkus/options.d.ts +5 -0
- package/dist/commonjs/api/resourceSkus/options.js +16 -0
- package/dist/commonjs/api/resourceSkus/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.js +32 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.js +141 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.js +16 -0
- package/dist/commonjs/api/subscriptionRaiPolicy/options.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.js +28 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.js +75 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/operations.js.map +7 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.js +16 -0
- package/dist/commonjs/api/testRaiExternalSafetyProvider/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +75 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +7 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/api/workbenches/index.d.ts +3 -0
- package/dist/commonjs/api/workbenches/index.js +42 -0
- package/dist/commonjs/api/workbenches/index.js.map +7 -0
- package/dist/commonjs/api/workbenches/operations.d.ts +51 -0
- package/dist/commonjs/api/workbenches/operations.js +395 -0
- package/dist/commonjs/api/workbenches/operations.js.map +7 -0
- package/dist/commonjs/api/workbenches/options.d.ts +38 -0
- package/dist/commonjs/api/workbenches/options.js +16 -0
- package/dist/commonjs/api/workbenches/options.js.map +7 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.js +79 -0
- package/dist/commonjs/classic/accountCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/classic/accountConnections/index.d.ts +19 -0
- package/dist/commonjs/classic/accountConnections/index.js +42 -0
- package/dist/commonjs/classic/accountConnections/index.js.map +7 -0
- package/dist/commonjs/classic/accounts/index.d.ts +47 -0
- package/dist/commonjs/classic/accounts/index.js +74 -0
- package/dist/commonjs/classic/accounts/index.js.map +7 -0
- package/dist/commonjs/classic/agentApplications/index.d.ts +33 -0
- package/dist/commonjs/classic/agentApplications/index.js +77 -0
- package/dist/commonjs/classic/agentApplications/index.js.map +7 -0
- package/dist/commonjs/classic/agentDeployments/index.d.ts +31 -0
- package/dist/commonjs/classic/agentDeployments/index.js +111 -0
- package/dist/commonjs/classic/agentDeployments/index.js.map +7 -0
- package/dist/commonjs/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/commonjs/classic/commitmentPlans/index.js +176 -0
- package/dist/commonjs/classic/commitmentPlans/index.js.map +7 -0
- package/dist/commonjs/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/commonjs/classic/commitmentTiers/index.js +38 -0
- package/dist/commonjs/classic/commitmentTiers/index.js.map +7 -0
- package/dist/commonjs/classic/computeOperations/index.d.ts +10 -0
- package/dist/commonjs/classic/computeOperations/index.js +38 -0
- package/dist/commonjs/classic/computeOperations/index.js.map +7 -0
- package/dist/commonjs/classic/computes/index.d.ts +63 -0
- package/dist/commonjs/classic/computes/index.js +122 -0
- package/dist/commonjs/classic/computes/index.js.map +7 -0
- package/dist/commonjs/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/commonjs/classic/defenderForAISettings/index.js +55 -0
- package/dist/commonjs/classic/defenderForAISettings/index.js.map +7 -0
- package/dist/commonjs/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/commonjs/classic/deletedAccounts/index.js +49 -0
- package/dist/commonjs/classic/deletedAccounts/index.js.map +7 -0
- package/dist/commonjs/classic/deployments/index.d.ts +39 -0
- package/dist/commonjs/classic/deployments/index.js +98 -0
- package/dist/commonjs/classic/deployments/index.js.map +7 -0
- package/dist/commonjs/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/commonjs/classic/encryptionScopes/index.js +57 -0
- package/dist/commonjs/classic/encryptionScopes/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +45 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.js +38 -0
- package/dist/commonjs/classic/locationBasedModelCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.js +38 -0
- package/dist/commonjs/classic/managedComputeCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.js +95 -0
- package/dist/commonjs/classic/managedComputeDeployments/index.js.map +7 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.js +38 -0
- package/dist/commonjs/classic/managedComputeUsagesOperationGroup/index.js.map +7 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.js +59 -0
- package/dist/commonjs/classic/managedNetworkProvisions/index.js.map +7 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.js +74 -0
- package/dist/commonjs/classic/managedNetworkSettings/index.js.map +7 -0
- package/dist/commonjs/classic/modelCapacities/index.d.ts +11 -0
- package/dist/commonjs/classic/modelCapacities/index.js +38 -0
- package/dist/commonjs/classic/modelCapacities/index.js.map +7 -0
- package/dist/commonjs/classic/models/index.d.ts +11 -0
- package/dist/commonjs/classic/models/index.js +38 -0
- package/dist/commonjs/classic/models/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +61 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/outboundRule/index.d.ts +27 -0
- package/dist/commonjs/classic/outboundRule/index.js +96 -0
- package/dist/commonjs/classic/outboundRule/index.js.map +7 -0
- package/dist/commonjs/classic/outboundRules/index.d.ts +13 -0
- package/dist/commonjs/classic/outboundRules/index.js +41 -0
- package/dist/commonjs/classic/outboundRules/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.js +96 -0
- package/dist/commonjs/classic/projectCapabilityHosts/index.js.map +7 -0
- package/dist/commonjs/classic/projectConnections/index.d.ts +19 -0
- package/dist/commonjs/classic/projectConnections/index.js +42 -0
- package/dist/commonjs/classic/projectConnections/index.js.map +7 -0
- package/dist/commonjs/classic/projects/index.d.ts +33 -0
- package/dist/commonjs/classic/projects/index.js +67 -0
- package/dist/commonjs/classic/projects/index.js.map +7 -0
- package/dist/commonjs/classic/quotaTiers/index.d.ts +17 -0
- package/dist/commonjs/classic/quotaTiers/index.js +41 -0
- package/dist/commonjs/classic/quotaTiers/index.js.map +7 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.js +95 -0
- package/dist/commonjs/classic/raiBlocklistItems/index.js.map +7 -0
- package/dist/commonjs/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/commonjs/classic/raiBlocklists/index.js +57 -0
- package/dist/commonjs/classic/raiBlocklists/index.js.map +7 -0
- package/dist/commonjs/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/commonjs/classic/raiContentFilters/index.js +39 -0
- package/dist/commonjs/classic/raiContentFilters/index.js.map +7 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.js +49 -0
- package/dist/commonjs/classic/raiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.js +38 -0
- package/dist/commonjs/classic/raiExternalSafetyProviders/index.js.map +7 -0
- package/dist/commonjs/classic/raiPolicies/index.d.ts +23 -0
- package/dist/commonjs/classic/raiPolicies/index.js +50 -0
- package/dist/commonjs/classic/raiPolicies/index.js.map +7 -0
- package/dist/commonjs/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/commonjs/classic/raiToolLabels/index.js +63 -0
- package/dist/commonjs/classic/raiToolLabels/index.js.map +7 -0
- package/dist/commonjs/classic/raiTopics/index.d.ts +23 -0
- package/dist/commonjs/classic/raiTopics/index.js +50 -0
- package/dist/commonjs/classic/raiTopics/index.js.map +7 -0
- package/dist/commonjs/classic/resourceSkus/index.d.ts +11 -0
- package/dist/commonjs/classic/resourceSkus/index.js +38 -0
- package/dist/commonjs/classic/resourceSkus/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.js +49 -0
- package/dist/commonjs/classic/subscriptionRaiPolicy/index.js.map +7 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.js +45 -0
- package/dist/commonjs/classic/testRaiExternalSafetyProvider/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/classic/workbenches/index.d.ts +63 -0
- package/dist/commonjs/classic/workbenches/index.js +198 -0
- package/dist/commonjs/classic/workbenches/index.js.map +7 -0
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/commonjs/cognitiveServicesManagementClient.js +232 -258
- package/dist/commonjs/cognitiveServicesManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +58 -3
- package/dist/commonjs/index.js +184 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -3970
- package/dist/commonjs/models/index.js +170 -678
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +4803 -0
- package/dist/commonjs/models/models.js +5905 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +237 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/accountCapabilityHosts/index.d.ts +3 -0
- package/dist/esm/api/accountCapabilityHosts/index.js +4 -0
- package/dist/esm/api/accountCapabilityHosts/index.js.map +1 -0
- package/dist/esm/api/accountCapabilityHosts/operations.d.ts +23 -0
- package/dist/esm/api/accountCapabilityHosts/operations.js +135 -0
- package/dist/esm/api/accountCapabilityHosts/operations.js.map +1 -0
- package/dist/esm/api/accountCapabilityHosts/options.d.ts +18 -0
- package/dist/esm/api/accountCapabilityHosts/options.js +4 -0
- package/dist/esm/api/accountCapabilityHosts/options.js.map +1 -0
- package/dist/esm/api/accountConnections/index.d.ts +3 -0
- package/dist/esm/api/accountConnections/index.js +4 -0
- package/dist/esm/api/accountConnections/index.js.map +1 -0
- package/dist/esm/api/accountConnections/operations.d.ts +26 -0
- package/dist/esm/api/accountConnections/operations.js +162 -0
- package/dist/esm/api/accountConnections/operations.js.map +1 -0
- package/dist/esm/api/accountConnections/options.d.ts +28 -0
- package/dist/esm/api/accountConnections/options.js +4 -0
- package/dist/esm/api/accountConnections/options.js.map +1 -0
- package/dist/esm/api/accounts/index.d.ts +3 -0
- package/dist/esm/api/accounts/index.js +4 -0
- package/dist/esm/api/accounts/index.js.map +1 -0
- package/dist/esm/api/accounts/operations.d.ts +55 -0
- package/dist/esm/api/accounts/operations.js +371 -0
- package/dist/esm/api/accounts/operations.js.map +1 -0
- package/dist/esm/api/accounts/options.d.ts +46 -0
- package/dist/esm/api/accounts/options.js +4 -0
- package/dist/esm/api/accounts/options.js.map +1 -0
- package/dist/esm/api/agentApplications/index.d.ts +3 -0
- package/dist/esm/api/agentApplications/index.js +4 -0
- package/dist/esm/api/agentApplications/index.js.map +1 -0
- package/dist/esm/api/agentApplications/operations.d.ts +35 -0
- package/dist/esm/api/agentApplications/operations.js +234 -0
- package/dist/esm/api/agentApplications/operations.js.map +1 -0
- package/dist/esm/api/agentApplications/options.d.ts +41 -0
- package/dist/esm/api/agentApplications/options.js +4 -0
- package/dist/esm/api/agentApplications/options.js.map +1 -0
- package/dist/esm/api/agentDeployments/index.d.ts +3 -0
- package/dist/esm/api/agentDeployments/index.js +4 -0
- package/dist/esm/api/agentDeployments/index.js.map +1 -0
- package/dist/esm/api/agentDeployments/operations.d.ts +31 -0
- package/dist/esm/api/agentDeployments/operations.js +208 -0
- package/dist/esm/api/agentDeployments/operations.js.map +1 -0
- package/dist/esm/api/agentDeployments/options.d.ts +34 -0
- package/dist/esm/api/agentDeployments/options.js +4 -0
- package/dist/esm/api/agentDeployments/options.js.map +1 -0
- package/dist/esm/api/cognitiveServicesManagementContext.d.ts +22 -0
- package/dist/esm/api/cognitiveServicesManagementContext.js +26 -0
- package/dist/esm/api/cognitiveServicesManagementContext.js.map +1 -0
- package/dist/esm/api/commitmentPlans/index.d.ts +3 -0
- package/dist/esm/api/commitmentPlans/index.js +4 -0
- package/dist/esm/api/commitmentPlans/index.js.map +1 -0
- package/dist/esm/api/commitmentPlans/operations.d.ts +63 -0
- package/dist/esm/api/commitmentPlans/operations.js +444 -0
- package/dist/esm/api/commitmentPlans/operations.js.map +1 -0
- package/dist/esm/api/commitmentPlans/options.d.ts +56 -0
- package/dist/esm/api/commitmentPlans/options.js +4 -0
- package/dist/esm/api/commitmentPlans/options.js.map +1 -0
- package/dist/esm/api/commitmentTiers/index.d.ts +3 -0
- package/dist/esm/api/commitmentTiers/index.js +4 -0
- package/dist/esm/api/commitmentTiers/index.js.map +1 -0
- package/dist/esm/api/commitmentTiers/operations.d.ts +10 -0
- package/dist/esm/api/commitmentTiers/operations.js +37 -0
- package/dist/esm/api/commitmentTiers/operations.js.map +1 -0
- package/dist/esm/api/commitmentTiers/options.d.ts +5 -0
- package/dist/esm/api/commitmentTiers/options.js +4 -0
- package/dist/esm/api/commitmentTiers/options.js.map +1 -0
- package/dist/esm/api/computeOperations/index.d.ts +3 -0
- package/dist/esm/api/computeOperations/index.js +4 -0
- package/dist/esm/api/computeOperations/index.js.map +1 -0
- package/dist/esm/api/computeOperations/operations.d.ts +9 -0
- package/dist/esm/api/computeOperations/operations.js +34 -0
- package/dist/esm/api/computeOperations/operations.js.map +1 -0
- package/dist/esm/api/computeOperations/options.d.ts +5 -0
- package/dist/esm/api/computeOperations/options.js +4 -0
- package/dist/esm/api/computeOperations/options.js.map +1 -0
- package/dist/esm/api/computes/index.d.ts +3 -0
- package/dist/esm/api/computes/index.js +4 -0
- package/dist/esm/api/computes/index.js.map +1 -0
- package/dist/esm/api/computes/operations.d.ts +51 -0
- package/dist/esm/api/computes/operations.js +276 -0
- package/dist/esm/api/computes/operations.js.map +1 -0
- package/dist/esm/api/computes/options.d.ts +38 -0
- package/dist/esm/api/computes/options.js +4 -0
- package/dist/esm/api/computes/options.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/index.d.ts +3 -0
- package/dist/esm/api/defenderForAISettings/index.js +4 -0
- package/dist/esm/api/defenderForAISettings/index.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/operations.d.ts +22 -0
- package/dist/esm/api/defenderForAISettings/operations.js +129 -0
- package/dist/esm/api/defenderForAISettings/operations.js.map +1 -0
- package/dist/esm/api/defenderForAISettings/options.d.ts +14 -0
- package/dist/esm/api/defenderForAISettings/options.js +4 -0
- package/dist/esm/api/defenderForAISettings/options.js.map +1 -0
- package/dist/esm/api/deletedAccounts/index.d.ts +3 -0
- package/dist/esm/api/deletedAccounts/index.js +4 -0
- package/dist/esm/api/deletedAccounts/index.js.map +1 -0
- package/dist/esm/api/deletedAccounts/operations.d.ts +19 -0
- package/dist/esm/api/deletedAccounts/operations.js +97 -0
- package/dist/esm/api/deletedAccounts/operations.js.map +1 -0
- package/dist/esm/api/deletedAccounts/options.d.ts +13 -0
- package/dist/esm/api/deletedAccounts/options.js +4 -0
- package/dist/esm/api/deletedAccounts/options.js.map +1 -0
- package/dist/esm/api/deployments/index.d.ts +3 -0
- package/dist/esm/api/deployments/index.js +4 -0
- package/dist/esm/api/deployments/index.js.map +1 -0
- package/dist/esm/api/deployments/operations.d.ts +39 -0
- package/dist/esm/api/deployments/operations.js +261 -0
- package/dist/esm/api/deployments/operations.js.map +1 -0
- package/dist/esm/api/deployments/options.d.ts +32 -0
- package/dist/esm/api/deployments/options.js +4 -0
- package/dist/esm/api/deployments/options.js.map +1 -0
- package/dist/esm/api/encryptionScopes/index.d.ts +3 -0
- package/dist/esm/api/encryptionScopes/index.js +4 -0
- package/dist/esm/api/encryptionScopes/index.js.map +1 -0
- package/dist/esm/api/encryptionScopes/operations.d.ts +23 -0
- package/dist/esm/api/encryptionScopes/operations.js +130 -0
- package/dist/esm/api/encryptionScopes/operations.js.map +1 -0
- package/dist/esm/api/encryptionScopes/options.d.ts +16 -0
- package/dist/esm/api/encryptionScopes/options.js +4 -0
- package/dist/esm/api/encryptionScopes/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/index.d.ts +3 -0
- package/dist/esm/api/locationBasedModelCapacities/index.js +4 -0
- package/dist/esm/api/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.d.ts +10 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.js +40 -0
- package/dist/esm/api/locationBasedModelCapacities/operations.js.map +1 -0
- package/dist/esm/api/locationBasedModelCapacities/options.d.ts +5 -0
- package/dist/esm/api/locationBasedModelCapacities/options.js +4 -0
- package/dist/esm/api/locationBasedModelCapacities/options.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/index.d.ts +3 -0
- package/dist/esm/api/managedComputeCapacities/index.js +4 -0
- package/dist/esm/api/managedComputeCapacities/index.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/operations.d.ts +13 -0
- package/dist/esm/api/managedComputeCapacities/operations.js +42 -0
- package/dist/esm/api/managedComputeCapacities/operations.js.map +1 -0
- package/dist/esm/api/managedComputeCapacities/options.d.ts +12 -0
- package/dist/esm/api/managedComputeCapacities/options.js +4 -0
- package/dist/esm/api/managedComputeCapacities/options.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/index.d.ts +3 -0
- package/dist/esm/api/managedComputeDeployments/index.js +4 -0
- package/dist/esm/api/managedComputeDeployments/index.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/operations.d.ts +27 -0
- package/dist/esm/api/managedComputeDeployments/operations.js +171 -0
- package/dist/esm/api/managedComputeDeployments/operations.js.map +1 -0
- package/dist/esm/api/managedComputeDeployments/options.d.ts +23 -0
- package/dist/esm/api/managedComputeDeployments/options.js +4 -0
- package/dist/esm/api/managedComputeDeployments/options.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.d.ts +3 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.js +4 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.d.ts +10 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.js +37 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/operations.js.map +1 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.d.ts +5 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.js +4 -0
- package/dist/esm/api/managedComputeUsagesOperationGroup/options.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/index.d.ts +3 -0
- package/dist/esm/api/managedNetworkProvisions/index.js +4 -0
- package/dist/esm/api/managedNetworkProvisions/index.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/operations.d.ts +10 -0
- package/dist/esm/api/managedNetworkProvisions/operations.js +43 -0
- package/dist/esm/api/managedNetworkProvisions/operations.js.map +1 -0
- package/dist/esm/api/managedNetworkProvisions/options.d.ts +10 -0
- package/dist/esm/api/managedNetworkProvisions/options.js +4 -0
- package/dist/esm/api/managedNetworkProvisions/options.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/index.d.ts +3 -0
- package/dist/esm/api/managedNetworkSettings/index.js +4 -0
- package/dist/esm/api/managedNetworkSettings/index.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/operations.d.ts +27 -0
- package/dist/esm/api/managedNetworkSettings/operations.js +173 -0
- package/dist/esm/api/managedNetworkSettings/operations.js.map +1 -0
- package/dist/esm/api/managedNetworkSettings/options.d.ts +26 -0
- package/dist/esm/api/managedNetworkSettings/options.js +4 -0
- package/dist/esm/api/managedNetworkSettings/options.js.map +1 -0
- package/dist/esm/api/modelCapacities/index.d.ts +3 -0
- package/dist/esm/api/modelCapacities/index.js +4 -0
- package/dist/esm/api/modelCapacities/index.js.map +1 -0
- package/dist/esm/api/modelCapacities/operations.d.ts +10 -0
- package/dist/esm/api/modelCapacities/operations.js +39 -0
- package/dist/esm/api/modelCapacities/operations.js.map +1 -0
- package/dist/esm/api/modelCapacities/options.d.ts +5 -0
- package/dist/esm/api/modelCapacities/options.js +4 -0
- package/dist/esm/api/modelCapacities/options.js.map +1 -0
- package/dist/esm/api/models/index.d.ts +3 -0
- package/dist/esm/api/models/index.js +4 -0
- package/dist/esm/api/models/index.js.map +1 -0
- package/dist/esm/api/models/operations.d.ts +10 -0
- package/dist/esm/api/models/operations.js +37 -0
- package/dist/esm/api/models/operations.js.map +1 -0
- package/dist/esm/api/models/options.d.ts +5 -0
- package/dist/esm/api/models/options.js +4 -0
- package/dist/esm/api/models/options.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +102 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +17 -0
- package/dist/esm/api/operations.js +103 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +16 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/outboundRule/index.d.ts +3 -0
- package/dist/esm/api/outboundRule/index.js +4 -0
- package/dist/esm/api/outboundRule/index.js.map +1 -0
- package/dist/esm/api/outboundRule/operations.d.ts +23 -0
- package/dist/esm/api/outboundRule/operations.js +139 -0
- package/dist/esm/api/outboundRule/operations.js.map +1 -0
- package/dist/esm/api/outboundRule/options.d.ts +18 -0
- package/dist/esm/api/outboundRule/options.js +4 -0
- package/dist/esm/api/outboundRule/options.js.map +1 -0
- package/dist/esm/api/outboundRules/index.d.ts +3 -0
- package/dist/esm/api/outboundRules/index.js +4 -0
- package/dist/esm/api/outboundRules/index.js.map +1 -0
- package/dist/esm/api/outboundRules/operations.d.ts +10 -0
- package/dist/esm/api/outboundRules/operations.js +49 -0
- package/dist/esm/api/outboundRules/operations.js.map +1 -0
- package/dist/esm/api/outboundRules/options.d.ts +7 -0
- package/dist/esm/api/outboundRules/options.js +4 -0
- package/dist/esm/api/outboundRules/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +22 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +131 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +34 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/index.d.ts +3 -0
- package/dist/esm/api/projectCapabilityHosts/index.js +4 -0
- package/dist/esm/api/projectCapabilityHosts/index.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/operations.d.ts +23 -0
- package/dist/esm/api/projectCapabilityHosts/operations.js +139 -0
- package/dist/esm/api/projectCapabilityHosts/operations.js.map +1 -0
- package/dist/esm/api/projectCapabilityHosts/options.d.ts +18 -0
- package/dist/esm/api/projectCapabilityHosts/options.js +4 -0
- package/dist/esm/api/projectCapabilityHosts/options.js.map +1 -0
- package/dist/esm/api/projectConnections/index.d.ts +3 -0
- package/dist/esm/api/projectConnections/index.js +4 -0
- package/dist/esm/api/projectConnections/index.js.map +1 -0
- package/dist/esm/api/projectConnections/operations.d.ts +26 -0
- package/dist/esm/api/projectConnections/operations.js +167 -0
- package/dist/esm/api/projectConnections/operations.js.map +1 -0
- package/dist/esm/api/projectConnections/options.d.ts +28 -0
- package/dist/esm/api/projectConnections/options.js +4 -0
- package/dist/esm/api/projectConnections/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +27 -0
- package/dist/esm/api/projects/operations.js +171 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +23 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/quotaTiers/index.d.ts +3 -0
- package/dist/esm/api/quotaTiers/index.js +4 -0
- package/dist/esm/api/quotaTiers/index.js.map +1 -0
- package/dist/esm/api/quotaTiers/operations.d.ts +22 -0
- package/dist/esm/api/quotaTiers/operations.js +121 -0
- package/dist/esm/api/quotaTiers/operations.js.map +1 -0
- package/dist/esm/api/quotaTiers/options.d.ts +14 -0
- package/dist/esm/api/quotaTiers/options.js +4 -0
- package/dist/esm/api/quotaTiers/options.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/index.d.ts +3 -0
- package/dist/esm/api/raiBlocklistItems/index.js +4 -0
- package/dist/esm/api/raiBlocklistItems/index.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/operations.d.ts +31 -0
- package/dist/esm/api/raiBlocklistItems/operations.js +197 -0
- package/dist/esm/api/raiBlocklistItems/operations.js.map +1 -0
- package/dist/esm/api/raiBlocklistItems/options.d.ts +22 -0
- package/dist/esm/api/raiBlocklistItems/options.js +4 -0
- package/dist/esm/api/raiBlocklistItems/options.js.map +1 -0
- package/dist/esm/api/raiBlocklists/index.d.ts +3 -0
- package/dist/esm/api/raiBlocklists/index.js +4 -0
- package/dist/esm/api/raiBlocklists/index.js.map +1 -0
- package/dist/esm/api/raiBlocklists/operations.d.ts +23 -0
- package/dist/esm/api/raiBlocklists/operations.js +130 -0
- package/dist/esm/api/raiBlocklists/operations.js.map +1 -0
- package/dist/esm/api/raiBlocklists/options.d.ts +16 -0
- package/dist/esm/api/raiBlocklists/options.js +4 -0
- package/dist/esm/api/raiBlocklists/options.js.map +1 -0
- package/dist/esm/api/raiContentFilters/index.d.ts +3 -0
- package/dist/esm/api/raiContentFilters/index.js +4 -0
- package/dist/esm/api/raiContentFilters/index.js.map +1 -0
- package/dist/esm/api/raiContentFilters/operations.d.ts +14 -0
- package/dist/esm/api/raiContentFilters/operations.js +65 -0
- package/dist/esm/api/raiContentFilters/operations.js.map +1 -0
- package/dist/esm/api/raiContentFilters/options.d.ts +8 -0
- package/dist/esm/api/raiContentFilters/options.js +4 -0
- package/dist/esm/api/raiContentFilters/options.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.js +4 -0
- package/dist/esm/api/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.d.ts +18 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.js +92 -0
- package/dist/esm/api/raiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.d.ts +13 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.js +4 -0
- package/dist/esm/api/raiExternalSafetyProvider/options.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.d.ts +3 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.js +4 -0
- package/dist/esm/api/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.d.ts +10 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.js +36 -0
- package/dist/esm/api/raiExternalSafetyProviders/operations.js.map +1 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.d.ts +5 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.js +4 -0
- package/dist/esm/api/raiExternalSafetyProviders/options.js.map +1 -0
- package/dist/esm/api/raiPolicies/index.d.ts +3 -0
- package/dist/esm/api/raiPolicies/index.js +4 -0
- package/dist/esm/api/raiPolicies/index.js.map +1 -0
- package/dist/esm/api/raiPolicies/operations.d.ts +23 -0
- package/dist/esm/api/raiPolicies/operations.js +130 -0
- package/dist/esm/api/raiPolicies/operations.js.map +1 -0
- package/dist/esm/api/raiPolicies/options.d.ts +16 -0
- package/dist/esm/api/raiPolicies/options.js +4 -0
- package/dist/esm/api/raiPolicies/options.js.map +1 -0
- package/dist/esm/api/raiToolLabels/index.d.ts +3 -0
- package/dist/esm/api/raiToolLabels/index.js +4 -0
- package/dist/esm/api/raiToolLabels/index.js.map +1 -0
- package/dist/esm/api/raiToolLabels/operations.d.ts +23 -0
- package/dist/esm/api/raiToolLabels/operations.js +130 -0
- package/dist/esm/api/raiToolLabels/operations.js.map +1 -0
- package/dist/esm/api/raiToolLabels/options.d.ts +16 -0
- package/dist/esm/api/raiToolLabels/options.js +4 -0
- package/dist/esm/api/raiToolLabels/options.js.map +1 -0
- package/dist/esm/api/raiTopics/index.d.ts +3 -0
- package/dist/esm/api/raiTopics/index.js +4 -0
- package/dist/esm/api/raiTopics/index.js.map +1 -0
- package/dist/esm/api/raiTopics/operations.d.ts +23 -0
- package/dist/esm/api/raiTopics/operations.js +130 -0
- package/dist/esm/api/raiTopics/operations.js.map +1 -0
- package/dist/esm/api/raiTopics/options.d.ts +16 -0
- package/dist/esm/api/raiTopics/options.js +4 -0
- package/dist/esm/api/raiTopics/options.js.map +1 -0
- package/dist/esm/api/resourceSkus/index.d.ts +3 -0
- package/dist/esm/api/resourceSkus/index.js +4 -0
- package/dist/esm/api/resourceSkus/index.js.map +1 -0
- package/dist/esm/api/resourceSkus/operations.d.ts +10 -0
- package/dist/esm/api/resourceSkus/operations.js +36 -0
- package/dist/esm/api/resourceSkus/operations.js.map +1 -0
- package/dist/esm/api/resourceSkus/options.d.ts +5 -0
- package/dist/esm/api/resourceSkus/options.js +4 -0
- package/dist/esm/api/resourceSkus/options.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.d.ts +3 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.js +4 -0
- package/dist/esm/api/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.d.ts +18 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.js +92 -0
- package/dist/esm/api/subscriptionRaiPolicy/operations.js.map +1 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.d.ts +13 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.js +4 -0
- package/dist/esm/api/subscriptionRaiPolicy/options.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.d.ts +3 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.js +4 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.d.ts +9 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.js +37 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/operations.js.map +1 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.d.ts +5 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.js +4 -0
- package/dist/esm/api/testRaiExternalSafetyProvider/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +38 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +7 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/api/workbenches/index.d.ts +3 -0
- package/dist/esm/api/workbenches/index.js +4 -0
- package/dist/esm/api/workbenches/index.js.map +1 -0
- package/dist/esm/api/workbenches/operations.d.ts +51 -0
- package/dist/esm/api/workbenches/operations.js +284 -0
- package/dist/esm/api/workbenches/operations.js.map +1 -0
- package/dist/esm/api/workbenches/options.d.ts +38 -0
- package/dist/esm/api/workbenches/options.js +4 -0
- package/dist/esm/api/workbenches/options.js.map +1 -0
- package/dist/esm/classic/accountCapabilityHosts/index.d.ts +27 -0
- package/dist/esm/classic/accountCapabilityHosts/index.js +34 -0
- package/dist/esm/classic/accountCapabilityHosts/index.js.map +1 -0
- package/dist/esm/classic/accountConnections/index.d.ts +19 -0
- package/dist/esm/classic/accountConnections/index.js +18 -0
- package/dist/esm/classic/accountConnections/index.js.map +1 -0
- package/dist/esm/classic/accounts/index.d.ts +47 -0
- package/dist/esm/classic/accounts/index.js +50 -0
- package/dist/esm/classic/accounts/index.js.map +1 -0
- package/dist/esm/classic/agentApplications/index.d.ts +33 -0
- package/dist/esm/classic/agentApplications/index.js +37 -0
- package/dist/esm/classic/agentApplications/index.js.map +1 -0
- package/dist/esm/classic/agentDeployments/index.d.ts +31 -0
- package/dist/esm/classic/agentDeployments/index.js +36 -0
- package/dist/esm/classic/agentDeployments/index.js.map +1 -0
- package/dist/esm/classic/commitmentPlans/index.d.ts +63 -0
- package/dist/esm/classic/commitmentPlans/index.js +76 -0
- package/dist/esm/classic/commitmentPlans/index.js.map +1 -0
- package/dist/esm/classic/commitmentTiers/index.d.ts +11 -0
- package/dist/esm/classic/commitmentTiers/index.js +14 -0
- package/dist/esm/classic/commitmentTiers/index.js.map +1 -0
- package/dist/esm/classic/computeOperations/index.d.ts +10 -0
- package/dist/esm/classic/computeOperations/index.js +14 -0
- package/dist/esm/classic/computeOperations/index.js.map +1 -0
- package/dist/esm/classic/computes/index.d.ts +63 -0
- package/dist/esm/classic/computes/index.js +70 -0
- package/dist/esm/classic/computes/index.js.map +1 -0
- package/dist/esm/classic/defenderForAISettings/index.d.ts +17 -0
- package/dist/esm/classic/defenderForAISettings/index.js +17 -0
- package/dist/esm/classic/defenderForAISettings/index.js.map +1 -0
- package/dist/esm/classic/deletedAccounts/index.d.ts +21 -0
- package/dist/esm/classic/deletedAccounts/index.js +25 -0
- package/dist/esm/classic/deletedAccounts/index.js.map +1 -0
- package/dist/esm/classic/deployments/index.d.ts +39 -0
- package/dist/esm/classic/deployments/index.js +46 -0
- package/dist/esm/classic/deployments/index.js.map +1 -0
- package/dist/esm/classic/encryptionScopes/index.d.ts +23 -0
- package/dist/esm/classic/encryptionScopes/index.js +26 -0
- package/dist/esm/classic/encryptionScopes/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +45 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.d.ts +11 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.js +14 -0
- package/dist/esm/classic/locationBasedModelCapacities/index.js.map +1 -0
- package/dist/esm/classic/managedComputeCapacities/index.d.ts +14 -0
- package/dist/esm/classic/managedComputeCapacities/index.js +14 -0
- package/dist/esm/classic/managedComputeCapacities/index.js.map +1 -0
- package/dist/esm/classic/managedComputeDeployments/index.d.ts +33 -0
- package/dist/esm/classic/managedComputeDeployments/index.js +43 -0
- package/dist/esm/classic/managedComputeDeployments/index.js.map +1 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.d.ts +11 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.js +14 -0
- package/dist/esm/classic/managedComputeUsagesOperationGroup/index.js.map +1 -0
- package/dist/esm/classic/managedNetworkProvisions/index.d.ts +16 -0
- package/dist/esm/classic/managedNetworkProvisions/index.js +23 -0
- package/dist/esm/classic/managedNetworkProvisions/index.js.map +1 -0
- package/dist/esm/classic/managedNetworkSettings/index.d.ts +33 -0
- package/dist/esm/classic/managedNetworkSettings/index.js +43 -0
- package/dist/esm/classic/managedNetworkSettings/index.js.map +1 -0
- package/dist/esm/classic/modelCapacities/index.d.ts +11 -0
- package/dist/esm/classic/modelCapacities/index.js +14 -0
- package/dist/esm/classic/modelCapacities/index.js.map +1 -0
- package/dist/esm/classic/models/index.d.ts +11 -0
- package/dist/esm/classic/models/index.js +14 -0
- package/dist/esm/classic/models/index.js.map +1 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/outboundRule/index.d.ts +27 -0
- package/dist/esm/classic/outboundRule/index.js +34 -0
- package/dist/esm/classic/outboundRule/index.js.map +1 -0
- package/dist/esm/classic/outboundRules/index.d.ts +13 -0
- package/dist/esm/classic/outboundRules/index.js +17 -0
- package/dist/esm/classic/outboundRules/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/projectCapabilityHosts/index.d.ts +27 -0
- package/dist/esm/classic/projectCapabilityHosts/index.js +34 -0
- package/dist/esm/classic/projectCapabilityHosts/index.js.map +1 -0
- package/dist/esm/classic/projectConnections/index.d.ts +19 -0
- package/dist/esm/classic/projectConnections/index.js +18 -0
- package/dist/esm/classic/projectConnections/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +33 -0
- package/dist/esm/classic/projects/index.js +43 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/quotaTiers/index.d.ts +17 -0
- package/dist/esm/classic/quotaTiers/index.js +17 -0
- package/dist/esm/classic/quotaTiers/index.js.map +1 -0
- package/dist/esm/classic/raiBlocklistItems/index.d.ts +27 -0
- package/dist/esm/classic/raiBlocklistItems/index.js +28 -0
- package/dist/esm/classic/raiBlocklistItems/index.js.map +1 -0
- package/dist/esm/classic/raiBlocklists/index.d.ts +23 -0
- package/dist/esm/classic/raiBlocklists/index.js +26 -0
- package/dist/esm/classic/raiBlocklists/index.js.map +1 -0
- package/dist/esm/classic/raiContentFilters/index.d.ts +13 -0
- package/dist/esm/classic/raiContentFilters/index.js +15 -0
- package/dist/esm/classic/raiContentFilters/index.js.map +1 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.d.ts +20 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.js +25 -0
- package/dist/esm/classic/raiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.d.ts +11 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.js +14 -0
- package/dist/esm/classic/raiExternalSafetyProviders/index.js.map +1 -0
- package/dist/esm/classic/raiPolicies/index.d.ts +23 -0
- package/dist/esm/classic/raiPolicies/index.js +26 -0
- package/dist/esm/classic/raiPolicies/index.js.map +1 -0
- package/dist/esm/classic/raiToolLabels/index.d.ts +23 -0
- package/dist/esm/classic/raiToolLabels/index.js +26 -0
- package/dist/esm/classic/raiToolLabels/index.js.map +1 -0
- package/dist/esm/classic/raiTopics/index.d.ts +23 -0
- package/dist/esm/classic/raiTopics/index.js +26 -0
- package/dist/esm/classic/raiTopics/index.js.map +1 -0
- package/dist/esm/classic/resourceSkus/index.d.ts +11 -0
- package/dist/esm/classic/resourceSkus/index.js +14 -0
- package/dist/esm/classic/resourceSkus/index.js.map +1 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.d.ts +20 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.js +25 -0
- package/dist/esm/classic/subscriptionRaiPolicy/index.js.map +1 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.d.ts +10 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.js +14 -0
- package/dist/esm/classic/testRaiExternalSafetyProvider/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/classic/workbenches/index.d.ts +63 -0
- package/dist/esm/classic/workbenches/index.js +70 -0
- package/dist/esm/classic/workbenches/index.js.map +1 -0
- package/dist/esm/cognitiveServicesManagementClient.d.ts +150 -65
- package/dist/esm/cognitiveServicesManagementClient.js +198 -242
- package/dist/esm/cognitiveServicesManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +58 -3
- package/dist/esm/index.js +5 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -3970
- package/dist/esm/models/index.js +1 -672
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +4803 -0
- package/dist/esm/models/models.js +5807 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +224 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +732 -96
- package/dist/browser/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -205
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -5704
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -66
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -545
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/browser/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operations/accountCapabilityHosts.js +0 -357
- package/dist/browser/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/browser/operations/accountConnections.d.ts +0 -70
- package/dist/browser/operations/accountConnections.d.ts.map +0 -1
- package/dist/browser/operations/accountConnections.js +0 -264
- package/dist/browser/operations/accountConnections.js.map +0 -1
- package/dist/browser/operations/accounts.d.ts +0 -162
- package/dist/browser/operations/accounts.d.ts.map +0 -1
- package/dist/browser/operations/accounts.js +0 -734
- package/dist/browser/operations/accounts.js.map +0 -1
- package/dist/browser/operations/commitmentPlans.d.ts +0 -256
- package/dist/browser/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/browser/operations/commitmentPlans.js +0 -1123
- package/dist/browser/operations/commitmentPlans.js.map +0 -1
- package/dist/browser/operations/commitmentTiers.d.ts +0 -35
- package/dist/browser/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/browser/operations/commitmentTiers.js +0 -119
- package/dist/browser/operations/commitmentTiers.js.map +0 -1
- package/dist/browser/operations/defenderForAISettings.d.ts +0 -64
- package/dist/browser/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/browser/operations/defenderForAISettings.js +0 -245
- package/dist/browser/operations/defenderForAISettings.js.map +0 -1
- package/dist/browser/operations/deletedAccounts.d.ts +0 -57
- package/dist/browser/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/browser/operations/deletedAccounts.js +0 -226
- package/dist/browser/operations/deletedAccounts.js.map +0 -1
- package/dist/browser/operations/deployments.d.ts +0 -126
- package/dist/browser/operations/deployments.d.ts.map +0 -1
- package/dist/browser/operations/deployments.js +0 -555
- package/dist/browser/operations/deployments.js.map +0 -1
- package/dist/browser/operations/encryptionScopes.d.ts +0 -76
- package/dist/browser/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/browser/operations/encryptionScopes.js +0 -299
- package/dist/browser/operations/encryptionScopes.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -28
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -32
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/browser/operations/locationBasedModelCapacities.js +0 -130
- package/dist/browser/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/browser/operations/modelCapacities.d.ts +0 -38
- package/dist/browser/operations/modelCapacities.d.ts.map +0 -1
- package/dist/browser/operations/modelCapacities.js +0 -122
- package/dist/browser/operations/modelCapacities.js.map +0 -1
- package/dist/browser/operations/models.d.ts +0 -35
- package/dist/browser/operations/models.d.ts.map +0 -1
- package/dist/browser/operations/models.js +0 -119
- package/dist/browser/operations/models.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -280
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/browser/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operations/projectCapabilityHosts.js +0 -383
- package/dist/browser/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/browser/operations/projectConnections.d.ts +0 -77
- package/dist/browser/operations/projectConnections.d.ts.map +0 -1
- package/dist/browser/operations/projectConnections.js +0 -277
- package/dist/browser/operations/projectConnections.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -101
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -431
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/quotaTiers.d.ts +0 -55
- package/dist/browser/operations/quotaTiers.d.ts.map +0 -1
- package/dist/browser/operations/quotaTiers.js +0 -195
- package/dist/browser/operations/quotaTiers.js.map +0 -1
- package/dist/browser/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/browser/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/browser/operations/raiBlocklistItems.js +0 -401
- package/dist/browser/operations/raiBlocklistItems.js.map +0 -1
- package/dist/browser/operations/raiBlocklists.d.ts +0 -72
- package/dist/browser/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/browser/operations/raiBlocklists.js +0 -296
- package/dist/browser/operations/raiBlocklists.js.map +0 -1
- package/dist/browser/operations/raiContentFilters.d.ts +0 -42
- package/dist/browser/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/browser/operations/raiContentFilters.js +0 -149
- package/dist/browser/operations/raiContentFilters.js.map +0 -1
- package/dist/browser/operations/raiPolicies.d.ts +0 -72
- package/dist/browser/operations/raiPolicies.d.ts.map +0 -1
- package/dist/browser/operations/raiPolicies.js +0 -290
- package/dist/browser/operations/raiPolicies.js.map +0 -1
- package/dist/browser/operations/raiTopics.d.ts +0 -72
- package/dist/browser/operations/raiTopics.d.ts.map +0 -1
- package/dist/browser/operations/raiTopics.js +0 -290
- package/dist/browser/operations/raiTopics.js.map +0 -1
- package/dist/browser/operations/resourceSkus.d.ts +0 -32
- package/dist/browser/operations/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operations/resourceSkus.js +0 -111
- package/dist/browser/operations/resourceSkus.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -35
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -119
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/browser/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accountConnections.js +0 -4
- package/dist/browser/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.js +0 -4
- package/dist/browser/operationsInterfaces/accounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/browser/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/browser/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/browser/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/browser/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deployments.js +0 -4
- package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/browser/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -28
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -32
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/browser/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/browser/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/browser/operationsInterfaces/models.d.ts +0 -12
- package/dist/browser/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/models.js +0 -4
- package/dist/browser/operationsInterfaces/models.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/browser/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projectConnections.js +0 -4
- package/dist/browser/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -76
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -4
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/browser/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/browser/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/browser/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/browser/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/browser/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/browser/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/browser/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/browser/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/raiTopics.js +0 -4
- package/dist/browser/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -12
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -4
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -205
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -5710
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -66
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -549
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operations/accountCapabilityHosts.js +0 -362
- package/dist/commonjs/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operations/accountConnections.d.ts +0 -70
- package/dist/commonjs/operations/accountConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/accountConnections.js +0 -269
- package/dist/commonjs/operations/accountConnections.js.map +0 -1
- package/dist/commonjs/operations/accounts.d.ts +0 -162
- package/dist/commonjs/operations/accounts.d.ts.map +0 -1
- package/dist/commonjs/operations/accounts.js +0 -739
- package/dist/commonjs/operations/accounts.js.map +0 -1
- package/dist/commonjs/operations/commitmentPlans.d.ts +0 -256
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/commonjs/operations/commitmentPlans.js +0 -1128
- package/dist/commonjs/operations/commitmentPlans.js.map +0 -1
- package/dist/commonjs/operations/commitmentTiers.d.ts +0 -35
- package/dist/commonjs/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/commonjs/operations/commitmentTiers.js +0 -124
- package/dist/commonjs/operations/commitmentTiers.js.map +0 -1
- package/dist/commonjs/operations/defenderForAISettings.d.ts +0 -64
- package/dist/commonjs/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/commonjs/operations/defenderForAISettings.js +0 -250
- package/dist/commonjs/operations/defenderForAISettings.js.map +0 -1
- package/dist/commonjs/operations/deletedAccounts.d.ts +0 -57
- package/dist/commonjs/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/deletedAccounts.js +0 -231
- package/dist/commonjs/operations/deletedAccounts.js.map +0 -1
- package/dist/commonjs/operations/deployments.d.ts +0 -126
- package/dist/commonjs/operations/deployments.d.ts.map +0 -1
- package/dist/commonjs/operations/deployments.js +0 -560
- package/dist/commonjs/operations/deployments.js.map +0 -1
- package/dist/commonjs/operations/encryptionScopes.d.ts +0 -76
- package/dist/commonjs/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/commonjs/operations/encryptionScopes.js +0 -304
- package/dist/commonjs/operations/encryptionScopes.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -28
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -35
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operations/locationBasedModelCapacities.js +0 -135
- package/dist/commonjs/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/commonjs/operations/modelCapacities.d.ts +0 -38
- package/dist/commonjs/operations/modelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operations/modelCapacities.js +0 -127
- package/dist/commonjs/operations/modelCapacities.js.map +0 -1
- package/dist/commonjs/operations/models.d.ts +0 -35
- package/dist/commonjs/operations/models.d.ts.map +0 -1
- package/dist/commonjs/operations/models.js +0 -124
- package/dist/commonjs/operations/models.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -257
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -285
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operations/projectCapabilityHosts.js +0 -388
- package/dist/commonjs/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operations/projectConnections.d.ts +0 -77
- package/dist/commonjs/operations/projectConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/projectConnections.js +0 -282
- package/dist/commonjs/operations/projectConnections.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -101
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -436
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/quotaTiers.d.ts +0 -55
- package/dist/commonjs/operations/quotaTiers.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaTiers.js +0 -200
- package/dist/commonjs/operations/quotaTiers.js.map +0 -1
- package/dist/commonjs/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/commonjs/operations/raiBlocklistItems.js +0 -406
- package/dist/commonjs/operations/raiBlocklistItems.js.map +0 -1
- package/dist/commonjs/operations/raiBlocklists.d.ts +0 -72
- package/dist/commonjs/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/commonjs/operations/raiBlocklists.js +0 -301
- package/dist/commonjs/operations/raiBlocklists.js.map +0 -1
- package/dist/commonjs/operations/raiContentFilters.d.ts +0 -42
- package/dist/commonjs/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/commonjs/operations/raiContentFilters.js +0 -154
- package/dist/commonjs/operations/raiContentFilters.js.map +0 -1
- package/dist/commonjs/operations/raiPolicies.d.ts +0 -72
- package/dist/commonjs/operations/raiPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/raiPolicies.js +0 -295
- package/dist/commonjs/operations/raiPolicies.js.map +0 -1
- package/dist/commonjs/operations/raiTopics.d.ts +0 -72
- package/dist/commonjs/operations/raiTopics.d.ts.map +0 -1
- package/dist/commonjs/operations/raiTopics.js +0 -295
- package/dist/commonjs/operations/raiTopics.js.map +0 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +0 -32
- package/dist/commonjs/operations/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceSkus.js +0 -116
- package/dist/commonjs/operations/resourceSkus.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -35
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -124
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +0 -5
- package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accountConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accounts.js +0 -5
- package/dist/commonjs/operationsInterfaces/accounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +0 -5
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js +0 -5
- package/dist/commonjs/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js +0 -5
- package/dist/commonjs/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js +0 -5
- package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deployments.js +0 -5
- package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js +0 -5
- package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -28
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -35
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js +0 -5
- package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/modelCapacities.js +0 -5
- package/dist/commonjs/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/models.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/models.js +0 -5
- package/dist/commonjs/operationsInterfaces/models.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -5
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +0 -5
- package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projectConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -76
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -5
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/commonjs/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaTiers.js +0 -5
- package/dist/commonjs/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiPolicies.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/raiTopics.js +0 -5
- package/dist/commonjs/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js +0 -5
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -5
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -205
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -5704
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -66
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -545
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/esm/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operations/accountCapabilityHosts.js +0 -357
- package/dist/esm/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/esm/operations/accountConnections.d.ts +0 -70
- package/dist/esm/operations/accountConnections.d.ts.map +0 -1
- package/dist/esm/operations/accountConnections.js +0 -264
- package/dist/esm/operations/accountConnections.js.map +0 -1
- package/dist/esm/operations/accounts.d.ts +0 -162
- package/dist/esm/operations/accounts.d.ts.map +0 -1
- package/dist/esm/operations/accounts.js +0 -734
- package/dist/esm/operations/accounts.js.map +0 -1
- package/dist/esm/operations/commitmentPlans.d.ts +0 -256
- package/dist/esm/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/esm/operations/commitmentPlans.js +0 -1123
- package/dist/esm/operations/commitmentPlans.js.map +0 -1
- package/dist/esm/operations/commitmentTiers.d.ts +0 -35
- package/dist/esm/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/esm/operations/commitmentTiers.js +0 -119
- package/dist/esm/operations/commitmentTiers.js.map +0 -1
- package/dist/esm/operations/defenderForAISettings.d.ts +0 -64
- package/dist/esm/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/esm/operations/defenderForAISettings.js +0 -245
- package/dist/esm/operations/defenderForAISettings.js.map +0 -1
- package/dist/esm/operations/deletedAccounts.d.ts +0 -57
- package/dist/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/esm/operations/deletedAccounts.js +0 -226
- package/dist/esm/operations/deletedAccounts.js.map +0 -1
- package/dist/esm/operations/deployments.d.ts +0 -126
- package/dist/esm/operations/deployments.d.ts.map +0 -1
- package/dist/esm/operations/deployments.js +0 -555
- package/dist/esm/operations/deployments.js.map +0 -1
- package/dist/esm/operations/encryptionScopes.d.ts +0 -76
- package/dist/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/esm/operations/encryptionScopes.js +0 -299
- package/dist/esm/operations/encryptionScopes.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -28
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -32
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/esm/operations/locationBasedModelCapacities.js +0 -130
- package/dist/esm/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/esm/operations/modelCapacities.d.ts +0 -38
- package/dist/esm/operations/modelCapacities.d.ts.map +0 -1
- package/dist/esm/operations/modelCapacities.js +0 -122
- package/dist/esm/operations/modelCapacities.js.map +0 -1
- package/dist/esm/operations/models.d.ts +0 -35
- package/dist/esm/operations/models.d.ts.map +0 -1
- package/dist/esm/operations/models.js +0 -119
- package/dist/esm/operations/models.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -280
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/esm/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operations/projectCapabilityHosts.js +0 -383
- package/dist/esm/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/esm/operations/projectConnections.d.ts +0 -77
- package/dist/esm/operations/projectConnections.d.ts.map +0 -1
- package/dist/esm/operations/projectConnections.js +0 -277
- package/dist/esm/operations/projectConnections.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -101
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -431
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/quotaTiers.d.ts +0 -55
- package/dist/esm/operations/quotaTiers.d.ts.map +0 -1
- package/dist/esm/operations/quotaTiers.js +0 -195
- package/dist/esm/operations/quotaTiers.js.map +0 -1
- package/dist/esm/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/esm/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/esm/operations/raiBlocklistItems.js +0 -401
- package/dist/esm/operations/raiBlocklistItems.js.map +0 -1
- package/dist/esm/operations/raiBlocklists.d.ts +0 -72
- package/dist/esm/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/esm/operations/raiBlocklists.js +0 -296
- package/dist/esm/operations/raiBlocklists.js.map +0 -1
- package/dist/esm/operations/raiContentFilters.d.ts +0 -42
- package/dist/esm/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/esm/operations/raiContentFilters.js +0 -149
- package/dist/esm/operations/raiContentFilters.js.map +0 -1
- package/dist/esm/operations/raiPolicies.d.ts +0 -72
- package/dist/esm/operations/raiPolicies.d.ts.map +0 -1
- package/dist/esm/operations/raiPolicies.js +0 -290
- package/dist/esm/operations/raiPolicies.js.map +0 -1
- package/dist/esm/operations/raiTopics.d.ts +0 -72
- package/dist/esm/operations/raiTopics.d.ts.map +0 -1
- package/dist/esm/operations/raiTopics.js +0 -290
- package/dist/esm/operations/raiTopics.js.map +0 -1
- package/dist/esm/operations/resourceSkus.d.ts +0 -32
- package/dist/esm/operations/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operations/resourceSkus.js +0 -111
- package/dist/esm/operations/resourceSkus.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -35
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -119
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/esm/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accountConnections.js +0 -4
- package/dist/esm/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accounts.js +0 -4
- package/dist/esm/operationsInterfaces/accounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/esm/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/esm/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/esm/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/esm/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deployments.js +0 -4
- package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/esm/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -28
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -32
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/esm/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/esm/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/esm/operationsInterfaces/models.d.ts +0 -12
- package/dist/esm/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/models.js +0 -4
- package/dist/esm/operationsInterfaces/models.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/esm/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projectConnections.js +0 -4
- package/dist/esm/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -76
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -4
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/esm/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/esm/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/esm/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/esm/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/esm/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/esm/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/esm/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/esm/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/raiTopics.js +0 -4
- package/dist/esm/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -12
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -4
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/cognitiveServicesManagementClient.d.ts +0 -67
- package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/dist/react-native/cognitiveServicesManagementClient.js +0 -255
- package/dist/react-native/cognitiveServicesManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3971
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -675
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -205
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -5704
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -66
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -545
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/accountCapabilityHosts.d.ts +0 -86
- package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operations/accountCapabilityHosts.js +0 -357
- package/dist/react-native/operations/accountCapabilityHosts.js.map +0 -1
- package/dist/react-native/operations/accountConnections.d.ts +0 -70
- package/dist/react-native/operations/accountConnections.d.ts.map +0 -1
- package/dist/react-native/operations/accountConnections.js +0 -264
- package/dist/react-native/operations/accountConnections.js.map +0 -1
- package/dist/react-native/operations/accounts.d.ts +0 -162
- package/dist/react-native/operations/accounts.d.ts.map +0 -1
- package/dist/react-native/operations/accounts.js +0 -734
- package/dist/react-native/operations/accounts.js.map +0 -1
- package/dist/react-native/operations/commitmentPlans.d.ts +0 -256
- package/dist/react-native/operations/commitmentPlans.d.ts.map +0 -1
- package/dist/react-native/operations/commitmentPlans.js +0 -1123
- package/dist/react-native/operations/commitmentPlans.js.map +0 -1
- package/dist/react-native/operations/commitmentTiers.d.ts +0 -35
- package/dist/react-native/operations/commitmentTiers.d.ts.map +0 -1
- package/dist/react-native/operations/commitmentTiers.js +0 -119
- package/dist/react-native/operations/commitmentTiers.js.map +0 -1
- package/dist/react-native/operations/defenderForAISettings.d.ts +0 -64
- package/dist/react-native/operations/defenderForAISettings.d.ts.map +0 -1
- package/dist/react-native/operations/defenderForAISettings.js +0 -245
- package/dist/react-native/operations/defenderForAISettings.js.map +0 -1
- package/dist/react-native/operations/deletedAccounts.d.ts +0 -57
- package/dist/react-native/operations/deletedAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/deletedAccounts.js +0 -226
- package/dist/react-native/operations/deletedAccounts.js.map +0 -1
- package/dist/react-native/operations/deployments.d.ts +0 -126
- package/dist/react-native/operations/deployments.d.ts.map +0 -1
- package/dist/react-native/operations/deployments.js +0 -555
- package/dist/react-native/operations/deployments.js.map +0 -1
- package/dist/react-native/operations/encryptionScopes.d.ts +0 -76
- package/dist/react-native/operations/encryptionScopes.d.ts.map +0 -1
- package/dist/react-native/operations/encryptionScopes.js +0 -299
- package/dist/react-native/operations/encryptionScopes.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -28
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -32
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts +0 -41
- package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/react-native/operations/locationBasedModelCapacities.js +0 -130
- package/dist/react-native/operations/locationBasedModelCapacities.js.map +0 -1
- package/dist/react-native/operations/modelCapacities.d.ts +0 -38
- package/dist/react-native/operations/modelCapacities.d.ts.map +0 -1
- package/dist/react-native/operations/modelCapacities.js +0 -122
- package/dist/react-native/operations/modelCapacities.js.map +0 -1
- package/dist/react-native/operations/models.d.ts +0 -35
- package/dist/react-native/operations/models.d.ts.map +0 -1
- package/dist/react-native/operations/models.js +0 -119
- package/dist/react-native/operations/models.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -252
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -70
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -280
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/projectCapabilityHosts.d.ts +0 -94
- package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operations/projectCapabilityHosts.js +0 -383
- package/dist/react-native/operations/projectCapabilityHosts.js.map +0 -1
- package/dist/react-native/operations/projectConnections.d.ts +0 -77
- package/dist/react-native/operations/projectConnections.d.ts.map +0 -1
- package/dist/react-native/operations/projectConnections.js +0 -277
- package/dist/react-native/operations/projectConnections.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -101
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -431
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/quotaTiers.d.ts +0 -55
- package/dist/react-native/operations/quotaTiers.d.ts.map +0 -1
- package/dist/react-native/operations/quotaTiers.js +0 -195
- package/dist/react-native/operations/quotaTiers.js.map +0 -1
- package/dist/react-native/operations/raiBlocklistItems.d.ts +0 -97
- package/dist/react-native/operations/raiBlocklistItems.d.ts.map +0 -1
- package/dist/react-native/operations/raiBlocklistItems.js +0 -401
- package/dist/react-native/operations/raiBlocklistItems.js.map +0 -1
- package/dist/react-native/operations/raiBlocklists.d.ts +0 -72
- package/dist/react-native/operations/raiBlocklists.d.ts.map +0 -1
- package/dist/react-native/operations/raiBlocklists.js +0 -296
- package/dist/react-native/operations/raiBlocklists.js.map +0 -1
- package/dist/react-native/operations/raiContentFilters.d.ts +0 -42
- package/dist/react-native/operations/raiContentFilters.d.ts.map +0 -1
- package/dist/react-native/operations/raiContentFilters.js +0 -149
- package/dist/react-native/operations/raiContentFilters.js.map +0 -1
- package/dist/react-native/operations/raiPolicies.d.ts +0 -72
- package/dist/react-native/operations/raiPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/raiPolicies.js +0 -290
- package/dist/react-native/operations/raiPolicies.js.map +0 -1
- package/dist/react-native/operations/raiTopics.d.ts +0 -72
- package/dist/react-native/operations/raiTopics.d.ts.map +0 -1
- package/dist/react-native/operations/raiTopics.js +0 -290
- package/dist/react-native/operations/raiTopics.js.map +0 -1
- package/dist/react-native/operations/resourceSkus.d.ts +0 -32
- package/dist/react-native/operations/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operations/resourceSkus.js +0 -111
- package/dist/react-native/operations/resourceSkus.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -35
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -119
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +0 -61
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +0 -4
- package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnections.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/accountConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accountConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/accountConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.d.ts +0 -109
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.js +0 -4
- package/dist/react-native/operationsInterfaces/accounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +0 -182
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +0 -4
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/commitmentTiers.js +0 -4
- package/dist/react-native/operationsInterfaces/commitmentTiers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts +0 -39
- package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js +0 -4
- package/dist/react-native/operationsInterfaces/defenderForAISettings.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +0 -36
- package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedAccounts.js +0 -4
- package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -82
- package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deployments.js +0 -4
- package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +0 -51
- package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/encryptionScopes.js +0 -4
- package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -28
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -32
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js +0 -4
- package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/modelCapacities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/modelCapacities.js +0 -4
- package/dist/react-native/operationsInterfaces/modelCapacities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/models.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/models.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/models.js +0 -4
- package/dist/react-native/operationsInterfaces/models.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -4
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +0 -67
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +0 -4
- package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnections.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/projectConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projectConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/projectConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -76
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -4
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaTiers.d.ts +0 -34
- package/dist/react-native/operationsInterfaces/quotaTiers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaTiers.js +0 -4
- package/dist/react-native/operationsInterfaces/quotaTiers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js +0 -4
- package/dist/react-native/operationsInterfaces/raiBlocklistItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiBlocklists.js +0 -4
- package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiContentFilters.js +0 -4
- package/dist/react-native/operationsInterfaces/raiContentFilters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiPolicies.js +0 -4
- package/dist/react-native/operationsInterfaces/raiPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/raiTopics.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/raiTopics.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/raiTopics.js +0 -4
- package/dist/react-native/operationsInterfaces/raiTopics.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js +0 -4
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -4
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\nimport { serializeRecord } from \"../static-helpers/serialization/serialize-record.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Check SKU availability parameter. */\nexport interface CheckSkuAvailabilityParameter {\n /** The SKU of the resource. */\n skus: string[];\n /** The kind (type) of cognitive service account. */\n kind: string;\n /** The Type of the resource. */\n type: string;\n}\n\nexport function checkSkuAvailabilityParameterSerializer(item: CheckSkuAvailabilityParameter): any {\n return {\n skus: item[\"skus\"].map((p: any) => {\n return p;\n }),\n kind: item[\"kind\"],\n type: item[\"type\"],\n };\n}\n\n/** Check SKU availability result list. */\nexport interface SkuAvailabilityListResult {\n /** Check SKU availability result list. */\n value?: SkuAvailability[];\n}\n\nexport function skuAvailabilityListResultDeserializer(item: any): SkuAvailabilityListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : skuAvailabilityArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function skuAvailabilityArrayDeserializer(result: Array<SkuAvailability>): any[] {\n return result.map((item) => {\n return skuAvailabilityDeserializer(item);\n });\n}\n\n/** SKU availability. */\nexport interface SkuAvailability {\n /** The kind (type) of cognitive service account. */\n kind?: string;\n /** The Type of the resource. */\n type?: string;\n /** The name of SKU. */\n skuName?: string;\n /** Indicates the given SKU is available or not. */\n skuAvailable?: boolean;\n /** Reason why the SKU is not available. */\n reason?: string;\n /** Additional error message. */\n message?: string;\n}\n\nexport function skuAvailabilityDeserializer(item: any): SkuAvailability {\n return {\n kind: item[\"kind\"],\n type: item[\"type\"],\n skuName: item[\"skuName\"],\n skuAvailable: item[\"skuAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Check Domain availability parameter. */\nexport interface CheckDomainAvailabilityParameter {\n /** The subdomain name to use. */\n subdomainName: string;\n /** The Type of the resource. */\n type: string;\n /** The kind (type) of cognitive service account. */\n kind?: string;\n}\n\nexport function checkDomainAvailabilityParameterSerializer(\n item: CheckDomainAvailabilityParameter,\n): any {\n return { subdomainName: item[\"subdomainName\"], type: item[\"type\"], kind: item[\"kind\"] };\n}\n\n/** Domain availability. */\nexport interface DomainAvailability {\n /** Indicates the given SKU is available or not. */\n isSubdomainAvailable?: boolean;\n /** Reason why the SKU is not available. */\n reason?: string;\n /** The subdomain name to use. */\n subdomainName?: string;\n /** The Type of the resource. */\n type?: string;\n /** The kind (type) of cognitive service account. */\n kind?: string;\n}\n\nexport function domainAvailabilityDeserializer(item: any): DomainAvailability {\n return {\n isSubdomainAvailable: item[\"isSubdomainAvailable\"],\n reason: item[\"reason\"],\n subdomainName: item[\"subdomainName\"],\n type: item[\"type\"],\n kind: item[\"kind\"],\n };\n}\n\n/** Calculate Model Capacity parameter. */\nexport interface CalculateModelCapacityParameter {\n /** Properties of Cognitive Services account deployment model. */\n model?: DeploymentModel;\n /** The name of SKU. */\n skuName?: string;\n /** List of Model Capacity Calculator Workload. */\n workloads?: ModelCapacityCalculatorWorkload[];\n}\n\nexport function calculateModelCapacityParameterSerializer(\n item: CalculateModelCapacityParameter,\n): any {\n return {\n model: !item[\"model\"] ? item[\"model\"] : deploymentModelSerializer(item[\"model\"]),\n skuName: item[\"skuName\"],\n workloads: !item[\"workloads\"]\n ? item[\"workloads\"]\n : modelCapacityCalculatorWorkloadArraySerializer(item[\"workloads\"]),\n };\n}\n\n/** Properties of Cognitive Services account deployment model. */\nexport interface DeploymentModel {\n /** Deployment model publisher. */\n publisher?: string;\n /** Deployment model format. */\n format?: string;\n /** Deployment model name. */\n name?: string;\n /** Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API. */\n version?: string;\n /** Optional. Deployment model source ARM resource ID. */\n source?: string;\n /** Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID. */\n sourceAccount?: string;\n /** The call rate limit Cognitive Services account. */\n readonly callRateLimit?: CallRateLimit;\n}\n\nexport function deploymentModelSerializer(item: DeploymentModel): any {\n return {\n publisher: item[\"publisher\"],\n format: item[\"format\"],\n name: item[\"name\"],\n version: item[\"version\"],\n source: item[\"source\"],\n sourceAccount: item[\"sourceAccount\"],\n };\n}\n\nexport function deploymentModelDeserializer(item: any): DeploymentModel {\n return {\n publisher: item[\"publisher\"],\n format: item[\"format\"],\n name: item[\"name\"],\n version: item[\"version\"],\n source: item[\"source\"],\n sourceAccount: item[\"sourceAccount\"],\n callRateLimit: !item[\"callRateLimit\"]\n ? item[\"callRateLimit\"]\n : callRateLimitDeserializer(item[\"callRateLimit\"]),\n };\n}\n\n/** The call rate limit Cognitive Services account. */\nexport interface CallRateLimit {\n /** The count value of Call Rate Limit. */\n count?: number;\n /** The renewal period in seconds of Call Rate Limit. */\n renewalPeriod?: number;\n rules?: ThrottlingRule[];\n}\n\nexport function callRateLimitDeserializer(item: any): CallRateLimit {\n return {\n count: item[\"count\"],\n renewalPeriod: item[\"renewalPeriod\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : throttlingRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\nexport function throttlingRuleArrayDeserializer(result: Array<ThrottlingRule>): any[] {\n return result.map((item) => {\n return throttlingRuleDeserializer(item);\n });\n}\n\n/** model interface ThrottlingRule */\nexport interface ThrottlingRule {\n key?: string;\n renewalPeriod?: number;\n count?: number;\n minCount?: number;\n dynamicThrottlingEnabled?: boolean;\n matchPatterns?: RequestMatchPattern[];\n}\n\nexport function throttlingRuleDeserializer(item: any): ThrottlingRule {\n return {\n key: item[\"key\"],\n renewalPeriod: item[\"renewalPeriod\"],\n count: item[\"count\"],\n minCount: item[\"minCount\"],\n dynamicThrottlingEnabled: item[\"dynamicThrottlingEnabled\"],\n matchPatterns: !item[\"matchPatterns\"]\n ? item[\"matchPatterns\"]\n : requestMatchPatternArrayDeserializer(item[\"matchPatterns\"]),\n };\n}\n\nexport function requestMatchPatternArrayDeserializer(result: Array<RequestMatchPattern>): any[] {\n return result.map((item) => {\n return requestMatchPatternDeserializer(item);\n });\n}\n\n/** model interface RequestMatchPattern */\nexport interface RequestMatchPattern {\n path?: string;\n method?: string;\n}\n\nexport function requestMatchPatternDeserializer(item: any): RequestMatchPattern {\n return {\n path: item[\"path\"],\n method: item[\"method\"],\n };\n}\n\nexport function modelCapacityCalculatorWorkloadArraySerializer(\n result: Array<ModelCapacityCalculatorWorkload>,\n): any[] {\n return result.map((item) => {\n return modelCapacityCalculatorWorkloadSerializer(item);\n });\n}\n\n/** Model Capacity Calculator Workload. */\nexport interface ModelCapacityCalculatorWorkload {\n /** Request per minute. */\n requestPerMinute?: number;\n /** Dictionary, Model Capacity Calculator Workload Parameters. */\n requestParameters?: ModelCapacityCalculatorWorkloadRequestParam;\n}\n\nexport function modelCapacityCalculatorWorkloadSerializer(\n item: ModelCapacityCalculatorWorkload,\n): any {\n return {\n requestPerMinute: item[\"requestPerMinute\"],\n requestParameters: !item[\"requestParameters\"]\n ? item[\"requestParameters\"]\n : modelCapacityCalculatorWorkloadRequestParamSerializer(item[\"requestParameters\"]),\n };\n}\n\n/** Dictionary, Model Capacity Calculator Workload Parameters. */\nexport interface ModelCapacityCalculatorWorkloadRequestParam {\n /** Average prompt tokens. */\n avgPromptTokens?: number;\n /** Average generated tokens. */\n avgGeneratedTokens?: number;\n}\n\nexport function modelCapacityCalculatorWorkloadRequestParamSerializer(\n item: ModelCapacityCalculatorWorkloadRequestParam,\n): any {\n return {\n avgPromptTokens: item[\"avgPromptTokens\"],\n avgGeneratedTokens: item[\"avgGeneratedTokens\"],\n };\n}\n\n/** Calculate Model Capacity result. */\nexport interface CalculateModelCapacityResult {\n /** Properties of Cognitive Services account deployment model. */\n model?: DeploymentModel;\n skuName?: string;\n /** Model Estimated Capacity. */\n estimatedCapacity?: CalculateModelCapacityResultEstimatedCapacity;\n}\n\nexport function calculateModelCapacityResultDeserializer(item: any): CalculateModelCapacityResult {\n return {\n model: !item[\"model\"] ? item[\"model\"] : deploymentModelDeserializer(item[\"model\"]),\n skuName: item[\"skuName\"],\n estimatedCapacity: !item[\"estimatedCapacity\"]\n ? item[\"estimatedCapacity\"]\n : calculateModelCapacityResultEstimatedCapacityDeserializer(item[\"estimatedCapacity\"]),\n };\n}\n\n/** Model Estimated Capacity. */\nexport interface CalculateModelCapacityResultEstimatedCapacity {\n value?: number;\n deployableValue?: number;\n}\n\nexport function calculateModelCapacityResultEstimatedCapacityDeserializer(\n item: any,\n): CalculateModelCapacityResultEstimatedCapacity {\n return {\n value: item[\"value\"],\n deployableValue: item[\"deployableValue\"],\n };\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. */\nexport interface Account extends ProxyResource {\n /** Properties of Cognitive Services account. */\n properties?: AccountProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource Etag. */\n readonly etag?: string;\n /** The kind (type) of cognitive service account. */\n kind?: string;\n /** The resource model definition representing SKU */\n sku?: Sku;\n /** Identity for the resource. */\n identity?: Identity;\n}\n\nexport function accountSerializer(item: Account): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : accountPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function accountDeserializer(item: any): Account {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : accountPropertiesDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n etag: item[\"etag\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of Cognitive Services account. */\nexport interface AccountProperties {\n /** Gets the status of the cognitive services account at the time the operation was called. */\n readonly provisioningState?: ProvisioningState;\n /** Endpoint of the created account. */\n readonly endpoint?: string;\n /** The internal identifier (deprecated, do not use this property). */\n readonly internalId?: string;\n /** Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only. */\n readonly capabilities?: SkuCapability[];\n /** If the resource is migrated from an existing key. */\n readonly isMigrated?: boolean;\n /** Resource migration token. */\n migrationToken?: string;\n /** Sku change info of account. */\n readonly skuChangeInfo?: SkuChangeInfo;\n /** Optional subdomain name used for token-based authentication. */\n customSubDomainName?: string;\n /** A collection of rules governing the accessibility from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** The encryption properties for this resource. */\n encryption?: Encryption;\n /** The storage accounts for this resource. */\n userOwnedStorage?: UserOwnedStorage[];\n /** The user owned AML account properties. */\n amlWorkspace?: UserOwnedAmlWorkspace;\n /** The private endpoint connection associated with the Cognitive Services account. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Whether or not public endpoint access is allowed for this account. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The api properties for special APIs. */\n apiProperties?: ApiProperties;\n /** Gets the date of cognitive services account creation. */\n readonly dateCreated?: string;\n /** The call rate limit Cognitive Services account. */\n readonly callRateLimit?: CallRateLimit;\n /** The flag to enable dynamic throttling. */\n dynamicThrottlingEnabled?: boolean;\n /** The flag to disable stored completions. */\n storedCompletionsDisabled?: boolean;\n readonly quotaLimit?: QuotaLimit;\n restrictOutboundNetworkAccess?: boolean;\n allowedFqdnList?: string[];\n disableLocalAuth?: boolean;\n /** Dictionary of <string> */\n readonly endpoints?: Record<string, string>;\n restore?: boolean;\n /** The deletion date, only available for deleted account. */\n readonly deletionDate?: string;\n /** The scheduled purge date, only available for deleted account. */\n readonly scheduledPurgeDate?: string;\n /** The multiregion settings of Cognitive Services account. */\n locations?: MultiRegionSettings;\n /** The commitment plan associations of Cognitive Services account. */\n readonly commitmentPlanAssociations?: CommitmentPlanAssociation[];\n /** The abuse penalty. */\n readonly abusePenalty?: AbusePenalty;\n /** Cognitive Services Rai Monitor Config. */\n raiMonitorConfig?: RaiMonitorConfig;\n networkInjections?: NetworkInjection[];\n /** Represents the foundry auto-upgrade configuration for a Cognitive Services account. */\n foundryAutoUpgrade?: FoundryAutoUpgrade;\n /** Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. */\n allowProjectManagement?: boolean;\n /** Specifies the project, by project name, that is targeted when data plane endpoints are called without a project parameter. */\n defaultProject?: string;\n /** Specifies the projects, by project name, that are associated with this resource. */\n associatedProjects?: string[];\n}\n\nexport function accountPropertiesSerializer(item: AccountProperties): any {\n return {\n migrationToken: item[\"migrationToken\"],\n customSubDomainName: item[\"customSubDomainName\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetSerializer(item[\"networkAcls\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n userOwnedStorage: !item[\"userOwnedStorage\"]\n ? item[\"userOwnedStorage\"]\n : userOwnedStorageArraySerializer(item[\"userOwnedStorage\"]),\n amlWorkspace: !item[\"amlWorkspace\"]\n ? item[\"amlWorkspace\"]\n : userOwnedAmlWorkspaceSerializer(item[\"amlWorkspace\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n apiProperties: !item[\"apiProperties\"]\n ? item[\"apiProperties\"]\n : apiPropertiesSerializer(item[\"apiProperties\"]),\n dynamicThrottlingEnabled: item[\"dynamicThrottlingEnabled\"],\n storedCompletionsDisabled: item[\"storedCompletionsDisabled\"],\n restrictOutboundNetworkAccess: item[\"restrictOutboundNetworkAccess\"],\n allowedFqdnList: !item[\"allowedFqdnList\"]\n ? item[\"allowedFqdnList\"]\n : item[\"allowedFqdnList\"].map((p: any) => {\n return p;\n }),\n disableLocalAuth: item[\"disableLocalAuth\"],\n restore: item[\"restore\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : multiRegionSettingsSerializer(item[\"locations\"]),\n raiMonitorConfig: !item[\"raiMonitorConfig\"]\n ? item[\"raiMonitorConfig\"]\n : raiMonitorConfigSerializer(item[\"raiMonitorConfig\"]),\n networkInjections: !item[\"networkInjections\"]\n ? item[\"networkInjections\"]\n : networkInjectionArraySerializer(item[\"networkInjections\"]),\n foundryAutoUpgrade: !item[\"foundryAutoUpgrade\"]\n ? item[\"foundryAutoUpgrade\"]\n : foundryAutoUpgradeSerializer(item[\"foundryAutoUpgrade\"]),\n allowProjectManagement: item[\"allowProjectManagement\"],\n defaultProject: item[\"defaultProject\"],\n associatedProjects: !item[\"associatedProjects\"]\n ? item[\"associatedProjects\"]\n : item[\"associatedProjects\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function accountPropertiesDeserializer(item: any): AccountProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n endpoint: item[\"endpoint\"],\n internalId: item[\"internalId\"],\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : skuCapabilityArrayDeserializer(item[\"capabilities\"]),\n isMigrated: item[\"isMigrated\"],\n migrationToken: item[\"migrationToken\"],\n skuChangeInfo: !item[\"skuChangeInfo\"]\n ? item[\"skuChangeInfo\"]\n : skuChangeInfoDeserializer(item[\"skuChangeInfo\"]),\n customSubDomainName: item[\"customSubDomainName\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetDeserializer(item[\"networkAcls\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n userOwnedStorage: !item[\"userOwnedStorage\"]\n ? item[\"userOwnedStorage\"]\n : userOwnedStorageArrayDeserializer(item[\"userOwnedStorage\"]),\n amlWorkspace: !item[\"amlWorkspace\"]\n ? item[\"amlWorkspace\"]\n : userOwnedAmlWorkspaceDeserializer(item[\"amlWorkspace\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n apiProperties: !item[\"apiProperties\"]\n ? item[\"apiProperties\"]\n : apiPropertiesDeserializer(item[\"apiProperties\"]),\n dateCreated: item[\"dateCreated\"],\n callRateLimit: !item[\"callRateLimit\"]\n ? item[\"callRateLimit\"]\n : callRateLimitDeserializer(item[\"callRateLimit\"]),\n dynamicThrottlingEnabled: item[\"dynamicThrottlingEnabled\"],\n storedCompletionsDisabled: item[\"storedCompletionsDisabled\"],\n quotaLimit: !item[\"quotaLimit\"]\n ? item[\"quotaLimit\"]\n : quotaLimitDeserializer(item[\"quotaLimit\"]),\n restrictOutboundNetworkAccess: item[\"restrictOutboundNetworkAccess\"],\n allowedFqdnList: !item[\"allowedFqdnList\"]\n ? item[\"allowedFqdnList\"]\n : item[\"allowedFqdnList\"].map((p: any) => {\n return p;\n }),\n disableLocalAuth: item[\"disableLocalAuth\"],\n endpoints: !item[\"endpoints\"]\n ? item[\"endpoints\"]\n : Object.fromEntries(\n Object.entries(item[\"endpoints\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n restore: item[\"restore\"],\n deletionDate: item[\"deletionDate\"],\n scheduledPurgeDate: item[\"scheduledPurgeDate\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : multiRegionSettingsDeserializer(item[\"locations\"]),\n commitmentPlanAssociations: !item[\"commitmentPlanAssociations\"]\n ? item[\"commitmentPlanAssociations\"]\n : commitmentPlanAssociationArrayDeserializer(item[\"commitmentPlanAssociations\"]),\n abusePenalty: !item[\"abusePenalty\"]\n ? item[\"abusePenalty\"]\n : abusePenaltyDeserializer(item[\"abusePenalty\"]),\n raiMonitorConfig: !item[\"raiMonitorConfig\"]\n ? item[\"raiMonitorConfig\"]\n : raiMonitorConfigDeserializer(item[\"raiMonitorConfig\"]),\n networkInjections: !item[\"networkInjections\"]\n ? item[\"networkInjections\"]\n : networkInjectionArrayDeserializer(item[\"networkInjections\"]),\n foundryAutoUpgrade: !item[\"foundryAutoUpgrade\"]\n ? item[\"foundryAutoUpgrade\"]\n : foundryAutoUpgradeDeserializer(item[\"foundryAutoUpgrade\"]),\n allowProjectManagement: item[\"allowProjectManagement\"],\n defaultProject: item[\"defaultProject\"],\n associatedProjects: !item[\"associatedProjects\"]\n ? item[\"associatedProjects\"]\n : item[\"associatedProjects\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Gets the status of the cognitive services account at the time the operation was called. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** ResolvingDNS */\n ResolvingDNS = \"ResolvingDNS\",\n}\n\n/**\n * Gets the status of the cognitive services account at the time the operation was called. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Deleting** \\\n * **Moving** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **ResolvingDNS**\n */\nexport type ProvisioningState = string;\n\nexport function skuCapabilityArrayDeserializer(result: Array<SkuCapability>): any[] {\n return result.map((item) => {\n return skuCapabilityDeserializer(item);\n });\n}\n\n/** SkuCapability indicates the capability of a certain feature. */\nexport interface SkuCapability {\n /** The name of the SkuCapability. */\n name?: string;\n /** The value of the SkuCapability. */\n value?: string;\n}\n\nexport function skuCapabilityDeserializer(item: any): SkuCapability {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** Sku change info of account. */\nexport interface SkuChangeInfo {\n /** Gets the count of downgrades. */\n countOfDowngrades?: number;\n /** Gets the count of upgrades after downgrades. */\n countOfUpgradesAfterDowngrades?: number;\n /** Gets the last change date. */\n lastChangeDate?: string;\n}\n\nexport function skuChangeInfoDeserializer(item: any): SkuChangeInfo {\n return {\n countOfDowngrades: item[\"countOfDowngrades\"],\n countOfUpgradesAfterDowngrades: item[\"countOfUpgradesAfterDowngrades\"],\n lastChangeDate: item[\"lastChangeDate\"],\n };\n}\n\n/** A set of rules governing the network accessibility. */\nexport interface NetworkRuleSet {\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** Setting for trusted services. */\n bypass?: ByPassSelection;\n /** The list of IP address rules. */\n ipRules?: IpRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n defaultAction: item[\"defaultAction\"],\n bypass: item[\"bypass\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArraySerializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n defaultAction: item[\"defaultAction\"],\n bypass: item[\"bypass\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArrayDeserializer(item[\"virtualNetworkRules\"]),\n };\n}\n\n/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\nexport enum KnownNetworkRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. \\\n * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type NetworkRuleAction = string;\n\n/** Setting for trusted services. */\nexport enum KnownByPassSelection {\n /** None */\n None = \"None\",\n /** AzureServices */\n AzureServices = \"AzureServices\",\n}\n\n/**\n * Setting for trusted services. \\\n * {@link KnownByPassSelection} can be used interchangeably with ByPassSelection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **AzureServices**\n */\nexport type ByPassSelection = string;\n\nexport function ipRuleArraySerializer(result: Array<IpRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IpRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility from a specific ip address or ip range. */\nexport interface IpRule {\n /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */\n value: string;\n}\n\nexport function ipRuleSerializer(item: IpRule): any {\n return { value: item[\"value\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IpRule {\n return {\n value: item[\"value\"],\n };\n}\n\nexport function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleSerializer(item);\n });\n}\n\nexport function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility from a specific virtual network. */\nexport interface VirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n /** Gets the state of virtual network rule. */\n state?: string;\n /** Ignore missing vnet service endpoint or not. */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\nexport function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any {\n return {\n id: item[\"id\"],\n state: item[\"state\"],\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\nexport function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule {\n return {\n id: item[\"id\"],\n state: item[\"state\"],\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\n/** Properties to configure Encryption */\nexport interface Encryption {\n /** Properties of KeyVault */\n keyVaultProperties?: KeyVaultProperties;\n /** Enumerates the possible value of keySource for Encryption */\n keySource?: KeySource;\n}\n\nexport function encryptionSerializer(item: Encryption): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n };\n}\n\nexport function encryptionDeserializer(item: any): Encryption {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n };\n}\n\n/** Properties to configure keyVault Properties */\nexport interface KeyVaultProperties {\n /** Name of the Key from KeyVault */\n keyName?: string;\n /** Version of the Key from KeyVault */\n keyVersion?: string;\n /** Uri of KeyVault */\n keyVaultUri?: string;\n identityClientId?: string;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n keyVaultUri: item[\"keyVaultUri\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n keyVaultUri: item[\"keyVaultUri\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\n/** Enumerates the possible value of keySource for Encryption */\nexport enum KnownKeySource {\n /** Microsoft.CognitiveServices */\n MicrosoftCognitiveServices = \"Microsoft.CognitiveServices\",\n /** Microsoft.KeyVault */\n MicrosoftKeyVault = \"Microsoft.KeyVault\",\n}\n\n/**\n * Enumerates the possible value of keySource for Encryption \\\n * {@link KnownKeySource} can be used interchangeably with KeySource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.CognitiveServices** \\\n * **Microsoft.KeyVault**\n */\nexport type KeySource = string;\n\nexport function userOwnedStorageArraySerializer(result: Array<UserOwnedStorage>): any[] {\n return result.map((item) => {\n return userOwnedStorageSerializer(item);\n });\n}\n\nexport function userOwnedStorageArrayDeserializer(result: Array<UserOwnedStorage>): any[] {\n return result.map((item) => {\n return userOwnedStorageDeserializer(item);\n });\n}\n\n/** The user owned storage for Cognitive Services account. */\nexport interface UserOwnedStorage {\n /** Full resource id of a Microsoft.Storage resource. */\n resourceId?: string;\n identityClientId?: string;\n}\n\nexport function userOwnedStorageSerializer(item: UserOwnedStorage): any {\n return { resourceId: item[\"resourceId\"], identityClientId: item[\"identityClientId\"] };\n}\n\nexport function userOwnedStorageDeserializer(item: any): UserOwnedStorage {\n return {\n resourceId: item[\"resourceId\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\n/** The user owned AML account for Cognitive Services account. */\nexport interface UserOwnedAmlWorkspace {\n /** Full resource id of a AML account resource. */\n resourceId?: string;\n /** Identity Client id of a AML account resource. */\n identityClientId?: string;\n}\n\nexport function userOwnedAmlWorkspaceSerializer(item: UserOwnedAmlWorkspace): any {\n return { resourceId: item[\"resourceId\"], identityClientId: item[\"identityClientId\"] };\n}\n\nexport function userOwnedAmlWorkspaceDeserializer(item: any): UserOwnedAmlWorkspace {\n return {\n resourceId: item[\"resourceId\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Resource properties. */\n properties?: PrivateEndpointConnectionProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** The location of the private endpoint connection */\n location?: string;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesSerializer(item[\"properties\"]),\n location: item[\"location\"],\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n location: item[\"location\"],\n };\n}\n\n/** Properties of the PrivateEndpointConnectProperties. */\nexport interface PrivateEndpointConnectionProperties {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /** The private link resource group ids. */\n groupIds?: string[];\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /** The resource identifier of the private endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(_item: PrivateEndpoint): any {\n return {};\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Connection waiting for approval or rejection */\n Pending = \"Pending\",\n /** Connection approved */\n Approved = \"Approved\",\n /** Connection Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Connection waiting for approval or rejection \\\n * **Approved**: Connection approved \\\n * **Rejected**: Connection Rejected\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** The current provisioning state. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Connection has been provisioned */\n Succeeded = \"Succeeded\",\n /** Connection is being created */\n Creating = \"Creating\",\n /** Connection is being deleted */\n Deleting = \"Deleting\",\n /** Connection provisioning has failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Connection has been provisioned \\\n * **Creating**: Connection is being created \\\n * **Deleting**: Connection is being deleted \\\n * **Failed**: Connection provisioning has failed\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Whether or not public endpoint access is allowed for this account. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Whether or not public endpoint access is allowed for this account. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** The api properties for special APIs. */\nexport interface ApiProperties {\n /** (QnAMaker Only) The runtime endpoint of QnAMaker. */\n qnaRuntimeEndpoint?: string;\n /** (QnAMaker Only) The Azure Search endpoint key of QnAMaker. */\n qnaAzureSearchEndpointKey?: string;\n /** (QnAMaker Only) The Azure Search endpoint id of QnAMaker. */\n qnaAzureSearchEndpointId?: string;\n /** (Bing Search Only) The flag to enable statistics of Bing Search. */\n statisticsEnabled?: boolean;\n /** (Personalization Only) The flag to enable statistics of Bing Search. */\n eventHubConnectionString?: string;\n /** (Personalization Only) The storage account connection string. */\n storageAccountConnectionString?: string;\n /** (Metrics Advisor Only) The Azure AD Client Id (Application Id). */\n aadClientId?: string;\n /** (Metrics Advisor Only) The Azure AD Tenant Id. */\n aadTenantId?: string;\n /** (Metrics Advisor Only) The super user of Metrics Advisor. */\n superUser?: string;\n /** (Metrics Advisor Only) The website name of Metrics Advisor. */\n websiteName?: string;\n /** Additional properties */\n additionalProperties?: Record<string, any>;\n}\n\nexport function apiPropertiesSerializer(item: ApiProperties): any {\n return {\n ...serializeRecord(item.additionalProperties ?? {}),\n qnaRuntimeEndpoint: item[\"qnaRuntimeEndpoint\"],\n qnaAzureSearchEndpointKey: item[\"qnaAzureSearchEndpointKey\"],\n qnaAzureSearchEndpointId: item[\"qnaAzureSearchEndpointId\"],\n statisticsEnabled: item[\"statisticsEnabled\"],\n eventHubConnectionString: item[\"eventHubConnectionString\"],\n storageAccountConnectionString: item[\"storageAccountConnectionString\"],\n aadClientId: item[\"aadClientId\"],\n aadTenantId: item[\"aadTenantId\"],\n superUser: item[\"superUser\"],\n websiteName: item[\"websiteName\"],\n };\n}\n\nexport function apiPropertiesDeserializer(item: any): ApiProperties {\n return {\n additionalProperties: serializeRecord(item, [\n \"qnaRuntimeEndpoint\",\n \"qnaAzureSearchEndpointKey\",\n \"qnaAzureSearchEndpointId\",\n \"statisticsEnabled\",\n \"eventHubConnectionString\",\n \"storageAccountConnectionString\",\n \"aadClientId\",\n \"aadTenantId\",\n \"superUser\",\n \"websiteName\",\n ]),\n qnaRuntimeEndpoint: item[\"qnaRuntimeEndpoint\"],\n qnaAzureSearchEndpointKey: item[\"qnaAzureSearchEndpointKey\"],\n qnaAzureSearchEndpointId: item[\"qnaAzureSearchEndpointId\"],\n statisticsEnabled: item[\"statisticsEnabled\"],\n eventHubConnectionString: item[\"eventHubConnectionString\"],\n storageAccountConnectionString: item[\"storageAccountConnectionString\"],\n aadClientId: item[\"aadClientId\"],\n aadTenantId: item[\"aadTenantId\"],\n superUser: item[\"superUser\"],\n websiteName: item[\"websiteName\"],\n };\n}\n\n/** model interface QuotaLimit */\nexport interface QuotaLimit {\n count?: number;\n renewalPeriod?: number;\n rules?: ThrottlingRule[];\n}\n\nexport function quotaLimitDeserializer(item: any): QuotaLimit {\n return {\n count: item[\"count\"],\n renewalPeriod: item[\"renewalPeriod\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : throttlingRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\n/** The multiregion settings Cognitive Services account. */\nexport interface MultiRegionSettings {\n /** Multiregion routing methods. */\n routingMethod?: RoutingMethods;\n regions?: RegionSetting[];\n}\n\nexport function multiRegionSettingsSerializer(item: MultiRegionSettings): any {\n return {\n routingMethod: item[\"routingMethod\"],\n regions: !item[\"regions\"] ? item[\"regions\"] : regionSettingArraySerializer(item[\"regions\"]),\n };\n}\n\nexport function multiRegionSettingsDeserializer(item: any): MultiRegionSettings {\n return {\n routingMethod: item[\"routingMethod\"],\n regions: !item[\"regions\"] ? item[\"regions\"] : regionSettingArrayDeserializer(item[\"regions\"]),\n };\n}\n\n/** Multiregion routing methods. */\nexport enum KnownRoutingMethods {\n /** Priority */\n Priority = \"Priority\",\n /** Weighted */\n Weighted = \"Weighted\",\n /** Performance */\n Performance = \"Performance\",\n}\n\n/**\n * Multiregion routing methods. \\\n * {@link KnownRoutingMethods} can be used interchangeably with RoutingMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Priority** \\\n * **Weighted** \\\n * **Performance**\n */\nexport type RoutingMethods = string;\n\nexport function regionSettingArraySerializer(result: Array<RegionSetting>): any[] {\n return result.map((item) => {\n return regionSettingSerializer(item);\n });\n}\n\nexport function regionSettingArrayDeserializer(result: Array<RegionSetting>): any[] {\n return result.map((item) => {\n return regionSettingDeserializer(item);\n });\n}\n\n/** The call rate limit Cognitive Services account. */\nexport interface RegionSetting {\n /** Name of the region. */\n name?: string;\n /** A value for priority or weighted routing methods. */\n value?: number;\n /** Maps the region to the regional custom subdomain. */\n customsubdomain?: string;\n}\n\nexport function regionSettingSerializer(item: RegionSetting): any {\n return { name: item[\"name\"], value: item[\"value\"], customsubdomain: item[\"customsubdomain\"] };\n}\n\nexport function regionSettingDeserializer(item: any): RegionSetting {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n customsubdomain: item[\"customsubdomain\"],\n };\n}\n\nexport function commitmentPlanAssociationArrayDeserializer(\n result: Array<CommitmentPlanAssociation>,\n): any[] {\n return result.map((item) => {\n return commitmentPlanAssociationDeserializer(item);\n });\n}\n\n/** The commitment plan association. */\nexport interface CommitmentPlanAssociation {\n /** The Azure resource id of the commitment plan. */\n commitmentPlanId?: string;\n /** The location of of the commitment plan. */\n commitmentPlanLocation?: string;\n}\n\nexport function commitmentPlanAssociationDeserializer(item: any): CommitmentPlanAssociation {\n return {\n commitmentPlanId: item[\"commitmentPlanId\"],\n commitmentPlanLocation: item[\"commitmentPlanLocation\"],\n };\n}\n\n/** The abuse penalty. */\nexport interface AbusePenalty {\n /** The action of AbusePenalty. */\n action?: AbusePenaltyAction;\n /** The percentage of rate limit. */\n rateLimitPercentage?: number;\n /** The datetime of expiration of the AbusePenalty. */\n expiration?: Date;\n}\n\nexport function abusePenaltyDeserializer(item: any): AbusePenalty {\n return {\n action: item[\"action\"],\n rateLimitPercentage: item[\"rateLimitPercentage\"],\n expiration: !item[\"expiration\"] ? item[\"expiration\"] : new Date(item[\"expiration\"]),\n };\n}\n\n/** The action of AbusePenalty. */\nexport enum KnownAbusePenaltyAction {\n /** Throttle */\n Throttle = \"Throttle\",\n /** Block */\n Block = \"Block\",\n}\n\n/**\n * The action of AbusePenalty. \\\n * {@link KnownAbusePenaltyAction} can be used interchangeably with AbusePenaltyAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Throttle** \\\n * **Block**\n */\nexport type AbusePenaltyAction = string;\n\n/** Cognitive Services Rai Monitor Config. */\nexport interface RaiMonitorConfig {\n /** The storage resource Id. */\n adxStorageResourceId?: string;\n /** The identity client Id to access the storage. */\n identityClientId?: string;\n}\n\nexport function raiMonitorConfigSerializer(item: RaiMonitorConfig): any {\n return {\n adxStorageResourceId: item[\"adxStorageResourceId\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function raiMonitorConfigDeserializer(item: any): RaiMonitorConfig {\n return {\n adxStorageResourceId: item[\"adxStorageResourceId\"],\n identityClientId: item[\"identityClientId\"],\n };\n}\n\nexport function networkInjectionArraySerializer(result: Array<NetworkInjection>): any[] {\n return result.map((item) => {\n return networkInjectionSerializer(item);\n });\n}\n\nexport function networkInjectionArrayDeserializer(result: Array<NetworkInjection>): any[] {\n return result.map((item) => {\n return networkInjectionDeserializer(item);\n });\n}\n\n/** Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. */\nexport interface NetworkInjection {\n /** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */\n scenario?: ScenarioType;\n /** Specify the subnet for which your Agent Client is injected into. */\n subnetArmId?: string;\n /** Boolean to enable Microsoft Managed Network for subnet delegation */\n useMicrosoftManagedNetwork?: boolean;\n}\n\nexport function networkInjectionSerializer(item: NetworkInjection): any {\n return {\n scenario: item[\"scenario\"],\n subnetArmId: item[\"subnetArmId\"],\n useMicrosoftManagedNetwork: item[\"useMicrosoftManagedNetwork\"],\n };\n}\n\nexport function networkInjectionDeserializer(item: any): NetworkInjection {\n return {\n scenario: item[\"scenario\"],\n subnetArmId: item[\"subnetArmId\"],\n useMicrosoftManagedNetwork: item[\"useMicrosoftManagedNetwork\"],\n };\n}\n\n/** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */\nexport enum KnownScenarioType {\n /** none */\n None = \"none\",\n /** agent */\n Agent = \"agent\",\n}\n\n/**\n * Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. \\\n * {@link KnownScenarioType} can be used interchangeably with ScenarioType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **agent**\n */\nexport type ScenarioType = string;\n\n/**\n * Represents the foundry auto-upgrade configuration for a Cognitive Services account.\n * Customers can opt out of auto-upgrade by setting mode to Disabled.\n */\nexport interface FoundryAutoUpgrade {\n /** Gets or sets the auto-upgrade mode. */\n mode?: FoundryAutoUpgradeMode;\n /** Gets or sets a value indicating whether the auto-upgrade is planned by Microsoft. */\n plannedByMicrosoft?: boolean;\n /** Gets or sets the status reason for the auto-upgrade configuration. */\n statusReason?: string;\n /** Gets or sets the scheduled time for the auto-upgrade. */\n scheduledAt?: Date;\n}\n\nexport function foundryAutoUpgradeSerializer(item: FoundryAutoUpgrade): any {\n return {\n mode: item[\"mode\"],\n plannedByMicrosoft: item[\"plannedByMicrosoft\"],\n statusReason: item[\"statusReason\"],\n scheduledAt: !item[\"scheduledAt\"] ? item[\"scheduledAt\"] : item[\"scheduledAt\"].toISOString(),\n };\n}\n\nexport function foundryAutoUpgradeDeserializer(item: any): FoundryAutoUpgrade {\n return {\n mode: item[\"mode\"],\n plannedByMicrosoft: item[\"plannedByMicrosoft\"],\n statusReason: item[\"statusReason\"],\n scheduledAt: !item[\"scheduledAt\"] ? item[\"scheduledAt\"] : new Date(item[\"scheduledAt\"]),\n };\n}\n\n/** Represents the mode for foundry auto-upgrade configuration. */\nexport enum KnownFoundryAutoUpgradeMode {\n /** Auto-upgrade is enabled. */\n Enabled = \"Enabled\",\n /** Auto-upgrade is disabled (opted out). */\n Disabled = \"Disabled\",\n}\n\n/**\n * Represents the mode for foundry auto-upgrade configuration. \\\n * {@link KnownFoundryAutoUpgradeMode} can be used interchangeably with FoundryAutoUpgradeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Auto-upgrade is enabled. \\\n * **Disabled**: Auto-upgrade is disabled (opted out).\n */\nexport type FoundryAutoUpgradeMode = string;\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\nexport function skuSerializer(item: Sku): any {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\nexport enum KnownSkuTier {\n /** Free */\n Free = \"Free\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n /** Enterprise */\n Enterprise = \"Enterprise\",\n}\n\n/**\n * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium** \\\n * **Enterprise**\n */\nexport type SkuTier = string;\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The identity type. */\n type?: ResourceIdentityType;\n /** The tenant ID of resource. */\n readonly tenantId?: string;\n /** The principal ID of resource identity. */\n readonly principalId?: string;\n /** The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function identitySerializer(item: Identity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n type: item[\"type\"],\n tenantId: item[\"tenantId\"],\n principalId: item[\"principalId\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The identity type. */\nexport type ResourceIdentityType =\n | \"None\"\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\";\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** User-assigned managed identity. */\nexport interface UserAssignedIdentity {\n /** Azure Active Directory principal ID associated with this Identity. */\n readonly principalId?: string;\n /** Client App Id associated with this identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The list of cognitive services accounts operation response. */\nexport interface _AccountListResult {\n /** The link used to get the next page of accounts. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts and their properties. */\n readonly value?: Account[];\n}\n\nexport function _accountListResultDeserializer(item: any): _AccountListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : accountArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function accountArraySerializer(result: Array<Account>): any[] {\n return result.map((item) => {\n return accountSerializer(item);\n });\n}\n\nexport function accountArrayDeserializer(result: Array<Account>): any[] {\n return result.map((item) => {\n return accountDeserializer(item);\n });\n}\n\n/** The access keys for the cognitive services account. */\nexport interface ApiKeys {\n /** Gets the value of key 1. */\n key1?: string;\n /** Gets the value of key 2. */\n key2?: string;\n}\n\nexport function apiKeysDeserializer(item: any): ApiKeys {\n return {\n key1: item[\"key1\"],\n key2: item[\"key2\"],\n };\n}\n\n/** Regenerate key parameters. */\nexport interface RegenerateKeyParameters {\n /** key name to generate (Key1|Key2) */\n keyName: KeyName;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { keyName: item[\"keyName\"] };\n}\n\n/** key name to generate (Key1|Key2) */\nexport type KeyName = \"Key1\" | \"Key2\";\n\n/** The list of cognitive services accounts operation response. */\nexport interface AccountSkuListResult {\n /** Gets the list of Cognitive Services accounts and their properties. */\n value?: AccountSku[];\n}\n\nexport function accountSkuListResultDeserializer(item: any): AccountSkuListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : accountSkuArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function accountSkuArrayDeserializer(result: Array<AccountSku>): any[] {\n return result.map((item) => {\n return accountSkuDeserializer(item);\n });\n}\n\n/** Cognitive Services resource type and SKU. */\nexport interface AccountSku {\n /** Resource Namespace and Type */\n resourceType?: string;\n /** The SKU of Cognitive Services account. */\n sku?: Sku;\n}\n\nexport function accountSkuDeserializer(item: any): AccountSku {\n return {\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The response to a list usage request. */\nexport interface UsageListResult {\n /** The link used to get the next page of Usages. */\n nextLink?: string;\n /** The list of usages for Cognitive Service account. */\n value?: Usage[];\n}\n\nexport function usageListResultDeserializer(item: any): UsageListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : usageArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** The usage data for a usage request. */\nexport interface Usage {\n /** The unit of the metric. */\n unit?: UnitType;\n /** The name information for the metric. */\n name?: MetricName;\n /** The quota period used to summarize the usage values. */\n quotaPeriod?: string;\n /** Maximum value for this metric. */\n limit?: number;\n /** Current value for this metric. */\n currentValue?: number;\n /** Next reset time for current quota. */\n nextResetTime?: string;\n /** Cognitive Services account quota usage status. */\n status?: QuotaUsageStatus;\n /** The scope type of the quota usage. */\n scopeType?: QuotaScopeType;\n /** The scope identifier of the quota usage. */\n scopeId?: string;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n unit: item[\"unit\"],\n name: !item[\"name\"] ? item[\"name\"] : metricNameDeserializer(item[\"name\"]),\n quotaPeriod: item[\"quotaPeriod\"],\n limit: item[\"limit\"],\n currentValue: item[\"currentValue\"],\n nextResetTime: item[\"nextResetTime\"],\n status: item[\"status\"],\n scopeType: item[\"scopeType\"],\n scopeId: item[\"scopeId\"],\n };\n}\n\n/** The unit of the metric. */\nexport enum KnownUnitType {\n /** Count */\n Count = \"Count\",\n /** Bytes */\n Bytes = \"Bytes\",\n /** Seconds */\n Seconds = \"Seconds\",\n /** Percent */\n Percent = \"Percent\",\n /** CountPerSecond */\n CountPerSecond = \"CountPerSecond\",\n /** BytesPerSecond */\n BytesPerSecond = \"BytesPerSecond\",\n /** Milliseconds */\n Milliseconds = \"Milliseconds\",\n}\n\n/**\n * The unit of the metric. \\\n * {@link KnownUnitType} can be used interchangeably with UnitType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count** \\\n * **Bytes** \\\n * **Seconds** \\\n * **Percent** \\\n * **CountPerSecond** \\\n * **BytesPerSecond** \\\n * **Milliseconds**\n */\nexport type UnitType = string;\n\n/** A metric name. */\nexport interface MetricName {\n /** The name of the metric. */\n value?: string;\n /** The friendly name of the metric. */\n localizedValue?: string;\n}\n\nexport function metricNameDeserializer(item: any): MetricName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** Cognitive Services account quota usage status. */\nexport enum KnownQuotaUsageStatus {\n /** Included */\n Included = \"Included\",\n /** Blocked */\n Blocked = \"Blocked\",\n /** InOverage */\n InOverage = \"InOverage\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Cognitive Services account quota usage status. \\\n * {@link KnownQuotaUsageStatus} can be used interchangeably with QuotaUsageStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Included** \\\n * **Blocked** \\\n * **InOverage** \\\n * **Unknown**\n */\nexport type QuotaUsageStatus = string;\n\n/** The quota scope that determines the level at which the quota is applied. */\nexport enum KnownQuotaScopeType {\n /** Regional */\n Regional = \"Regional\",\n /** Global */\n Global = \"Global\",\n /** DataZone */\n DataZone = \"DataZone\",\n /** Classic */\n Classic = \"Classic\",\n}\n\n/**\n * The quota scope that determines the level at which the quota is applied. \\\n * {@link KnownQuotaScopeType} can be used interchangeably with QuotaScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Regional** \\\n * **Global** \\\n * **DataZone** \\\n * **Classic**\n */\nexport type QuotaScopeType = string;\n\n/** The list of cognitive services accounts operation response. */\nexport interface _AccountModelListResult {\n /** The link used to get the next page of Model. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts Model and their properties. */\n value?: AccountModel[];\n}\n\nexport function _accountModelListResultDeserializer(item: any): _AccountModelListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : accountModelArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function accountModelArrayDeserializer(result: Array<AccountModel>): any[] {\n return result.map((item) => {\n return accountModelDeserializer(item);\n });\n}\n\n/** Cognitive Services account Model. */\nexport interface AccountModel extends DeploymentModel {\n /** Properties of Cognitive Services account deployment model. */\n baseModel?: DeploymentModel;\n /** If the model is default version. */\n isDefaultVersion?: boolean;\n /** The list of Model Sku. */\n skus?: ModelSku[];\n /** The max capacity. */\n maxCapacity?: number;\n /** The capabilities. */\n capabilities?: Record<string, string>;\n /** The capabilities for finetune models. */\n finetuneCapabilities?: Record<string, string>;\n /** Cognitive Services account ModelDeprecationInfo. */\n deprecation?: ModelDeprecationInfo;\n /** Configuration for model replacement. */\n replacementConfig?: ReplacementConfig;\n /** Asset identifier for the model in the model catalog. */\n modelCatalogAssetId?: string;\n /** Model lifecycle status. */\n lifecycleStatus?: ModelLifecycleStatus;\n /** Metadata pertaining to creation and last modification of the resource. */\n readonly systemData?: SystemData;\n}\n\nexport function accountModelDeserializer(item: any): AccountModel {\n return {\n publisher: item[\"publisher\"],\n format: item[\"format\"],\n name: item[\"name\"],\n version: item[\"version\"],\n source: item[\"source\"],\n sourceAccount: item[\"sourceAccount\"],\n callRateLimit: !item[\"callRateLimit\"]\n ? item[\"callRateLimit\"]\n : callRateLimitDeserializer(item[\"callRateLimit\"]),\n baseModel: !item[\"baseModel\"]\n ? item[\"baseModel\"]\n : deploymentModelDeserializer(item[\"baseModel\"]),\n isDefaultVersion: item[\"isDefaultVersion\"],\n skus: !item[\"skus\"] ? item[\"skus\"] : modelSkuArrayDeserializer(item[\"skus\"]),\n maxCapacity: item[\"maxCapacity\"],\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : Object.fromEntries(\n Object.entries(item[\"capabilities\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n finetuneCapabilities: !item[\"finetuneCapabilities\"]\n ? item[\"finetuneCapabilities\"]\n : Object.fromEntries(\n Object.entries(item[\"finetuneCapabilities\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n deprecation: !item[\"deprecation\"]\n ? item[\"deprecation\"]\n : modelDeprecationInfoDeserializer(item[\"deprecation\"]),\n replacementConfig: !item[\"replacementConfig\"]\n ? item[\"replacementConfig\"]\n : replacementConfigDeserializer(item[\"replacementConfig\"]),\n modelCatalogAssetId: item[\"modelCatalogAssetId\"],\n lifecycleStatus: item[\"lifecycleStatus\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\nexport function modelSkuArrayDeserializer(result: Array<ModelSku>): any[] {\n return result.map((item) => {\n return modelSkuDeserializer(item);\n });\n}\n\n/** Describes an available Cognitive Services Model SKU. */\nexport interface ModelSku {\n /** The name of the model SKU. */\n name?: string;\n /** The usage name of the model SKU. */\n usageName?: string;\n /** The datetime of deprecation of the model SKU. */\n deprecationDate?: Date;\n /** The capacity configuration. */\n capacity?: CapacityConfig;\n /** The list of rateLimit. */\n rateLimits?: CallRateLimit[];\n /** The list of billing meter info. */\n cost?: BillingMeterInfo[];\n}\n\nexport function modelSkuDeserializer(item: any): ModelSku {\n return {\n name: item[\"name\"],\n usageName: item[\"usageName\"],\n deprecationDate: !item[\"deprecationDate\"]\n ? item[\"deprecationDate\"]\n : new Date(item[\"deprecationDate\"]),\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : capacityConfigDeserializer(item[\"capacity\"]),\n rateLimits: !item[\"rateLimits\"]\n ? item[\"rateLimits\"]\n : callRateLimitArrayDeserializer(item[\"rateLimits\"]),\n cost: !item[\"cost\"] ? item[\"cost\"] : billingMeterInfoArrayDeserializer(item[\"cost\"]),\n };\n}\n\n/** The capacity configuration. */\nexport interface CapacityConfig {\n /** The minimum capacity. */\n minimum?: number;\n /** The maximum capacity. */\n maximum?: number;\n /** The minimal incremental between allowed values for capacity. */\n step?: number;\n /** The default capacity. */\n default?: number;\n /** The array of allowed values for capacity. */\n allowedValues?: number[];\n}\n\nexport function capacityConfigDeserializer(item: any): CapacityConfig {\n return {\n minimum: item[\"minimum\"],\n maximum: item[\"maximum\"],\n step: item[\"step\"],\n default: item[\"default\"],\n allowedValues: !item[\"allowedValues\"]\n ? item[\"allowedValues\"]\n : item[\"allowedValues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function callRateLimitArrayDeserializer(result: Array<CallRateLimit>): any[] {\n return result.map((item) => {\n return callRateLimitDeserializer(item);\n });\n}\n\nexport function billingMeterInfoArrayDeserializer(result: Array<BillingMeterInfo>): any[] {\n return result.map((item) => {\n return billingMeterInfoDeserializer(item);\n });\n}\n\n/** model interface BillingMeterInfo */\nexport interface BillingMeterInfo {\n name?: string;\n meterId?: string;\n unit?: string;\n}\n\nexport function billingMeterInfoDeserializer(item: any): BillingMeterInfo {\n return {\n name: item[\"name\"],\n meterId: item[\"meterId\"],\n unit: item[\"unit\"],\n };\n}\n\n/** Cognitive Services account ModelDeprecationInfo. */\nexport interface ModelDeprecationInfo {\n /** The datetime of deprecation of the fineTune Model. */\n fineTune?: string;\n /** The datetime of deprecation of the inference Model. */\n inference?: string;\n /** Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. */\n deprecationStatus?: DeprecationStatus;\n}\n\nexport function modelDeprecationInfoDeserializer(item: any): ModelDeprecationInfo {\n return {\n fineTune: item[\"fineTune\"],\n inference: item[\"inference\"],\n deprecationStatus: item[\"deprecationStatus\"],\n };\n}\n\n/** Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. */\nexport enum KnownDeprecationStatus {\n /** Planned */\n Planned = \"Planned\",\n /** Tentative */\n Tentative = \"Tentative\",\n}\n\n/**\n * Indicates whether the deprecation date is a confirmed planned end-of-life date or an estimated deprecation date. When 'Planned', the deprecation date represents a confirmed and communicated model end-of-life date. When 'Tentative', the deprecation date is an estimated timeline that may be subject to change. \\\n * {@link KnownDeprecationStatus} can be used interchangeably with DeprecationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Planned** \\\n * **Tentative**\n */\nexport type DeprecationStatus = string;\n\n/** Configuration for model replacement. */\nexport interface ReplacementConfig {\n /** The name of the replacement model. */\n targetModelName?: string;\n /** The version of the replacement model. */\n targetModelVersion?: string;\n /** The date when automatic upgrade should start. This applies to deployments with the OnceNewDefaultVersionAvailable upgrade option. */\n autoUpgradeStartDate?: Date;\n /** The number of days before deprecation date to trigger upgrade. This applies to deployments with the OnceCurrentVersionExpired upgrade option. */\n upgradeOnExpiryLeadTimeDays?: number;\n}\n\nexport function replacementConfigDeserializer(item: any): ReplacementConfig {\n return {\n targetModelName: item[\"targetModelName\"],\n targetModelVersion: item[\"targetModelVersion\"],\n autoUpgradeStartDate: !item[\"autoUpgradeStartDate\"]\n ? item[\"autoUpgradeStartDate\"]\n : new Date(item[\"autoUpgradeStartDate\"]),\n upgradeOnExpiryLeadTimeDays: item[\"upgradeOnExpiryLeadTimeDays\"],\n };\n}\n\n/** Model lifecycle status. */\nexport enum KnownModelLifecycleStatus {\n /** Legacy state. Replaced with GenerallyAvailable going forward. */\n Stable = \"Stable\",\n /** Model is in preview and may be subject to changes. */\n Preview = \"Preview\",\n /** Model is generally available for production use. */\n GenerallyAvailable = \"GenerallyAvailable\",\n /** Model is being deprecated and will be removed in the future. Only customers with existing deployments can create new deployments with this model. */\n Deprecating = \"Deprecating\",\n /** Model has been deprecated, also known as retired, and is no longer supported. Inference calls to deployments of models in this lifecycle state will return 410 errors. */\n Deprecated = \"Deprecated\",\n /** Model is a legacy version that is no longer recommended for use. Customers should migrate to newer models. Check replacementConfig for upgrade information. */\n Legacy = \"Legacy\",\n}\n\n/**\n * Model lifecycle status. \\\n * {@link KnownModelLifecycleStatus} can be used interchangeably with ModelLifecycleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stable**: Legacy state. Replaced with GenerallyAvailable going forward. \\\n * **Preview**: Model is in preview and may be subject to changes. \\\n * **GenerallyAvailable**: Model is generally available for production use. \\\n * **Deprecating**: Model is being deprecated and will be removed in the future. Only customers with existing deployments can create new deployments with this model. \\\n * **Deprecated**: Model has been deprecated, also known as retired, and is no longer supported. Inference calls to deployments of models in this lifecycle state will return 410 errors. \\\n * **Legacy**: Model is a legacy version that is no longer recommended for use. Customers should migrate to newer models. Check replacementConfig for upgrade information.\n */\nexport type ModelLifecycleStatus = string;\n\n/** Request body for the evaluateDeploymentPolicies action. */\nexport interface EvaluateDeploymentPoliciesRequest {\n /** The list of hypothetical deployments to evaluate against Azure Policy. */\n deployments: EvaluateDeploymentPoliciesDeployment[];\n}\n\nexport function evaluateDeploymentPoliciesRequestSerializer(\n item: EvaluateDeploymentPoliciesRequest,\n): any {\n return { deployments: evaluateDeploymentPoliciesDeploymentArraySerializer(item[\"deployments\"]) };\n}\n\nexport function evaluateDeploymentPoliciesDeploymentArraySerializer(\n result: Array<EvaluateDeploymentPoliciesDeployment>,\n): any[] {\n return result.map((item) => {\n return evaluateDeploymentPoliciesDeploymentSerializer(item);\n });\n}\n\n/** A hypothetical deployment definition used for policy dry-run evaluation. */\nexport interface EvaluateDeploymentPoliciesDeployment {\n /** The name of the hypothetical deployment. */\n name: string;\n /** Properties of the hypothetical deployment. */\n properties: EvaluateDeploymentPoliciesDeploymentProperties;\n}\n\nexport function evaluateDeploymentPoliciesDeploymentSerializer(\n item: EvaluateDeploymentPoliciesDeployment,\n): any {\n return {\n name: item[\"name\"],\n properties: evaluateDeploymentPoliciesDeploymentPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a hypothetical deployment for policy evaluation. */\nexport interface EvaluateDeploymentPoliciesDeploymentProperties {\n /** The model to evaluate. */\n model: DeploymentModel;\n /** The name of the RAI policy to evaluate. */\n raiPolicyName?: string;\n}\n\nexport function evaluateDeploymentPoliciesDeploymentPropertiesSerializer(\n item: EvaluateDeploymentPoliciesDeploymentProperties,\n): any {\n return { model: deploymentModelSerializer(item[\"model\"]), raiPolicyName: item[\"raiPolicyName\"] };\n}\n\n/** Response body for the evaluateDeploymentPolicies action. */\nexport interface EvaluateDeploymentPoliciesResponse {\n /** Per-deployment policy evaluation results, keyed by deployment name. */\n results?: Record<string, DeploymentPolicyEvaluationResult>;\n}\n\nexport function evaluateDeploymentPoliciesResponseDeserializer(\n item: any,\n): EvaluateDeploymentPoliciesResponse {\n return {\n results: !item[\"results\"]\n ? item[\"results\"]\n : deploymentPolicyEvaluationResultRecordDeserializer(item[\"results\"]),\n };\n}\n\nexport function deploymentPolicyEvaluationResultRecordDeserializer(\n item: Record<string, any>,\n): Record<string, DeploymentPolicyEvaluationResult> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : deploymentPolicyEvaluationResultDeserializer(item[key]);\n });\n return result;\n}\n\n/** Policy evaluation result for a single deployment. */\nexport interface DeploymentPolicyEvaluationResult {\n /** The evaluation outcome. */\n evaluationOutcome?: PolicyEvaluationOutcome;\n /** Error message if the evaluation outcome is Error. */\n errorMessage?: string;\n /** Details of non-compliant policy assignments. */\n nonCompliantAssignments?: PolicyAssignmentEvaluationDetails[];\n}\n\nexport function deploymentPolicyEvaluationResultDeserializer(\n item: any,\n): DeploymentPolicyEvaluationResult {\n return {\n evaluationOutcome: item[\"evaluationOutcome\"],\n errorMessage: item[\"errorMessage\"],\n nonCompliantAssignments: !item[\"nonCompliantAssignments\"]\n ? item[\"nonCompliantAssignments\"]\n : policyAssignmentEvaluationDetailsArrayDeserializer(item[\"nonCompliantAssignments\"]),\n };\n}\n\n/** The outcome of a policy evaluation. */\nexport enum KnownPolicyEvaluationOutcome {\n /** The deployment is compliant with all policies. */\n Compliant = \"Compliant\",\n /** The deployment violates one or more policies. */\n NonCompliant = \"NonCompliant\",\n /** An error occurred during evaluation. */\n Error = \"Error\",\n}\n\n/**\n * The outcome of a policy evaluation. \\\n * {@link KnownPolicyEvaluationOutcome} can be used interchangeably with PolicyEvaluationOutcome,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Compliant**: The deployment is compliant with all policies. \\\n * **NonCompliant**: The deployment violates one or more policies. \\\n * **Error**: An error occurred during evaluation.\n */\nexport type PolicyEvaluationOutcome = string;\n\nexport function policyAssignmentEvaluationDetailsArrayDeserializer(\n result: Array<PolicyAssignmentEvaluationDetails>,\n): any[] {\n return result.map((item) => {\n return policyAssignmentEvaluationDetailsDeserializer(item);\n });\n}\n\n/** Details of a non-compliant policy assignment. */\nexport interface PolicyAssignmentEvaluationDetails {\n /** The policy assignment ID. */\n assignmentId?: string;\n /** The policy definition ID. */\n policyDefinitionId?: string;\n /** The policy set definition ID. */\n policySetDefinitionId?: string;\n /** The evaluation outcome for this assignment. */\n evaluationOutcome?: PolicyEvaluationOutcome;\n /** The reason for non-compliance. */\n nonComplianceReason?: string;\n /** The policy effect (e.g., Deny, Audit). */\n effect?: string;\n /** Expression-level evaluation details. */\n expressionEvaluations?: PolicyExpressionEvaluationDetails[];\n}\n\nexport function policyAssignmentEvaluationDetailsDeserializer(\n item: any,\n): PolicyAssignmentEvaluationDetails {\n return {\n assignmentId: item[\"assignmentId\"],\n policyDefinitionId: item[\"policyDefinitionId\"],\n policySetDefinitionId: item[\"policySetDefinitionId\"],\n evaluationOutcome: item[\"evaluationOutcome\"],\n nonComplianceReason: item[\"nonComplianceReason\"],\n effect: item[\"effect\"],\n expressionEvaluations: !item[\"expressionEvaluations\"]\n ? item[\"expressionEvaluations\"]\n : policyExpressionEvaluationDetailsArrayDeserializer(item[\"expressionEvaluations\"]),\n };\n}\n\nexport function policyExpressionEvaluationDetailsArrayDeserializer(\n result: Array<PolicyExpressionEvaluationDetails>,\n): any[] {\n return result.map((item) => {\n return policyExpressionEvaluationDetailsDeserializer(item);\n });\n}\n\n/** Details of a policy expression evaluation. */\nexport interface PolicyExpressionEvaluationDetails {\n /** The policy expression. */\n expression?: string;\n /** The kind of expression. */\n expressionKind?: string;\n /** The operator used in evaluation. */\n operator?: string;\n /** The evaluation result. */\n result?: string;\n /** The target value of the expression. */\n targetValue?: string;\n /** The actual value of the expression. */\n expressionValue?: string;\n}\n\nexport function policyExpressionEvaluationDetailsDeserializer(\n item: any,\n): PolicyExpressionEvaluationDetails {\n return {\n expression: item[\"expression\"],\n expressionKind: item[\"expressionKind\"],\n operator: item[\"operator\"],\n result: item[\"result\"],\n targetValue: item[\"targetValue\"],\n expressionValue: item[\"expressionValue\"],\n };\n}\n\n/** A list of private endpoint connections */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\nexport function privateEndpointConnectionListResultDeserializer(\n item: any,\n): PrivateEndpointConnectionListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n };\n}\n\n/** Cognitive Services account deployment. */\nexport interface Deployment extends ProxyResource {\n /** Properties of Cognitive Services account deployment. */\n properties?: DeploymentProperties;\n /** The resource model definition representing SKU */\n sku?: Sku;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function deploymentSerializer(item: Deployment): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : deploymentPropertiesSerializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function deploymentDeserializer(item: any): Deployment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : deploymentPropertiesDeserializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of Cognitive Services account deployment. */\nexport interface DeploymentProperties {\n /** Gets the status of the resource at the time the operation was called. */\n readonly provisioningState?: DeploymentProvisioningState;\n /** Properties of Cognitive Services account deployment model. */\n model?: DeploymentModel;\n /** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */\n scaleSettings?: DeploymentScaleSettings;\n /** The capabilities. */\n readonly capabilities?: Record<string, string>;\n /** The name of RAI policy. */\n raiPolicyName?: string;\n /** The call rate limit Cognitive Services account. */\n readonly callRateLimit?: CallRateLimit;\n readonly rateLimits?: ThrottlingRule[];\n /** Deployment model version upgrade option. */\n versionUpgradeOption?: DeploymentModelVersionUpgradeOption;\n /** If the dynamic throttling is enabled. */\n readonly dynamicThrottlingEnabled?: boolean;\n /** The current capacity. */\n currentCapacity?: number;\n /** Internal use only. */\n capacitySettings?: DeploymentCapacitySettings;\n /** The name of parent deployment. */\n parentDeploymentName?: string;\n /** Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. */\n spilloverDeploymentName?: string;\n /** The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. */\n serviceTier?: ServiceTier;\n /** The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. */\n deploymentState?: DeploymentState;\n /** Routing configuration for the model-router deployment. This property is only applicable when the deployed model is 'model-router' version 2025-11-18 or later. Allows you to select the models subset for routing and the routing mode (balanced, quality, cost) for routing across all supported models or the model subset. */\n routing?: DeploymentRouting;\n}\n\nexport function deploymentPropertiesSerializer(item: DeploymentProperties): any {\n return {\n model: !item[\"model\"] ? item[\"model\"] : deploymentModelSerializer(item[\"model\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : deploymentScaleSettingsSerializer(item[\"scaleSettings\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n currentCapacity: item[\"currentCapacity\"],\n capacitySettings: !item[\"capacitySettings\"]\n ? item[\"capacitySettings\"]\n : deploymentCapacitySettingsSerializer(item[\"capacitySettings\"]),\n parentDeploymentName: item[\"parentDeploymentName\"],\n spilloverDeploymentName: item[\"spilloverDeploymentName\"],\n serviceTier: item[\"serviceTier\"],\n deploymentState: item[\"deploymentState\"],\n routing: !item[\"routing\"] ? item[\"routing\"] : deploymentRoutingSerializer(item[\"routing\"]),\n };\n}\n\nexport function deploymentPropertiesDeserializer(item: any): DeploymentProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n model: !item[\"model\"] ? item[\"model\"] : deploymentModelDeserializer(item[\"model\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : deploymentScaleSettingsDeserializer(item[\"scaleSettings\"]),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : Object.fromEntries(\n Object.entries(item[\"capabilities\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n raiPolicyName: item[\"raiPolicyName\"],\n callRateLimit: !item[\"callRateLimit\"]\n ? item[\"callRateLimit\"]\n : callRateLimitDeserializer(item[\"callRateLimit\"]),\n rateLimits: !item[\"rateLimits\"]\n ? item[\"rateLimits\"]\n : throttlingRuleArrayDeserializer(item[\"rateLimits\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n dynamicThrottlingEnabled: item[\"dynamicThrottlingEnabled\"],\n currentCapacity: item[\"currentCapacity\"],\n capacitySettings: !item[\"capacitySettings\"]\n ? item[\"capacitySettings\"]\n : deploymentCapacitySettingsDeserializer(item[\"capacitySettings\"]),\n parentDeploymentName: item[\"parentDeploymentName\"],\n spilloverDeploymentName: item[\"spilloverDeploymentName\"],\n serviceTier: item[\"serviceTier\"],\n deploymentState: item[\"deploymentState\"],\n routing: !item[\"routing\"] ? item[\"routing\"] : deploymentRoutingDeserializer(item[\"routing\"]),\n };\n}\n\n/** Gets the status of the resource at the time the operation was called. */\nexport enum KnownDeploymentProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Gets the status of the resource at the time the operation was called. \\\n * {@link KnownDeploymentProvisioningState} can be used interchangeably with DeploymentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Deleting** \\\n * **Moving** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Disabled** \\\n * **Canceled**\n */\nexport type DeploymentProvisioningState = string;\n\n/** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */\nexport interface DeploymentScaleSettings {\n /** Deployment scale type. */\n scaleType?: DeploymentScaleType;\n /** Deployment capacity. */\n capacity?: number;\n /** Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`. */\n readonly activeCapacity?: number;\n}\n\nexport function deploymentScaleSettingsSerializer(item: DeploymentScaleSettings): any {\n return { scaleType: item[\"scaleType\"], capacity: item[\"capacity\"] };\n}\n\nexport function deploymentScaleSettingsDeserializer(item: any): DeploymentScaleSettings {\n return {\n scaleType: item[\"scaleType\"],\n capacity: item[\"capacity\"],\n activeCapacity: item[\"activeCapacity\"],\n };\n}\n\n/** Deployment scale type. */\nexport enum KnownDeploymentScaleType {\n /** Standard */\n Standard = \"Standard\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Deployment scale type. \\\n * {@link KnownDeploymentScaleType} can be used interchangeably with DeploymentScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Manual**\n */\nexport type DeploymentScaleType = string;\n\n/** Deployment model version upgrade option. */\nexport enum KnownDeploymentModelVersionUpgradeOption {\n /** OnceNewDefaultVersionAvailable */\n OnceNewDefaultVersionAvailable = \"OnceNewDefaultVersionAvailable\",\n /** OnceCurrentVersionExpired */\n OnceCurrentVersionExpired = \"OnceCurrentVersionExpired\",\n /** NoAutoUpgrade */\n NoAutoUpgrade = \"NoAutoUpgrade\",\n}\n\n/**\n * Deployment model version upgrade option. \\\n * {@link KnownDeploymentModelVersionUpgradeOption} can be used interchangeably with DeploymentModelVersionUpgradeOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnceNewDefaultVersionAvailable** \\\n * **OnceCurrentVersionExpired** \\\n * **NoAutoUpgrade**\n */\nexport type DeploymentModelVersionUpgradeOption = string;\n\n/** Internal use only. */\nexport interface DeploymentCapacitySettings {\n /** The designated capacity. */\n designatedCapacity?: number;\n /** The priority of this capacity setting. */\n priority?: number;\n}\n\nexport function deploymentCapacitySettingsSerializer(item: DeploymentCapacitySettings): any {\n return { designatedCapacity: item[\"designatedCapacity\"], priority: item[\"priority\"] };\n}\n\nexport function deploymentCapacitySettingsDeserializer(item: any): DeploymentCapacitySettings {\n return {\n designatedCapacity: item[\"designatedCapacity\"],\n priority: item[\"priority\"],\n };\n}\n\n/** The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. */\nexport enum KnownServiceTier {\n /** Default service tier meaning the request will be processed with the standard pricing and performance for the selected model. */\n Default = \"Default\",\n /** Priority service tier meaning the request will be processed with higher pricing and performance for the selected model. */\n Priority = \"Priority\",\n}\n\n/**\n * The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs. \\\n * {@link KnownServiceTier} can be used interchangeably with ServiceTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default service tier meaning the request will be processed with the standard pricing and performance for the selected model. \\\n * **Priority**: Priority service tier meaning the request will be processed with higher pricing and performance for the selected model.\n */\nexport type ServiceTier = string;\n\n/** The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. */\nexport enum KnownDeploymentState {\n /** The deployment is running and accepting inference requests. */\n Running = \"Running\",\n /** The deployment is paused and not accepting inference requests. */\n Paused = \"Paused\",\n}\n\n/**\n * The state of the deployment. Controls whether the deployment is accepting inference requests. Use 'Running' for active deployments that process requests, or 'Paused' to temporarily stop inference while preserving the deployment configuration. \\\n * {@link KnownDeploymentState} can be used interchangeably with DeploymentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running**: The deployment is running and accepting inference requests. \\\n * **Paused**: The deployment is paused and not accepting inference requests.\n */\nexport type DeploymentState = string;\n\n/** Routing configuration for the model-router deployment. Specifies how requests are routed across multiple models. */\nexport interface DeploymentRouting {\n /** The model-router routing mode that determines how requests are distributed across models. */\n mode?: RoutingMode;\n /** Optional. The list of model-router supported models that the model router can use to route requests across. If not specified, the model router will route to all available models specified in the model-router version. */\n models?: DeploymentModel[];\n}\n\nexport function deploymentRoutingSerializer(item: DeploymentRouting): any {\n return {\n mode: item[\"mode\"],\n models: !item[\"models\"] ? item[\"models\"] : deploymentModelArraySerializer(item[\"models\"]),\n };\n}\n\nexport function deploymentRoutingDeserializer(item: any): DeploymentRouting {\n return {\n mode: item[\"mode\"],\n models: !item[\"models\"] ? item[\"models\"] : deploymentModelArrayDeserializer(item[\"models\"]),\n };\n}\n\n/** The model-router routing mode that determines how requests are distributed across models. */\nexport enum KnownRoutingMode {\n /** Route requests to minimize cost while meeting performance requirements. */\n Cost = \"cost\",\n /** Balance cost and quality when routing requests across models. */\n Balanced = \"balanced\",\n /** Route requests to maximize quality regardless of cost. */\n Quality = \"quality\",\n}\n\n/**\n * The model-router routing mode that determines how requests are distributed across models. \\\n * {@link KnownRoutingMode} can be used interchangeably with RoutingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **cost**: Route requests to minimize cost while meeting performance requirements. \\\n * **balanced**: Balance cost and quality when routing requests across models. \\\n * **quality**: Route requests to maximize quality regardless of cost.\n */\nexport type RoutingMode = string;\n\nexport function deploymentModelArraySerializer(result: Array<DeploymentModel>): any[] {\n return result.map((item) => {\n return deploymentModelSerializer(item);\n });\n}\n\nexport function deploymentModelArrayDeserializer(result: Array<DeploymentModel>): any[] {\n return result.map((item) => {\n return deploymentModelDeserializer(item);\n });\n}\n\n/** The object being used to update tags and sku of a resource, in general used for PATCH operations. */\nexport interface PatchResourceTagsAndSku extends PatchResourceTags {\n /** The resource model definition representing SKU */\n sku?: Sku;\n}\n\nexport function patchResourceTagsAndSkuSerializer(item: PatchResourceTagsAndSku): any {\n return { tags: item[\"tags\"], sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]) };\n}\n\n/** The object being used to update tags of a resource, in general used for PATCH operations. */\nexport interface PatchResourceTags {\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function patchResourceTagsSerializer(item: PatchResourceTags): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The list of cognitive services accounts operation response. */\nexport interface _DeploymentListResult {\n /** The link used to get the next page of Deployment. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts Deployment and their properties. */\n readonly value?: Deployment[];\n}\n\nexport function _deploymentListResultDeserializer(item: any): _DeploymentListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : deploymentArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function deploymentArraySerializer(result: Array<Deployment>): any[] {\n return result.map((item) => {\n return deploymentSerializer(item);\n });\n}\n\nexport function deploymentArrayDeserializer(result: Array<Deployment>): any[] {\n return result.map((item) => {\n return deploymentDeserializer(item);\n });\n}\n\n/** The list of cognitive services accounts operation response. */\nexport interface _DeploymentSkuListResult {\n /** The link used to get the next page of deployment skus. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts deployment skus. */\n readonly value?: SkuResource[];\n}\n\nexport function _deploymentSkuListResultDeserializer(item: any): _DeploymentSkuListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : skuResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function skuResourceArrayDeserializer(result: Array<SkuResource>): any[] {\n return result.map((item) => {\n return skuResourceDeserializer(item);\n });\n}\n\n/** Properties of Cognitive Services account resource sku resource properties. */\nexport interface SkuResource {\n /** The resource type name. */\n resourceType?: string;\n /** The resource model definition representing SKU */\n sku?: Sku;\n /** The capacity configuration. */\n capacity?: CapacityConfig;\n}\n\nexport function skuResourceDeserializer(item: any): SkuResource {\n return {\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : capacityConfigDeserializer(item[\"capacity\"]),\n };\n}\n\n/** Cognitive Services account commitment plan. */\nexport interface CommitmentPlan extends ProxyResource {\n /** Properties of Cognitive Services account commitment plan. */\n properties?: CommitmentPlanProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource Etag. */\n readonly etag?: string;\n /** The kind (type) of cognitive service account. */\n kind?: string;\n /** The resource model definition representing SKU */\n sku?: Sku;\n}\n\nexport function commitmentPlanSerializer(item: CommitmentPlan): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : commitmentPlanPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function commitmentPlanDeserializer(item: any): CommitmentPlan {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : commitmentPlanPropertiesDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n etag: item[\"etag\"],\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Properties of Cognitive Services account commitment plan. */\nexport interface CommitmentPlanProperties {\n /** Gets the status of the resource at the time the operation was called. */\n readonly provisioningState?: CommitmentPlanProvisioningState;\n /** Commitment plan guid. */\n commitmentPlanGuid?: string;\n /** Account hosting model. */\n hostingModel?: HostingModel;\n /** Commitment plan type. */\n planType?: string;\n /** Cognitive Services account commitment period. */\n current?: CommitmentPeriod;\n /** AutoRenew commitment plan. */\n autoRenew?: boolean;\n /** Cognitive Services account commitment period. */\n next?: CommitmentPeriod;\n /** Cognitive Services account commitment period. */\n readonly last?: CommitmentPeriod;\n /** The list of ProvisioningIssue. */\n readonly provisioningIssues?: string[];\n}\n\nexport function commitmentPlanPropertiesSerializer(item: CommitmentPlanProperties): any {\n return {\n commitmentPlanGuid: item[\"commitmentPlanGuid\"],\n hostingModel: item[\"hostingModel\"],\n planType: item[\"planType\"],\n current: !item[\"current\"] ? item[\"current\"] : commitmentPeriodSerializer(item[\"current\"]),\n autoRenew: item[\"autoRenew\"],\n next: !item[\"next\"] ? item[\"next\"] : commitmentPeriodSerializer(item[\"next\"]),\n };\n}\n\nexport function commitmentPlanPropertiesDeserializer(item: any): CommitmentPlanProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n commitmentPlanGuid: item[\"commitmentPlanGuid\"],\n hostingModel: item[\"hostingModel\"],\n planType: item[\"planType\"],\n current: !item[\"current\"] ? item[\"current\"] : commitmentPeriodDeserializer(item[\"current\"]),\n autoRenew: item[\"autoRenew\"],\n next: !item[\"next\"] ? item[\"next\"] : commitmentPeriodDeserializer(item[\"next\"]),\n last: !item[\"last\"] ? item[\"last\"] : commitmentPeriodDeserializer(item[\"last\"]),\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : item[\"provisioningIssues\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Gets the status of the resource at the time the operation was called. */\nexport enum KnownCommitmentPlanProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Gets the status of the resource at the time the operation was called. \\\n * {@link KnownCommitmentPlanProvisioningState} can be used interchangeably with CommitmentPlanProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Deleting** \\\n * **Moving** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled**\n */\nexport type CommitmentPlanProvisioningState = string;\n\n/** Account hosting model. */\nexport enum KnownHostingModel {\n /** Web */\n Web = \"Web\",\n /** ConnectedContainer */\n ConnectedContainer = \"ConnectedContainer\",\n /** DisconnectedContainer */\n DisconnectedContainer = \"DisconnectedContainer\",\n /** ProvisionedWeb */\n ProvisionedWeb = \"ProvisionedWeb\",\n}\n\n/**\n * Account hosting model. \\\n * {@link KnownHostingModel} can be used interchangeably with HostingModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Web** \\\n * **ConnectedContainer** \\\n * **DisconnectedContainer** \\\n * **ProvisionedWeb**\n */\nexport type HostingModel = string;\n\n/** Cognitive Services account commitment period. */\nexport interface CommitmentPeriod {\n /** Commitment period commitment tier. */\n tier?: string;\n /** Commitment period commitment count. */\n count?: number;\n /** Cognitive Services account commitment quota. */\n readonly quota?: CommitmentQuota;\n /** Commitment period start date. */\n readonly startDate?: string;\n /** Commitment period end date. */\n readonly endDate?: string;\n}\n\nexport function commitmentPeriodSerializer(item: CommitmentPeriod): any {\n return { tier: item[\"tier\"], count: item[\"count\"] };\n}\n\nexport function commitmentPeriodDeserializer(item: any): CommitmentPeriod {\n return {\n tier: item[\"tier\"],\n count: item[\"count\"],\n quota: !item[\"quota\"] ? item[\"quota\"] : commitmentQuotaDeserializer(item[\"quota\"]),\n startDate: item[\"startDate\"],\n endDate: item[\"endDate\"],\n };\n}\n\n/** Cognitive Services account commitment quota. */\nexport interface CommitmentQuota {\n /** Commitment quota quantity. */\n quantity?: number;\n /** Commitment quota unit. */\n unit?: string;\n}\n\nexport function commitmentQuotaDeserializer(item: any): CommitmentQuota {\n return {\n quantity: item[\"quantity\"],\n unit: item[\"unit\"],\n };\n}\n\n/** The list of cognitive services accounts operation response. */\nexport interface _CommitmentPlanListResult {\n /** The link used to get the next page of CommitmentPlan. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts CommitmentPlan and their properties. */\n readonly value?: CommitmentPlan[];\n}\n\nexport function _commitmentPlanListResultDeserializer(item: any): _CommitmentPlanListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : commitmentPlanArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function commitmentPlanArraySerializer(result: Array<CommitmentPlan>): any[] {\n return result.map((item) => {\n return commitmentPlanSerializer(item);\n });\n}\n\nexport function commitmentPlanArrayDeserializer(result: Array<CommitmentPlan>): any[] {\n return result.map((item) => {\n return commitmentPlanDeserializer(item);\n });\n}\n\n/** The commitment plan association. */\nexport interface CommitmentPlanAccountAssociation extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The Azure resource id of the account. */\n accountId?: string;\n}\n\nexport function commitmentPlanAccountAssociationSerializer(\n item: CommitmentPlanAccountAssociation,\n): any {\n return {\n properties: areAllPropsUndefined(item, [\"accountId\"])\n ? undefined\n : _commitmentPlanAccountAssociationPropertiesSerializer(item),\n tags: item[\"tags\"],\n };\n}\n\nexport function commitmentPlanAccountAssociationDeserializer(\n item: any,\n): CommitmentPlanAccountAssociation {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _commitmentPlanAccountAssociationPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The commitment plan account association properties. */\nexport interface CommitmentPlanAccountAssociationProperties {\n /** The Azure resource id of the account. */\n accountId?: string;\n}\n\nexport function commitmentPlanAccountAssociationPropertiesSerializer(\n item: CommitmentPlanAccountAssociationProperties,\n): any {\n return { accountId: item[\"accountId\"] };\n}\n\nexport function commitmentPlanAccountAssociationPropertiesDeserializer(\n item: any,\n): CommitmentPlanAccountAssociationProperties {\n return {\n accountId: item[\"accountId\"],\n };\n}\n\n/** The list of cognitive services Commitment Plan Account Association operation response. */\nexport interface _CommitmentPlanAccountAssociationListResult {\n /** The link used to get the next page of Commitment Plan Account Association. */\n nextLink?: string;\n /** Gets the list of Cognitive Services Commitment Plan Account Association and their properties. */\n readonly value?: CommitmentPlanAccountAssociation[];\n}\n\nexport function _commitmentPlanAccountAssociationListResultDeserializer(\n item: any,\n): _CommitmentPlanAccountAssociationListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : commitmentPlanAccountAssociationArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function commitmentPlanAccountAssociationArraySerializer(\n result: Array<CommitmentPlanAccountAssociation>,\n): any[] {\n return result.map((item) => {\n return commitmentPlanAccountAssociationSerializer(item);\n });\n}\n\nexport function commitmentPlanAccountAssociationArrayDeserializer(\n result: Array<CommitmentPlanAccountAssociation>,\n): any[] {\n return result.map((item) => {\n return commitmentPlanAccountAssociationDeserializer(item);\n });\n}\n\n/** Cognitive Services EncryptionScope */\nexport interface EncryptionScope extends ProxyResource {\n /** Properties of Cognitive Services EncryptionScope. */\n properties?: EncryptionScopeProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function encryptionScopeSerializer(item: EncryptionScope): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : encryptionScopePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function encryptionScopeDeserializer(item: any): EncryptionScope {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : encryptionScopePropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties to EncryptionScope */\nexport interface EncryptionScopeProperties extends Encryption {\n /** Gets the status of the resource at the time the operation was called. */\n readonly provisioningState?: EncryptionScopeProvisioningState;\n /** The encryptionScope state. */\n state?: EncryptionScopeState;\n}\n\nexport function encryptionScopePropertiesSerializer(item: EncryptionScopeProperties): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n state: item[\"state\"],\n };\n}\n\nexport function encryptionScopePropertiesDeserializer(item: any): EncryptionScopeProperties {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n provisioningState: item[\"provisioningState\"],\n state: item[\"state\"],\n };\n}\n\n/** Gets the status of the resource at the time the operation was called. */\nexport enum KnownEncryptionScopeProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Gets the status of the resource at the time the operation was called. \\\n * {@link KnownEncryptionScopeProvisioningState} can be used interchangeably with EncryptionScopeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Deleting** \\\n * **Moving** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled**\n */\nexport type EncryptionScopeProvisioningState = string;\n\n/** The encryptionScope state. */\nexport enum KnownEncryptionScopeState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * The encryptionScope state. \\\n * {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type EncryptionScopeState = string;\n\n/** The list of cognitive services EncryptionScopes. */\nexport interface _EncryptionScopeListResult {\n /** The link used to get the next page of EncryptionScope. */\n nextLink?: string;\n /** The list of EncryptionScope. */\n value?: EncryptionScope[];\n}\n\nexport function _encryptionScopeListResultDeserializer(item: any): _EncryptionScopeListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : encryptionScopeArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function encryptionScopeArraySerializer(result: Array<EncryptionScope>): any[] {\n return result.map((item) => {\n return encryptionScopeSerializer(item);\n });\n}\n\nexport function encryptionScopeArrayDeserializer(result: Array<EncryptionScope>): any[] {\n return result.map((item) => {\n return encryptionScopeDeserializer(item);\n });\n}\n\n/** Cognitive Services RaiPolicy. */\nexport interface RaiPolicy extends ProxyResource {\n /** Properties of Cognitive Services RaiPolicy. */\n properties?: RaiPolicyProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function raiPolicySerializer(item: RaiPolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiPolicyPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function raiPolicyDeserializer(item: any): RaiPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiPolicyPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Azure OpenAI Content Filters properties. */\nexport interface RaiPolicyProperties {\n /** Content Filters policy type. */\n readonly type?: RaiPolicyType;\n /** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. */\n mode?: RaiPolicyMode;\n /** Name of Rai policy. */\n basePolicyName?: string;\n /** The list of Content Filters. */\n contentFilters?: RaiPolicyContentFilter[];\n /** The list of custom Blocklist. */\n customBlocklists?: CustomBlocklistConfig[];\n /** The list of Safety Providers. */\n safetyProviders?: SafetyProviderConfig[];\n}\n\nexport function raiPolicyPropertiesSerializer(item: RaiPolicyProperties): any {\n return {\n mode: item[\"mode\"],\n basePolicyName: item[\"basePolicyName\"],\n contentFilters: !item[\"contentFilters\"]\n ? item[\"contentFilters\"]\n : raiPolicyContentFilterArraySerializer(item[\"contentFilters\"]),\n customBlocklists: !item[\"customBlocklists\"]\n ? item[\"customBlocklists\"]\n : customBlocklistConfigArraySerializer(item[\"customBlocklists\"]),\n safetyProviders: !item[\"safetyProviders\"]\n ? item[\"safetyProviders\"]\n : safetyProviderConfigArraySerializer(item[\"safetyProviders\"]),\n };\n}\n\nexport function raiPolicyPropertiesDeserializer(item: any): RaiPolicyProperties {\n return {\n type: item[\"type\"],\n mode: item[\"mode\"],\n basePolicyName: item[\"basePolicyName\"],\n contentFilters: !item[\"contentFilters\"]\n ? item[\"contentFilters\"]\n : raiPolicyContentFilterArrayDeserializer(item[\"contentFilters\"]),\n customBlocklists: !item[\"customBlocklists\"]\n ? item[\"customBlocklists\"]\n : customBlocklistConfigArrayDeserializer(item[\"customBlocklists\"]),\n safetyProviders: !item[\"safetyProviders\"]\n ? item[\"safetyProviders\"]\n : safetyProviderConfigArrayDeserializer(item[\"safetyProviders\"]),\n };\n}\n\n/** Content Filters policy type. */\nexport enum KnownRaiPolicyType {\n /** UserManaged */\n UserManaged = \"UserManaged\",\n /** SystemManaged */\n SystemManaged = \"SystemManaged\",\n}\n\n/**\n * Content Filters policy type. \\\n * {@link KnownRaiPolicyType} can be used interchangeably with RaiPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UserManaged** \\\n * **SystemManaged**\n */\nexport type RaiPolicyType = string;\n\n/** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. */\nexport enum KnownRaiPolicyMode {\n /** Default */\n Default = \"Default\",\n /** Deferred */\n Deferred = \"Deferred\",\n /** Blocking */\n Blocking = \"Blocking\",\n /** Asynchronous_filter */\n AsynchronousFilter = \"Asynchronous_filter\",\n}\n\n/**\n * Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-06-01. It is the same as 'Deferred' in previous version. \\\n * {@link KnownRaiPolicyMode} can be used interchangeably with RaiPolicyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Deferred** \\\n * **Blocking** \\\n * **Asynchronous_filter**\n */\nexport type RaiPolicyMode = string;\n\nexport function raiPolicyContentFilterArraySerializer(\n result: Array<RaiPolicyContentFilter>,\n): any[] {\n return result.map((item) => {\n return raiPolicyContentFilterSerializer(item);\n });\n}\n\nexport function raiPolicyContentFilterArrayDeserializer(\n result: Array<RaiPolicyContentFilter>,\n): any[] {\n return result.map((item) => {\n return raiPolicyContentFilterDeserializer(item);\n });\n}\n\n/** Azure OpenAI Content Filter. */\nexport interface RaiPolicyContentFilter {\n /** Name of ContentFilter. */\n name?: string;\n /** If the ContentFilter is enabled. */\n enabled?: boolean;\n /** Level at which content is filtered. */\n severityThreshold?: ContentLevel;\n /** If blocking would occur. */\n blocking?: boolean;\n /** Content source to apply the Content Filters. */\n source?: RaiPolicyContentSource;\n /** The action types to apply to the content filters */\n action?: RaiActionType;\n}\n\nexport function raiPolicyContentFilterSerializer(item: RaiPolicyContentFilter): any {\n return {\n name: item[\"name\"],\n enabled: item[\"enabled\"],\n severityThreshold: item[\"severityThreshold\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n action: item[\"action\"],\n };\n}\n\nexport function raiPolicyContentFilterDeserializer(item: any): RaiPolicyContentFilter {\n return {\n name: item[\"name\"],\n enabled: item[\"enabled\"],\n severityThreshold: item[\"severityThreshold\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n action: item[\"action\"],\n };\n}\n\n/** Level at which content is filtered. */\nexport enum KnownContentLevel {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Level at which content is filtered. \\\n * {@link KnownContentLevel} can be used interchangeably with ContentLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type ContentLevel = string;\n\n/** Content source to apply the Content Filters. */\nexport enum KnownRaiPolicyContentSource {\n /** Prompt */\n Prompt = \"Prompt\",\n /** Completion */\n Completion = \"Completion\",\n /** PreToolCall */\n PreToolCall = \"PreToolCall\",\n /** PostToolCall */\n PostToolCall = \"PostToolCall\",\n /** PreRun */\n PreRun = \"PreRun\",\n /** PostRun */\n PostRun = \"PostRun\",\n}\n\n/**\n * Content source to apply the Content Filters. \\\n * {@link KnownRaiPolicyContentSource} can be used interchangeably with RaiPolicyContentSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prompt** \\\n * **Completion** \\\n * **PreToolCall** \\\n * **PostToolCall** \\\n * **PreRun** \\\n * **PostRun**\n */\nexport type RaiPolicyContentSource = string;\n\n/** The action types to apply to the content filters */\nexport enum KnownRaiActionType {\n /** None */\n None = \"None\",\n /** BLOCKING */\n Blocking = \"BLOCKING\",\n /** ANNOTATING */\n Annotating = \"ANNOTATING\",\n /** HITL */\n Hitl = \"HITL\",\n /** RETRY */\n Retry = \"RETRY\",\n}\n\n/**\n * The action types to apply to the content filters \\\n * {@link KnownRaiActionType} can be used interchangeably with RaiActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **BLOCKING** \\\n * **ANNOTATING** \\\n * **HITL** \\\n * **RETRY**\n */\nexport type RaiActionType = string;\n\nexport function customBlocklistConfigArraySerializer(result: Array<CustomBlocklistConfig>): any[] {\n return result.map((item) => {\n return customBlocklistConfigSerializer(item);\n });\n}\n\nexport function customBlocklistConfigArrayDeserializer(\n result: Array<CustomBlocklistConfig>,\n): any[] {\n return result.map((item) => {\n return customBlocklistConfigDeserializer(item);\n });\n}\n\n/** Gets or sets the source to which filter applies. */\nexport interface CustomBlocklistConfig extends RaiBlocklistConfig {\n /** Content source to apply the Content Filters. */\n source?: RaiPolicyContentSource;\n}\n\nexport function customBlocklistConfigSerializer(item: CustomBlocklistConfig): any {\n return {\n blocklistName: item[\"blocklistName\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n };\n}\n\nexport function customBlocklistConfigDeserializer(item: any): CustomBlocklistConfig {\n return {\n blocklistName: item[\"blocklistName\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n };\n}\n\nexport function safetyProviderConfigArraySerializer(result: Array<SafetyProviderConfig>): any[] {\n return result.map((item) => {\n return safetyProviderConfigSerializer(item);\n });\n}\n\nexport function safetyProviderConfigArrayDeserializer(result: Array<SafetyProviderConfig>): any[] {\n return result.map((item) => {\n return safetyProviderConfigDeserializer(item);\n });\n}\n\n/** Gets or sets the source to which safety providers applies. */\nexport interface SafetyProviderConfig extends RaiSafetyProviderConfig {\n /** Content source to apply the Content Filters. */\n source?: RaiPolicyContentSource;\n}\n\nexport function safetyProviderConfigSerializer(item: SafetyProviderConfig): any {\n return {\n safetyProviderName: item[\"safetyProviderName\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n };\n}\n\nexport function safetyProviderConfigDeserializer(item: any): SafetyProviderConfig {\n return {\n safetyProviderName: item[\"safetyProviderName\"],\n blocking: item[\"blocking\"],\n source: item[\"source\"],\n };\n}\n\n/** Azure OpenAI blocklist config. */\nexport interface RaiBlocklistConfig {\n /** Name of ContentFilter. */\n blocklistName?: string;\n /** If blocking would occur. */\n blocking?: boolean;\n}\n\nexport function raiBlocklistConfigSerializer(item: RaiBlocklistConfig): any {\n return { blocklistName: item[\"blocklistName\"], blocking: item[\"blocking\"] };\n}\n\nexport function raiBlocklistConfigDeserializer(item: any): RaiBlocklistConfig {\n return {\n blocklistName: item[\"blocklistName\"],\n blocking: item[\"blocking\"],\n };\n}\n\n/** Azure OpenAI RAI safety provider config. */\nexport interface RaiSafetyProviderConfig {\n /** Name of RAI Safety Provider. */\n safetyProviderName?: string;\n /** If blocking would occur. */\n blocking?: boolean;\n}\n\nexport function raiSafetyProviderConfigSerializer(item: RaiSafetyProviderConfig): any {\n return { safetyProviderName: item[\"safetyProviderName\"], blocking: item[\"blocking\"] };\n}\n\nexport function raiSafetyProviderConfigDeserializer(item: any): RaiSafetyProviderConfig {\n return {\n safetyProviderName: item[\"safetyProviderName\"],\n blocking: item[\"blocking\"],\n };\n}\n\n/** The list of cognitive services RaiPolicies. */\nexport interface _RaiPolicyListResult {\n /** The link used to get the next page of RaiPolicy. */\n nextLink?: string;\n /** The list of RaiPolicy. */\n value?: RaiPolicy[];\n}\n\nexport function _raiPolicyListResultDeserializer(item: any): _RaiPolicyListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiPolicyArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiPolicyArraySerializer(result: Array<RaiPolicy>): any[] {\n return result.map((item) => {\n return raiPolicySerializer(item);\n });\n}\n\nexport function raiPolicyArrayDeserializer(result: Array<RaiPolicy>): any[] {\n return result.map((item) => {\n return raiPolicyDeserializer(item);\n });\n}\n\n/** Cognitive Services RaiBlocklist Item. */\nexport interface RaiBlocklistItem extends ProxyResource {\n /** Properties of Cognitive Services RaiBlocklist Item. */\n properties?: RaiBlocklistItemProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function raiBlocklistItemSerializer(item: RaiBlocklistItem): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistItemPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function raiBlocklistItemDeserializer(item: any): RaiBlocklistItem {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistItemPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** RAI Custom Blocklist Item properties. */\nexport interface RaiBlocklistItemProperties {\n /** Pattern to match against. */\n pattern?: string;\n /** If the pattern is a regex pattern. */\n isRegex?: boolean;\n}\n\nexport function raiBlocklistItemPropertiesSerializer(item: RaiBlocklistItemProperties): any {\n return { pattern: item[\"pattern\"], isRegex: item[\"isRegex\"] };\n}\n\nexport function raiBlocklistItemPropertiesDeserializer(item: any): RaiBlocklistItemProperties {\n return {\n pattern: item[\"pattern\"],\n isRegex: item[\"isRegex\"],\n };\n}\n\n/** The list of cognitive services RAI Blocklist Items. */\nexport interface _RaiBlockListItemsResult {\n /** The link used to get the next page of RaiBlocklistItems. */\n nextLink?: string;\n /** The list of RaiBlocklistItems. */\n value?: RaiBlocklistItem[];\n}\n\nexport function _raiBlockListItemsResultDeserializer(item: any): _RaiBlockListItemsResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiBlocklistItemArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiBlocklistItemArraySerializer(result: Array<RaiBlocklistItem>): any[] {\n return result.map((item) => {\n return raiBlocklistItemSerializer(item);\n });\n}\n\nexport function raiBlocklistItemArrayDeserializer(result: Array<RaiBlocklistItem>): any[] {\n return result.map((item) => {\n return raiBlocklistItemDeserializer(item);\n });\n}\n\n/** The Cognitive Services RaiBlocklist Item request body. */\nexport interface RaiBlocklistItemBulkRequest {\n name?: string;\n /** Properties of Cognitive Services RaiBlocklist Item. */\n properties?: RaiBlocklistItemProperties;\n}\n\nexport function raiBlocklistItemBulkRequestSerializer(item: RaiBlocklistItemBulkRequest): any {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistItemPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Cognitive Services RaiBlocklist. */\nexport interface RaiBlocklist extends ProxyResource {\n /** Properties of Cognitive Services RaiBlocklist. */\n properties?: RaiBlocklistProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function raiBlocklistSerializer(item: RaiBlocklist): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function raiBlocklistDeserializer(item: any): RaiBlocklist {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** RAI Custom Blocklist properties. */\nexport interface RaiBlocklistProperties {\n /** Description of the block list. */\n description?: string;\n}\n\nexport function raiBlocklistPropertiesSerializer(item: RaiBlocklistProperties): any {\n return { description: item[\"description\"] };\n}\n\nexport function raiBlocklistPropertiesDeserializer(item: any): RaiBlocklistProperties {\n return {\n description: item[\"description\"],\n };\n}\n\n/** The list of cognitive services RAI Blocklists. */\nexport interface _RaiBlockListResult {\n /** The link used to get the next page of RaiBlocklists. */\n nextLink?: string;\n /** The list of RaiBlocklist. */\n value?: RaiBlocklist[];\n}\n\nexport function _raiBlockListResultDeserializer(item: any): _RaiBlockListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiBlocklistArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiBlocklistArraySerializer(result: Array<RaiBlocklist>): any[] {\n return result.map((item) => {\n return raiBlocklistSerializer(item);\n });\n}\n\nexport function raiBlocklistArrayDeserializer(result: Array<RaiBlocklist>): any[] {\n return result.map((item) => {\n return raiBlocklistDeserializer(item);\n });\n}\n\n/** Cognitive Services Rai Topic. */\nexport interface RaiTopic extends ProxyResource {\n /** Properties of Cognitive Services Rai Topic. */\n properties?: RaiTopicProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function raiTopicSerializer(item: RaiTopic): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiTopicPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function raiTopicDeserializer(item: any): RaiTopic {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiTopicPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** RAI Custom Topic properties. */\nexport interface RaiTopicProperties {\n /** The unique identifier of the custom topic. */\n topicId?: string;\n /** The name of the custom topic. */\n topicName?: string;\n /** Description of the custom topic. */\n description?: string;\n /** Sample blob url for the custom topic. */\n sampleBlobUrl?: string;\n /** Status of the custom topic. */\n status?: string;\n /** Failed reason if the status is Failed. */\n failedReason?: string;\n /** Creation time of the custom topic. */\n createdAt?: Date;\n /** Last modified time of the custom topic. */\n lastModifiedAt?: Date;\n}\n\nexport function raiTopicPropertiesSerializer(item: RaiTopicProperties): any {\n return {\n topicId: item[\"topicId\"],\n topicName: item[\"topicName\"],\n description: item[\"description\"],\n sampleBlobUrl: item[\"sampleBlobUrl\"],\n status: item[\"status\"],\n failedReason: item[\"failedReason\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : item[\"createdAt\"].toISOString(),\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : item[\"lastModifiedAt\"].toISOString(),\n };\n}\n\nexport function raiTopicPropertiesDeserializer(item: any): RaiTopicProperties {\n return {\n topicId: item[\"topicId\"],\n topicName: item[\"topicName\"],\n description: item[\"description\"],\n sampleBlobUrl: item[\"sampleBlobUrl\"],\n status: item[\"status\"],\n failedReason: item[\"failedReason\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The list of cognitive services RAI Topics. */\nexport interface _RaiTopicResult {\n /** The link used to get the next page of RaiTopics. */\n nextLink?: string;\n /** The list of RaiTopic. */\n value?: RaiTopic[];\n}\n\nexport function _raiTopicResultDeserializer(item: any): _RaiTopicResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiTopicArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiTopicArraySerializer(result: Array<RaiTopic>): any[] {\n return result.map((item) => {\n return raiTopicSerializer(item);\n });\n}\n\nexport function raiTopicArrayDeserializer(result: Array<RaiTopic>): any[] {\n return result.map((item) => {\n return raiTopicDeserializer(item);\n });\n}\n\n/** Cognitive Services RAI Tool Label resource. */\nexport interface RaiToolLabel extends ProxyResource {\n /** Properties of the RAI Tool Label. */\n properties?: RaiToolLabelProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function raiToolLabelSerializer(item: RaiToolLabel): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiToolLabelPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function raiToolLabelDeserializer(item: any): RaiToolLabel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiToolLabelPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** RAI Tool Label properties. */\nexport interface RaiToolLabelProperties {\n /** The unique tool connection name, e.g., 'Web_Search'. */\n toolConnectionName: string;\n /** Account-level tool label definition. */\n accountScope?: RaiToolLabelPropertiesAccountScope;\n /** List of project-level tool label definitions. */\n projectScopes?: RaiToolLabelPropertiesProjectScopesItem[];\n}\n\nexport function raiToolLabelPropertiesSerializer(item: RaiToolLabelProperties): any {\n return {\n toolConnectionName: item[\"toolConnectionName\"],\n accountScope: !item[\"accountScope\"]\n ? item[\"accountScope\"]\n : raiToolLabelPropertiesAccountScopeSerializer(item[\"accountScope\"]),\n projectScopes: !item[\"projectScopes\"]\n ? item[\"projectScopes\"]\n : raiToolLabelPropertiesProjectScopesItemArraySerializer(item[\"projectScopes\"]),\n };\n}\n\nexport function raiToolLabelPropertiesDeserializer(item: any): RaiToolLabelProperties {\n return {\n toolConnectionName: item[\"toolConnectionName\"],\n accountScope: !item[\"accountScope\"]\n ? item[\"accountScope\"]\n : raiToolLabelPropertiesAccountScopeDeserializer(item[\"accountScope\"]),\n projectScopes: !item[\"projectScopes\"]\n ? item[\"projectScopes\"]\n : raiToolLabelPropertiesProjectScopesItemArrayDeserializer(item[\"projectScopes\"]),\n };\n}\n\n/** Account-level tool label definition. */\nexport interface RaiToolLabelPropertiesAccountScope {\n /** Dictionary of label key-value pairs for the account scope. */\n labelValues?: Record<string, string>;\n}\n\nexport function raiToolLabelPropertiesAccountScopeSerializer(\n item: RaiToolLabelPropertiesAccountScope,\n): any {\n return { labelValues: item[\"labelValues\"] };\n}\n\nexport function raiToolLabelPropertiesAccountScopeDeserializer(\n item: any,\n): RaiToolLabelPropertiesAccountScope {\n return {\n labelValues: !item[\"labelValues\"]\n ? item[\"labelValues\"]\n : Object.fromEntries(\n Object.entries(item[\"labelValues\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function raiToolLabelPropertiesProjectScopesItemArraySerializer(\n result: Array<RaiToolLabelPropertiesProjectScopesItem>,\n): any[] {\n return result.map((item) => {\n return raiToolLabelPropertiesProjectScopesItemSerializer(item);\n });\n}\n\nexport function raiToolLabelPropertiesProjectScopesItemArrayDeserializer(\n result: Array<RaiToolLabelPropertiesProjectScopesItem>,\n): any[] {\n return result.map((item) => {\n return raiToolLabelPropertiesProjectScopesItemDeserializer(item);\n });\n}\n\n/** model interface RaiToolLabelPropertiesProjectScopesItem */\nexport interface RaiToolLabelPropertiesProjectScopesItem {\n /** Project name to which this scope applies. */\n project: string;\n /** Dictionary of label key-value pairs for the project scope. */\n labelValues: Record<string, string>;\n}\n\nexport function raiToolLabelPropertiesProjectScopesItemSerializer(\n item: RaiToolLabelPropertiesProjectScopesItem,\n): any {\n return { project: item[\"project\"], labelValues: item[\"labelValues\"] };\n}\n\nexport function raiToolLabelPropertiesProjectScopesItemDeserializer(\n item: any,\n): RaiToolLabelPropertiesProjectScopesItem {\n return {\n project: item[\"project\"],\n labelValues: Object.fromEntries(\n Object.entries(item[\"labelValues\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** The list of Cognitive Services RAI Tool Labels. */\nexport interface _RaiToolLabelResult {\n /** The link used to get the next page of RaiToolLabels. */\n nextLink?: string;\n /** The list of RAI Tool Labels. */\n value?: RaiToolLabel[];\n}\n\nexport function _raiToolLabelResultDeserializer(item: any): _RaiToolLabelResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiToolLabelArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiToolLabelArraySerializer(result: Array<RaiToolLabel>): any[] {\n return result.map((item) => {\n return raiToolLabelSerializer(item);\n });\n}\n\nexport function raiToolLabelArrayDeserializer(result: Array<RaiToolLabel>): any[] {\n return result.map((item) => {\n return raiToolLabelDeserializer(item);\n });\n}\n\n/** Azure OpenAI Content Filter. */\nexport interface RaiContentFilter extends ProxyResource {\n /** Azure OpenAI Content Filter Properties. */\n properties?: RaiContentFilterProperties;\n}\n\nexport function raiContentFilterDeserializer(item: any): RaiContentFilter {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiContentFilterPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Azure OpenAI Content Filter Properties. */\nexport interface RaiContentFilterProperties {\n /** Name of Content Filter. */\n name?: string;\n /** If the Content Filter has multi severity levels(Low, Medium, or High). */\n isMultiLevelFilter?: boolean;\n /** Content source to apply the Content Filters. */\n source?: RaiPolicyContentSource;\n}\n\nexport function raiContentFilterPropertiesDeserializer(item: any): RaiContentFilterProperties {\n return {\n name: item[\"name\"],\n isMultiLevelFilter: item[\"isMultiLevelFilter\"],\n source: item[\"source\"],\n };\n}\n\n/** The list of Content Filters. */\nexport interface _RaiContentFilterListResult {\n /** The link used to get the next page of Content Filters. */\n nextLink?: string;\n /** The list of RaiContentFilter. */\n value?: RaiContentFilter[];\n}\n\nexport function _raiContentFilterListResultDeserializer(item: any): _RaiContentFilterListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : raiContentFilterArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiContentFilterArrayDeserializer(result: Array<RaiContentFilter>): any[] {\n return result.map((item) => {\n return raiContentFilterDeserializer(item);\n });\n}\n\n/** NSP Configuration for an Cognitive Services account. */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** NSP Configuration properties. */\n properties?: NetworkSecurityPerimeterConfigurationProperties;\n}\n\nexport function networkSecurityPerimeterConfigurationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of an NSP Configuration. */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n /** Provisioning state of NetworkSecurityPerimeter configuration */\n readonly provisioningState?: string;\n /** List of Provisioning Issues */\n provisioningIssues?: ProvisioningIssue[];\n /** Information about a linked Network Security Perimeter */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Network Security Perimeter Configuration Association Information */\n resourceAssociation?: NetworkSecurityPerimeterConfigurationAssociationInfo;\n /** Network Security Perimeter Profile Information */\n profile?: NetworkSecurityPerimeterProfileInfo;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : networkSecurityPerimeterConfigurationAssociationInfoDeserializer(\n item[\"resourceAssociation\"],\n ),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterProfileInfoDeserializer(item[\"profile\"]),\n };\n}\n\nexport function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[] {\n return result.map((item) => {\n return provisioningIssueDeserializer(item);\n });\n}\n\n/** model interface ProvisioningIssue */\nexport interface ProvisioningIssue {\n /** Name of the NSP provisioning issue */\n name?: string;\n /** Properties of Provisioning Issue */\n properties?: ProvisioningIssueProperties;\n}\n\nexport function provisioningIssueDeserializer(item: any): ProvisioningIssue {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : provisioningIssuePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Provisioning Issue */\nexport interface ProvisioningIssueProperties {\n /** Type of Issue */\n issueType?: string;\n /** Severity of the issue */\n severity?: string;\n /** Description of the issue */\n description?: string;\n /** IDs of resources that can be associated to the same perimeter to remediate the issue. */\n suggestedResourceIds?: string[];\n /** Optional array, suggested access rules */\n suggestedAccessRules?: NetworkSecurityPerimeterAccessRule[];\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n suggestedResourceIds: !item[\"suggestedResourceIds\"]\n ? item[\"suggestedResourceIds\"]\n : item[\"suggestedResourceIds\"].map((p: any) => {\n return p;\n }),\n suggestedAccessRules: !item[\"suggestedAccessRules\"]\n ? item[\"suggestedAccessRules\"]\n : networkSecurityPerimeterAccessRuleArrayDeserializer(item[\"suggestedAccessRules\"]),\n };\n}\n\nexport function networkSecurityPerimeterAccessRuleArrayDeserializer(\n result: Array<NetworkSecurityPerimeterAccessRule>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterAccessRuleDeserializer(item);\n });\n}\n\n/** Network Security Perimeter Access Rule */\nexport interface NetworkSecurityPerimeterAccessRule {\n /** Network Security Perimeter Access Rule Name */\n name?: string;\n /** Properties of Network Security Perimeter Access Rule */\n properties?: NetworkSecurityPerimeterAccessRuleProperties;\n}\n\nexport function networkSecurityPerimeterAccessRuleDeserializer(\n item: any,\n): NetworkSecurityPerimeterAccessRule {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : networkSecurityPerimeterAccessRulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The Properties of Network Security Perimeter Rule */\nexport interface NetworkSecurityPerimeterAccessRuleProperties {\n /** Direction of Access Rule */\n direction?: NspAccessRuleDirection;\n /** Address prefixes for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem[];\n /** NetworkSecurityPerimeters for inbound rules */\n networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** Fully qualified domain name for outbound rules */\n fullyQualifiedDomainNames?: string[];\n}\n\nexport function networkSecurityPerimeterAccessRulePropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterAccessRuleProperties {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n subscriptions: !item[\"subscriptions\"]\n ? item[\"subscriptions\"]\n : networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemArrayDeserializer(\n item[\"subscriptions\"],\n ),\n networkSecurityPerimeters: !item[\"networkSecurityPerimeters\"]\n ? item[\"networkSecurityPerimeters\"]\n : networkSecurityPerimeterArrayDeserializer(item[\"networkSecurityPerimeters\"]),\n fullyQualifiedDomainNames: !item[\"fullyQualifiedDomainNames\"]\n ? item[\"fullyQualifiedDomainNames\"]\n : item[\"fullyQualifiedDomainNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Direction of Access Rule */\nexport enum KnownNspAccessRuleDirection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Direction of Access Rule \\\n * {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type NspAccessRuleDirection = string;\n\nexport function networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemArrayDeserializer(\n result: Array<NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemDeserializer(item);\n });\n}\n\n/** Subscription for inbound rule */\nexport interface NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem {\n /** Fully qualified identifier of subscription */\n id?: string;\n}\n\nexport function networkSecurityPerimeterAccessRulePropertiesSubscriptionsItemDeserializer(\n item: any,\n): NetworkSecurityPerimeterAccessRulePropertiesSubscriptionsItem {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function networkSecurityPerimeterArrayDeserializer(\n result: Array<NetworkSecurityPerimeter>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterDeserializer(item);\n });\n}\n\n/** Information about a linked Network Security Perimeter */\nexport interface NetworkSecurityPerimeter {\n /** Fully qualified identifier of the resource */\n id?: string;\n /** Guid of the resource */\n perimeterGuid?: string;\n /** Location of the resource */\n location?: string;\n}\n\nexport function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter {\n return {\n id: item[\"id\"],\n perimeterGuid: item[\"perimeterGuid\"],\n location: item[\"location\"],\n };\n}\n\n/** Network Security Perimeter Configuration Association Information */\nexport interface NetworkSecurityPerimeterConfigurationAssociationInfo {\n /** Name of the resource association */\n name?: string;\n /** Access Mode of the resource association */\n accessMode?: string;\n}\n\nexport function networkSecurityPerimeterConfigurationAssociationInfoDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationAssociationInfo {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Network Security Perimeter Profile Information */\nexport interface NetworkSecurityPerimeterProfileInfo {\n /** Name of the resource profile */\n name?: string;\n /** Access rules version of the resource profile */\n accessRulesVersion?: number;\n accessRules?: NetworkSecurityPerimeterAccessRule[];\n /** Current diagnostic settings version */\n diagnosticSettingsVersion?: number;\n /** List of enabled log categories */\n enabledLogCategories?: string[];\n}\n\nexport function networkSecurityPerimeterProfileInfoDeserializer(\n item: any,\n): NetworkSecurityPerimeterProfileInfo {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : networkSecurityPerimeterAccessRuleArrayDeserializer(item[\"accessRules\"]),\n diagnosticSettingsVersion: item[\"diagnosticSettingsVersion\"],\n enabledLogCategories: !item[\"enabledLogCategories\"]\n ? item[\"enabledLogCategories\"]\n : item[\"enabledLogCategories\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** A list of NSP configurations for an Cognitive Services account. */\nexport interface _NetworkSecurityPerimeterConfigurationList {\n /** Array of NSP configurations List Result for an Cognitive Services account. */\n value?: NetworkSecurityPerimeterConfiguration[];\n /** Link to retrieve next page of results. */\n nextLink?: string;\n}\n\nexport function _networkSecurityPerimeterConfigurationListDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationList {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : networkSecurityPerimeterConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkSecurityPerimeterConfigurationArrayDeserializer(\n result: Array<NetworkSecurityPerimeterConfiguration>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterConfigurationDeserializer(item);\n });\n}\n\n/** The Defender for AI resource. */\nexport interface DefenderForAISetting extends ProxyResource {\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Defender for AI state on the AI resource. */\n state?: DefenderForAISettingState;\n}\n\nexport function defenderForAISettingSerializer(item: DefenderForAISetting): any {\n return {\n properties: areAllPropsUndefined(item, [\"state\"])\n ? undefined\n : _defenderForAISettingPropertiesSerializer(item),\n tags: item[\"tags\"],\n };\n}\n\nexport function defenderForAISettingDeserializer(item: any): DefenderForAISetting {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _defenderForAISettingPropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The Defender for AI resource properties. */\nexport interface DefenderForAISettingProperties {\n /** Defender for AI state on the AI resource. */\n state?: DefenderForAISettingState;\n}\n\nexport function defenderForAISettingPropertiesSerializer(\n item: DefenderForAISettingProperties,\n): any {\n return { state: item[\"state\"] };\n}\n\nexport function defenderForAISettingPropertiesDeserializer(\n item: any,\n): DefenderForAISettingProperties {\n return {\n state: item[\"state\"],\n };\n}\n\n/** Defender for AI state on the AI resource. */\nexport enum KnownDefenderForAISettingState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defender for AI state on the AI resource. \\\n * {@link KnownDefenderForAISettingState} can be used interchangeably with DefenderForAISettingState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type DefenderForAISettingState = string;\n\n/** The list of cognitive services Defender for AI Settings. */\nexport interface _DefenderForAISettingResult {\n /** The link used to get the next page of Defender for AI Settings. */\n nextLink?: string;\n /** The list of Defender for AI Settings. */\n value?: DefenderForAISetting[];\n}\n\nexport function _defenderForAISettingResultDeserializer(item: any): _DefenderForAISettingResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : defenderForAISettingArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function defenderForAISettingArraySerializer(result: Array<DefenderForAISetting>): any[] {\n return result.map((item) => {\n return defenderForAISettingSerializer(item);\n });\n}\n\nexport function defenderForAISettingArrayDeserializer(result: Array<DefenderForAISetting>): any[] {\n return result.map((item) => {\n return defenderForAISettingDeserializer(item);\n });\n}\n\n/** Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. */\nexport interface Project extends ProxyResource {\n /** Properties of Cognitive Services project. */\n properties?: ProjectProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource Etag. */\n readonly etag?: string;\n /** Identity for the resource. */\n identity?: Identity;\n}\n\nexport function projectSerializer(item: Project): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function projectDeserializer(item: any): Project {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n etag: item[\"etag\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of Cognitive Services Project'. */\nexport interface ProjectProperties {\n /** Gets the status of the cognitive services project at the time the operation was called. */\n readonly provisioningState?: ProvisioningState;\n /** The display name of the Cognitive Services Project. */\n displayName?: string;\n /** The description of the Cognitive Services Project. */\n description?: string;\n /** The list of endpoint for this Cognitive Services Project. */\n readonly endpoints?: Record<string, string>;\n /** Indicates whether the project is the default project for the account. */\n readonly isDefault?: boolean;\n}\n\nexport function projectPropertiesSerializer(item: ProjectProperties): any {\n return { displayName: item[\"displayName\"], description: item[\"description\"] };\n}\n\nexport function projectPropertiesDeserializer(item: any): ProjectProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n endpoints: !item[\"endpoints\"]\n ? item[\"endpoints\"]\n : Object.fromEntries(\n Object.entries(item[\"endpoints\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n isDefault: item[\"isDefault\"],\n };\n}\n\n/** The list of cognitive services projects operation response. */\nexport interface _ProjectListResult {\n /** The link used to get the next page of projects. */\n nextLink?: string;\n /** Gets the list of Cognitive Services projects and their properties. */\n readonly value?: Project[];\n}\n\nexport function _projectListResultDeserializer(item: any): _ProjectListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : projectArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function projectArraySerializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectSerializer(item);\n });\n}\n\nexport function projectArrayDeserializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectDeserializer(item);\n });\n}\n\n/** Connection base resource schema. */\nexport interface ConnectionPropertiesV2BasicResource extends ProxyResource {\n /** Connection property base schema. */\n properties: ConnectionPropertiesV2Union;\n}\n\nexport function connectionPropertiesV2BasicResourceSerializer(\n item: ConnectionPropertiesV2BasicResource,\n): any {\n return { properties: connectionPropertiesV2UnionSerializer(item[\"properties\"]) };\n}\n\nexport function connectionPropertiesV2BasicResourceDeserializer(\n item: any,\n): ConnectionPropertiesV2BasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: connectionPropertiesV2UnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Connection property base schema. */\nexport interface ConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n /** The discriminator possible values: PAT, ManagedIdentity, UsernamePassword, None, SAS, AccountKey, ServicePrincipal, AccessKey, ApiKey, CustomKeys, OAuth2, AAD */\n authType: ConnectionAuthType;\n /** Category of the connection */\n category?: ConnectionCategory;\n readonly createdByWorkspaceArmId?: string;\n /** Provides the error message if the connection fails */\n error?: string;\n expiryTime?: Date;\n /** Group based on connection category */\n readonly group?: ConnectionGroup;\n isSharedToAll?: boolean;\n /** Store user metadata for this connection */\n metadata?: Record<string, string>;\n /** Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. */\n peRequirement?: ManagedPERequirement;\n /** Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. */\n peStatus?: ManagedPEStatus;\n sharedUserList?: string[];\n /** The connection URL to be used. */\n target?: string;\n useWorkspaceManagedIdentity?: boolean;\n}\n\nexport function connectionPropertiesV2Serializer(item: ConnectionPropertiesV2): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function connectionPropertiesV2Deserializer(item: any): ConnectionPropertiesV2 {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** Alias for ConnectionPropertiesV2Union */\nexport type ConnectionPropertiesV2Union =\n | PATAuthTypeConnectionProperties\n | ManagedIdentityAuthTypeConnectionProperties\n | UsernamePasswordAuthTypeConnectionProperties\n | NoneAuthTypeConnectionProperties\n | SASAuthTypeConnectionProperties\n | AccountKeyAuthTypeConnectionProperties\n | ServicePrincipalAuthTypeConnectionProperties\n | AccessKeyAuthTypeConnectionProperties\n | ApiKeyAuthConnectionProperties\n | CustomKeysConnectionProperties\n | OAuth2AuthTypeConnectionProperties\n | AADAuthTypeConnectionProperties\n | ConnectionPropertiesV2;\n\nexport function connectionPropertiesV2UnionSerializer(item: ConnectionPropertiesV2Union): any {\n switch (item.authType) {\n case \"PAT\":\n return patAuthTypeConnectionPropertiesSerializer(item as PATAuthTypeConnectionProperties);\n\n case \"ManagedIdentity\":\n return managedIdentityAuthTypeConnectionPropertiesSerializer(\n item as ManagedIdentityAuthTypeConnectionProperties,\n );\n\n case \"UsernamePassword\":\n return usernamePasswordAuthTypeConnectionPropertiesSerializer(\n item as UsernamePasswordAuthTypeConnectionProperties,\n );\n\n case \"None\":\n return noneAuthTypeConnectionPropertiesSerializer(item as NoneAuthTypeConnectionProperties);\n\n case \"SAS\":\n return sasAuthTypeConnectionPropertiesSerializer(item as SASAuthTypeConnectionProperties);\n\n case \"AccountKey\":\n return accountKeyAuthTypeConnectionPropertiesSerializer(\n item as AccountKeyAuthTypeConnectionProperties,\n );\n\n case \"ServicePrincipal\":\n return servicePrincipalAuthTypeConnectionPropertiesSerializer(\n item as ServicePrincipalAuthTypeConnectionProperties,\n );\n\n case \"AccessKey\":\n return accessKeyAuthTypeConnectionPropertiesSerializer(\n item as AccessKeyAuthTypeConnectionProperties,\n );\n\n case \"ApiKey\":\n return apiKeyAuthConnectionPropertiesSerializer(item as ApiKeyAuthConnectionProperties);\n\n case \"CustomKeys\":\n return customKeysConnectionPropertiesSerializer(item as CustomKeysConnectionProperties);\n\n case \"OAuth2\":\n return oAuth2AuthTypeConnectionPropertiesSerializer(\n item as OAuth2AuthTypeConnectionProperties,\n );\n\n case \"AAD\":\n return aadAuthTypeConnectionPropertiesSerializer(item as AADAuthTypeConnectionProperties);\n\n default:\n return connectionPropertiesV2Serializer(item);\n }\n}\n\nexport function connectionPropertiesV2UnionDeserializer(item: any): ConnectionPropertiesV2Union {\n switch (item[\"authType\"]) {\n case \"PAT\":\n return patAuthTypeConnectionPropertiesDeserializer(item as PATAuthTypeConnectionProperties);\n\n case \"ManagedIdentity\":\n return managedIdentityAuthTypeConnectionPropertiesDeserializer(\n item as ManagedIdentityAuthTypeConnectionProperties,\n );\n\n case \"UsernamePassword\":\n return usernamePasswordAuthTypeConnectionPropertiesDeserializer(\n item as UsernamePasswordAuthTypeConnectionProperties,\n );\n\n case \"None\":\n return noneAuthTypeConnectionPropertiesDeserializer(item as NoneAuthTypeConnectionProperties);\n\n case \"SAS\":\n return sasAuthTypeConnectionPropertiesDeserializer(item as SASAuthTypeConnectionProperties);\n\n case \"AccountKey\":\n return accountKeyAuthTypeConnectionPropertiesDeserializer(\n item as AccountKeyAuthTypeConnectionProperties,\n );\n\n case \"ServicePrincipal\":\n return servicePrincipalAuthTypeConnectionPropertiesDeserializer(\n item as ServicePrincipalAuthTypeConnectionProperties,\n );\n\n case \"AccessKey\":\n return accessKeyAuthTypeConnectionPropertiesDeserializer(\n item as AccessKeyAuthTypeConnectionProperties,\n );\n\n case \"ApiKey\":\n return apiKeyAuthConnectionPropertiesDeserializer(item as ApiKeyAuthConnectionProperties);\n\n case \"CustomKeys\":\n return customKeysConnectionPropertiesDeserializer(item as CustomKeysConnectionProperties);\n\n case \"OAuth2\":\n return oAuth2AuthTypeConnectionPropertiesDeserializer(\n item as OAuth2AuthTypeConnectionProperties,\n );\n\n case \"AAD\":\n return aadAuthTypeConnectionPropertiesDeserializer(item as AADAuthTypeConnectionProperties);\n\n default:\n return connectionPropertiesV2Deserializer(item);\n }\n}\n\n/** Authentication type of the connection target */\nexport enum KnownConnectionAuthType {\n /** PAT */\n PAT = \"PAT\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** UsernamePassword */\n UsernamePassword = \"UsernamePassword\",\n /** None */\n None = \"None\",\n /** SAS */\n SAS = \"SAS\",\n /** AccountKey */\n AccountKey = \"AccountKey\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n /** AccessKey */\n AccessKey = \"AccessKey\",\n /** ApiKey */\n ApiKey = \"ApiKey\",\n /** CustomKeys */\n CustomKeys = \"CustomKeys\",\n /** OAuth2 */\n OAuth2 = \"OAuth2\",\n /** AAD */\n AAD = \"AAD\",\n /** DelegatedSAS */\n DelegatedSAS = \"DelegatedSAS\",\n /** ProjectManagedIdentity */\n ProjectManagedIdentity = \"ProjectManagedIdentity\",\n /** AccountManagedIdentity */\n AccountManagedIdentity = \"AccountManagedIdentity\",\n /** UserEntraToken */\n UserEntraToken = \"UserEntraToken\",\n /** AgentUserImpersonation */\n AgentUserImpersonation = \"AgentUserImpersonation\",\n /** AgenticIdentityToken */\n AgenticIdentityToken = \"AgenticIdentityToken\",\n /** AgenticUser */\n AgenticUser = \"AgenticUser\",\n}\n\n/**\n * Authentication type of the connection target \\\n * {@link KnownConnectionAuthType} can be used interchangeably with ConnectionAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PAT** \\\n * **ManagedIdentity** \\\n * **UsernamePassword** \\\n * **None** \\\n * **SAS** \\\n * **AccountKey** \\\n * **ServicePrincipal** \\\n * **AccessKey** \\\n * **ApiKey** \\\n * **CustomKeys** \\\n * **OAuth2** \\\n * **AAD** \\\n * **DelegatedSAS** \\\n * **ProjectManagedIdentity** \\\n * **AccountManagedIdentity** \\\n * **UserEntraToken** \\\n * **AgentUserImpersonation** \\\n * **AgenticIdentityToken** \\\n * **AgenticUser**\n */\nexport type ConnectionAuthType = string;\n\n/** Category of the connection */\nexport enum KnownConnectionCategory {\n /** PythonFeed */\n PythonFeed = \"PythonFeed\",\n /** ContainerRegistry */\n ContainerRegistry = \"ContainerRegistry\",\n /** Git */\n Git = \"Git\",\n /** S3 */\n S3 = \"S3\",\n /** Snowflake */\n Snowflake = \"Snowflake\",\n /** AzureKeyVault */\n AzureKeyVault = \"AzureKeyVault\",\n /** AzureSqlDb */\n AzureSqlDb = \"AzureSqlDb\",\n /** AzureSynapseAnalytics */\n AzureSynapseAnalytics = \"AzureSynapseAnalytics\",\n /** AzureMySqlDb */\n AzureMySqlDb = \"AzureMySqlDb\",\n /** AzurePostgresDb */\n AzurePostgresDb = \"AzurePostgresDb\",\n /** ADLSGen2 */\n AdlsGen2 = \"ADLSGen2\",\n /** AzureContainerAppEnvironment */\n AzureContainerAppEnvironment = \"AzureContainerAppEnvironment\",\n /** Redis */\n Redis = \"Redis\",\n /** ApiKey */\n ApiKey = \"ApiKey\",\n /** AzureOpenAI */\n AzureOpenAI = \"AzureOpenAI\",\n /** AIServices */\n AIServices = \"AIServices\",\n /** CognitiveSearch */\n CognitiveSearch = \"CognitiveSearch\",\n /** CognitiveService */\n CognitiveService = \"CognitiveService\",\n /** CustomKeys */\n CustomKeys = \"CustomKeys\",\n /** AzureBlob */\n AzureBlob = \"AzureBlob\",\n /** AzureStorageAccount */\n AzureStorageAccount = \"AzureStorageAccount\",\n /** AzureOneLake */\n AzureOneLake = \"AzureOneLake\",\n /** CosmosDb */\n CosmosDb = \"CosmosDb\",\n /** CosmosDbMongoDbApi */\n CosmosDbMongoDbApi = \"CosmosDbMongoDbApi\",\n /** AzureDataExplorer */\n AzureDataExplorer = \"AzureDataExplorer\",\n /** AzureMariaDb */\n AzureMariaDb = \"AzureMariaDb\",\n /** AzureDatabricksDeltaLake */\n AzureDatabricksDeltaLake = \"AzureDatabricksDeltaLake\",\n /** AzureSqlMi */\n AzureSqlMi = \"AzureSqlMi\",\n /** AzureTableStorage */\n AzureTableStorage = \"AzureTableStorage\",\n /** AmazonRdsForOracle */\n AmazonRdsForOracle = \"AmazonRdsForOracle\",\n /** AmazonRdsForSqlServer */\n AmazonRdsForSqlServer = \"AmazonRdsForSqlServer\",\n /** AmazonRedshift */\n AmazonRedshift = \"AmazonRedshift\",\n /** Db2 */\n Db2 = \"Db2\",\n /** Drill */\n Drill = \"Drill\",\n /** GoogleBigQuery */\n GoogleBigQuery = \"GoogleBigQuery\",\n /** Greenplum */\n Greenplum = \"Greenplum\",\n /** Hbase */\n Hbase = \"Hbase\",\n /** Hive */\n Hive = \"Hive\",\n /** Impala */\n Impala = \"Impala\",\n /** Informix */\n Informix = \"Informix\",\n /** MariaDb */\n MariaDb = \"MariaDb\",\n /** MicrosoftAccess */\n MicrosoftAccess = \"MicrosoftAccess\",\n /** MySql */\n MySql = \"MySql\",\n /** Netezza */\n Netezza = \"Netezza\",\n /** Oracle */\n Oracle = \"Oracle\",\n /** Phoenix */\n Phoenix = \"Phoenix\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n /** Presto */\n Presto = \"Presto\",\n /** SapOpenHub */\n SapOpenHub = \"SapOpenHub\",\n /** SapBw */\n SapBw = \"SapBw\",\n /** SapHana */\n SapHana = \"SapHana\",\n /** SapTable */\n SapTable = \"SapTable\",\n /** Spark */\n Spark = \"Spark\",\n /** SqlServer */\n SqlServer = \"SqlServer\",\n /** Sybase */\n Sybase = \"Sybase\",\n /** Teradata */\n Teradata = \"Teradata\",\n /** Vertica */\n Vertica = \"Vertica\",\n /** Pinecone */\n Pinecone = \"Pinecone\",\n /** Databricks */\n Databricks = \"Databricks\",\n /** Cassandra */\n Cassandra = \"Cassandra\",\n /** Couchbase */\n Couchbase = \"Couchbase\",\n /** MongoDbV2 */\n MongoDbV2 = \"MongoDbV2\",\n /** MongoDbAtlas */\n MongoDbAtlas = \"MongoDbAtlas\",\n /** AmazonS3Compatible */\n AmazonS3Compatible = \"AmazonS3Compatible\",\n /** FileServer */\n FileServer = \"FileServer\",\n /** FtpServer */\n FtpServer = \"FtpServer\",\n /** GoogleCloudStorage */\n GoogleCloudStorage = \"GoogleCloudStorage\",\n /** Hdfs */\n Hdfs = \"Hdfs\",\n /** OracleCloudStorage */\n OracleCloudStorage = \"OracleCloudStorage\",\n /** Sftp */\n Sftp = \"Sftp\",\n /** GenericHttp */\n GenericHttp = \"GenericHttp\",\n /** ODataRest */\n ODataRest = \"ODataRest\",\n /** Odbc */\n Odbc = \"Odbc\",\n /** GenericRest */\n GenericRest = \"GenericRest\",\n /** RemoteTool */\n RemoteTool = \"RemoteTool\",\n /** AmazonMws */\n AmazonMws = \"AmazonMws\",\n /** Concur */\n Concur = \"Concur\",\n /** Dynamics */\n Dynamics = \"Dynamics\",\n /** DynamicsAx */\n DynamicsAx = \"DynamicsAx\",\n /** DynamicsCrm */\n DynamicsCrm = \"DynamicsCrm\",\n /** GoogleAdWords */\n GoogleAdWords = \"GoogleAdWords\",\n /** Hubspot */\n Hubspot = \"Hubspot\",\n /** Jira */\n Jira = \"Jira\",\n /** Magento */\n Magento = \"Magento\",\n /** Marketo */\n Marketo = \"Marketo\",\n /** Office365 */\n Office365 = \"Office365\",\n /** Eloqua */\n Eloqua = \"Eloqua\",\n /** Responsys */\n Responsys = \"Responsys\",\n /** OracleServiceCloud */\n OracleServiceCloud = \"OracleServiceCloud\",\n /** PayPal */\n PayPal = \"PayPal\",\n /** QuickBooks */\n QuickBooks = \"QuickBooks\",\n /** Salesforce */\n Salesforce = \"Salesforce\",\n /** SalesforceServiceCloud */\n SalesforceServiceCloud = \"SalesforceServiceCloud\",\n /** SalesforceMarketingCloud */\n SalesforceMarketingCloud = \"SalesforceMarketingCloud\",\n /** SapCloudForCustomer */\n SapCloudForCustomer = \"SapCloudForCustomer\",\n /** SapEcc */\n SapEcc = \"SapEcc\",\n /** ServiceNow */\n ServiceNow = \"ServiceNow\",\n /** SharePointOnlineList */\n SharePointOnlineList = \"SharePointOnlineList\",\n /** Shopify */\n Shopify = \"Shopify\",\n /** Square */\n Square = \"Square\",\n /** WebTable */\n WebTable = \"WebTable\",\n /** Xero */\n Xero = \"Xero\",\n /** Zoho */\n Zoho = \"Zoho\",\n /** GenericContainerRegistry */\n GenericContainerRegistry = \"GenericContainerRegistry\",\n /** Elasticsearch */\n Elasticsearch = \"Elasticsearch\",\n /** AppInsights */\n AppInsights = \"AppInsights\",\n /** AppConfig */\n AppConfig = \"AppConfig\",\n /** OpenAI */\n OpenAI = \"OpenAI\",\n /** Serp */\n Serp = \"Serp\",\n /** BingLLMSearch */\n BingLLMSearch = \"BingLLMSearch\",\n /** Serverless */\n Serverless = \"Serverless\",\n /** ManagedOnlineEndpoint */\n ManagedOnlineEndpoint = \"ManagedOnlineEndpoint\",\n /** ApiManagement */\n ApiManagement = \"ApiManagement\",\n /** ModelGateway */\n ModelGateway = \"ModelGateway\",\n /** GroundingWithBingSearch */\n GroundingWithBingSearch = \"GroundingWithBingSearch\",\n /** GroundingWithCustomSearch */\n GroundingWithCustomSearch = \"GroundingWithCustomSearch\",\n /** Sharepoint */\n Sharepoint = \"Sharepoint\",\n /** MicrosoftFabric */\n MicrosoftFabric = \"MicrosoftFabric\",\n /** PowerPlatformEnvironment */\n PowerPlatformEnvironment = \"PowerPlatformEnvironment\",\n /** RemoteA2A */\n RemoteA2A = \"RemoteA2A\",\n}\n\n/**\n * Category of the connection \\\n * {@link KnownConnectionCategory} can be used interchangeably with ConnectionCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PythonFeed** \\\n * **ContainerRegistry** \\\n * **Git** \\\n * **S3** \\\n * **Snowflake** \\\n * **AzureKeyVault** \\\n * **AzureSqlDb** \\\n * **AzureSynapseAnalytics** \\\n * **AzureMySqlDb** \\\n * **AzurePostgresDb** \\\n * **ADLSGen2** \\\n * **AzureContainerAppEnvironment** \\\n * **Redis** \\\n * **ApiKey** \\\n * **AzureOpenAI** \\\n * **AIServices** \\\n * **CognitiveSearch** \\\n * **CognitiveService** \\\n * **CustomKeys** \\\n * **AzureBlob** \\\n * **AzureStorageAccount** \\\n * **AzureOneLake** \\\n * **CosmosDb** \\\n * **CosmosDbMongoDbApi** \\\n * **AzureDataExplorer** \\\n * **AzureMariaDb** \\\n * **AzureDatabricksDeltaLake** \\\n * **AzureSqlMi** \\\n * **AzureTableStorage** \\\n * **AmazonRdsForOracle** \\\n * **AmazonRdsForSqlServer** \\\n * **AmazonRedshift** \\\n * **Db2** \\\n * **Drill** \\\n * **GoogleBigQuery** \\\n * **Greenplum** \\\n * **Hbase** \\\n * **Hive** \\\n * **Impala** \\\n * **Informix** \\\n * **MariaDb** \\\n * **MicrosoftAccess** \\\n * **MySql** \\\n * **Netezza** \\\n * **Oracle** \\\n * **Phoenix** \\\n * **PostgreSql** \\\n * **Presto** \\\n * **SapOpenHub** \\\n * **SapBw** \\\n * **SapHana** \\\n * **SapTable** \\\n * **Spark** \\\n * **SqlServer** \\\n * **Sybase** \\\n * **Teradata** \\\n * **Vertica** \\\n * **Pinecone** \\\n * **Databricks** \\\n * **Cassandra** \\\n * **Couchbase** \\\n * **MongoDbV2** \\\n * **MongoDbAtlas** \\\n * **AmazonS3Compatible** \\\n * **FileServer** \\\n * **FtpServer** \\\n * **GoogleCloudStorage** \\\n * **Hdfs** \\\n * **OracleCloudStorage** \\\n * **Sftp** \\\n * **GenericHttp** \\\n * **ODataRest** \\\n * **Odbc** \\\n * **GenericRest** \\\n * **RemoteTool** \\\n * **AmazonMws** \\\n * **Concur** \\\n * **Dynamics** \\\n * **DynamicsAx** \\\n * **DynamicsCrm** \\\n * **GoogleAdWords** \\\n * **Hubspot** \\\n * **Jira** \\\n * **Magento** \\\n * **Marketo** \\\n * **Office365** \\\n * **Eloqua** \\\n * **Responsys** \\\n * **OracleServiceCloud** \\\n * **PayPal** \\\n * **QuickBooks** \\\n * **Salesforce** \\\n * **SalesforceServiceCloud** \\\n * **SalesforceMarketingCloud** \\\n * **SapCloudForCustomer** \\\n * **SapEcc** \\\n * **ServiceNow** \\\n * **SharePointOnlineList** \\\n * **Shopify** \\\n * **Square** \\\n * **WebTable** \\\n * **Xero** \\\n * **Zoho** \\\n * **GenericContainerRegistry** \\\n * **Elasticsearch** \\\n * **AppInsights** \\\n * **AppConfig** \\\n * **OpenAI** \\\n * **Serp** \\\n * **BingLLMSearch** \\\n * **Serverless** \\\n * **ManagedOnlineEndpoint** \\\n * **ApiManagement** \\\n * **ModelGateway** \\\n * **GroundingWithBingSearch** \\\n * **GroundingWithCustomSearch** \\\n * **Sharepoint** \\\n * **MicrosoftFabric** \\\n * **PowerPlatformEnvironment** \\\n * **RemoteA2A**\n */\nexport type ConnectionCategory = string;\n\n/** Group based on connection category */\nexport enum KnownConnectionGroup {\n /** Azure */\n Azure = \"Azure\",\n /** AzureAI */\n AzureAI = \"AzureAI\",\n /** Database */\n Database = \"Database\",\n /** NoSQL */\n NoSQL = \"NoSQL\",\n /** File */\n File = \"File\",\n /** GenericProtocol */\n GenericProtocol = \"GenericProtocol\",\n /** ServicesAndApps */\n ServicesAndApps = \"ServicesAndApps\",\n}\n\n/**\n * Group based on connection category \\\n * {@link KnownConnectionGroup} can be used interchangeably with ConnectionGroup,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure** \\\n * **AzureAI** \\\n * **Database** \\\n * **NoSQL** \\\n * **File** \\\n * **GenericProtocol** \\\n * **ServicesAndApps**\n */\nexport type ConnectionGroup = string;\n\n/** Known values of {@link ManagedPERequirement} that the service accepts. */\nexport enum KnownManagedPERequirement {\n /** Required */\n Required = \"Required\",\n /** NotRequired */\n NotRequired = \"NotRequired\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/** Type of ManagedPERequirement */\nexport type ManagedPERequirement = string;\n\n/** Known values of {@link ManagedPEStatus} that the service accepts. */\nexport enum KnownManagedPEStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/** Type of ManagedPEStatus */\nexport type ManagedPEStatus = string;\n\n/** model interface PATAuthTypeConnectionProperties */\nexport interface PATAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionPersonalAccessToken;\n /** Authentication type of the connection target */\n authType: \"PAT\";\n}\n\nexport function patAuthTypeConnectionPropertiesSerializer(\n item: PATAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionPersonalAccessTokenSerializer(item[\"credentials\"]),\n };\n}\n\nexport function patAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): PATAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionPersonalAccessTokenDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionPersonalAccessToken */\nexport interface ConnectionPersonalAccessToken {\n pat?: string;\n}\n\nexport function connectionPersonalAccessTokenSerializer(item: ConnectionPersonalAccessToken): any {\n return { pat: item[\"pat\"] };\n}\n\nexport function connectionPersonalAccessTokenDeserializer(\n item: any,\n): ConnectionPersonalAccessToken {\n return {\n pat: item[\"pat\"],\n };\n}\n\n/** model interface ManagedIdentityAuthTypeConnectionProperties */\nexport interface ManagedIdentityAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionManagedIdentity;\n /** Authentication type of the connection target */\n authType: \"ManagedIdentity\";\n}\n\nexport function managedIdentityAuthTypeConnectionPropertiesSerializer(\n item: ManagedIdentityAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionManagedIdentitySerializer(item[\"credentials\"]),\n };\n}\n\nexport function managedIdentityAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): ManagedIdentityAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionManagedIdentityDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionManagedIdentity */\nexport interface ConnectionManagedIdentity {\n clientId?: string;\n resourceId?: string;\n}\n\nexport function connectionManagedIdentitySerializer(item: ConnectionManagedIdentity): any {\n return { clientId: item[\"clientId\"], resourceId: item[\"resourceId\"] };\n}\n\nexport function connectionManagedIdentityDeserializer(item: any): ConnectionManagedIdentity {\n return {\n clientId: item[\"clientId\"],\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** model interface UsernamePasswordAuthTypeConnectionProperties */\nexport interface UsernamePasswordAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionUsernamePassword;\n /** Authentication type of the connection target */\n authType: \"UsernamePassword\";\n}\n\nexport function usernamePasswordAuthTypeConnectionPropertiesSerializer(\n item: UsernamePasswordAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionUsernamePasswordSerializer(item[\"credentials\"]),\n };\n}\n\nexport function usernamePasswordAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): UsernamePasswordAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionUsernamePasswordDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionUsernamePassword */\nexport interface ConnectionUsernamePassword {\n password?: string;\n /** Optional, required by connections like SalesForce for extra security in addition to UsernamePassword */\n securityToken?: string;\n username?: string;\n}\n\nexport function connectionUsernamePasswordSerializer(item: ConnectionUsernamePassword): any {\n return {\n password: item[\"password\"],\n securityToken: item[\"securityToken\"],\n username: item[\"username\"],\n };\n}\n\nexport function connectionUsernamePasswordDeserializer(item: any): ConnectionUsernamePassword {\n return {\n password: item[\"password\"],\n securityToken: item[\"securityToken\"],\n username: item[\"username\"],\n };\n}\n\n/** model interface NoneAuthTypeConnectionProperties */\nexport interface NoneAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n authType: \"None\";\n}\n\nexport function noneAuthTypeConnectionPropertiesSerializer(\n item: NoneAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function noneAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): NoneAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** model interface SASAuthTypeConnectionProperties */\nexport interface SASAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionSharedAccessSignature;\n /** Authentication type of the connection target */\n authType: \"SAS\";\n}\n\nexport function sasAuthTypeConnectionPropertiesSerializer(\n item: SASAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionSharedAccessSignatureSerializer(item[\"credentials\"]),\n };\n}\n\nexport function sasAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): SASAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionSharedAccessSignatureDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionSharedAccessSignature */\nexport interface ConnectionSharedAccessSignature {\n sas?: string;\n}\n\nexport function connectionSharedAccessSignatureSerializer(\n item: ConnectionSharedAccessSignature,\n): any {\n return { sas: item[\"sas\"] };\n}\n\nexport function connectionSharedAccessSignatureDeserializer(\n item: any,\n): ConnectionSharedAccessSignature {\n return {\n sas: item[\"sas\"],\n };\n}\n\n/** This connection type covers the account key connection for Azure storage */\nexport interface AccountKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n /** Account key object for connection credential. */\n credentials?: ConnectionAccountKey;\n /** Authentication type of the connection target */\n authType: \"AccountKey\";\n}\n\nexport function accountKeyAuthTypeConnectionPropertiesSerializer(\n item: AccountKeyAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionAccountKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function accountKeyAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): AccountKeyAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionAccountKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Account key object for connection credential. */\nexport interface ConnectionAccountKey {\n key?: string;\n}\n\nexport function connectionAccountKeySerializer(item: ConnectionAccountKey): any {\n return { key: item[\"key\"] };\n}\n\nexport function connectionAccountKeyDeserializer(item: any): ConnectionAccountKey {\n return {\n key: item[\"key\"],\n };\n}\n\n/** model interface ServicePrincipalAuthTypeConnectionProperties */\nexport interface ServicePrincipalAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionServicePrincipal;\n /** Authentication type of the connection target */\n authType: \"ServicePrincipal\";\n}\n\nexport function servicePrincipalAuthTypeConnectionPropertiesSerializer(\n item: ServicePrincipalAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionServicePrincipalSerializer(item[\"credentials\"]),\n };\n}\n\nexport function servicePrincipalAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): ServicePrincipalAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionServicePrincipalDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionServicePrincipal */\nexport interface ConnectionServicePrincipal {\n clientId?: string;\n clientSecret?: string;\n tenantId?: string;\n}\n\nexport function connectionServicePrincipalSerializer(item: ConnectionServicePrincipal): any {\n return {\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function connectionServicePrincipalDeserializer(item: any): ConnectionServicePrincipal {\n return {\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** model interface AccessKeyAuthTypeConnectionProperties */\nexport interface AccessKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n credentials?: ConnectionAccessKey;\n /** Authentication type of the connection target */\n authType: \"AccessKey\";\n}\n\nexport function accessKeyAuthTypeConnectionPropertiesSerializer(\n item: AccessKeyAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionAccessKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function accessKeyAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): AccessKeyAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionAccessKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface ConnectionAccessKey */\nexport interface ConnectionAccessKey {\n accessKeyId?: string;\n secretAccessKey?: string;\n}\n\nexport function connectionAccessKeySerializer(item: ConnectionAccessKey): any {\n return { accessKeyId: item[\"accessKeyId\"], secretAccessKey: item[\"secretAccessKey\"] };\n}\n\nexport function connectionAccessKeyDeserializer(item: any): ConnectionAccessKey {\n return {\n accessKeyId: item[\"accessKeyId\"],\n secretAccessKey: item[\"secretAccessKey\"],\n };\n}\n\n/**\n * This connection type covers the generic ApiKey auth connection categories, for examples:\n * AzureOpenAI:\n * Category:= AzureOpenAI\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {ApiKey} as .ApiKey\n * Target:= {ApiBase}\n *\n * CognitiveService:\n * Category:= CognitiveService\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {SubscriptionKey} as ApiKey\n * Target:= ServiceRegion={serviceRegion}\n *\n * CognitiveSearch:\n * Category:= CognitiveSearch\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {Key} as ApiKey\n * Target:= {Endpoint}\n *\n * Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields\n */\nexport interface ApiKeyAuthConnectionProperties extends ConnectionPropertiesV2 {\n /** Api key object for connection credential. */\n credentials?: ConnectionApiKey;\n /** Authentication type of the connection target */\n authType: \"ApiKey\";\n}\n\nexport function apiKeyAuthConnectionPropertiesSerializer(\n item: ApiKeyAuthConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionApiKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function apiKeyAuthConnectionPropertiesDeserializer(\n item: any,\n): ApiKeyAuthConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionApiKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Api key object for connection credential. */\nexport interface ConnectionApiKey {\n key?: string;\n}\n\nexport function connectionApiKeySerializer(item: ConnectionApiKey): any {\n return { key: item[\"key\"] };\n}\n\nexport function connectionApiKeyDeserializer(item: any): ConnectionApiKey {\n return {\n key: item[\"key\"],\n };\n}\n\n/**\n * Category:= CustomKeys\n * AuthType:= CustomKeys (as type discriminator)\n * Credentials:= {CustomKeys} as CustomKeys\n * Target:= {any value}\n * Use Metadata property bag for ApiVersion and other metadata fields\n */\nexport interface CustomKeysConnectionProperties extends ConnectionPropertiesV2 {\n /** Custom Keys credential object */\n credentials?: CustomKeys;\n /** Authentication type of the connection target */\n authType: \"CustomKeys\";\n}\n\nexport function customKeysConnectionPropertiesSerializer(\n item: CustomKeysConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : customKeysSerializer(item[\"credentials\"]),\n };\n}\n\nexport function customKeysConnectionPropertiesDeserializer(\n item: any,\n): CustomKeysConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : customKeysDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Custom Keys credential object */\nexport interface CustomKeys {\n /** Dictionary of <string> */\n keys?: Record<string, string>;\n}\n\nexport function customKeysSerializer(item: CustomKeys): any {\n return { keys: item[\"keys\"] };\n}\n\nexport function customKeysDeserializer(item: any): CustomKeys {\n return {\n keys: !item[\"keys\"]\n ? item[\"keys\"]\n : Object.fromEntries(Object.entries(item[\"keys\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** model interface OAuth2AuthTypeConnectionProperties */\nexport interface OAuth2AuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n /**\n * ClientId and ClientSecret are required. Other properties are optional\n * depending on each OAuth2 provider's implementation.\n */\n credentials?: ConnectionOAuth2;\n /** Authentication type of the connection target */\n authType: \"OAuth2\";\n}\n\nexport function oAuth2AuthTypeConnectionPropertiesSerializer(\n item: OAuth2AuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionOAuth2Serializer(item[\"credentials\"]),\n };\n}\n\nexport function oAuth2AuthTypeConnectionPropertiesDeserializer(\n item: any,\n): OAuth2AuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : connectionOAuth2Deserializer(item[\"credentials\"]),\n };\n}\n\n/**\n * ClientId and ClientSecret are required. Other properties are optional\n * depending on each OAuth2 provider's implementation.\n */\nexport interface ConnectionOAuth2 {\n /** Required by Concur connection category */\n authUrl?: string;\n /** Client id in the format of UUID */\n clientId?: string;\n clientSecret?: string;\n /** Required by GoogleAdWords connection category */\n developerToken?: string;\n password?: string;\n /**\n * Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho\n * where user needs to get RefreshToken offline\n */\n refreshToken?: string;\n /** Required by QuickBooks and Xero connection categories */\n tenantId?: string;\n /**\n * Concur, ServiceNow auth server AccessToken grant type is 'Password'\n * which requires UsernamePassword\n */\n username?: string;\n}\n\nexport function connectionOAuth2Serializer(item: ConnectionOAuth2): any {\n return {\n authUrl: item[\"authUrl\"],\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n developerToken: item[\"developerToken\"],\n password: item[\"password\"],\n refreshToken: item[\"refreshToken\"],\n tenantId: item[\"tenantId\"],\n username: item[\"username\"],\n };\n}\n\nexport function connectionOAuth2Deserializer(item: any): ConnectionOAuth2 {\n return {\n authUrl: item[\"authUrl\"],\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n developerToken: item[\"developerToken\"],\n password: item[\"password\"],\n refreshToken: item[\"refreshToken\"],\n tenantId: item[\"tenantId\"],\n username: item[\"username\"],\n };\n}\n\n/** This connection type covers the AAD auth for any applicable Azure service */\nexport interface AADAuthTypeConnectionProperties extends ConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n authType: \"AAD\";\n}\n\nexport function aadAuthTypeConnectionPropertiesSerializer(\n item: AADAuthTypeConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function aadAuthTypeConnectionPropertiesDeserializer(\n item: any,\n): AADAuthTypeConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** The properties that the Cognitive services connection will be updated with. */\nexport interface ConnectionUpdateContent {\n /** The properties that the Cognitive services connection will be updated with. */\n properties?: ConnectionPropertiesV2Union;\n}\n\nexport function connectionUpdateContentSerializer(item: ConnectionUpdateContent): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : connectionPropertiesV2UnionSerializer(item[\"properties\"]),\n };\n}\n\n/** model interface _ConnectionPropertiesV2BasicResourceArmPaginatedResult */\nexport interface _ConnectionPropertiesV2BasicResourceArmPaginatedResult {\n nextLink?: string;\n value?: ConnectionPropertiesV2BasicResource[];\n}\n\nexport function _connectionPropertiesV2BasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _ConnectionPropertiesV2BasicResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : connectionPropertiesV2BasicResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function connectionPropertiesV2BasicResourceArraySerializer(\n result: Array<ConnectionPropertiesV2BasicResource>,\n): any[] {\n return result.map((item) => {\n return connectionPropertiesV2BasicResourceSerializer(item);\n });\n}\n\nexport function connectionPropertiesV2BasicResourceArrayDeserializer(\n result: Array<ConnectionPropertiesV2BasicResource>,\n): any[] {\n return result.map((item) => {\n return connectionPropertiesV2BasicResourceDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope for Project CapabilityHost. */\nexport interface ProjectCapabilityHost extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ProjectCapabilityHostProperties;\n}\n\nexport function projectCapabilityHostSerializer(item: ProjectCapabilityHost): any {\n return { properties: projectCapabilityHostPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function projectCapabilityHostDeserializer(item: any): ProjectCapabilityHost {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: projectCapabilityHostPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface ProjectCapabilityHostProperties */\nexport interface ProjectCapabilityHostProperties {\n /** List of AI services connections. */\n aiServicesConnections?: string[];\n /** List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */\n vectorStoreConnections?: string[];\n /** List of connection names from those available in the account or project to be used as a storage resource. */\n storageConnections?: string[];\n /** List of connection names from those available in the account or project to be used for Thread storage. */\n threadStorageConnections?: string[];\n /** Provisioning state for the CapabilityHost. */\n readonly provisioningState?: CapabilityHostProvisioningState;\n}\n\nexport function projectCapabilityHostPropertiesSerializer(\n item: ProjectCapabilityHostProperties,\n): any {\n return {\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p: any) => {\n return p;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p: any) => {\n return p;\n }),\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p: any) => {\n return p;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function projectCapabilityHostPropertiesDeserializer(\n item: any,\n): ProjectCapabilityHostProperties {\n return {\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p1: any) => {\n return p1;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p1: any) => {\n return p1;\n }),\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p1: any) => {\n return p1;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p1: any) => {\n return p1;\n }),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Provisioning state of capability host. */\nexport enum KnownCapabilityHostProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Provisioning state of capability host. \\\n * {@link KnownCapabilityHostProvisioningState} can be used interchangeably with CapabilityHostProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type CapabilityHostProvisioningState = string;\n\n/** A paginated list of Project Capability Host entities. */\nexport interface _ProjectCapabilityHostResourceArmPaginatedResult {\n /** The link to the next page of Project Capability Host objects. If null, there are no additional pages. */\n nextLink?: string;\n /** An array of objects of type Project Capability Host. */\n value?: ProjectCapabilityHost[];\n}\n\nexport function _projectCapabilityHostResourceArmPaginatedResultDeserializer(\n item: any,\n): _ProjectCapabilityHostResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : projectCapabilityHostArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function projectCapabilityHostArraySerializer(result: Array<ProjectCapabilityHost>): any[] {\n return result.map((item) => {\n return projectCapabilityHostSerializer(item);\n });\n}\n\nexport function projectCapabilityHostArrayDeserializer(\n result: Array<ProjectCapabilityHost>,\n): any[] {\n return result.map((item) => {\n return projectCapabilityHostDeserializer(item);\n });\n}\n\n/** The quota tier information for the subscription */\nexport interface QuotaTier extends ProxyResource {\n /** Properties of quota tier resource. */\n properties?: QuotaTierProperties;\n}\n\nexport function quotaTierSerializer(item: QuotaTier): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : quotaTierPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function quotaTierDeserializer(item: any): QuotaTier {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : quotaTierPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Quota Tier resource'. */\nexport interface QuotaTierProperties {\n /** Name of the current quota tier for the subscription. */\n readonly currentTierName?: string;\n /** Gets the tier upgrade policy for the subscription. */\n tierUpgradePolicy?: TierUpgradePolicy;\n /** The date on which the current tier was assigned to the subscription (UTC). */\n readonly assignmentDate?: Date;\n /** Information about the quota tier upgrade eligibility for the subscription. */\n readonly tierUpgradeEligibilityInfo?: QuotaTierUpgradeEligibilityInfo;\n}\n\nexport function quotaTierPropertiesSerializer(item: QuotaTierProperties): any {\n return { tierUpgradePolicy: item[\"tierUpgradePolicy\"] };\n}\n\nexport function quotaTierPropertiesDeserializer(item: any): QuotaTierProperties {\n return {\n currentTierName: item[\"currentTierName\"],\n tierUpgradePolicy: item[\"tierUpgradePolicy\"],\n assignmentDate: !item[\"assignmentDate\"]\n ? item[\"assignmentDate\"]\n : new Date(item[\"assignmentDate\"]),\n tierUpgradeEligibilityInfo: !item[\"tierUpgradeEligibilityInfo\"]\n ? item[\"tierUpgradeEligibilityInfo\"]\n : quotaTierUpgradeEligibilityInfoDeserializer(item[\"tierUpgradeEligibilityInfo\"]),\n };\n}\n\n/** Gets the tier upgrade policy for the subscription. */\nexport enum KnownTierUpgradePolicy {\n /** OnceUpgradeIsAvailable */\n OnceUpgradeIsAvailable = \"OnceUpgradeIsAvailable\",\n /** NoAutoUpgrade */\n NoAutoUpgrade = \"NoAutoUpgrade\",\n}\n\n/**\n * Gets the tier upgrade policy for the subscription. \\\n * {@link KnownTierUpgradePolicy} can be used interchangeably with TierUpgradePolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnceUpgradeIsAvailable** \\\n * **NoAutoUpgrade**\n */\nexport type TierUpgradePolicy = string;\n\n/** Information about the quota tier upgrade eligibility for the subscription. */\nexport interface QuotaTierUpgradeEligibilityInfo {\n /** Name of the next quota tier for the subscription. */\n nextTierName?: string;\n /** Specifies whether an upgrade to the next quota tier is available. */\n upgradeAvailabilityStatus?: UpgradeAvailabilityStatus;\n /** The date after which the current tier will be upgraded to the next tier if the TierUpgradePolicy is \"OnceUpgradeIsAvailable\" (UTC). */\n upgradeApplicableDate?: Date;\n /** Reason in case the subscription is not eligible for upgrade to the next tier. */\n upgradeUnavailabilityReason?: string;\n}\n\nexport function quotaTierUpgradeEligibilityInfoDeserializer(\n item: any,\n): QuotaTierUpgradeEligibilityInfo {\n return {\n nextTierName: item[\"nextTierName\"],\n upgradeAvailabilityStatus: item[\"upgradeAvailabilityStatus\"],\n upgradeApplicableDate: !item[\"upgradeApplicableDate\"]\n ? item[\"upgradeApplicableDate\"]\n : new Date(item[\"upgradeApplicableDate\"]),\n upgradeUnavailabilityReason: item[\"upgradeUnavailabilityReason\"],\n };\n}\n\n/** Specifies whether an upgrade to the next quota tier is available. */\nexport enum KnownUpgradeAvailabilityStatus {\n /** Available */\n Available = \"Available\",\n /** NotAvailable */\n NotAvailable = \"NotAvailable\",\n}\n\n/**\n * Specifies whether an upgrade to the next quota tier is available. \\\n * {@link KnownUpgradeAvailabilityStatus} can be used interchangeably with UpgradeAvailabilityStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Available** \\\n * **NotAvailable**\n */\nexport type UpgradeAvailabilityStatus = string;\n\n/** The list of Quota Tiers response. */\nexport interface _QuotaTierListResult {\n /** The link used to get the next page of quota tiers. */\n nextLink?: string;\n /** Gets the list of Quota Tiers and their properties. */\n readonly value?: QuotaTier[];\n}\n\nexport function _quotaTierListResultDeserializer(item: any): _QuotaTierListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : quotaTierArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function quotaTierArraySerializer(result: Array<QuotaTier>): any[] {\n return result.map((item) => {\n return quotaTierSerializer(item);\n });\n}\n\nexport function quotaTierArrayDeserializer(result: Array<QuotaTier>): any[] {\n return result.map((item) => {\n return quotaTierDeserializer(item);\n });\n}\n\n/** Agent Application resource */\nexport interface AgentApplication extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: AgenticApplicationProperties;\n}\n\nexport function agentApplicationSerializer(item: AgentApplication): any {\n return { properties: agenticApplicationPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function agentApplicationDeserializer(item: any): AgentApplication {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: agenticApplicationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Resource type representing an agentic application as a management construct. */\nexport interface AgenticApplicationProperties extends ResourceBase {\n /** The display name of the application. */\n displayName?: string;\n /** The application's dedicated invocation endpoint. */\n baseUrl?: string;\n /** The list of agent definitions comprising this application, returned as references to the objects under the parent project; use this to obtain a flat list of all agent-version pairs represented by this application. */\n agents?: AgentReferenceProperties[];\n /** The EntraId Agentic Blueprint of the application. */\n agentIdentityBlueprint?: AssignedIdentity;\n /** The (default) agent instance identity of the application. */\n defaultInstanceIdentity?: AssignedIdentity;\n /** Gets or sets the authorization policy associated with this agentic application instance. */\n authorizationPolicy?: ApplicationAuthorizationPolicyUnion;\n /** Gets or sets the traffic routing policy for the application's deployments. */\n trafficRoutingPolicy?: ApplicationTrafficRoutingPolicy;\n /** Provisioning state of the application. */\n readonly provisioningState?: AgenticApplicationProvisioningState;\n /** Enabledstate of the application. */\n readonly isEnabled?: boolean;\n}\n\nexport function agenticApplicationPropertiesSerializer(item: AgenticApplicationProperties): any {\n return {\n description: item[\"description\"],\n tags: item[\"tags\"],\n displayName: item[\"displayName\"],\n baseUrl: item[\"baseUrl\"],\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : agentReferencePropertiesArraySerializer(item[\"agents\"]),\n agentIdentityBlueprint: !item[\"agentIdentityBlueprint\"]\n ? item[\"agentIdentityBlueprint\"]\n : assignedIdentitySerializer(item[\"agentIdentityBlueprint\"]),\n defaultInstanceIdentity: !item[\"defaultInstanceIdentity\"]\n ? item[\"defaultInstanceIdentity\"]\n : assignedIdentitySerializer(item[\"defaultInstanceIdentity\"]),\n authorizationPolicy: !item[\"authorizationPolicy\"]\n ? item[\"authorizationPolicy\"]\n : applicationAuthorizationPolicyUnionSerializer(item[\"authorizationPolicy\"]),\n trafficRoutingPolicy: !item[\"trafficRoutingPolicy\"]\n ? item[\"trafficRoutingPolicy\"]\n : applicationTrafficRoutingPolicySerializer(item[\"trafficRoutingPolicy\"]),\n };\n}\n\nexport function agenticApplicationPropertiesDeserializer(item: any): AgenticApplicationProperties {\n return {\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n displayName: item[\"displayName\"],\n baseUrl: item[\"baseUrl\"],\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : agentReferencePropertiesArrayDeserializer(item[\"agents\"]),\n agentIdentityBlueprint: !item[\"agentIdentityBlueprint\"]\n ? item[\"agentIdentityBlueprint\"]\n : assignedIdentityDeserializer(item[\"agentIdentityBlueprint\"]),\n defaultInstanceIdentity: !item[\"defaultInstanceIdentity\"]\n ? item[\"defaultInstanceIdentity\"]\n : assignedIdentityDeserializer(item[\"defaultInstanceIdentity\"]),\n authorizationPolicy: !item[\"authorizationPolicy\"]\n ? item[\"authorizationPolicy\"]\n : applicationAuthorizationPolicyUnionDeserializer(item[\"authorizationPolicy\"]),\n trafficRoutingPolicy: !item[\"trafficRoutingPolicy\"]\n ? item[\"trafficRoutingPolicy\"]\n : applicationTrafficRoutingPolicyDeserializer(item[\"trafficRoutingPolicy\"]),\n provisioningState: item[\"provisioningState\"],\n isEnabled: item[\"isEnabled\"],\n };\n}\n\nexport function agentReferencePropertiesArraySerializer(\n result: Array<AgentReferenceProperties>,\n): any[] {\n return result.map((item) => {\n return agentReferencePropertiesSerializer(item);\n });\n}\n\nexport function agentReferencePropertiesArrayDeserializer(\n result: Array<AgentReferenceProperties>,\n): any[] {\n return result.map((item) => {\n return agentReferencePropertiesDeserializer(item);\n });\n}\n\n/** Type modeling a reference to a version of an agent definition. */\nexport interface AgentReferenceProperties {\n /** Gets the agent's unique identifier within the organization (subscription). */\n agentId?: string;\n /** Gets the agent's name (unique within the project/app). */\n agentName?: string;\n}\n\nexport function agentReferencePropertiesSerializer(item: AgentReferenceProperties): any {\n return { agentId: item[\"agentId\"], agentName: item[\"agentName\"] };\n}\n\nexport function agentReferencePropertiesDeserializer(item: any): AgentReferenceProperties {\n return {\n agentId: item[\"agentId\"],\n agentName: item[\"agentName\"],\n };\n}\n\n/** Type representing an identity assignment */\nexport interface AssignedIdentity {\n /** Specifies the kind of Entra identity described by this object. */\n kind: IdentityKind;\n /** Enumeration of identity types, from the perspective of management. */\n type: IdentityManagementType;\n /** The client ID of the identity. */\n clientId: string;\n /** The principal ID of the identity. */\n principalId: string;\n /** The tenant ID of the identity. */\n tenantId: string;\n /** The subject of this identity assignment. */\n subject?: string;\n /** Represents the provisioning state of an identity resource. */\n readonly provisioningState?: IdentityProvisioningState;\n}\n\nexport function assignedIdentitySerializer(item: AssignedIdentity): any {\n return {\n kind: item[\"kind\"],\n type: item[\"type\"],\n clientId: item[\"clientId\"],\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n subject: item[\"subject\"],\n };\n}\n\nexport function assignedIdentityDeserializer(item: any): AssignedIdentity {\n return {\n kind: item[\"kind\"],\n type: item[\"type\"],\n clientId: item[\"clientId\"],\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n subject: item[\"subject\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Specifies the kind of Entra identity described by this object. */\nexport enum KnownIdentityKind {\n /** Represents a class identity, used for agentic applications. */\n AgentBlueprint = \"AgentBlueprint\",\n /** Represents an instance identity. */\n AgentInstance = \"AgentInstance\",\n /** Represents an agentic instance identity with user-like traits. */\n AgenticUser = \"AgenticUser\",\n /** Represents a classic managed identity. */\n Managed = \"Managed\",\n /** No identity. */\n None = \"None\",\n}\n\n/**\n * Specifies the kind of Entra identity described by this object. \\\n * {@link KnownIdentityKind} can be used interchangeably with IdentityKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AgentBlueprint**: Represents a class identity, used for agentic applications. \\\n * **AgentInstance**: Represents an instance identity. \\\n * **AgenticUser**: Represents an agentic instance identity with user-like traits. \\\n * **Managed**: Represents a classic managed identity. \\\n * **None**: No identity.\n */\nexport type IdentityKind = string;\n\n/** Enumeration of identity types, from the perspective of management. */\nexport enum KnownIdentityManagementType {\n /** Platform-managed identity. */\n System = \"System\",\n /** User-managed identity. */\n User = \"User\",\n /** No identity. */\n None = \"None\",\n}\n\n/**\n * Enumeration of identity types, from the perspective of management. \\\n * {@link KnownIdentityManagementType} can be used interchangeably with IdentityManagementType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **System**: Platform-managed identity. \\\n * **User**: User-managed identity. \\\n * **None**: No identity.\n */\nexport type IdentityManagementType = string;\n\n/** Represents the provisioning state of an identity resource. */\nexport enum KnownIdentityProvisioningState {\n /** Identity is being created. */\n Creating = \"Creating\",\n /** Identity is being updated. */\n Updating = \"Updating\",\n /** Identity has been successfully provisioned. */\n Succeeded = \"Succeeded\",\n /** Identity provisioning has failed. */\n Failed = \"Failed\",\n /** Identity provisioning has been canceled. */\n Canceled = \"Canceled\",\n /** Identity is being deleted. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Represents the provisioning state of an identity resource. \\\n * {@link KnownIdentityProvisioningState} can be used interchangeably with IdentityProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating**: Identity is being created. \\\n * **Updating**: Identity is being updated. \\\n * **Succeeded**: Identity has been successfully provisioned. \\\n * **Failed**: Identity provisioning has failed. \\\n * **Canceled**: Identity provisioning has been canceled. \\\n * **Deleting**: Identity is being deleted.\n */\nexport type IdentityProvisioningState = string;\n\n/** Represents a policy for authorizing applications based on specified authentication and authorization schemes. */\nexport interface ApplicationAuthorizationPolicy {\n /** Authorization scheme type. */\n /** The discriminator possible values: Default, OrganizationScope, Channels */\n type: BuiltInAuthorizationScheme;\n}\n\nexport function applicationAuthorizationPolicySerializer(\n item: ApplicationAuthorizationPolicy,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function applicationAuthorizationPolicyDeserializer(\n item: any,\n): ApplicationAuthorizationPolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ApplicationAuthorizationPolicyUnion */\nexport type ApplicationAuthorizationPolicyUnion =\n | RoleBasedBuiltInAuthorizationPolicy\n | OrganizationSharedBuiltInAuthorizationPolicy\n | ChannelsBuiltInAuthorizationPolicy\n | ApplicationAuthorizationPolicy;\n\nexport function applicationAuthorizationPolicyUnionSerializer(\n item: ApplicationAuthorizationPolicyUnion,\n): any {\n switch (item.type) {\n case \"Default\":\n return roleBasedBuiltInAuthorizationPolicySerializer(\n item as RoleBasedBuiltInAuthorizationPolicy,\n );\n\n case \"OrganizationScope\":\n return organizationSharedBuiltInAuthorizationPolicySerializer(\n item as OrganizationSharedBuiltInAuthorizationPolicy,\n );\n\n case \"Channels\":\n return channelsBuiltInAuthorizationPolicySerializer(\n item as ChannelsBuiltInAuthorizationPolicy,\n );\n\n default:\n return applicationAuthorizationPolicySerializer(item);\n }\n}\n\nexport function applicationAuthorizationPolicyUnionDeserializer(\n item: any,\n): ApplicationAuthorizationPolicyUnion {\n switch (item[\"type\"]) {\n case \"Default\":\n return roleBasedBuiltInAuthorizationPolicyDeserializer(\n item as RoleBasedBuiltInAuthorizationPolicy,\n );\n\n case \"OrganizationScope\":\n return organizationSharedBuiltInAuthorizationPolicyDeserializer(\n item as OrganizationSharedBuiltInAuthorizationPolicy,\n );\n\n case \"Channels\":\n return channelsBuiltInAuthorizationPolicyDeserializer(\n item as ChannelsBuiltInAuthorizationPolicy,\n );\n\n default:\n return applicationAuthorizationPolicyDeserializer(item);\n }\n}\n\n/** Authorization scheme type. */\nexport enum KnownBuiltInAuthorizationScheme {\n /** Standard AzureML RBAC */\n Default = \"Default\",\n /** Claim-based, requires membership in the tenant */\n OrganizationScope = \"OrganizationScope\",\n /** Channels-specific (AzureBotService) authorization */\n Channels = \"Channels\",\n /** Custom scheme defined by the application author */\n Custom = \"Custom\",\n}\n\n/**\n * Authorization scheme type. \\\n * {@link KnownBuiltInAuthorizationScheme} can be used interchangeably with BuiltInAuthorizationScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Standard AzureML RBAC \\\n * **OrganizationScope**: Claim-based, requires membership in the tenant \\\n * **Channels**: Channels-specific (AzureBotService) authorization \\\n * **Custom**: Custom scheme defined by the application author\n */\nexport type BuiltInAuthorizationScheme = string;\n\n/** Built-in role-based authorization policy. */\nexport interface RoleBasedBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {\n /** Authorization scheme type. */\n type: \"Default\";\n}\n\nexport function roleBasedBuiltInAuthorizationPolicySerializer(\n item: RoleBasedBuiltInAuthorizationPolicy,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function roleBasedBuiltInAuthorizationPolicyDeserializer(\n item: any,\n): RoleBasedBuiltInAuthorizationPolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Built-in authorization policy scoped to organization/tenant. */\nexport interface OrganizationSharedBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {\n /** Authorization scheme type. */\n type: \"OrganizationScope\";\n}\n\nexport function organizationSharedBuiltInAuthorizationPolicySerializer(\n item: OrganizationSharedBuiltInAuthorizationPolicy,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function organizationSharedBuiltInAuthorizationPolicyDeserializer(\n item: any,\n): OrganizationSharedBuiltInAuthorizationPolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Represents a built-in authorization policy specific to Azure Bot Service/Channels authentication. */\nexport interface ChannelsBuiltInAuthorizationPolicy extends ApplicationAuthorizationPolicy {\n /** Authorization scheme type. */\n type: \"Channels\";\n}\n\nexport function channelsBuiltInAuthorizationPolicySerializer(\n item: ChannelsBuiltInAuthorizationPolicy,\n): any {\n return { type: item[\"type\"] };\n}\n\nexport function channelsBuiltInAuthorizationPolicyDeserializer(\n item: any,\n): ChannelsBuiltInAuthorizationPolicy {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Type representing an application traffic policy as a property of an agentic application. */\nexport interface ApplicationTrafficRoutingPolicy {\n /** Methodology used to route traffic to the application's deployments. */\n protocol?: TrafficRoutingProtocol;\n /** Gets or sets the collection of traffic routing rules. */\n rules?: TrafficRoutingRule[];\n}\n\nexport function applicationTrafficRoutingPolicySerializer(\n item: ApplicationTrafficRoutingPolicy,\n): any {\n return {\n protocol: item[\"protocol\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : trafficRoutingRuleArraySerializer(item[\"rules\"]),\n };\n}\n\nexport function applicationTrafficRoutingPolicyDeserializer(\n item: any,\n): ApplicationTrafficRoutingPolicy {\n return {\n protocol: item[\"protocol\"],\n rules: !item[\"rules\"] ? item[\"rules\"] : trafficRoutingRuleArrayDeserializer(item[\"rules\"]),\n };\n}\n\n/** Traffic routing protocol, used to distribute an application's inbound traffic to its deployments. */\nexport enum KnownTrafficRoutingProtocol {\n /** Percentage based routing */\n FixedRatio = \"FixedRatio\",\n}\n\n/**\n * Traffic routing protocol, used to distribute an application's inbound traffic to its deployments. \\\n * {@link KnownTrafficRoutingProtocol} can be used interchangeably with TrafficRoutingProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FixedRatio**: Percentage based routing\n */\nexport type TrafficRoutingProtocol = string;\n\nexport function trafficRoutingRuleArraySerializer(result: Array<TrafficRoutingRule>): any[] {\n return result.map((item) => {\n return trafficRoutingRuleSerializer(item);\n });\n}\n\nexport function trafficRoutingRuleArrayDeserializer(result: Array<TrafficRoutingRule>): any[] {\n return result.map((item) => {\n return trafficRoutingRuleDeserializer(item);\n });\n}\n\n/** Represents a rule for routing traffic to a specific deployment. */\nexport interface TrafficRoutingRule {\n /** The identifier of this traffic routing rule. */\n ruleId?: string;\n /** A user-provided description for this traffic routing rule. */\n description?: string;\n /** The unique identifier of the deployment to which traffic is routed by this rule. */\n deploymentId?: string;\n /** Gets or sets the percentage of traffic allocated to this instance. */\n trafficPercentage?: number;\n}\n\nexport function trafficRoutingRuleSerializer(item: TrafficRoutingRule): any {\n return {\n ruleId: item[\"ruleId\"],\n description: item[\"description\"],\n deploymentId: item[\"deploymentId\"],\n trafficPercentage: item[\"trafficPercentage\"],\n };\n}\n\nexport function trafficRoutingRuleDeserializer(item: any): TrafficRoutingRule {\n return {\n ruleId: item[\"ruleId\"],\n description: item[\"description\"],\n deploymentId: item[\"deploymentId\"],\n trafficPercentage: item[\"trafficPercentage\"],\n };\n}\n\n/** Provisioning state of an agentic application. */\nexport enum KnownAgenticApplicationProvisioningState {\n /** The application was successfully provisioned. */\n Succeeded = \"Succeeded\",\n /** The application provisioning failed. */\n Failed = \"Failed\",\n /** The application provisioning was canceled. */\n Canceled = \"Canceled\",\n /** The application is being created. */\n Creating = \"Creating\",\n /** The application is being updated. */\n Updating = \"Updating\",\n /** The application is being deleted. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Provisioning state of an agentic application. \\\n * {@link KnownAgenticApplicationProvisioningState} can be used interchangeably with AgenticApplicationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The application was successfully provisioned. \\\n * **Failed**: The application provisioning failed. \\\n * **Canceled**: The application provisioning was canceled. \\\n * **Creating**: The application is being created. \\\n * **Updating**: The application is being updated. \\\n * **Deleting**: The application is being deleted.\n */\nexport type AgenticApplicationProvisioningState = string;\n\n/** model interface ResourceBase */\nexport interface ResourceBase {\n /** The asset description text. */\n description?: string;\n /** Tag dictionary. Tags can be added, removed, and updated. */\n tags?: Record<string, string>;\n}\n\nexport function resourceBaseSerializer(item: ResourceBase): any {\n return { description: item[\"description\"], tags: item[\"tags\"] };\n}\n\nexport function resourceBaseDeserializer(item: any): ResourceBase {\n return {\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n };\n}\n\n/** A paginated list of Agent Application entities. */\nexport interface _AgentApplicationResourceArmPaginatedResult {\n /** The link to the next page of Agent Application objects. If null, there are no additional pages. */\n nextLink?: string;\n /** An array of objects of type Agent Application. */\n value?: AgentApplication[];\n}\n\nexport function _agentApplicationResourceArmPaginatedResultDeserializer(\n item: any,\n): _AgentApplicationResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : agentApplicationArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function agentApplicationArraySerializer(result: Array<AgentApplication>): any[] {\n return result.map((item) => {\n return agentApplicationSerializer(item);\n });\n}\n\nexport function agentApplicationArrayDeserializer(result: Array<AgentApplication>): any[] {\n return result.map((item) => {\n return agentApplicationDeserializer(item);\n });\n}\n\n/** A paginated list of Agent Reference entities. */\nexport interface AgentReferenceResourceArmPaginatedResult {\n /** The link to the next page of Agent Reference objects. If null, there are no additional pages. */\n nextLink?: string;\n /** An array of objects of type Agent Reference. */\n value?: AgentReference[];\n}\n\nexport function agentReferenceResourceArmPaginatedResultDeserializer(\n item: any,\n): AgentReferenceResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : agentReferenceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function agentReferenceArrayDeserializer(result: Array<AgentReference>): any[] {\n return result.map((item) => {\n return agentReferenceDeserializer(item);\n });\n}\n\n/** Agent Reference resource */\nexport interface AgentReference extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: AgentReferenceProperties;\n}\n\nexport function agentReferenceDeserializer(item: any): AgentReference {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: agentReferencePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Cognitive Services account managed compute deployment, backed by managed compute (GPU) resources. */\nexport interface ManagedComputeDeployment extends ProxyResource {\n /** Properties of the Cognitive Services managed compute deployment. */\n properties?: ManagedComputeDeploymentProperties;\n /** The resource model definition representing SKU */\n sku?: Sku;\n /** Resource Etag. */\n readonly etag?: string;\n}\n\nexport function managedComputeDeploymentSerializer(item: ManagedComputeDeployment): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedComputeDeploymentPropertiesSerializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function managedComputeDeploymentDeserializer(item: any): ManagedComputeDeployment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedComputeDeploymentPropertiesDeserializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n etag: item[\"etag\"],\n };\n}\n\n/** Properties of a Cognitive Services managed compute deployment. */\nexport interface ManagedComputeDeploymentProperties {\n /**\n * AzureML Registry model asset URI. Required on creation; immutable after creation.\n * Example: azureml://registries/{registry}/models/{model}/versions/{version}\n */\n model: string;\n /**\n * Deployment template identifier. Optional on creation.\n * Accepts an AzureML Registry deployment template URI or a project-scoped deployment template path for VmManagedCompute.\n * Examples: azureml://registries/{registry}/deploymenttemplates/{template}/versions/{version}, projects/{project}/deploymentTemplates/{template}/versions/{version}\n */\n deploymentTemplate?: string;\n /** Accelerator type (e.g., H100_80GB). Optional on creation; immutable after creation. */\n acceleratorType?: string;\n /** Template auto-upgrade policy. Defaults to OnceNewDefaultVersionAvailable. */\n versionUpgradeOption?: DeploymentModelVersionUpgradeOption;\n /** Foundry compute ARM resource ID for VM-backed managed compute deployments. Required when sku.name is VmManagedCompute; immutable after creation. */\n computeId?: string;\n /** Scheduling priority for VM-backed managed compute deployments. Immutable after creation. */\n priority?: string;\n /** Read-only. Number of accelerators (GPUs) consumed by each model instance, sourced from the deployment template. */\n readonly acceleratorsPerInstance?: number;\n /** Read-only. Total accelerators allocated: sku.capacity (instances) x acceleratorsPerInstance. */\n readonly totalAccelerators?: number;\n /** Read-only. Current provisioning state. */\n readonly provisioningState?: ProvisioningState;\n /** Read-only. Status message and timestamp from the last provisioning operation. */\n readonly provisioningDetails?: ManagedComputeDeploymentProvisioningDetails;\n /** Read-only. Inference route paths relative to the account endpoint. Populated when provisioningState is Succeeded. */\n readonly routes?: ManagedComputeDeploymentRoutes;\n}\n\nexport function managedComputeDeploymentPropertiesSerializer(\n item: ManagedComputeDeploymentProperties,\n): any {\n return {\n model: item[\"model\"],\n deploymentTemplate: item[\"deploymentTemplate\"],\n acceleratorType: item[\"acceleratorType\"],\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n computeId: item[\"computeId\"],\n priority: item[\"priority\"],\n };\n}\n\nexport function managedComputeDeploymentPropertiesDeserializer(\n item: any,\n): ManagedComputeDeploymentProperties {\n return {\n model: item[\"model\"],\n deploymentTemplate: item[\"deploymentTemplate\"],\n acceleratorType: item[\"acceleratorType\"],\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n computeId: item[\"computeId\"],\n priority: item[\"priority\"],\n acceleratorsPerInstance: item[\"acceleratorsPerInstance\"],\n totalAccelerators: item[\"totalAccelerators\"],\n provisioningState: item[\"provisioningState\"],\n provisioningDetails: !item[\"provisioningDetails\"]\n ? item[\"provisioningDetails\"]\n : managedComputeDeploymentProvisioningDetailsDeserializer(item[\"provisioningDetails\"]),\n routes: !item[\"routes\"]\n ? item[\"routes\"]\n : managedComputeDeploymentRoutesDeserializer(item[\"routes\"]),\n };\n}\n\n/** Provisioning status details for a managed compute deployment. */\nexport interface ManagedComputeDeploymentProvisioningDetails {\n /** A human-readable status message from the last provisioning operation. */\n message?: string;\n /** Timestamp of the last provisioning operation. */\n lastOperationTimestamp?: Date;\n}\n\nexport function managedComputeDeploymentProvisioningDetailsDeserializer(\n item: any,\n): ManagedComputeDeploymentProvisioningDetails {\n return {\n message: item[\"message\"],\n lastOperationTimestamp: !item[\"lastOperationTimestamp\"]\n ? item[\"lastOperationTimestamp\"]\n : new Date(item[\"lastOperationTimestamp\"]),\n };\n}\n\n/**\n * Inference route paths for a managed compute deployment, relative to the account endpoint.\n * Populated when provisioningState is Succeeded.\n */\nexport interface ManagedComputeDeploymentRoutes {\n /** Relative path to the chat completions scoring endpoint. */\n chatCompletionsScoringPath?: string;\n /** Relative path to the Swagger/OpenAPI endpoint. */\n swagger?: string;\n /** Relative path to the messages API scoring endpoint. */\n messagesApiScoringPath?: string;\n}\n\nexport function managedComputeDeploymentRoutesDeserializer(\n item: any,\n): ManagedComputeDeploymentRoutes {\n return {\n chatCompletionsScoringPath: item[\"chatCompletionsScoringPath\"],\n swagger: item[\"swagger\"],\n messagesApiScoringPath: item[\"messagesApiScoringPath\"],\n };\n}\n\n/** The object being used to update sku of a resource, in general used for PATCH operations. */\nexport interface PatchResourceSku {\n /** The resource model definition representing SKU */\n sku?: Sku;\n}\n\nexport function patchResourceSkuSerializer(item: PatchResourceSku): any {\n return { sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]) };\n}\n\n/** The list of managed compute deployments. */\nexport interface _ManagedComputeDeploymentListResult {\n /** The link used to get the next page of managed compute deployments. */\n nextLink?: string;\n /** Gets the list of managed compute deployments and their properties. */\n readonly value?: ManagedComputeDeployment[];\n}\n\nexport function _managedComputeDeploymentListResultDeserializer(\n item: any,\n): _ManagedComputeDeploymentListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : managedComputeDeploymentArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function managedComputeDeploymentArraySerializer(\n result: Array<ManagedComputeDeployment>,\n): any[] {\n return result.map((item) => {\n return managedComputeDeploymentSerializer(item);\n });\n}\n\nexport function managedComputeDeploymentArrayDeserializer(\n result: Array<ManagedComputeDeployment>,\n): any[] {\n return result.map((item) => {\n return managedComputeDeploymentDeserializer(item);\n });\n}\n\n/** The status of an async compute operation. */\nexport interface ComputeOperationStatus extends ProxyResource {\n /** The properties of the compute operation status. */\n properties?: ComputeOperationStatusProperties;\n}\n\nexport function computeOperationStatusDeserializer(item: any): ComputeOperationStatus {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computeOperationStatusPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a compute operation status. */\nexport interface ComputeOperationStatusProperties {\n /** The start time of the operation. */\n readonly startTime?: Date;\n /** The end time of the operation. */\n readonly endTime?: Date;\n /** The status of the operation. */\n status?: ComputeOperationStatusType;\n /** Error details if the operation failed. */\n error?: ErrorDetail;\n}\n\nexport function computeOperationStatusPropertiesDeserializer(\n item: any,\n): ComputeOperationStatusProperties {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n status: item[\"status\"],\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The status type of a compute operation. */\nexport enum KnownComputeOperationStatusType {\n /** The operation is in progress. */\n InProgress = \"InProgress\",\n /** The operation has succeeded. */\n Succeeded = \"Succeeded\",\n /** The operation has failed. */\n Failed = \"Failed\",\n /** The operation has been canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * The status type of a compute operation. \\\n * {@link KnownComputeOperationStatusType} can be used interchangeably with ComputeOperationStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: The operation is in progress. \\\n * **Succeeded**: The operation has succeeded. \\\n * **Failed**: The operation has failed. \\\n * **Canceled**: The operation has been canceled.\n */\nexport type ComputeOperationStatusType = string;\n\n/** List of managed compute quota entries. */\nexport interface _ManagedComputeUsageListResult {\n /** The link used to get the next page of managed compute usages. */\n nextLink?: string;\n /** Per-SKU managed compute quota usage entries. */\n value?: ManagedComputeUsage[];\n}\n\nexport function _managedComputeUsageListResultDeserializer(\n item: any,\n): _ManagedComputeUsageListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : managedComputeUsageArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function managedComputeUsageArrayDeserializer(result: Array<ManagedComputeUsage>): any[] {\n return result.map((item) => {\n return managedComputeUsageDeserializer(item);\n });\n}\n\n/** Managed compute quota usage for a specific SKU. */\nexport interface ManagedComputeUsage {\n /** Fully qualified resource ID for the managed compute usage. */\n readonly id?: string;\n /** The name information for the metric. */\n readonly name?: MetricName;\n /** The resource type. */\n readonly type?: string;\n /** The unit of the metric. */\n unit?: UnitType;\n /** Maximum value for this metric. */\n limit?: number;\n /** Current value for this metric. */\n currentValue?: number;\n /** Offer scope (e.g., 'Global', 'Datazone-US'). */\n offerScope?: string;\n /** Deployments consuming this managed compute quota. */\n deployments?: ManagedComputeDeploymentInfo[];\n}\n\nexport function managedComputeUsageDeserializer(item: any): ManagedComputeUsage {\n return {\n id: item[\"id\"],\n name: !item[\"name\"] ? item[\"name\"] : metricNameDeserializer(item[\"name\"]),\n type: item[\"type\"],\n unit: item[\"unit\"],\n limit: item[\"limit\"],\n currentValue: item[\"currentValue\"],\n offerScope: item[\"offerScope\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : managedComputeDeploymentInfoArrayDeserializer(item[\"deployments\"]),\n };\n}\n\nexport function managedComputeDeploymentInfoArrayDeserializer(\n result: Array<ManagedComputeDeploymentInfo>,\n): any[] {\n return result.map((item) => {\n return managedComputeDeploymentInfoDeserializer(item);\n });\n}\n\n/** Deployment detail within a managed compute usage entry. */\nexport interface ManagedComputeDeploymentInfo {\n /** Full ARM resource ID of the deployment. */\n deploymentId?: string;\n /** Full ARM resource ID of the account/project. */\n projectId?: string;\n /** Model name (e.g., 'azureml://registries//models//versions/gpt-4o'). */\n modelId?: string;\n /** Number of GPUs consumed by this deployment. */\n acceleratorCount?: number;\n /** Number of instances for this deployment. */\n instanceCount?: number;\n}\n\nexport function managedComputeDeploymentInfoDeserializer(item: any): ManagedComputeDeploymentInfo {\n return {\n deploymentId: item[\"deploymentId\"],\n projectId: item[\"projectId\"],\n modelId: item[\"modelId\"],\n acceleratorCount: item[\"acceleratorCount\"],\n instanceCount: item[\"instanceCount\"],\n };\n}\n\n/**\n * Cognitive Services compute resource. Supports polymorphic compute types\n * (Cluster, ContainerInstance) via the computeType discriminator in properties.\n */\nexport interface Compute extends ProxyResource {\n /** Polymorphic properties of the compute resource. Use computeType to select Cluster or ContainerInstance. */\n properties: ComputePropertiesUnion;\n /** Resource Etag. */\n readonly etag?: string;\n /** The location of the compute resource. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The kind (type) of compute resource. */\n kind?: string;\n /** Identity for the resource. */\n identity?: Identity;\n}\n\nexport function computeSerializer(item: Compute): any {\n return {\n properties: computePropertiesUnionSerializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n kind: item[\"kind\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function computeDeserializer(item: any): Compute {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: computePropertiesUnionDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n kind: item[\"kind\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/**\n * Base properties for all compute resource types.\n * The computeType discriminator determines the concrete property shape.\n */\nexport interface ComputeProperties {\n /** The type of compute resource. */\n /** The discriminator possible values: Cluster, ContainerInstance */\n computeType: ComputeType;\n /** Provisioning state of the compute resource. */\n readonly provisioningState?: ComputeProvisioningState;\n /** Error details for the compute resource. */\n readonly errors?: ErrorDetail[];\n /** Creation time of the compute resource. */\n readonly creationTime?: Date;\n}\n\nexport function computePropertiesSerializer(item: ComputeProperties): any {\n return { computeType: item[\"computeType\"] };\n}\n\nexport function computePropertiesDeserializer(item: any): ComputeProperties {\n return {\n computeType: item[\"computeType\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorDetailArrayDeserializer(item[\"errors\"]),\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n };\n}\n\n/** Alias for ComputePropertiesUnion */\nexport type ComputePropertiesUnion =\n | ClusterComputeProperties\n | ContainerInstanceComputeProperties\n | ComputeProperties;\n\nexport function computePropertiesUnionSerializer(item: ComputePropertiesUnion): any {\n switch (item.computeType) {\n case \"Cluster\":\n return clusterComputePropertiesSerializer(item as ClusterComputeProperties);\n\n case \"ContainerInstance\":\n return containerInstanceComputePropertiesSerializer(\n item as ContainerInstanceComputeProperties,\n );\n\n default:\n return computePropertiesSerializer(item);\n }\n}\n\nexport function computePropertiesUnionDeserializer(item: any): ComputePropertiesUnion {\n switch (item[\"computeType\"]) {\n case \"Cluster\":\n return clusterComputePropertiesDeserializer(item as ClusterComputeProperties);\n\n case \"ContainerInstance\":\n return containerInstanceComputePropertiesDeserializer(\n item as ContainerInstanceComputeProperties,\n );\n\n default:\n return computePropertiesDeserializer(item);\n }\n}\n\n/** The type of compute resource. */\nexport enum KnownComputeType {\n /** Cluster (AKS-backed) compute type. */\n Cluster = \"Cluster\",\n /** Container Instance compute type. */\n ContainerInstance = \"ContainerInstance\",\n}\n\n/**\n * The type of compute resource. \\\n * {@link KnownComputeType} can be used interchangeably with ComputeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cluster**: Cluster (AKS-backed) compute type. \\\n * **ContainerInstance**: Container Instance compute type.\n */\nexport type ComputeType = string;\n\n/** The provisioning state of a compute resource. */\nexport enum KnownComputeProvisioningState {\n /** The resource provisioning request has been accepted. */\n Accepted = \"Accepted\",\n /** The resource has been fully provisioned. */\n Succeeded = \"Succeeded\",\n /** The resource provisioning has failed. */\n Failed = \"Failed\",\n /** The resource provisioning was canceled. */\n Canceled = \"Canceled\",\n /** The resource is being deleted. */\n Deleting = \"Deleting\",\n /** The resource is scaling. */\n Scaling = \"Scaling\",\n /** The resource is disabled. */\n Disabled = \"Disabled\",\n /** The compute resource is starting. */\n Starting = \"Starting\",\n /** The compute resource is stopping. */\n Stopping = \"Stopping\",\n /** The compute resource is restarting. */\n Restarting = \"Restarting\",\n /** The compute resource is stopped. */\n Stopped = \"Stopped\",\n}\n\n/**\n * The provisioning state of a compute resource. \\\n * {@link KnownComputeProvisioningState} can be used interchangeably with ComputeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: The resource provisioning request has been accepted. \\\n * **Succeeded**: The resource has been fully provisioned. \\\n * **Failed**: The resource provisioning has failed. \\\n * **Canceled**: The resource provisioning was canceled. \\\n * **Deleting**: The resource is being deleted. \\\n * **Scaling**: The resource is scaling. \\\n * **Disabled**: The resource is disabled. \\\n * **Starting**: The compute resource is starting. \\\n * **Stopping**: The compute resource is stopping. \\\n * **Restarting**: The compute resource is restarting. \\\n * **Stopped**: The compute resource is stopped.\n */\nexport type ComputeProvisioningState = string;\n\n/** Properties for a Cluster (AKS-backed) compute resource. */\nexport interface ClusterComputeProperties extends ComputeProperties {\n /** The type of compute resource. */\n computeType: \"Cluster\";\n /** Pools attached to this compute cluster. */\n pools: Pool[];\n /** ARM ID of the subnet used for compute. */\n subnetArmId?: string;\n}\n\nexport function clusterComputePropertiesSerializer(item: ClusterComputeProperties): any {\n return {\n computeType: item[\"computeType\"],\n pools: poolArraySerializer(item[\"pools\"]),\n subnetArmId: item[\"subnetArmId\"],\n };\n}\n\nexport function clusterComputePropertiesDeserializer(item: any): ClusterComputeProperties {\n return {\n computeType: item[\"computeType\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorDetailArrayDeserializer(item[\"errors\"]),\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n pools: poolArrayDeserializer(item[\"pools\"]),\n subnetArmId: item[\"subnetArmId\"],\n };\n}\n\nexport function poolArraySerializer(result: Array<Pool>): any[] {\n return result.map((item) => {\n return poolSerializer(item);\n });\n}\n\nexport function poolArrayDeserializer(result: Array<Pool>): any[] {\n return result.map((item) => {\n return poolDeserializer(item);\n });\n}\n\n/** A compute pool configuration. */\nexport interface Pool {\n /** The name of the pool. */\n name: string;\n /** The VM priority of the pool. */\n vmPriority: VmPriority;\n /** The instance type (VM SKU) used in the pool. */\n instanceType: string;\n /** The number of nodes in the pool. */\n nodeCount: number;\n}\n\nexport function poolSerializer(item: Pool): any {\n return {\n name: item[\"name\"],\n vmPriority: item[\"vmPriority\"],\n instanceType: item[\"instanceType\"],\n nodeCount: item[\"nodeCount\"],\n };\n}\n\nexport function poolDeserializer(item: any): Pool {\n return {\n name: item[\"name\"],\n vmPriority: item[\"vmPriority\"],\n instanceType: item[\"instanceType\"],\n nodeCount: item[\"nodeCount\"],\n };\n}\n\n/** VM priority for a compute pool. */\nexport enum KnownVmPriority {\n /** Regular VM priority. */\n Regular = \"Regular\",\n /** Low-priority VM. */\n LowPriority = \"LowPriority\",\n}\n\n/**\n * VM priority for a compute pool. \\\n * {@link KnownVmPriority} can be used interchangeably with VmPriority,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Regular**: Regular VM priority. \\\n * **LowPriority**: Low-priority VM.\n */\nexport type VmPriority = string;\n\n/** Properties for a Container Instance compute resource. */\nexport interface ContainerInstanceComputeProperties extends ComputeProperties {\n /** The type of compute resource. */\n computeType: \"ContainerInstance\";\n /** ARM resource ID of the parent cluster that hosts this container instance. */\n targetClusterId: string;\n /** Container image URI (e.g., MCR or ACR image path) for the container instance. */\n imageLink: string;\n /** ISO 8601 duration before the idle instance is automatically shut down (e.g., 'PT30M'). */\n idleTimeBeforeShutdown?: string;\n /** SSH configuration for remote access to the container instance. */\n sshSettings?: SshSettings;\n /** Network connectivity endpoints assigned to the container instance. */\n readonly connectivityEndpoints?: ConnectivityEndpoints;\n}\n\nexport function containerInstanceComputePropertiesSerializer(\n item: ContainerInstanceComputeProperties,\n): any {\n return {\n computeType: item[\"computeType\"],\n targetClusterId: item[\"targetClusterId\"],\n imageLink: item[\"imageLink\"],\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : sshSettingsSerializer(item[\"sshSettings\"]),\n };\n}\n\nexport function containerInstanceComputePropertiesDeserializer(\n item: any,\n): ContainerInstanceComputeProperties {\n return {\n computeType: item[\"computeType\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorDetailArrayDeserializer(item[\"errors\"]),\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n targetClusterId: item[\"targetClusterId\"],\n imageLink: item[\"imageLink\"],\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : sshSettingsDeserializer(item[\"sshSettings\"]),\n connectivityEndpoints: !item[\"connectivityEndpoints\"]\n ? item[\"connectivityEndpoints\"]\n : connectivityEndpointsDeserializer(item[\"connectivityEndpoints\"]),\n };\n}\n\n/** SSH configuration for a Container Instance compute. */\nexport interface SshSettings {\n /** The SSH public key for authenticating to the compute instance. */\n sshPublicKey?: string;\n /** Whether SSH admin access is enabled. */\n adminEnabled?: boolean;\n}\n\nexport function sshSettingsSerializer(item: SshSettings): any {\n return { sshPublicKey: item[\"sshPublicKey\"], adminEnabled: item[\"adminEnabled\"] };\n}\n\nexport function sshSettingsDeserializer(item: any): SshSettings {\n return {\n sshPublicKey: item[\"sshPublicKey\"],\n adminEnabled: item[\"adminEnabled\"],\n };\n}\n\n/** Network connectivity endpoints for a Container Instance compute. */\nexport interface ConnectivityEndpoints {\n /** The public IP address of the compute instance. */\n readonly publicIpAddress?: string;\n /** The SSH port for the compute instance. */\n readonly sshPort?: number;\n}\n\nexport function connectivityEndpointsDeserializer(item: any): ConnectivityEndpoints {\n return {\n publicIpAddress: item[\"publicIpAddress\"],\n sshPort: item[\"sshPort\"],\n };\n}\n\n/** The list of cognitive services computes operation response. */\nexport interface _ComputeListResult {\n /** The link used to get the next page of compute list. */\n nextLink?: string;\n /** Gets the list of computes. */\n value?: Compute[];\n}\n\nexport function _computeListResultDeserializer(item: any): _ComputeListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : computeArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function computeArraySerializer(result: Array<Compute>): any[] {\n return result.map((item) => {\n return computeSerializer(item);\n });\n}\n\nexport function computeArrayDeserializer(result: Array<Compute>): any[] {\n return result.map((item) => {\n return computeDeserializer(item);\n });\n}\n\n/**\n * Workbench resource under a Cognitive Services project.\n * Provides interactive compute with data access for AI development.\n */\nexport interface Workbench extends ProxyResource {\n /** Properties of the workbench resource. */\n properties: WorkbenchProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** The location of the workbench resource. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Identity for the resource. */\n identity?: Identity;\n}\n\nexport function workbenchSerializer(item: Workbench): any {\n return {\n properties: workbenchPropertiesSerializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function workbenchDeserializer(item: any): Workbench {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: workbenchPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties for a Workbench resource. */\nexport interface WorkbenchProperties {\n /** ARM resource ID of the parent cluster that hosts this workbench. */\n targetClusterId: string;\n /** Container image URI (e.g., MCR or ACR image path) for the workbench. */\n imageLink: string;\n /** ISO 8601 duration before the idle workbench is automatically shut down (e.g., 'PT30M'). */\n idleTimeBeforeShutdown?: string;\n /** The dataset ID to mount for the workbench. */\n datasetId?: string;\n /** SSH configuration for remote access to the workbench. */\n sshSettings?: SshSettings;\n /** Network connectivity endpoints assigned to the workbench. */\n readonly connectivityEndpoints?: ConnectivityEndpoints;\n /** The web endpoint URL for accessing the workbench. */\n readonly webEndpoint?: string;\n /** Provisioning state of the workbench resource. */\n readonly provisioningState?: ComputeProvisioningState;\n /** Error details for the workbench resource. */\n readonly errors?: ErrorDetail[];\n /** Creation time of the workbench resource. */\n readonly creationTime?: Date;\n}\n\nexport function workbenchPropertiesSerializer(item: WorkbenchProperties): any {\n return {\n targetClusterId: item[\"targetClusterId\"],\n imageLink: item[\"imageLink\"],\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n datasetId: item[\"datasetId\"],\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : sshSettingsSerializer(item[\"sshSettings\"]),\n };\n}\n\nexport function workbenchPropertiesDeserializer(item: any): WorkbenchProperties {\n return {\n targetClusterId: item[\"targetClusterId\"],\n imageLink: item[\"imageLink\"],\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n datasetId: item[\"datasetId\"],\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : sshSettingsDeserializer(item[\"sshSettings\"]),\n connectivityEndpoints: !item[\"connectivityEndpoints\"]\n ? item[\"connectivityEndpoints\"]\n : connectivityEndpointsDeserializer(item[\"connectivityEndpoints\"]),\n webEndpoint: item[\"webEndpoint\"],\n provisioningState: item[\"provisioningState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorDetailArrayDeserializer(item[\"errors\"]),\n creationTime: !item[\"creationTime\"] ? item[\"creationTime\"] : new Date(item[\"creationTime\"]),\n };\n}\n\n/** The list of workbenches operation response. */\nexport interface _WorkbenchListResult {\n /** The link used to get the next page of workbench list. */\n nextLink?: string;\n /** Gets the list of workbenches. */\n value?: Workbench[];\n}\n\nexport function _workbenchListResultDeserializer(item: any): _WorkbenchListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : workbenchArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function workbenchArraySerializer(result: Array<Workbench>): any[] {\n return result.map((item) => {\n return workbenchSerializer(item);\n });\n}\n\nexport function workbenchArrayDeserializer(result: Array<Workbench>): any[] {\n return result.map((item) => {\n return workbenchDeserializer(item);\n });\n}\n\n/** The list of managed compute capacities response. */\nexport interface _ManagedComputeCapacityListResult {\n /** The link used to get the next page of managed compute capacities. */\n nextLink?: string;\n /** Gets the list of managed compute capacities. */\n readonly value?: ManagedComputeCapacity[];\n}\n\nexport function _managedComputeCapacityListResultDeserializer(\n item: any,\n): _ManagedComputeCapacityListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : managedComputeCapacityArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function managedComputeCapacityArrayDeserializer(\n result: Array<ManagedComputeCapacity>,\n): any[] {\n return result.map((item) => {\n return managedComputeCapacityDeserializer(item);\n });\n}\n\n/**\n * Managed compute capacity information for Cognitive Services managed compute deployments.\n * Provides available accelerator capacity per type and region at the subscription level.\n */\nexport interface ManagedComputeCapacity extends ProxyResource {\n /** Properties of the managed compute capacity resource. */\n properties?: ManagedComputeCapacityProperties;\n}\n\nexport function managedComputeCapacityDeserializer(item: any): ManagedComputeCapacity {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedComputeCapacityPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a managed compute capacity resource. */\nexport interface ManagedComputeCapacityProperties {\n /** The type of accelerator (e.g., Azure.A100, Azure.H100). */\n readonly acceleratorType?: string;\n /** The Azure region where the capacity is available. */\n readonly location?: string;\n /** The number of available accelerators in the region. */\n readonly availableAccelerators?: number;\n /** Capacity information broken down by deployment size. */\n readonly deploymentSizeCapacities?: DeploymentSizeCapacity[];\n}\n\nexport function managedComputeCapacityPropertiesDeserializer(\n item: any,\n): ManagedComputeCapacityProperties {\n return {\n acceleratorType: item[\"acceleratorType\"],\n location: item[\"location\"],\n availableAccelerators: item[\"availableAccelerators\"],\n deploymentSizeCapacities: !item[\"deploymentSizeCapacities\"]\n ? item[\"deploymentSizeCapacities\"]\n : deploymentSizeCapacityArrayDeserializer(item[\"deploymentSizeCapacities\"]),\n };\n}\n\nexport function deploymentSizeCapacityArrayDeserializer(\n result: Array<DeploymentSizeCapacity>,\n): any[] {\n return result.map((item) => {\n return deploymentSizeCapacityDeserializer(item);\n });\n}\n\n/** Capacity information for a specific deployment size. */\nexport interface DeploymentSizeCapacity {\n /** The number of accelerators required per model instance. */\n readonly modelInstanceAcceleratorCount?: number;\n /** The total available capacity for this deployment size. */\n readonly totalAvailableCapacity?: number;\n /** The largest contiguous deployment capacity available for this deployment size. */\n readonly largestDeploymentCapacity?: number;\n}\n\nexport function deploymentSizeCapacityDeserializer(item: any): DeploymentSizeCapacity {\n return {\n modelInstanceAcceleratorCount: item[\"modelInstanceAcceleratorCount\"],\n totalAvailableCapacity: item[\"totalAvailableCapacity\"],\n largestDeploymentCapacity: item[\"largestDeploymentCapacity\"],\n };\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : privateLinkResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n /** The private link resource display name. */\n readonly displayName?: string;\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n };\n}\n\n/** Cognitive Services Rai External Safety provider Schema. */\nexport interface RaiExternalSafetyProviderSchema extends ProxyResource {\n /** Properties of Cognitive Services Rai External Safety provider. */\n properties?: RaiExternalSafetyProviderSchemaProperties;\n /** Resource Etag. */\n readonly etag?: string;\n /** Resource tags. */\n readonly tags?: Record<string, string>;\n}\n\nexport function raiExternalSafetyProviderSchemaSerializer(\n item: RaiExternalSafetyProviderSchema,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiExternalSafetyProviderSchemaPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function raiExternalSafetyProviderSchemaDeserializer(\n item: any,\n): RaiExternalSafetyProviderSchema {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiExternalSafetyProviderSchemaPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** RAI External SafetyProvider schema properties. */\nexport interface RaiExternalSafetyProviderSchemaProperties {\n /** The unique identifier of the safety provider. */\n providerId?: string;\n /** Name of the safety provider. */\n providerName?: string;\n /** Safety provider mode sync/async. */\n mode?: string;\n /** Webhook URL for the safety provider. */\n url?: string;\n /** The name of the secret in Key Vault that contains the api key to access the webhook. */\n secretName?: string;\n /** The managed identity to access the Key Vault. */\n managedIdentity?: string;\n /** The Key Vault URI that contains the api key for safety provider urls. */\n keyVaultUri?: string;\n /** Creation time of the safety provider. */\n readonly createdAt?: Date;\n /** Last modified time of the safety provider. */\n readonly lastModifiedAt?: Date;\n}\n\nexport function raiExternalSafetyProviderSchemaPropertiesSerializer(\n item: RaiExternalSafetyProviderSchemaProperties,\n): any {\n return {\n providerId: item[\"providerId\"],\n providerName: item[\"providerName\"],\n mode: item[\"mode\"],\n url: item[\"url\"],\n secretName: item[\"secretName\"],\n managedIdentity: item[\"managedIdentity\"],\n keyVaultUri: item[\"keyVaultUri\"],\n };\n}\n\nexport function raiExternalSafetyProviderSchemaPropertiesDeserializer(\n item: any,\n): RaiExternalSafetyProviderSchemaProperties {\n return {\n providerId: item[\"providerId\"],\n providerName: item[\"providerName\"],\n mode: item[\"mode\"],\n url: item[\"url\"],\n secretName: item[\"secretName\"],\n managedIdentity: item[\"managedIdentity\"],\n keyVaultUri: item[\"keyVaultUri\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The list of cognitive services RAI External Safety Providers. */\nexport interface _RaiExternalSafetyProviderResult {\n /** The link used to get the next page of Rai External Safety Provider. */\n nextLink?: string;\n /** The list of RaiExternalSafetyProvider. */\n value?: RaiExternalSafetyProviderSchema[];\n}\n\nexport function _raiExternalSafetyProviderResultDeserializer(\n item: any,\n): _RaiExternalSafetyProviderResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : raiExternalSafetyProviderSchemaArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function raiExternalSafetyProviderSchemaArraySerializer(\n result: Array<RaiExternalSafetyProviderSchema>,\n): any[] {\n return result.map((item) => {\n return raiExternalSafetyProviderSchemaSerializer(item);\n });\n}\n\nexport function raiExternalSafetyProviderSchemaArrayDeserializer(\n result: Array<RaiExternalSafetyProviderSchema>,\n): any[] {\n return result.map((item) => {\n return raiExternalSafetyProviderSchemaDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface CapabilityHost extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: CapabilityHostProperties;\n}\n\nexport function capabilityHostSerializer(item: CapabilityHost): any {\n return { properties: capabilityHostPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function capabilityHostDeserializer(item: any): CapabilityHost {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: capabilityHostPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface CapabilityHostProperties */\nexport interface CapabilityHostProperties extends ResourceBase {\n /** List of AI services connections. */\n aiServicesConnections?: string[];\n /** Kind of this capability host. */\n capabilityHostKind?: CapabilityHostKind;\n /** Customer subnet info to help set up this capability host. */\n customerSubnet?: string;\n /** Provisioning state for the CapabilityHost. */\n readonly provisioningState?: CapabilityHostProvisioningState;\n /** List of connection names from those available in the account or project to be used as a storage resource. */\n storageConnections?: string[];\n /** List of connection names from those available in the account or project to be used for Thread storage. */\n threadStorageConnections?: string[];\n /** List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). */\n vectorStoreConnections?: string[];\n /** Whether public hosting environment is enabled for the capability host */\n enablePublicHostingEnvironment?: boolean;\n}\n\nexport function capabilityHostPropertiesSerializer(item: CapabilityHostProperties): any {\n return {\n description: item[\"description\"],\n tags: item[\"tags\"],\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p: any) => {\n return p;\n }),\n capabilityHostKind: item[\"capabilityHostKind\"],\n customerSubnet: item[\"customerSubnet\"],\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p: any) => {\n return p;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p: any) => {\n return p;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p: any) => {\n return p;\n }),\n enablePublicHostingEnvironment: item[\"enablePublicHostingEnvironment\"],\n };\n}\n\nexport function capabilityHostPropertiesDeserializer(item: any): CapabilityHostProperties {\n return {\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p1: any) => {\n return p1;\n }),\n capabilityHostKind: item[\"capabilityHostKind\"],\n customerSubnet: item[\"customerSubnet\"],\n provisioningState: item[\"provisioningState\"],\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p1: any) => {\n return p1;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p1: any) => {\n return p1;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p1: any) => {\n return p1;\n }),\n enablePublicHostingEnvironment: item[\"enablePublicHostingEnvironment\"],\n };\n}\n\n/** Known values of {@link CapabilityHostKind} that the service accepts. */\nexport enum KnownCapabilityHostKind {\n /** Agents */\n Agents = \"Agents\",\n}\n\n/** Type of CapabilityHostKind */\nexport type CapabilityHostKind = string;\n\n/** A paginated list of Capability Host entities. */\nexport interface _CapabilityHostResourceArmPaginatedResult {\n /** The link to the next page of Capability Host objects. If null, there are no additional pages. */\n nextLink?: string;\n /** An array of objects of type Capability Host. */\n value?: CapabilityHost[];\n}\n\nexport function _capabilityHostResourceArmPaginatedResultDeserializer(\n item: any,\n): _CapabilityHostResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : capabilityHostArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function capabilityHostArraySerializer(result: Array<CapabilityHost>): any[] {\n return result.map((item) => {\n return capabilityHostSerializer(item);\n });\n}\n\nexport function capabilityHostArrayDeserializer(result: Array<CapabilityHost>): any[] {\n return result.map((item) => {\n return capabilityHostDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface OutboundRuleBasicResource extends ProxyResource {\n /** Outbound Rule for the managed network of a cognitive services account. */\n properties: OutboundRuleUnion;\n}\n\nexport function outboundRuleBasicResourceSerializer(item: OutboundRuleBasicResource): any {\n return { properties: outboundRuleUnionSerializer(item[\"properties\"]) };\n}\n\nexport function outboundRuleBasicResourceDeserializer(item: any): OutboundRuleBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: outboundRuleUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Outbound Rule for the managed network of a cognitive services account. */\nexport interface OutboundRule {\n /** Category of a managed network Outbound Rule of a cognitive services account. */\n category?: RuleCategory;\n /** Type of a managed network Outbound Rule of a cognitive services account. */\n status?: RuleStatus;\n /** Type of a managed network Outbound Rule of a cognitive services account. */\n /** The discriminator possible values: FQDN, PrivateEndpoint, ServiceTag */\n type: RuleType;\n /** Error information about an outbound rule of a cognitive services account if RuleStatus is failed. */\n readonly errorInformation?: string;\n readonly parentRuleNames?: string[];\n}\n\nexport function outboundRuleSerializer(item: OutboundRule): any {\n return { category: item[\"category\"], status: item[\"status\"], type: item[\"type\"] };\n}\n\nexport function outboundRuleDeserializer(item: any): OutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for OutboundRuleUnion */\nexport type OutboundRuleUnion =\n | FqdnOutboundRule\n | PrivateEndpointOutboundRule\n | ServiceTagOutboundRule\n | OutboundRule;\n\nexport function outboundRuleUnionSerializer(item: OutboundRuleUnion): any {\n switch (item.type) {\n case \"FQDN\":\n return fqdnOutboundRuleSerializer(item as FqdnOutboundRule);\n\n case \"PrivateEndpoint\":\n return privateEndpointOutboundRuleSerializer(item as PrivateEndpointOutboundRule);\n\n case \"ServiceTag\":\n return serviceTagOutboundRuleSerializer(item as ServiceTagOutboundRule);\n\n default:\n return outboundRuleSerializer(item);\n }\n}\n\nexport function outboundRuleUnionDeserializer(item: any): OutboundRuleUnion {\n switch (item[\"type\"]) {\n case \"FQDN\":\n return fqdnOutboundRuleDeserializer(item as FqdnOutboundRule);\n\n case \"PrivateEndpoint\":\n return privateEndpointOutboundRuleDeserializer(item as PrivateEndpointOutboundRule);\n\n case \"ServiceTag\":\n return serviceTagOutboundRuleDeserializer(item as ServiceTagOutboundRule);\n\n default:\n return outboundRuleDeserializer(item);\n }\n}\n\n/** Category of a managed network Outbound Rule of a cognitive services account. */\nexport enum KnownRuleCategory {\n /** Required */\n Required = \"Required\",\n /** Recommended */\n Recommended = \"Recommended\",\n /** UserDefined */\n UserDefined = \"UserDefined\",\n /** Dependency */\n Dependency = \"Dependency\",\n}\n\n/**\n * Category of a managed network Outbound Rule of a cognitive services account. \\\n * {@link KnownRuleCategory} can be used interchangeably with RuleCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Required** \\\n * **Recommended** \\\n * **UserDefined** \\\n * **Dependency**\n */\nexport type RuleCategory = string;\n\n/** Type of a managed network Outbound Rule of a cognitive services account. */\nexport enum KnownRuleStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Type of a managed network Outbound Rule of a cognitive services account. \\\n * {@link KnownRuleStatus} can be used interchangeably with RuleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive** \\\n * **Active** \\\n * **Provisioning** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type RuleStatus = string;\n\n/** Type of a managed network Outbound Rule of a cognitive services account. */\nexport enum KnownRuleType {\n /** FQDN */\n Fqdn = \"FQDN\",\n /** PrivateEndpoint */\n PrivateEndpoint = \"PrivateEndpoint\",\n /** ServiceTag */\n ServiceTag = \"ServiceTag\",\n}\n\n/**\n * Type of a managed network Outbound Rule of a cognitive services account. \\\n * {@link KnownRuleType} can be used interchangeably with RuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FQDN** \\\n * **PrivateEndpoint** \\\n * **ServiceTag**\n */\nexport type RuleType = string;\n\n/** FQDN Outbound Rule for the managed network of a cognitive services account. */\nexport interface FqdnOutboundRule extends OutboundRule {\n destination?: string;\n /** Type of a managed network Outbound Rule of a cognitive services account. */\n type: \"FQDN\";\n}\n\nexport function fqdnOutboundRuleSerializer(item: FqdnOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: item[\"destination\"],\n };\n}\n\nexport function fqdnOutboundRuleDeserializer(item: any): FqdnOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: item[\"destination\"],\n };\n}\n\n/** Private Endpoint outbound rule for the managed network of a cognitive services account. */\nexport interface PrivateEndpointOutboundRule extends OutboundRule {\n /** Private Endpoint destination. */\n destination?: PrivateEndpointOutboundRuleDestination;\n /** List of FQDNs associated with the private endpoint outbound rule. */\n fqdns?: string[];\n /** Type of a managed network Outbound Rule of a cognitive services account. */\n type: \"PrivateEndpoint\";\n}\n\nexport function privateEndpointOutboundRuleSerializer(item: PrivateEndpointOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : privateEndpointOutboundRuleDestinationSerializer(item[\"destination\"]),\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function privateEndpointOutboundRuleDeserializer(item: any): PrivateEndpointOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : privateEndpointOutboundRuleDestinationDeserializer(item[\"destination\"]),\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Private Endpoint destination for an outbound rule. */\nexport interface PrivateEndpointOutboundRuleDestination {\n /** The Azure resource ID of the target private endpoint service. */\n serviceResourceId?: string;\n /** The subresource of the target service to connect to. */\n subresourceTarget?: string;\n}\n\nexport function privateEndpointOutboundRuleDestinationSerializer(\n item: PrivateEndpointOutboundRuleDestination,\n): any {\n return {\n serviceResourceId: item[\"serviceResourceId\"],\n subresourceTarget: item[\"subresourceTarget\"],\n };\n}\n\nexport function privateEndpointOutboundRuleDestinationDeserializer(\n item: any,\n): PrivateEndpointOutboundRuleDestination {\n return {\n serviceResourceId: item[\"serviceResourceId\"],\n subresourceTarget: item[\"subresourceTarget\"],\n };\n}\n\n/** Service Tag outbound rule for the managed network of a cognitive services account. */\nexport interface ServiceTagOutboundRule extends OutboundRule {\n /** Service Tag destination. */\n destination?: ServiceTagOutboundRuleDestination;\n /** Type of a managed network Outbound Rule of a cognitive services account. */\n type: \"ServiceTag\";\n}\n\nexport function serviceTagOutboundRuleSerializer(item: ServiceTagOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : serviceTagOutboundRuleDestinationSerializer(item[\"destination\"]),\n };\n}\n\nexport function serviceTagOutboundRuleDeserializer(item: any): ServiceTagOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : serviceTagOutboundRuleDestinationDeserializer(item[\"destination\"]),\n };\n}\n\n/** Service Tag destination for an outbound rule. */\nexport interface ServiceTagOutboundRuleDestination {\n /** Name of the Azure service tag to target. */\n serviceTag?: string;\n /** Network protocol used by the service tag rule. */\n protocol?: string;\n /** Destination port ranges. */\n portRanges?: string;\n /** The action for the service tag outbound rule. */\n action?: RuleAction;\n /** Optional address prefixes. If provided, the serviceTag property will be ignored. */\n addressPrefixes?: string[];\n}\n\nexport function serviceTagOutboundRuleDestinationSerializer(\n item: ServiceTagOutboundRuleDestination,\n): any {\n return {\n serviceTag: item[\"serviceTag\"],\n protocol: item[\"protocol\"],\n portRanges: item[\"portRanges\"],\n action: item[\"action\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function serviceTagOutboundRuleDestinationDeserializer(\n item: any,\n): ServiceTagOutboundRuleDestination {\n return {\n serviceTag: item[\"serviceTag\"],\n protocol: item[\"protocol\"],\n portRanges: item[\"portRanges\"],\n action: item[\"action\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The action enum for a managed network outbound rule. */\nexport enum KnownRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * The action enum for a managed network outbound rule. \\\n * {@link KnownRuleAction} can be used interchangeably with RuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type RuleAction = string;\n\n/** List of outbound rules for the managed network of a cognitive services account. */\nexport interface _OutboundRuleListResult {\n /** The link to the next page constructed using the continuationToken. If null, there are no additional pages. */\n nextLink?: string;\n /** The list of cognitive services accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of cognitive services accounts. */\n value?: OutboundRuleBasicResource[];\n}\n\nexport function _outboundRuleListResultDeserializer(item: any): _OutboundRuleListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : outboundRuleBasicResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function outboundRuleBasicResourceArraySerializer(\n result: Array<OutboundRuleBasicResource>,\n): any[] {\n return result.map((item) => {\n return outboundRuleBasicResourceSerializer(item);\n });\n}\n\nexport function outboundRuleBasicResourceArrayDeserializer(\n result: Array<OutboundRuleBasicResource>,\n): any[] {\n return result.map((item) => {\n return outboundRuleBasicResourceDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface ManagedNetworkSettingsPropertiesBasicResource extends ProxyResource {\n /** The properties of the managed network settings of a cognitive services account. */\n properties?: ManagedNetworkSettingsProperties;\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceSerializer(\n item: ManagedNetworkSettingsPropertiesBasicResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceDeserializer(\n item: any,\n): ManagedNetworkSettingsPropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of the managed network settings of a cognitive services account. */\nexport interface ManagedNetworkSettingsProperties {\n /** Managed Network settings for a cognitive services account. */\n managedNetwork?: ManagedNetworkSettingsEx;\n /** The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning. */\n readonly provisioningState?: ManagedNetworkProvisioningState;\n}\n\nexport function managedNetworkSettingsPropertiesSerializer(\n item: ManagedNetworkSettingsProperties,\n): any {\n return {\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsExSerializer(item[\"managedNetwork\"]),\n };\n}\n\nexport function managedNetworkSettingsPropertiesDeserializer(\n item: any,\n): ManagedNetworkSettingsProperties {\n return {\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsExDeserializer(item[\"managedNetwork\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** model interface ManagedNetworkSettingsEx */\nexport interface ManagedNetworkSettingsEx extends ManagedNetworkSettings {\n readonly changeableIsolationModes?: IsolationMode[];\n}\n\nexport function managedNetworkSettingsExSerializer(item: ManagedNetworkSettingsEx): any {\n return {\n isolationMode: item[\"isolationMode\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordSerializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusSerializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n };\n}\n\nexport function managedNetworkSettingsExDeserializer(item: any): ManagedNetworkSettingsEx {\n return {\n isolationMode: item[\"isolationMode\"],\n networkId: item[\"networkId\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordDeserializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusDeserializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n firewallPublicIpAddress: item[\"firewallPublicIpAddress\"],\n provisioningState: item[\"provisioningState\"],\n changeableIsolationModes: !item[\"changeableIsolationModes\"]\n ? item[\"changeableIsolationModes\"]\n : item[\"changeableIsolationModes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Isolation mode for the managed network of a cognitive services account. */\nexport enum KnownIsolationMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** AllowInternetOutbound */\n AllowInternetOutbound = \"AllowInternetOutbound\",\n /** AllowOnlyApprovedOutbound */\n AllowOnlyApprovedOutbound = \"AllowOnlyApprovedOutbound\",\n}\n\n/**\n * Isolation mode for the managed network of a cognitive services account. \\\n * {@link KnownIsolationMode} can be used interchangeably with IsolationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **AllowInternetOutbound** \\\n * **AllowOnlyApprovedOutbound**\n */\nexport type IsolationMode = string;\n\n/** Known values of {@link ManagedNetworkProvisioningState} that the service accepts. */\nexport enum KnownManagedNetworkProvisioningState {\n /** Deferred */\n Deferred = \"Deferred\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/** Type of ManagedNetworkProvisioningState */\nexport type ManagedNetworkProvisioningState = string;\n\n/** Managed Network settings for a cognitive services account. */\nexport interface ManagedNetworkSettings {\n /** Isolation mode for the managed network of a cognitive services account. */\n isolationMode?: IsolationMode;\n readonly networkId?: string;\n /** Dictionary of <OutboundRule> */\n outboundRules?: Record<string, OutboundRuleUnion>;\n /** Status of the Provisioning for the managed network of a cognitive services account. */\n status?: ManagedNetworkProvisionStatus;\n /** Firewall Sku used for FQDN Rules */\n firewallSku?: FirewallSku;\n /** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */\n managedNetworkKind?: ManagedNetworkKind;\n /** Public IP address assigned to the Azure Firewall. */\n readonly firewallPublicIpAddress?: string;\n /** The provisioning state of the managed network settings. */\n readonly provisioningState?: ManagedNetworkProvisioningState;\n}\n\nexport function managedNetworkSettingsSerializer(item: ManagedNetworkSettings): any {\n return {\n isolationMode: item[\"isolationMode\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordSerializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusSerializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n };\n}\n\nexport function managedNetworkSettingsDeserializer(item: any): ManagedNetworkSettings {\n return {\n isolationMode: item[\"isolationMode\"],\n networkId: item[\"networkId\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordDeserializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusDeserializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n firewallPublicIpAddress: item[\"firewallPublicIpAddress\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function outboundRuleUnionRecordSerializer(\n item: Record<string, OutboundRule>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : outboundRuleUnionSerializer(item[key]);\n });\n return result;\n}\n\nexport function outboundRuleUnionRecordDeserializer(\n item: Record<string, any>,\n): Record<string, OutboundRule> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : outboundRuleUnionDeserializer(item[key]);\n });\n return result;\n}\n\n/** Status of the Provisioning for the managed network of a cognitive services account. */\nexport interface ManagedNetworkProvisionStatus {\n /** Status for the managed network of a cognitive services account. */\n status?: ManagedNetworkStatus;\n}\n\nexport function managedNetworkProvisionStatusSerializer(item: ManagedNetworkProvisionStatus): any {\n return { status: item[\"status\"] };\n}\n\nexport function managedNetworkProvisionStatusDeserializer(\n item: any,\n): ManagedNetworkProvisionStatus {\n return {\n status: item[\"status\"],\n };\n}\n\n/** Status for the managed network of a cognitive services account. */\nexport enum KnownManagedNetworkStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Status for the managed network of a cognitive services account. \\\n * {@link KnownManagedNetworkStatus} can be used interchangeably with ManagedNetworkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive** \\\n * **Active**\n */\nexport type ManagedNetworkStatus = string;\n\n/** Firewall Sku used for FQDN Rules */\nexport enum KnownFirewallSku {\n /** Standard */\n Standard = \"Standard\",\n /** Basic */\n Basic = \"Basic\",\n}\n\n/**\n * Firewall Sku used for FQDN Rules \\\n * {@link KnownFirewallSku} can be used interchangeably with FirewallSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Basic**\n */\nexport type FirewallSku = string;\n\n/** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */\nexport enum KnownManagedNetworkKind {\n /** V1 */\n V1 = \"V1\",\n /** V2 */\n V2 = \"V2\",\n}\n\n/**\n * The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. \\\n * {@link KnownManagedNetworkKind} can be used interchangeably with ManagedNetworkKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **V1** \\\n * **V2**\n */\nexport type ManagedNetworkKind = string;\n\n/** List of managed networks of a cognitive services account. */\nexport interface _ManagedNetworkListResult {\n /** The link to the next page constructed using the continuationToken. If null, there are no additional pages. */\n nextLink?: string;\n /** The list of managed network settings of an account. Since this list may be incomplete, the nextLink field should be used to request the next list of cognitive services accounts. */\n value?: ManagedNetworkSettingsPropertiesBasicResource[];\n}\n\nexport function _managedNetworkListResultDeserializer(item: any): _ManagedNetworkListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : managedNetworkSettingsPropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceArraySerializer(\n result: Array<ManagedNetworkSettingsPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return managedNetworkSettingsPropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceArrayDeserializer(\n result: Array<ManagedNetworkSettingsPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return managedNetworkSettingsPropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** model interface ManagedNetworkSettingsBasicResource */\nexport interface ManagedNetworkSettingsBasicResource extends Resource {\n /** Managed Network settings for a cognitive services account. */\n properties?: ManagedNetworkSettings;\n}\n\nexport function managedNetworkSettingsBasicResourceSerializer(\n item: ManagedNetworkSettingsBasicResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsSerializer(item[\"properties\"]),\n };\n}\n\n/** Managed Network Provisioning options for managed network of a cognitive services account. */\nexport interface ManagedNetworkProvisionOptions {}\n\nexport function managedNetworkProvisionOptionsSerializer(\n _item: ManagedNetworkProvisionOptions,\n): any {\n return {};\n}\n\n/** Agent Deployment resource */\nexport interface AgentDeployment extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: AgentDeploymentPropertiesUnion;\n}\n\nexport function agentDeploymentSerializer(item: AgentDeployment): any {\n return { properties: agentDeploymentPropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function agentDeploymentDeserializer(item: any): AgentDeployment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: agentDeploymentPropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Type representing an agent deployment as a management construct. */\nexport interface AgentDeploymentProperties extends ResourceBase {\n /** Gets or sets the display name of the deployment. */\n displayName?: string;\n /** Gets or sets the unique identifier of the deployment. */\n deploymentId?: string;\n /** Gets or sets the current operational state of the deployment (and, intrinsically, of the comprising agents). */\n state?: AgentDeploymentState;\n /** Gets or sets the supported protocol types and versions exposed by this deployment. */\n protocols?: AgentProtocolVersion[];\n /** Returns a flat list of agent:version deployed in this deployment. */\n agents?: VersionedAgentReference[];\n /** Gets or sets the type of deployment for the agent. */\n /** The discriminator possible values: Managed, Hosted */\n deploymentType: AgentDeploymentType;\n /** Gets or sets the provisioning state of the agent deployment. */\n readonly provisioningState?: AgentDeploymentProvisioningState;\n}\n\nexport function agentDeploymentPropertiesSerializer(item: AgentDeploymentProperties): any {\n return {\n description: item[\"description\"],\n tags: item[\"tags\"],\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArraySerializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArraySerializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n };\n}\n\nexport function agentDeploymentPropertiesDeserializer(item: any): AgentDeploymentProperties {\n return {\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArrayDeserializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArrayDeserializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Alias for AgentDeploymentPropertiesUnion */\nexport type AgentDeploymentPropertiesUnion =\n | ManagedAgentDeployment\n | HostedAgentDeployment\n | AgentDeploymentProperties;\n\nexport function agentDeploymentPropertiesUnionSerializer(\n item: AgentDeploymentPropertiesUnion,\n): any {\n switch (item.deploymentType) {\n case \"Managed\":\n return managedAgentDeploymentSerializer(item as ManagedAgentDeployment);\n\n case \"Hosted\":\n return hostedAgentDeploymentSerializer(item as HostedAgentDeployment);\n\n default:\n return agentDeploymentPropertiesSerializer(item);\n }\n}\n\nexport function agentDeploymentPropertiesUnionDeserializer(\n item: any,\n): AgentDeploymentPropertiesUnion {\n switch (item[\"deploymentType\"]) {\n case \"Managed\":\n return managedAgentDeploymentDeserializer(item as ManagedAgentDeployment);\n\n case \"Hosted\":\n return hostedAgentDeploymentDeserializer(item as HostedAgentDeployment);\n\n default:\n return agentDeploymentPropertiesDeserializer(item);\n }\n}\n\n/** Current operational state of the agentic functionality represented by this deployment. */\nexport enum KnownAgentDeploymentState {\n /** The deployment is starting. */\n Starting = \"Starting\",\n /** The deployment started/is operational. */\n Running = \"Running\",\n /** The deployment is being stopped. */\n Stopping = \"Stopping\",\n /** The deployment was stopped. */\n Stopped = \"Stopped\",\n /** The deployment failed. */\n Failed = \"Failed\",\n /** The deployment is being deleted. */\n Deleting = \"Deleting\",\n /** The deployment was deleted. */\n Deleted = \"Deleted\",\n /** The deployment is being updated. */\n Updating = \"Updating\",\n}\n\n/**\n * Current operational state of the agentic functionality represented by this deployment. \\\n * {@link KnownAgentDeploymentState} can be used interchangeably with AgentDeploymentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Starting**: The deployment is starting. \\\n * **Running**: The deployment started\\/is operational. \\\n * **Stopping**: The deployment is being stopped. \\\n * **Stopped**: The deployment was stopped. \\\n * **Failed**: The deployment failed. \\\n * **Deleting**: The deployment is being deleted. \\\n * **Deleted**: The deployment was deleted. \\\n * **Updating**: The deployment is being updated.\n */\nexport type AgentDeploymentState = string;\n\nexport function agentProtocolVersionArraySerializer(result: Array<AgentProtocolVersion>): any[] {\n return result.map((item) => {\n return agentProtocolVersionSerializer(item);\n });\n}\n\nexport function agentProtocolVersionArrayDeserializer(result: Array<AgentProtocolVersion>): any[] {\n return result.map((item) => {\n return agentProtocolVersionDeserializer(item);\n });\n}\n\n/** Type modeling the protocol and version used by an agent/exposed by a deployment. */\nexport interface AgentProtocolVersion {\n /** The protocol used by the agent/exposed by a deployment. */\n protocol?: AgentProtocol;\n /** The version of the protocol. */\n version?: string;\n}\n\nexport function agentProtocolVersionSerializer(item: AgentProtocolVersion): any {\n return { protocol: item[\"protocol\"], version: item[\"version\"] };\n}\n\nexport function agentProtocolVersionDeserializer(item: any): AgentProtocolVersion {\n return {\n protocol: item[\"protocol\"],\n version: item[\"version\"],\n };\n}\n\n/** Protocol used by the agent/exposed by a deployment. */\nexport enum KnownAgentProtocol {\n /** Agent protocol (aka Active) */\n Agent = \"Agent\",\n /** Agent2Agent standard */\n A2A = \"A2A\",\n /** OpenAI-compatible */\n Responses = \"Responses\",\n}\n\n/**\n * Protocol used by the agent/exposed by a deployment. \\\n * {@link KnownAgentProtocol} can be used interchangeably with AgentProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Agent**: Agent protocol (aka Active) \\\n * **A2A**: Agent2Agent standard \\\n * **Responses**: OpenAI-compatible\n */\nexport type AgentProtocol = string;\n\nexport function versionedAgentReferenceArraySerializer(\n result: Array<VersionedAgentReference>,\n): any[] {\n return result.map((item) => {\n return versionedAgentReferenceSerializer(item);\n });\n}\n\nexport function versionedAgentReferenceArrayDeserializer(\n result: Array<VersionedAgentReference>,\n): any[] {\n return result.map((item) => {\n return versionedAgentReferenceDeserializer(item);\n });\n}\n\n/** Type modeling a reference to a version of an agent definition. */\nexport interface VersionedAgentReference extends AgentReferenceProperties {\n /** Gets the agent's version (unique for each agent lineage). */\n agentVersion?: string;\n}\n\nexport function versionedAgentReferenceSerializer(item: VersionedAgentReference): any {\n return {\n agentId: item[\"agentId\"],\n agentName: item[\"agentName\"],\n agentVersion: item[\"agentVersion\"],\n };\n}\n\nexport function versionedAgentReferenceDeserializer(item: any): VersionedAgentReference {\n return {\n agentId: item[\"agentId\"],\n agentName: item[\"agentName\"],\n agentVersion: item[\"agentVersion\"],\n };\n}\n\n/** Specifies the type of deployment for an agent, indicating how the underlying compute and network infrastructure is managed. */\nexport enum KnownAgentDeploymentType {\n /** The underlying infra is managed by the platform in the deployer's subscription */\n Managed = \"Managed\",\n /** The underlying infra is owned by the platform */\n Hosted = \"Hosted\",\n /** The underlying infra is provisioned by the deployer (BYO) */\n Custom = \"Custom\",\n}\n\n/**\n * Specifies the type of deployment for an agent, indicating how the underlying compute and network infrastructure is managed. \\\n * {@link KnownAgentDeploymentType} can be used interchangeably with AgentDeploymentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed**: The underlying infra is managed by the platform in the deployer's subscription \\\n * **Hosted**: The underlying infra is owned by the platform \\\n * **Custom**: The underlying infra is provisioned by the deployer (BYO)\n */\nexport type AgentDeploymentType = string;\n\n/** Provisioning state of an agentic deployment, as an Azure resource. */\nexport enum KnownAgentDeploymentProvisioningState {\n /** The deployment was successfully completed. */\n Succeeded = \"Succeeded\",\n /** The deployment failed. */\n Failed = \"Failed\",\n /** The deployment was canceled. */\n Canceled = \"Canceled\",\n /** The deployment is being created. */\n Creating = \"Creating\",\n /** The deployment is being updated. */\n Updating = \"Updating\",\n /** The deployment is being deleted. */\n Deleting = \"Deleting\",\n}\n\n/**\n * Provisioning state of an agentic deployment, as an Azure resource. \\\n * {@link KnownAgentDeploymentProvisioningState} can be used interchangeably with AgentDeploymentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The deployment was successfully completed. \\\n * **Failed**: The deployment failed. \\\n * **Canceled**: The deployment was canceled. \\\n * **Creating**: The deployment is being created. \\\n * **Updating**: The deployment is being updated. \\\n * **Deleting**: The deployment is being deleted.\n */\nexport type AgentDeploymentProvisioningState = string;\n\n/** Represents a managed agent deployment where the underlying infrastructure is managed by the platform in the deployer's subscription. */\nexport interface ManagedAgentDeployment extends AgentDeploymentProperties {\n /** Gets or sets the type of deployment for the agent. */\n deploymentType: \"Managed\";\n}\n\nexport function managedAgentDeploymentSerializer(item: ManagedAgentDeployment): any {\n return {\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArraySerializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArraySerializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n description: item[\"description\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function managedAgentDeploymentDeserializer(item: any): ManagedAgentDeployment {\n return {\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArrayDeserializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArrayDeserializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n };\n}\n\n/** Represents a hosted agent deployment where the underlying infrastructure is owned by the platform. */\nexport interface HostedAgentDeployment extends AgentDeploymentProperties {\n /** Gets or sets the minimum number of replicas for this hosted deployment. */\n minReplicas?: number;\n /** Gets or sets the maximum number of replicas for this hosted deployment. */\n maxReplicas?: number;\n /** Gets or sets the type of deployment for the agent. */\n deploymentType: \"Hosted\";\n}\n\nexport function hostedAgentDeploymentSerializer(item: HostedAgentDeployment): any {\n return {\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArraySerializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArraySerializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n description: item[\"description\"],\n tags: item[\"tags\"],\n minReplicas: item[\"minReplicas\"],\n maxReplicas: item[\"maxReplicas\"],\n };\n}\n\nexport function hostedAgentDeploymentDeserializer(item: any): HostedAgentDeployment {\n return {\n displayName: item[\"displayName\"],\n deploymentId: item[\"deploymentId\"],\n state: item[\"state\"],\n protocols: !item[\"protocols\"]\n ? item[\"protocols\"]\n : agentProtocolVersionArrayDeserializer(item[\"protocols\"]),\n agents: !item[\"agents\"]\n ? item[\"agents\"]\n : versionedAgentReferenceArrayDeserializer(item[\"agents\"]),\n deploymentType: item[\"deploymentType\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n minReplicas: item[\"minReplicas\"],\n maxReplicas: item[\"maxReplicas\"],\n };\n}\n\n/** A paginated list of Agent Deployment entities. */\nexport interface _AgentDeploymentResourceArmPaginatedResult {\n /** The link to the next page of Agent Deployment objects. If null, there are no additional pages. */\n nextLink?: string;\n /** An array of objects of type Agent Deployment. */\n value?: AgentDeployment[];\n}\n\nexport function _agentDeploymentResourceArmPaginatedResultDeserializer(\n item: any,\n): _AgentDeploymentResourceArmPaginatedResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : agentDeploymentArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function agentDeploymentArraySerializer(result: Array<AgentDeployment>): any[] {\n return result.map((item) => {\n return agentDeploymentSerializer(item);\n });\n}\n\nexport function agentDeploymentArrayDeserializer(result: Array<AgentDeployment>): any[] {\n return result.map((item) => {\n return agentDeploymentDeserializer(item);\n });\n}\n\n/** The Get Skus operation response. */\nexport interface _ResourceSkuListResult {\n /** The ResourceSku items on this page */\n value: ResourceSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _resourceSkuListResultDeserializer(item: any): _ResourceSkuListResult {\n return {\n value: resourceSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[] {\n return result.map((item) => {\n return resourceSkuDeserializer(item);\n });\n}\n\n/** Describes an available Cognitive Services SKU. */\nexport interface ResourceSku {\n /** The type of resource the SKU applies to. */\n resourceType?: string;\n /** The name of SKU. */\n name?: string;\n /** Specifies the tier of Cognitive Services account. */\n tier?: string;\n /** The Kind of resources that are supported in this SKU. */\n kind?: string;\n /** The set of locations that the SKU is available. */\n locations?: string[];\n /** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */\n restrictions?: ResourceSkuRestrictions[];\n}\n\nexport function resourceSkuDeserializer(item: any): ResourceSku {\n return {\n resourceType: item[\"resourceType\"],\n name: item[\"name\"],\n tier: item[\"tier\"],\n kind: item[\"kind\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n restrictions: !item[\"restrictions\"]\n ? item[\"restrictions\"]\n : resourceSkuRestrictionsArrayDeserializer(item[\"restrictions\"]),\n };\n}\n\nexport function resourceSkuRestrictionsArrayDeserializer(\n result: Array<ResourceSkuRestrictions>,\n): any[] {\n return result.map((item) => {\n return resourceSkuRestrictionsDeserializer(item);\n });\n}\n\n/** Describes restrictions of a SKU. */\nexport interface ResourceSkuRestrictions {\n /** The type of restrictions. */\n type?: ResourceSkuRestrictionsType;\n /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */\n values?: string[];\n /** The information about the restriction where the SKU cannot be used. */\n restrictionInfo?: ResourceSkuRestrictionInfo;\n /** The reason for restriction. */\n reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\nexport function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions {\n return {\n type: item[\"type\"],\n values: !item[\"values\"]\n ? item[\"values\"]\n : item[\"values\"].map((p: any) => {\n return p;\n }),\n restrictionInfo: !item[\"restrictionInfo\"]\n ? item[\"restrictionInfo\"]\n : resourceSkuRestrictionInfoDeserializer(item[\"restrictionInfo\"]),\n reasonCode: item[\"reasonCode\"],\n };\n}\n\n/** The type of restrictions. */\nexport type ResourceSkuRestrictionsType = \"Location\" | \"Zone\";\n\n/** model interface ResourceSkuRestrictionInfo */\nexport interface ResourceSkuRestrictionInfo {\n /** Locations where the SKU is restricted */\n locations?: string[];\n /** List of availability zones where the SKU is restricted. */\n zones?: string[];\n}\n\nexport function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo {\n return {\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The reason for restriction. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * The reason for restriction. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** The list of cognitive services accounts operation response. */\nexport interface _CommitmentTierListResult {\n /** The link used to get the next page of CommitmentTier. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts CommitmentTier and their properties. */\n readonly value?: CommitmentTier[];\n}\n\nexport function _commitmentTierListResultDeserializer(item: any): _CommitmentTierListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : commitmentTierArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function commitmentTierArrayDeserializer(result: Array<CommitmentTier>): any[] {\n return result.map((item) => {\n return commitmentTierDeserializer(item);\n });\n}\n\n/** Cognitive Services account commitment tier. */\nexport interface CommitmentTier {\n /** The kind (type) of cognitive service account. */\n kind?: string;\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n skuName?: string;\n /** Account hosting model. */\n hostingModel?: HostingModel;\n /** Commitment plan type. */\n planType?: string;\n /** Commitment period commitment tier. */\n tier?: string;\n /** Commitment period commitment max count. */\n maxCount?: number;\n /** Cognitive Services account commitment quota. */\n quota?: CommitmentQuota;\n /** Cognitive Services account commitment cost. */\n cost?: CommitmentCost;\n}\n\nexport function commitmentTierDeserializer(item: any): CommitmentTier {\n return {\n kind: item[\"kind\"],\n skuName: item[\"skuName\"],\n hostingModel: item[\"hostingModel\"],\n planType: item[\"planType\"],\n tier: item[\"tier\"],\n maxCount: item[\"maxCount\"],\n quota: !item[\"quota\"] ? item[\"quota\"] : commitmentQuotaDeserializer(item[\"quota\"]),\n cost: !item[\"cost\"] ? item[\"cost\"] : commitmentCostDeserializer(item[\"cost\"]),\n };\n}\n\n/** Cognitive Services account commitment cost. */\nexport interface CommitmentCost {\n /** Commitment meter Id. */\n commitmentMeterId?: string;\n /** Overage meter Id. */\n overageMeterId?: string;\n}\n\nexport function commitmentCostDeserializer(item: any): CommitmentCost {\n return {\n commitmentMeterId: item[\"commitmentMeterId\"],\n overageMeterId: item[\"overageMeterId\"],\n };\n}\n\n/** The list of cognitive services models. */\nexport interface _ModelListResult {\n /** The link used to get the next page of Model. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts Model and their properties. */\n value?: Model[];\n}\n\nexport function _modelListResultDeserializer(item: any): _ModelListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : modelArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function modelArrayDeserializer(result: Array<Model>): any[] {\n return result.map((item) => {\n return modelDeserializer(item);\n });\n}\n\n/** Cognitive Services Model. */\nexport interface Model {\n /** Cognitive Services account Model. */\n model?: AccountModel;\n /** The kind (type) of cognitive service account. */\n kind?: string;\n /** The name of SKU. */\n skuName?: string;\n /** The description of the model. */\n description?: string;\n}\n\nexport function modelDeserializer(item: any): Model {\n return {\n model: !item[\"model\"] ? item[\"model\"] : accountModelDeserializer(item[\"model\"]),\n kind: item[\"kind\"],\n skuName: item[\"skuName\"],\n description: item[\"description\"],\n };\n}\n\n/** The list of cognitive services accounts operation response. */\nexport interface _ModelCapacityListResult {\n /** The link used to get the next page of ModelSkuCapacity. */\n nextLink?: string;\n /** Gets the list of Cognitive Services accounts ModelSkuCapacity. */\n readonly value?: ModelCapacityListResultValueItem[];\n}\n\nexport function _modelCapacityListResultDeserializer(item: any): _ModelCapacityListResult {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : modelCapacityListResultValueItemArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function modelCapacityListResultValueItemArrayDeserializer(\n result: Array<ModelCapacityListResultValueItem>,\n): any[] {\n return result.map((item) => {\n return modelCapacityListResultValueItemDeserializer(item);\n });\n}\n\n/** model interface ModelCapacityListResultValueItem */\nexport interface ModelCapacityListResultValueItem extends ProxyResource {\n /** The location of the Model Sku Capacity. */\n location?: string;\n /** Cognitive Services account ModelSkuCapacity. */\n properties?: ModelSkuCapacityProperties;\n}\n\nexport function modelCapacityListResultValueItemDeserializer(\n item: any,\n): ModelCapacityListResultValueItem {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : modelSkuCapacityPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Cognitive Services account ModelSkuCapacity. */\nexport interface ModelSkuCapacityProperties {\n /** Properties of Cognitive Services account deployment model. */\n model?: DeploymentModel;\n skuName?: string;\n /** The available capacity for deployment with this model and sku. */\n availableCapacity?: number;\n /** The available capacity for deployment with a fine-tune version of this model and sku. */\n availableFinetuneCapacity?: number;\n /** The scope identifier for model SKU capacity. */\n scopeId?: string;\n /** The scope type for model SKU capacity. */\n scopeType?: QuotaScopeType;\n}\n\nexport function modelSkuCapacityPropertiesDeserializer(item: any): ModelSkuCapacityProperties {\n return {\n model: !item[\"model\"] ? item[\"model\"] : deploymentModelDeserializer(item[\"model\"]),\n skuName: item[\"skuName\"],\n availableCapacity: item[\"availableCapacity\"],\n availableFinetuneCapacity: item[\"availableFinetuneCapacity\"],\n scopeId: item[\"scopeId\"],\n scopeType: item[\"scopeType\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-10-01-preview API version. */\n V20251001Preview = \"2025-10-01-preview\",\n /** The 2025-12-01 API version. */\n V20251201 = \"2025-12-01\",\n /** The 2026-01-15-preview API version. */\n V20260115Preview = \"2026-01-15-preview\",\n /** The 2026-03-01 API version. */\n V20260301 = \"2026-03-01\",\n /** The 2026-03-15-preview API version. */\n V20260315Preview = \"2026-03-15-preview\",\n}\n\nexport function raiBlocklistItemBulkRequestArraySerializer(\n result: Array<RaiBlocklistItemBulkRequest>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistItemBulkRequestSerializer(item);\n });\n}\n\nexport function _commitmentPlanAccountAssociationPropertiesSerializer(\n item: CommitmentPlanAccountAssociation,\n): any {\n return { accountId: item[\"accountId\"] };\n}\n\nexport function _commitmentPlanAccountAssociationPropertiesDeserializer(item: any) {\n return {\n accountId: item[\"accountId\"],\n };\n}\n\nexport function _defenderForAISettingPropertiesSerializer(item: DefenderForAISetting): any {\n return { state: item[\"state\"] };\n}\n\nexport function _defenderForAISettingPropertiesDeserializer(item: any) {\n return {\n state: item[\"state\"],\n };\n}\n"]}
|