@azure/arm-cognitiveservices 6.0.0 → 7.0.0-alpha.20211220.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -95
- package/dist/index.js +4800 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1017 -713
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -2
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/{src/models/resourceSkusMappers.ts → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -10
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -24
- package/src/cognitiveServicesManagementClient.ts +148 -172
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1122 -1415
- package/src/models/mappers.ts +1161 -835
- package/src/models/parameters.ts +159 -40
- package/src/operations/accounts.ts +587 -574
- package/src/operations/commitmentPlans.ts +394 -0
- package/src/operations/commitmentTiers.ts +158 -0
- package/src/operations/deletedAccounts.ts +197 -185
- package/src/operations/deployments.ts +464 -0
- package/src/operations/index.ts +4 -2
- package/src/operations/operations.ts +85 -85
- package/src/operations/privateEndpointConnections.ts +232 -202
- package/src/operations/privateLinkResources.ts +34 -62
- package/src/operations/resourceSkus.ts +90 -86
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +5 -3
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -3385
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -77
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -108
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -61
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1645
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -58
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -115
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -245
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -389
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -89
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -149
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -108
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -193
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -49
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -70
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -74
- package/src/models/accountsMappers.ts +0 -51
- package/src/models/deletedAccountsMappers.ts +0 -44
- package/src/models/privateEndpointConnectionsMappers.ts +0 -44
- package/src/models/privateLinkResourcesMappers.ts +0 -44
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@azure/ms-rest-js"),require("@azure/ms-rest-azure-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-js","@azure/ms-rest-azure-js"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmCognitiveservices={}),e.msRest,e.msRestAzure)}(this,function(e,t,n){"use strict";var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])})(e,t)};function a(e,t){function a(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var i=function(){return(i=Object.assign||function(e){for(var t,a=1,r=arguments.length;a<r;a++)for(var i in t=arguments[a])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),o=n.CloudErrorMapper,p=n.BaseResourceMapper,m={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},size:{serializedName:"size",type:{name:"String"}},family:{serializedName:"family",type:{name:"String"}},capacity:{serializedName:"capacity",type:{name:"Number"}}}}},l={serializedName:"UserAssignedIdentity",type:{name:"Composite",className:"UserAssignedIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},clientId:{readOnly:!0,serializedName:"clientId",type:{name:"String"}}}}},u={serializedName:"Identity",type:{name:"Composite",className:"Identity",modelProperties:{type:{serializedName:"type",type:{name:"Enum",allowedValues:["None","SystemAssigned","UserAssigned","SystemAssigned, UserAssigned"]}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},userAssignedIdentities:{serializedName:"userAssignedIdentities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"UserAssignedIdentity"}}}}}}},c={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},d={serializedName:"SkuCapability",type:{name:"Composite",className:"SkuCapability",modelProperties:{name:{serializedName:"name",type:{name:"String"}},value:{serializedName:"value",type:{name:"String"}}}}},y={serializedName:"SkuChangeInfo",type:{name:"Composite",className:"SkuChangeInfo",modelProperties:{countOfDowngrades:{serializedName:"countOfDowngrades",type:{name:"Number"}},countOfUpgradesAfterDowngrades:{serializedName:"countOfUpgradesAfterDowngrades",type:{name:"Number"}},lastChangeDate:{serializedName:"lastChangeDate",type:{name:"String"}}}}},N={serializedName:"IpRule",type:{name:"Composite",className:"IpRule",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"String"}}}}},g={serializedName:"VirtualNetworkRule",type:{name:"Composite",className:"VirtualNetworkRule",modelProperties:{id:{required:!0,serializedName:"id",type:{name:"String"}},state:{serializedName:"state",type:{name:"String"}},ignoreMissingVnetServiceEndpoint:{serializedName:"ignoreMissingVnetServiceEndpoint",type:{name:"Boolean"}}}}},S={serializedName:"NetworkRuleSet",type:{name:"Composite",className:"NetworkRuleSet",modelProperties:{defaultAction:{serializedName:"defaultAction",type:{name:"String"}},ipRules:{serializedName:"ipRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"IpRule"}}}},virtualNetworkRules:{serializedName:"virtualNetworkRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}}}}},z={serializedName:"KeyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties",modelProperties:{keyName:{serializedName:"keyName",type:{name:"String"}},keyVersion:{serializedName:"keyVersion",type:{name:"String"}},keyVaultUri:{serializedName:"keyVaultUri",type:{name:"String"}},identityClientId:{serializedName:"identityClientId",type:{name:"String"}}}}},P={serializedName:"Encryption",type:{name:"Composite",className:"Encryption",modelProperties:{keyVaultProperties:{serializedName:"keyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties"}},keySource:{serializedName:"keySource",defaultValue:"Microsoft.KeyVault",type:{name:"String"}}}}},h={serializedName:"UserOwnedStorage",type:{name:"Composite",className:"UserOwnedStorage",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}},identityClientId:{serializedName:"identityClientId",type:{name:"String"}}}}},v={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}}}}},R={serializedName:"PrivateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionsRequired:{serializedName:"actionsRequired",type:{name:"String"}}}}},C={serializedName:"PrivateEndpointConnectionProperties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties",modelProperties:{privateEndpoint:{serializedName:"privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}},provisioningState:{serializedName:"provisioningState",type:{name:"String"}},groupIds:{serializedName:"groupIds",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},b={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},k={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:i(i({},b.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},f={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:i(i({},k.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},location:{serializedName:"location",type:{name:"String"}}})}},M={serializedName:"ApiProperties",type:{name:"Composite",className:"ApiProperties",modelProperties:{qnaRuntimeEndpoint:{serializedName:"qnaRuntimeEndpoint",type:{name:"String"}},qnaAzureSearchEndpointKey:{serializedName:"qnaAzureSearchEndpointKey",type:{name:"String"}},qnaAzureSearchEndpointId:{serializedName:"qnaAzureSearchEndpointId",type:{name:"String"}},statisticsEnabled:{serializedName:"statisticsEnabled",type:{name:"Boolean"}},eventHubConnectionString:{serializedName:"eventHubConnectionString",constraints:{MaxLength:1e3,Pattern:/^( *)Endpoint=sb:\/\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$/},type:{name:"String"}},storageAccountConnectionString:{serializedName:"storageAccountConnectionString",constraints:{MaxLength:1e3,Pattern:/^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$/},type:{name:"String"}},aadClientId:{serializedName:"aadClientId",constraints:{MaxLength:500},type:{name:"String"}},aadTenantId:{serializedName:"aadTenantId",constraints:{MaxLength:500},type:{name:"String"}},superUser:{serializedName:"superUser",constraints:{MaxLength:500},type:{name:"String"}},websiteName:{serializedName:"websiteName",constraints:{MaxLength:500},type:{name:"String"}}},additionalProperties:{type:{name:"Object"}}}},A={serializedName:"RequestMatchPattern",type:{name:"Composite",className:"RequestMatchPattern",modelProperties:{path:{serializedName:"path",type:{name:"String"}},method:{serializedName:"method",type:{name:"String"}}}}},q={serializedName:"ThrottlingRule",type:{name:"Composite",className:"ThrottlingRule",modelProperties:{key:{serializedName:"key",type:{name:"String"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},count:{serializedName:"count",type:{name:"Number"}},minCount:{serializedName:"minCount",type:{name:"Number"}},dynamicThrottlingEnabled:{serializedName:"dynamicThrottlingEnabled",type:{name:"Boolean"}},matchPatterns:{serializedName:"matchPatterns",type:{name:"Sequence",element:{type:{name:"Composite",className:"RequestMatchPattern"}}}}}}},E={serializedName:"CallRateLimit",type:{name:"Composite",className:"CallRateLimit",modelProperties:{count:{serializedName:"count",type:{name:"Number"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ThrottlingRule"}}}}}}},L={serializedName:"QuotaLimit",type:{name:"Composite",className:"QuotaLimit",modelProperties:{count:{serializedName:"count",type:{name:"Number"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ThrottlingRule"}}}}}}},O={serializedName:"AccountProperties",type:{name:"Composite",className:"AccountProperties",modelProperties:{provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},endpoint:{readOnly:!0,serializedName:"endpoint",type:{name:"String"}},internalId:{readOnly:!0,serializedName:"internalId",type:{name:"String"}},capabilities:{readOnly:!0,serializedName:"capabilities",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuCapability"}}}},isMigrated:{readOnly:!0,serializedName:"isMigrated",type:{name:"Boolean"}},migrationToken:{serializedName:"migrationToken",type:{name:"String"}},skuChangeInfo:{readOnly:!0,serializedName:"skuChangeInfo",type:{name:"Composite",className:"SkuChangeInfo"}},customSubDomainName:{serializedName:"customSubDomainName",type:{name:"String"}},networkAcls:{serializedName:"networkAcls",type:{name:"Composite",className:"NetworkRuleSet"}},encryption:{serializedName:"encryption",type:{name:"Composite",className:"Encryption"}},userOwnedStorage:{serializedName:"userOwnedStorage",type:{name:"Sequence",element:{type:{name:"Composite",className:"UserOwnedStorage"}}}},privateEndpointConnections:{readOnly:!0,serializedName:"privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},publicNetworkAccess:{serializedName:"publicNetworkAccess",type:{name:"String"}},apiProperties:{serializedName:"apiProperties",type:{name:"Composite",className:"ApiProperties",additionalProperties:{type:{name:"Object"}}}},dateCreated:{readOnly:!0,serializedName:"dateCreated",type:{name:"String"}},callRateLimit:{readOnly:!0,serializedName:"callRateLimit",type:{name:"Composite",className:"CallRateLimit"}},quotaLimit:{readOnly:!0,serializedName:"quotaLimit",type:{name:"Composite",className:"QuotaLimit"}},restrictOutboundNetworkAccess:{serializedName:"restrictOutboundNetworkAccess",type:{name:"Boolean"}},allowedFqdnList:{serializedName:"allowedFqdnList",type:{name:"Sequence",element:{type:{name:"String"}}}},disableLocalAuth:{serializedName:"disableLocalAuth",type:{name:"Boolean"}},endpoints:{readOnly:!0,serializedName:"endpoints",type:{name:"Dictionary",value:{type:{name:"String"}}}},restore:{serializedName:"restore",type:{name:"Boolean"}}}}},I={serializedName:"Account",type:{name:"Composite",className:"Account",modelProperties:i(i({},k.type.modelProperties),{kind:{serializedName:"kind",type:{name:"String"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},identity:{serializedName:"identity",type:{name:"Composite",className:"Identity"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{serializedName:"location",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"AccountProperties"}}})}},w={serializedName:"ApiKeys",type:{name:"Composite",className:"ApiKeys",modelProperties:{key1:{serializedName:"key1",type:{name:"String"}},key2:{serializedName:"key2",type:{name:"String"}}}}},G={serializedName:"RegenerateKeyParameters",type:{name:"Composite",className:"RegenerateKeyParameters",modelProperties:{keyName:{required:!0,serializedName:"keyName",type:{name:"Enum",allowedValues:["Key1","Key2"]}}}}},T={serializedName:"AccountSku",type:{name:"Composite",className:"AccountSku",modelProperties:{resourceType:{serializedName:"resourceType",type:{name:"String"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}}}}},D={serializedName:"AccountSkuListResult",type:{name:"Composite",className:"AccountSkuListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"AccountSku"}}}}}}},U={serializedName:"MetricName",type:{name:"Composite",className:"MetricName",modelProperties:{value:{serializedName:"value",type:{name:"String"}},localizedValue:{serializedName:"localizedValue",type:{name:"String"}}}}},x={serializedName:"Usage",type:{name:"Composite",className:"Usage",modelProperties:{unit:{serializedName:"unit",type:{name:"String"}},name:{serializedName:"name",type:{name:"Composite",className:"MetricName"}},quotaPeriod:{serializedName:"quotaPeriod",type:{name:"String"}},limit:{serializedName:"limit",type:{name:"Number"}},currentValue:{serializedName:"currentValue",type:{name:"Number"}},nextResetTime:{serializedName:"nextResetTime",type:{name:"String"}},status:{serializedName:"status",type:{name:"String"}}}}},_={serializedName:"UsageListResult",type:{name:"Composite",className:"UsageListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Usage"}}}}}}},V={serializedName:"CheckSkuAvailabilityParameter",type:{name:"Composite",className:"CheckSkuAvailabilityParameter",modelProperties:{skus:{required:!0,serializedName:"skus",type:{name:"Sequence",element:{type:{name:"String"}}}},kind:{required:!0,serializedName:"kind",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},B={serializedName:"SkuAvailabilityListResult",type:{name:"Composite",className:"SkuAvailabilityListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuAvailability"}}}}}}},K={serializedName:"CheckDomainAvailabilityParameter",type:{name:"Composite",className:"CheckDomainAvailabilityParameter",modelProperties:{subdomainName:{required:!0,serializedName:"subdomainName",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},j={serializedName:"DomainAvailability",type:{name:"Composite",className:"DomainAvailability",modelProperties:{isSubdomainAvailable:{serializedName:"isSubdomainAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},subdomainName:{serializedName:"subdomainName",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},F={serializedName:"ResourceSkuRestrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo",modelProperties:{locations:{serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},zones:{serializedName:"zones",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},Q={serializedName:"ResourceSkuRestrictions",type:{name:"Composite",className:"ResourceSkuRestrictions",modelProperties:{type:{serializedName:"type",type:{name:"Enum",allowedValues:["Location","Zone"]}},values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictionInfo:{serializedName:"restrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo"}},reasonCode:{serializedName:"reasonCode",type:{name:"String"}}}}},Z={serializedName:"ResourceSku",type:{name:"Composite",className:"ResourceSku",modelProperties:{resourceType:{serializedName:"resourceType",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},kind:{serializedName:"kind",type:{name:"String"}},locations:{serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictions:{serializedName:"restrictions",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSkuRestrictions"}}}}}}},$={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}}}}},H={serializedName:"PrivateLinkResourceProperties",type:{name:"Composite",className:"PrivateLinkResourceProperties",modelProperties:{groupId:{readOnly:!0,serializedName:"groupId",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}},displayName:{readOnly:!0,serializedName:"displayName",type:{name:"String"}}}}},J={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:i(i({},b.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateLinkResourceProperties"}}})}},W={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}}}}},X={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:i({},b.type.modelProperties)}},Y={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:i(i({},b.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},ee={serializedName:"ErrorAdditionalInfo",type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"String"}},info:{readOnly:!0,serializedName:"info",type:{name:"Object"}}}}},te={serializedName:"ErrorDetail",type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{readOnly:!0,serializedName:"additionalInfo",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},ae={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},re={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},ie={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},isDataAction:{readOnly:!0,serializedName:"isDataAction",type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}},actionType:{readOnly:!0,serializedName:"actionType",type:{name:"String"}}}}},ne={serializedName:"AccountListResult",type:{name:"Composite",className:"AccountListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Account"}}}}}}},se={serializedName:"ResourceSkuListResult",type:{name:"Composite",className:"ResourceSkuListResult",modelProperties:{value:{required:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSku"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},oe={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},pe=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,Sku:m,UserAssignedIdentity:l,Identity:u,SystemData:c,SkuCapability:d,SkuChangeInfo:y,IpRule:N,VirtualNetworkRule:g,NetworkRuleSet:S,KeyVaultProperties:z,Encryption:P,UserOwnedStorage:h,PrivateEndpoint:v,PrivateLinkServiceConnectionState:R,PrivateEndpointConnectionProperties:C,Resource:b,AzureEntityResource:k,PrivateEndpointConnection:f,ApiProperties:M,RequestMatchPattern:A,ThrottlingRule:q,CallRateLimit:E,QuotaLimit:L,AccountProperties:O,Account:I,ApiKeys:w,RegenerateKeyParameters:G,AccountSku:T,AccountSkuListResult:D,MetricName:U,Usage:x,UsageListResult:_,CheckSkuAvailabilityParameter:V,SkuAvailability:{serializedName:"SkuAvailability",type:{name:"Composite",className:"SkuAvailability",modelProperties:{kind:{serializedName:"kind",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},skuName:{serializedName:"skuName",type:{name:"String"}},skuAvailable:{serializedName:"skuAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},SkuAvailabilityListResult:B,CheckDomainAvailabilityParameter:K,DomainAvailability:j,ResourceSkuRestrictionInfo:F,ResourceSkuRestrictions:Q,ResourceSku:Z,PrivateEndpointConnectionListResult:$,PrivateLinkResourceProperties:H,PrivateLinkResource:J,PrivateLinkResourceListResult:W,ProxyResource:X,TrackedResource:Y,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,OperationDisplay:re,Operation:ie,AccountListResult:ne,ResourceSkuListResult:se,OperationListResult:oe}),me={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},le={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",constraints:{MaxLength:64,MinLength:2,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/},type:{name:"String"}}},ue={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",constraints:{MinLength:1},type:{name:"String"}}},ce={parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}},de={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},ye={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},Ne={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},o={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",constraints:{MinLength:1},type:{name:"String"}}},x=Object.freeze({__proto__:null,Account:I,AccountListResult:ne,AccountProperties:O,AccountSku:T,AccountSkuListResult:D,ApiKeys:w,ApiProperties:M,AzureEntityResource:k,BaseResource:p,CallRateLimit:E,Encryption:P,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,Identity:u,IpRule:N,KeyVaultProperties:z,MetricName:U,NetworkRuleSet:S,PrivateEndpoint:v,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:C,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:R,ProxyResource:X,QuotaLimit:L,RegenerateKeyParameters:G,RequestMatchPattern:A,Resource:b,Sku:m,SkuCapability:d,SkuChangeInfo:y,SystemData:c,ThrottlingRule:q,TrackedResource:Y,Usage:x,UsageListResult:_,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:g}),ge=(Se.prototype.create=function(e,t,a,r){return this.beginCreate(e,t,a,r).then(function(e){return e.pollUntilFinished()})},Se.prototype.update=function(e,t,a,r){return this.beginUpdate(e,t,a,r).then(function(e){return e.pollUntilFinished()})},Se.prototype.deleteMethod=function(e,t,a){return this.beginDeleteMethod(e,t,a).then(function(e){return e.pollUntilFinished()})},Se.prototype.get=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},ze,r)},Se.prototype.listByResourceGroup=function(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,options:t},Pe,a)},Se.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},he,t)},Se.prototype.listKeys=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},ve,r)},Se.prototype.regenerateKey=function(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,keyName:a,options:r},Re,i)},Se.prototype.listSkus=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},Ce,r)},Se.prototype.listUsages=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},be,r)},Se.prototype.beginCreate=function(e,t,a,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,account:a,options:r},ke,r)},Se.prototype.beginUpdate=function(e,t,a,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,account:a,options:r},fe,r)},Se.prototype.beginDeleteMethod=function(e,t,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,options:a},Me,a)},Se.prototype.listByResourceGroupNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ae,a)},Se.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},qe,a)},Se);function Se(e){this.client=e}var x=new t.Serializer(x),ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:I},default:{bodyMapper:ae}},serializer:x},Pe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[Ne,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},he={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},ve={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:w},default:{bodyMapper:ae}},serializer:x},Re={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:{keyName:"keyName"},mapper:i(i({},G),{required:!0})},responses:{200:{bodyMapper:w},default:{bodyMapper:ae}},serializer:x},Ce={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:D},default:{bodyMapper:ae}},serializer:x},be={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages",urlParameters:[Ne,le,o],queryParameters:[ue,{parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}}],headerParameters:[me],responses:{200:{bodyMapper:_},default:{bodyMapper:ae}},serializer:x},ke={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:"account",mapper:i(i({},I),{required:!0})},responses:{200:{bodyMapper:I},201:{bodyMapper:I},202:{bodyMapper:I},default:{bodyMapper:ae}},serializer:x},fe={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:"account",mapper:i(i({},I),{required:!0})},responses:{200:{bodyMapper:I},202:{bodyMapper:I},default:{bodyMapper:ae}},serializer:x},Me={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{},202:{},204:{},default:{bodyMapper:ae}},serializer:x},Ae={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[de],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},qe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[de],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},x=Object.freeze({__proto__:null,Account:I,AccountListResult:ne,AccountProperties:O,ApiProperties:M,AzureEntityResource:k,BaseResource:p,CallRateLimit:E,Encryption:P,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,Identity:u,IpRule:N,KeyVaultProperties:z,NetworkRuleSet:S,PrivateEndpoint:v,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:C,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:R,ProxyResource:X,QuotaLimit:L,RequestMatchPattern:A,Resource:b,Sku:m,SkuCapability:d,SkuChangeInfo:y,SystemData:c,ThrottlingRule:q,TrackedResource:Y,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:g}),Ee=(Le.prototype.get=function(e,t,a,r,i){return this.client.sendOperationRequest({location:e,resourceGroupName:t,accountName:a,options:r},Oe,i)},Le.prototype.purge=function(e,t,a,r){return this.beginPurge(e,t,a,r).then(function(e){return e.pollUntilFinished()})},Le.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Ie,t)},Le.prototype.beginPurge=function(e,t,a,r){return this.client.sendLRORequest({location:e,resourceGroupName:t,accountName:a,options:r},we,r)},Le.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ge,a)},Le);function Le(e){this.client=e}var x=new t.Serializer(x),Oe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}",urlParameters:[ce,Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:I},default:{bodyMapper:ae}},serializer:x},Ie={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts",urlParameters:[o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},we={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}",urlParameters:[ce,Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{},202:{},204:{},default:{bodyMapper:ae}},serializer:x},Ge={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[de],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:ne},default:{bodyMapper:ae}},serializer:x},Q=Object.freeze({__proto__:null,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,ResourceSku:Z,ResourceSkuListResult:se,ResourceSkuRestrictionInfo:F,ResourceSkuRestrictions:Q}),Te=(De.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Ue,t)},De.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},xe,a)},De);function De(e){this.client=e}var Q=new t.Serializer(Q),Ue={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus",urlParameters:[o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:se},default:{bodyMapper:ae}},serializer:Q},xe={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[de],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:se},default:{bodyMapper:ae}},serializer:Q},re=Object.freeze({__proto__:null,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,Operation:ie,OperationDisplay:re,OperationListResult:oe}),_e=(Ve.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Be,t)},Ve.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ke,a)},Ve);function Ve(e){this.client=e}var re=new t.Serializer(re),Be={httpMethod:"GET",path:"providers/Microsoft.CognitiveServices/operations",queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:oe},default:{bodyMapper:ae}},serializer:re},Ke={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[de],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:oe},default:{bodyMapper:ae}},serializer:re},re=Object.freeze({__proto__:null,Account:I,AccountProperties:O,ApiProperties:M,AzureEntityResource:k,BaseResource:p,CallRateLimit:E,Encryption:P,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,Identity:u,IpRule:N,KeyVaultProperties:z,NetworkRuleSet:S,PrivateEndpoint:v,PrivateEndpointConnection:f,PrivateEndpointConnectionListResult:$,PrivateEndpointConnectionProperties:C,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:R,ProxyResource:X,QuotaLimit:L,RequestMatchPattern:A,Resource:b,Sku:m,SkuCapability:d,SkuChangeInfo:y,SystemData:c,ThrottlingRule:q,TrackedResource:Y,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:g}),je=(Fe.prototype.list=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},Qe,r)},Fe.prototype.get=function(e,t,a,r,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:a,options:r},Ze,i)},Fe.prototype.createOrUpdate=function(e,t,a,r,i){return this.beginCreateOrUpdate(e,t,a,r,i).then(function(e){return e.pollUntilFinished()})},Fe.prototype.deleteMethod=function(e,t,a,r){return this.beginDeleteMethod(e,t,a,r).then(function(e){return e.pollUntilFinished()})},Fe.prototype.beginCreateOrUpdate=function(e,t,a,r,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:a,properties:r,options:i},$e,i)},Fe.prototype.beginDeleteMethod=function(e,t,a,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:a,options:r},He,r)},Fe);function Fe(e){this.client=e}var re=new t.Serializer(re),Qe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:$},default:{bodyMapper:ae}},serializer:re},Ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Ne,le,o,ye],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:f},default:{bodyMapper:ae}},serializer:re},$e={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Ne,le,o,ye],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:"properties",mapper:i(i({},f),{required:!0})},responses:{200:{bodyMapper:f},202:{bodyMapper:f},default:{bodyMapper:ae}},serializer:re},He={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Ne,le,o,ye],queryParameters:[ue],headerParameters:[me],responses:{200:{},202:{},204:{},default:{bodyMapper:ae}},serializer:re},g=Object.freeze({__proto__:null,Account:I,AccountProperties:O,ApiProperties:M,AzureEntityResource:k,BaseResource:p,CallRateLimit:E,Encryption:P,ErrorAdditionalInfo:ee,ErrorDetail:te,ErrorResponse:ae,Identity:u,IpRule:N,KeyVaultProperties:z,NetworkRuleSet:S,PrivateEndpoint:v,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:C,PrivateLinkResource:J,PrivateLinkResourceListResult:W,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:R,ProxyResource:X,QuotaLimit:L,RequestMatchPattern:A,Resource:b,Sku:m,SkuCapability:d,SkuChangeInfo:y,SystemData:c,ThrottlingRule:q,TrackedResource:Y,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:g}),Je=(We.prototype.list=function(e,t,a,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:a},Ye,r)},We);function We(e){this.client=e}var Xe,Ye={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources",urlParameters:[Ne,le,o],queryParameters:[ue],headerParameters:[me],responses:{200:{bodyMapper:W},default:{bodyMapper:ae}},serializer:new t.Serializer(g)},W=(a(et,Xe=n.AzureServiceClient),et);function et(e,t,a){var r,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(a=a||{}).userAgent||(r=n.getDefaultUserAgentValue(),a.userAgent="@azure/arm-cognitiveservices/6.0.0 "+r),(i=Xe.call(this,e,a)||this).apiVersion="2021-04-30",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=a.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=t,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(i.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),i}var tt,g=(a(at,tt=W),at.prototype.checkSkuAvailability=function(e,t,a,r,i,n){return this.sendOperationRequest({location:e,skus:t,kind:a,type:r,options:i},rt,n)},at.prototype.checkDomainAvailability=function(e,t,a,r){return this.sendOperationRequest({subdomainName:e,type:t,options:a},it,r)},at);function at(e,t,a){a=tt.call(this,e,t,a)||this;return a.accounts=new ge(a),a.deletedAccounts=new Ee(a),a.resourceSkus=new Te(a),a.operations=new _e(a),a.privateEndpointConnections=new je(a),a.privateLinkResources=new Je(a),a}var t=new t.Serializer(pe),rt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",urlParameters:[o,ce],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:{skus:"skus",kind:"kind",type:"type"},mapper:i(i({},V),{required:!0})},responses:{200:{bodyMapper:B},default:{bodyMapper:ae}},serializer:t},it={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",urlParameters:[o],queryParameters:[ue],headerParameters:[me],requestBody:{parameterPath:{subdomainName:"subdomainName",type:"type"},mapper:i(i({},K),{required:!0})},responses:{200:{bodyMapper:j},default:{bodyMapper:ae}},serializer:t};e.Accounts=ge,e.CognitiveServicesManagementClient=g,e.CognitiveServicesManagementClientContext=W,e.CognitiveServicesManagementMappers=pe,e.CognitiveServicesManagementModels=s,e.DeletedAccounts=Ee,e.Operations=_e,e.PrivateEndpointConnections=je,e.PrivateLinkResources=Je,e.ResourceSkus=Te,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/accounts.ts","../src/operations/deletedAccounts.ts","../src/operations/resourceSkus.ts","../src/operations/operations.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/cognitiveServicesManagementClientContext.ts","../src/cognitiveServicesManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","Sku","serializedName","type","name","className","modelProperties","required","tier","size","family","capacity","UserAssignedIdentity","principalId","readOnly","clientId","Identity","allowedValues","tenantId","userAssignedIdentities","value","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","SkuCapability","SkuChangeInfo","countOfDowngrades","countOfUpgradesAfterDowngrades","lastChangeDate","IpRule","VirtualNetworkRule","id","state","ignoreMissingVnetServiceEndpoint","NetworkRuleSet","defaultAction","ipRules","element","virtualNetworkRules","KeyVaultProperties","keyName","keyVersion","keyVaultUri","identityClientId","Encryption","keyVaultProperties","keySource","defaultValue","UserOwnedStorage","resourceId","PrivateEndpoint","PrivateLinkServiceConnectionState","status","description","actionsRequired","PrivateEndpointConnectionProperties","privateEndpoint","privateLinkServiceConnectionState","provisioningState","groupIds","Resource","AzureEntityResource","etag","PrivateEndpointConnection","properties","systemData","location","ApiProperties","qnaRuntimeEndpoint","qnaAzureSearchEndpointKey","qnaAzureSearchEndpointId","statisticsEnabled","eventHubConnectionString","constraints","MaxLength","Pattern","storageAccountConnectionString","aadClientId","aadTenantId","superUser","websiteName","additionalProperties","RequestMatchPattern","path","method","ThrottlingRule","key","renewalPeriod","count","minCount","dynamicThrottlingEnabled","matchPatterns","CallRateLimit","rules","QuotaLimit","AccountProperties","endpoint","internalId","capabilities","isMigrated","migrationToken","skuChangeInfo","customSubDomainName","networkAcls","encryption","userOwnedStorage","privateEndpointConnections","publicNetworkAccess","apiProperties","dateCreated","callRateLimit","quotaLimit","restrictOutboundNetworkAccess","allowedFqdnList","disableLocalAuth","endpoints","restore","Account","kind","sku","identity","tags","ApiKeys","key1","key2","RegenerateKeyParameters","AccountSku","resourceType","AccountSkuListResult","MetricName","localizedValue","Usage","unit","quotaPeriod","limit","currentValue","nextResetTime","UsageListResult","CheckSkuAvailabilityParameter","skus","SkuAvailabilityListResult","CheckDomainAvailabilityParameter","subdomainName","DomainAvailability","isSubdomainAvailable","reason","ResourceSkuRestrictionInfo","locations","zones","ResourceSkuRestrictions","values","restrictionInfo","reasonCode","ResourceSku","restrictions","PrivateEndpointConnectionListResult","PrivateLinkResourceProperties","groupId","requiredMembers","requiredZoneNames","displayName","PrivateLinkResource","PrivateLinkResourceListResult","ProxyResource","TrackedResource","ErrorAdditionalInfo","info","ErrorDetail","code","message","target","details","additionalInfo","ErrorResponse","error","OperationDisplay","provider","resource","operation","Operation","isDataAction","display","origin","actionType","AccountListResult","nextLink","ResourceSkuListResult","OperationListResult","skuName","skuAvailable","acceptLanguage","parameterPath","mapper","accountName","MinLength","apiVersion","nextPageLink","skipEncoding","privateEndpointConnectionName","resourceGroupName","subscriptionId","Accounts","account","options","beginCreate","then","lroPoller","pollUntilFinished","update","beginUpdate","deleteMethod","beginDeleteMethod","get","callback","client","sendOperationRequest","getOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","list","listOperationSpec","listKeys","listKeysOperationSpec","regenerateKey","regenerateKeyOperationSpec","listSkus","listSkusOperationSpec","listUsages","listUsagesOperationSpec","sendLRORequest","beginCreateOperationSpec","beginUpdateOperationSpec","beginDeleteMethodOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","urlParameters","Parameters.resourceGroupName","Parameters.accountName","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.Account","default","Mappers.ErrorResponse","Mappers.AccountListResult","Mappers.ApiKeys","requestBody","Mappers.RegenerateKeyParameters","Mappers.AccountSkuListResult","Mappers.UsageListResult","201","202","204","baseUrl","Parameters.nextPageLink","DeletedAccounts","purge","beginPurge","beginPurgeOperationSpec","Parameters.location","serializer$1","ResourceSkus","Mappers.ResourceSkuListResult","serializer$2","Operations","Mappers.OperationListResult","serializer$3","PrivateEndpointConnections","createOrUpdate","beginCreateOrUpdate","beginCreateOrUpdateOperationSpec","Mappers.PrivateEndpointConnectionListResult","serializer$4","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","PrivateLinkResources","_super","Mappers.PrivateLinkResourceListResult","CognitiveServicesManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","CognitiveServicesManagementClient","checkSkuAvailability","checkSkuAvailabilityOperationSpec","checkDomainAvailability","checkDomainAvailabilityOperationSpec","accounts","operations.Accounts","deletedAccounts","operations.DeletedAccounts","resourceSkus","operations.ResourceSkus","operations","operations.Operations","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources","Mappers.CheckSkuAvailabilityParameter","Mappers.SkuAvailabilityListResult","serializer$6","Mappers.CheckDomainAvailabilityParameter","Mappers.DomainAvailability"],"mappings":"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"}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import * as Models from "./models";
|
|
4
|
-
import * as Mappers from "./models/mappers";
|
|
5
|
-
import * as operations from "./operations";
|
|
6
|
-
import { CognitiveServicesManagementClientContext } from "./cognitiveServicesManagementClientContext";
|
|
7
|
-
declare class CognitiveServicesManagementClient extends CognitiveServicesManagementClientContext {
|
|
8
|
-
accounts: operations.Accounts;
|
|
9
|
-
deletedAccounts: operations.DeletedAccounts;
|
|
10
|
-
resourceSkus: operations.ResourceSkus;
|
|
11
|
-
operations: operations.Operations;
|
|
12
|
-
privateEndpointConnections: operations.PrivateEndpointConnections;
|
|
13
|
-
privateLinkResources: operations.PrivateLinkResources;
|
|
14
|
-
/**
|
|
15
|
-
* Initializes a new instance of the CognitiveServicesManagementClient class.
|
|
16
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
17
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
18
|
-
* more information about these credentials, see
|
|
19
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
20
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
21
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
22
|
-
* @param subscriptionId The ID of the target subscription.
|
|
23
|
-
* @param [options] The parameter options
|
|
24
|
-
*/
|
|
25
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions);
|
|
26
|
-
/**
|
|
27
|
-
* Check available SKUs.
|
|
28
|
-
* @param location Resource location.
|
|
29
|
-
* @param skus The SKU of the resource.
|
|
30
|
-
* @param kind The Kind of the resource.
|
|
31
|
-
* @param type The Type of the resource.
|
|
32
|
-
* @param [options] The optional parameters
|
|
33
|
-
* @returns Promise<Models.CheckSkuAvailabilityResponse>
|
|
34
|
-
*/
|
|
35
|
-
checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckSkuAvailabilityResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* @param location Resource location.
|
|
38
|
-
* @param skus The SKU of the resource.
|
|
39
|
-
* @param kind The Kind of the resource.
|
|
40
|
-
* @param type The Type of the resource.
|
|
41
|
-
* @param callback The callback
|
|
42
|
-
*/
|
|
43
|
-
checkSkuAvailability(location: string, skus: string[], kind: string, type: string, callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>): void;
|
|
44
|
-
/**
|
|
45
|
-
* @param location Resource location.
|
|
46
|
-
* @param skus The SKU of the resource.
|
|
47
|
-
* @param kind The Kind of the resource.
|
|
48
|
-
* @param type The Type of the resource.
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
51
|
-
*/
|
|
52
|
-
checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>): void;
|
|
53
|
-
/**
|
|
54
|
-
* Check whether a domain is available.
|
|
55
|
-
* @param subdomainName The subdomain name to use.
|
|
56
|
-
* @param type The Type of the resource.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.CheckDomainAvailabilityResponse>
|
|
59
|
-
*/
|
|
60
|
-
checkDomainAvailability(subdomainName: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckDomainAvailabilityResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* @param subdomainName The subdomain name to use.
|
|
63
|
-
* @param type The Type of the resource.
|
|
64
|
-
* @param callback The callback
|
|
65
|
-
*/
|
|
66
|
-
checkDomainAvailability(subdomainName: string, type: string, callback: msRest.ServiceCallback<Models.DomainAvailability>): void;
|
|
67
|
-
/**
|
|
68
|
-
* @param subdomainName The subdomain name to use.
|
|
69
|
-
* @param type The Type of the resource.
|
|
70
|
-
* @param options The optional parameters
|
|
71
|
-
* @param callback The callback
|
|
72
|
-
*/
|
|
73
|
-
checkDomainAvailability(subdomainName: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DomainAvailability>): void;
|
|
74
|
-
}
|
|
75
|
-
export { CognitiveServicesManagementClient, CognitiveServicesManagementClientContext, Models as CognitiveServicesManagementModels, Mappers as CognitiveServicesManagementMappers };
|
|
76
|
-
export * from "./operations";
|
|
77
|
-
//# sourceMappingURL=cognitiveServicesManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cognitiveServicesManagementClient.d.ts","sourceRoot":"","sources":["../src/cognitiveServicesManagementClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAE5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,cAAM,iCAAkC,SAAQ,wCAAwC;IAEtF,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IAEtD;;;;;;;;;;OAUG;gBAED,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAC9D,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,MAAM,CAAC,wCAAwC;IAW3D;;;;;;;;OAQG;IACH,oBAAoB,CAClB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EAAE,EACd,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAClC,OAAO,CAAC,MAAM,CAAC,4BAA4B,CAAC;IAC/C;;;;;;OAMG;IACH,oBAAoB,CAClB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EAAE,EACd,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GACjE,IAAI;IACP;;;;;;;OAOG;IACH,oBAAoB,CAClB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EAAE,EACd,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAClC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GACjE,IAAI;IAsBP;;;;;;OAMG;IACH,uBAAuB,CACrB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAClC,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IAClD;;;;OAIG;IACH,uBAAuB,CACrB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAC1D,IAAI;IACP;;;;;OAKG;IACH,uBAAuB,CACrB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAClC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAC1D,IAAI;CAiBR;AA6DD,OAAO,EACL,iCAAiC,EACjC,wCAAwC,EACxC,MAAM,IAAI,iCAAiC,EAC3C,OAAO,IAAI,kCAAkC,EAC9C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign, __extends } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Models from "./models";
|
|
12
|
-
import * as Mappers from "./models/mappers";
|
|
13
|
-
import * as Parameters from "./models/parameters";
|
|
14
|
-
import * as operations from "./operations";
|
|
15
|
-
import { CognitiveServicesManagementClientContext } from "./cognitiveServicesManagementClientContext";
|
|
16
|
-
var CognitiveServicesManagementClient = /** @class */ (function (_super) {
|
|
17
|
-
__extends(CognitiveServicesManagementClient, _super);
|
|
18
|
-
/**
|
|
19
|
-
* Initializes a new instance of the CognitiveServicesManagementClient class.
|
|
20
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
21
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
22
|
-
* more information about these credentials, see
|
|
23
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
24
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
25
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
26
|
-
* @param subscriptionId The ID of the target subscription.
|
|
27
|
-
* @param [options] The parameter options
|
|
28
|
-
*/
|
|
29
|
-
function CognitiveServicesManagementClient(credentials, subscriptionId, options) {
|
|
30
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
|
31
|
-
_this.accounts = new operations.Accounts(_this);
|
|
32
|
-
_this.deletedAccounts = new operations.DeletedAccounts(_this);
|
|
33
|
-
_this.resourceSkus = new operations.ResourceSkus(_this);
|
|
34
|
-
_this.operations = new operations.Operations(_this);
|
|
35
|
-
_this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
|
|
36
|
-
_this.privateLinkResources = new operations.PrivateLinkResources(_this);
|
|
37
|
-
return _this;
|
|
38
|
-
}
|
|
39
|
-
CognitiveServicesManagementClient.prototype.checkSkuAvailability = function (location, skus, kind, type, options, callback) {
|
|
40
|
-
return this.sendOperationRequest({
|
|
41
|
-
location: location,
|
|
42
|
-
skus: skus,
|
|
43
|
-
kind: kind,
|
|
44
|
-
type: type,
|
|
45
|
-
options: options
|
|
46
|
-
}, checkSkuAvailabilityOperationSpec, callback);
|
|
47
|
-
};
|
|
48
|
-
CognitiveServicesManagementClient.prototype.checkDomainAvailability = function (subdomainName, type, options, callback) {
|
|
49
|
-
return this.sendOperationRequest({
|
|
50
|
-
subdomainName: subdomainName,
|
|
51
|
-
type: type,
|
|
52
|
-
options: options
|
|
53
|
-
}, checkDomainAvailabilityOperationSpec, callback);
|
|
54
|
-
};
|
|
55
|
-
return CognitiveServicesManagementClient;
|
|
56
|
-
}(CognitiveServicesManagementClientContext));
|
|
57
|
-
// Operation Specifications
|
|
58
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
59
|
-
var checkSkuAvailabilityOperationSpec = {
|
|
60
|
-
httpMethod: "POST",
|
|
61
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",
|
|
62
|
-
urlParameters: [Parameters.subscriptionId, Parameters.location],
|
|
63
|
-
queryParameters: [Parameters.apiVersion],
|
|
64
|
-
headerParameters: [Parameters.acceptLanguage],
|
|
65
|
-
requestBody: {
|
|
66
|
-
parameterPath: {
|
|
67
|
-
skus: "skus",
|
|
68
|
-
kind: "kind",
|
|
69
|
-
type: "type"
|
|
70
|
-
},
|
|
71
|
-
mapper: __assign(__assign({}, Mappers.CheckSkuAvailabilityParameter), { required: true })
|
|
72
|
-
},
|
|
73
|
-
responses: {
|
|
74
|
-
200: {
|
|
75
|
-
bodyMapper: Mappers.SkuAvailabilityListResult
|
|
76
|
-
},
|
|
77
|
-
default: {
|
|
78
|
-
bodyMapper: Mappers.ErrorResponse
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
serializer: serializer
|
|
82
|
-
};
|
|
83
|
-
var checkDomainAvailabilityOperationSpec = {
|
|
84
|
-
httpMethod: "POST",
|
|
85
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",
|
|
86
|
-
urlParameters: [Parameters.subscriptionId],
|
|
87
|
-
queryParameters: [Parameters.apiVersion],
|
|
88
|
-
headerParameters: [Parameters.acceptLanguage],
|
|
89
|
-
requestBody: {
|
|
90
|
-
parameterPath: {
|
|
91
|
-
subdomainName: "subdomainName",
|
|
92
|
-
type: "type"
|
|
93
|
-
},
|
|
94
|
-
mapper: __assign(__assign({}, Mappers.CheckDomainAvailabilityParameter), { required: true })
|
|
95
|
-
},
|
|
96
|
-
responses: {
|
|
97
|
-
200: {
|
|
98
|
-
bodyMapper: Mappers.DomainAvailability
|
|
99
|
-
},
|
|
100
|
-
default: {
|
|
101
|
-
bodyMapper: Mappers.ErrorResponse
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
serializer: serializer
|
|
105
|
-
};
|
|
106
|
-
export { CognitiveServicesManagementClient, CognitiveServicesManagementClientContext, Models as CognitiveServicesManagementModels, Mappers as CognitiveServicesManagementMappers };
|
|
107
|
-
export * from "./operations";
|
|
108
|
-
//# sourceMappingURL=cognitiveServicesManagementClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cognitiveServicesManagementClient.js","sourceRoot":"","sources":["../src/cognitiveServicesManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as Models from "./models";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
4
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
5
|
-
export declare class CognitiveServicesManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
7
|
-
subscriptionId: string;
|
|
8
|
-
apiVersion?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the CognitiveServicesManagementClient class.
|
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
13
|
-
* more information about these credentials, see
|
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
17
|
-
* @param subscriptionId The ID of the target subscription.
|
|
18
|
-
* @param [options] The parameter options
|
|
19
|
-
*/
|
|
20
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions);
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=cognitiveServicesManagementClientContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cognitiveServicesManagementClientContext.d.ts","sourceRoot":"","sources":["../src/cognitiveServicesManagementClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,qBAAa,wCAAyC,SAAQ,WAAW,CAAC,kBAAkB;IAC1F,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBAED,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAC9D,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,MAAM,CAAC,wCAAwC;CAqC5D"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __extends } from "tslib";
|
|
10
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
11
|
-
var packageName = "@azure/arm-cognitiveservices";
|
|
12
|
-
var packageVersion = "6.0.0";
|
|
13
|
-
var CognitiveServicesManagementClientContext = /** @class */ (function (_super) {
|
|
14
|
-
__extends(CognitiveServicesManagementClientContext, _super);
|
|
15
|
-
/**
|
|
16
|
-
* Initializes a new instance of the CognitiveServicesManagementClient class.
|
|
17
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
18
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
19
|
-
* more information about these credentials, see
|
|
20
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
21
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
22
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
23
|
-
* @param subscriptionId The ID of the target subscription.
|
|
24
|
-
* @param [options] The parameter options
|
|
25
|
-
*/
|
|
26
|
-
function CognitiveServicesManagementClientContext(credentials, subscriptionId, options) {
|
|
27
|
-
var _this = this;
|
|
28
|
-
if (credentials == undefined) {
|
|
29
|
-
throw new Error("'credentials' cannot be null.");
|
|
30
|
-
}
|
|
31
|
-
if (subscriptionId == undefined) {
|
|
32
|
-
throw new Error("'subscriptionId' cannot be null.");
|
|
33
|
-
}
|
|
34
|
-
if (!options) {
|
|
35
|
-
options = {};
|
|
36
|
-
}
|
|
37
|
-
if (!options.userAgent) {
|
|
38
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
39
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
40
|
-
}
|
|
41
|
-
_this = _super.call(this, credentials, options) || this;
|
|
42
|
-
_this.apiVersion = "2021-04-30";
|
|
43
|
-
_this.acceptLanguage = "en-US";
|
|
44
|
-
_this.longRunningOperationRetryTimeout = 30;
|
|
45
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
|
46
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
|
47
|
-
_this.credentials = credentials;
|
|
48
|
-
_this.subscriptionId = subscriptionId;
|
|
49
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
50
|
-
_this.acceptLanguage = options.acceptLanguage;
|
|
51
|
-
}
|
|
52
|
-
if (options.longRunningOperationRetryTimeout !== null &&
|
|
53
|
-
options.longRunningOperationRetryTimeout !== undefined) {
|
|
54
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
55
|
-
}
|
|
56
|
-
return _this;
|
|
57
|
-
}
|
|
58
|
-
return CognitiveServicesManagementClientContext;
|
|
59
|
-
}(msRestAzure.AzureServiceClient));
|
|
60
|
-
export { CognitiveServicesManagementClientContext };
|
|
61
|
-
//# sourceMappingURL=cognitiveServicesManagementClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cognitiveServicesManagementClientContext.js","sourceRoot":"","sources":["../src/cognitiveServicesManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAGvD,IAAM,WAAW,GAAG,8BAA8B,CAAC;AACnD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA8D,4DAA8B;IAK1F;;;;;;;;;;OAUG;IACH,kDACE,WAA8D,EAC9D,cAAsB,EACtB,OAAyD;QAH3D,iBAuCC;QAlCC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;SAClD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;SACrD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IACE,OAAO,CAAC,gCAAgC,KAAK,IAAI;YACjD,OAAO,CAAC,gCAAgC,KAAK,SAAS,EACtD;YACA,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,+CAAC;AAAD,CAAC,AAxDD,CAA8D,WAAW,CAAC,kBAAkB,GAwD3F"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Account, AccountListResult, AccountProperties, AccountSku, AccountSkuListResult, ApiKeys, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, MetricName, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RegenerateKeyParameters, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, Usage, UsageListResult, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=accountsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountsMappers.d.ts","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,EACV,oBAAoB,EACpB,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,UAAU,EACV,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,uBAAuB,EACvB,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,KAAK,EACL,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Account, AccountListResult, AccountProperties, AccountSku, AccountSkuListResult, ApiKeys, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, MetricName, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RegenerateKeyParameters, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, Usage, UsageListResult, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=accountsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountsMappers.js","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,EACV,oBAAoB,EACpB,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,UAAU,EACV,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,uBAAuB,EACvB,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,KAAK,EACL,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Account, AccountListResult, AccountProperties, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=deletedAccountsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccountsMappers.d.ts","sourceRoot":"","sources":["../../src/models/deletedAccountsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Account, AccountListResult, AccountProperties, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=deletedAccountsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccountsMappers.js","sourceRoot":"","sources":["../../src/models/deletedAccountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|