@azure/arm-search 3.3.0-beta.1 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +229 -4
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +393 -197
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +109 -7
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +12 -15
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +395 -362
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +3 -7
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/adminKeys.d.ts +3 -3
- package/dist/browser/operations/adminKeys.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/adminKeys.js +3 -2
- package/dist/browser/operations/adminKeys.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.d.ts +6 -6
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterConfigurations.js +73 -89
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +12 -29
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +27 -48
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +12 -29
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/queryKeys.d.ts +3 -3
- package/dist/browser/operations/queryKeys.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/queryKeys.js +26 -43
- package/dist/browser/operations/queryKeys.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.d.ts +23 -5
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.js +190 -152
- package/dist/browser/operations/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sharedPrivateLinkResources.js +122 -141
- package/dist/browser/operations/sharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +27 -48
- package/dist/browser/operations/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.d.ts +1 -1
- package/dist/browser/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +4 -4
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.d.ts +1 -1
- package/dist/browser/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queryKeys.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/services.d.ts +21 -3
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/searchManagementClient.d.ts +3 -3
- package/dist/browser/searchManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/searchManagementClient.js +43 -32
- package/dist/browser/searchManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +28 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-search.d.ts → dist/commonjs/models/index.d.ts} +1440 -1788
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +235 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +57 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1874 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +229 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/adminKeys.d.ts +33 -0
- package/dist/commonjs/operations/adminKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/adminKeys.js +96 -0
- package/dist/commonjs/operations/adminKeys.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +278 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +270 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +97 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queryKeys.d.ts +66 -0
- package/dist/commonjs/operations/queryKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/queryKeys.js +214 -0
- package/dist/commonjs/operations/queryKeys.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +141 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +549 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.js +390 -0
- package/dist/commonjs/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +129 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/searchManagementClient.d.ts +36 -0
- package/dist/commonjs/searchManagementClient.d.ts.map +1 -0
- package/dist/commonjs/searchManagementClient.js +160 -0
- package/dist/commonjs/searchManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1440 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +232 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +57 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1870 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +226 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/adminKeys.d.ts +33 -0
- package/dist/esm/operations/adminKeys.d.ts.map +1 -0
- package/dist/esm/operations/adminKeys.js +91 -0
- package/dist/esm/operations/adminKeys.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +273 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +265 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +34 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +92 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queryKeys.d.ts +66 -0
- package/dist/esm/operations/queryKeys.d.ts.map +1 -0
- package/dist/esm/operations/queryKeys.js +209 -0
- package/dist/esm/operations/queryKeys.js.map +1 -0
- package/dist/esm/operations/services.d.ts +141 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +544 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/esm/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/sharedPrivateLinkResources.js +385 -0
- package/dist/esm/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +124 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/esm/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/adminKeys.js +9 -0
- package/dist/esm/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/esm/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queryKeys.js +9 -0
- package/dist/esm/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +103 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/searchManagementClient.d.ts +36 -0
- package/dist/esm/searchManagementClient.d.ts.map +1 -0
- package/dist/esm/searchManagementClient.js +155 -0
- package/dist/esm/searchManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1440 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +232 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +57 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1870 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +226 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/adminKeys.d.ts +33 -0
- package/dist/react-native/operations/adminKeys.d.ts.map +1 -0
- package/dist/react-native/operations/adminKeys.js +91 -0
- package/dist/react-native/operations/adminKeys.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +273 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +79 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +265 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +92 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queryKeys.d.ts +66 -0
- package/dist/react-native/operations/queryKeys.d.ts.map +1 -0
- package/dist/react-native/operations/queryKeys.js +209 -0
- package/dist/react-native/operations/queryKeys.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +141 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +544 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.js +385 -0
- package/dist/react-native/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +124 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/adminKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queryKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/searchManagementClient.d.ts +36 -0
- package/dist/react-native/searchManagementClient.d.ts.map +1 -0
- package/dist/react-native/searchManagementClient.js +155 -0
- package/dist/react-native/searchManagementClient.js.map +1 -0
- package/package.json +81 -66
- package/review/{arm-search.api.md → arm-search-node.api.md} +216 -137
- package/dist/index.js +0 -4576
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.js +0 -38
- package/dist-esm/samples-dev/adminKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +0 -39
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -39
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -54
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +0 -39
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +0 -39
- package/dist-esm/samples-dev/queryKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +0 -54
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -37
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -301
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -38
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -257
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts +0 -2
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +0 -38
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/adminKeys.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/queryKeys.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/searchManagementClient.d.ts.map +0 -1
- package/dist-esm/src/searchManagementClient.js.map +0 -1
- package/dist-esm/test/search_examples.d.ts +0 -4
- package/dist-esm/test/search_examples.d.ts.map +0 -1
- package/dist-esm/test/search_examples.js +0 -204
- package/dist-esm/test/search_examples.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1446
- package/src/models/mappers.ts +0 -1969
- package/src/models/parameters.ts +0 -267
- package/src/operations/adminKeys.ts +0 -120
- package/src/operations/index.ts +0 -17
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -400
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -373
- package/src/operations/privateLinkResources.ts +0 -144
- package/src/operations/queryKeys.ts +0 -298
- package/src/operations/services.ts +0 -634
- package/src/operations/sharedPrivateLinkResources.ts +0 -544
- package/src/operations/usages.ts +0 -176
- package/src/operationsInterfaces/adminKeys.ts +0 -48
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -90
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -88
- package/src/operationsInterfaces/privateLinkResources.ts +0 -31
- package/src/operationsInterfaces/queryKeys.ts +0 -66
- package/src/operationsInterfaces/services.ts +0 -144
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +0 -131
- package/src/operationsInterfaces/usages.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/src/searchManagementClient.ts +0 -226
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/adminKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
|
@@ -12,159 +12,53 @@ export interface OperationListResult {
|
|
|
12
12
|
*/
|
|
13
13
|
readonly nextLink?: string;
|
|
14
14
|
}
|
|
15
|
-
/**
|
|
15
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
16
|
export interface Operation {
|
|
17
17
|
/**
|
|
18
|
-
* The name of the operation
|
|
18
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
19
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
20
|
*/
|
|
21
21
|
readonly name?: string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly display?: OperationDisplay;
|
|
27
|
-
/**
|
|
28
|
-
* Describes if the specified operation is a data plane API operation. Operations where this value is not true are supported directly by the resource provider.
|
|
23
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
29
24
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
25
|
*/
|
|
31
26
|
readonly isDataAction?: boolean;
|
|
27
|
+
/** Localized display information for this particular operation. */
|
|
28
|
+
display?: OperationDisplay;
|
|
32
29
|
/**
|
|
33
|
-
*
|
|
30
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
34
31
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
32
|
*/
|
|
36
|
-
readonly origin?:
|
|
33
|
+
readonly origin?: Origin;
|
|
37
34
|
/**
|
|
38
|
-
*
|
|
35
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
39
36
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
37
|
*/
|
|
41
|
-
readonly
|
|
38
|
+
readonly actionType?: ActionType;
|
|
42
39
|
}
|
|
43
|
-
/**
|
|
40
|
+
/** Localized display information for this particular operation. */
|
|
44
41
|
export interface OperationDisplay {
|
|
45
42
|
/**
|
|
46
|
-
* The friendly
|
|
43
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
47
44
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
45
|
*/
|
|
49
46
|
readonly provider?: string;
|
|
50
47
|
/**
|
|
51
|
-
* The
|
|
52
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
-
*/
|
|
54
|
-
readonly operation?: string;
|
|
55
|
-
/**
|
|
56
|
-
* The resource type on which the operation is performed.
|
|
48
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
57
49
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
50
|
*/
|
|
59
51
|
readonly resource?: string;
|
|
60
52
|
/**
|
|
61
|
-
* The friendly name
|
|
62
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
-
*/
|
|
64
|
-
readonly description?: string;
|
|
65
|
-
}
|
|
66
|
-
/** Describes additional properties for this operation. */
|
|
67
|
-
export interface OperationProperties {
|
|
68
|
-
/**
|
|
69
|
-
* Specifications of the service for this operation.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly serviceSpecification?: OperationServiceSpecification;
|
|
73
|
-
}
|
|
74
|
-
/** Specifications of the service for this operation. */
|
|
75
|
-
export interface OperationServiceSpecification {
|
|
76
|
-
/**
|
|
77
|
-
* Specifications of metrics for this operation.
|
|
78
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
-
*/
|
|
80
|
-
readonly metricSpecifications?: OperationMetricsSpecification[];
|
|
81
|
-
/**
|
|
82
|
-
* Specifications of logs for this operation.
|
|
83
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
-
*/
|
|
85
|
-
readonly logSpecifications?: OperationLogsSpecification[];
|
|
86
|
-
}
|
|
87
|
-
/** Specifications of one type of metric for this operation. */
|
|
88
|
-
export interface OperationMetricsSpecification {
|
|
89
|
-
/**
|
|
90
|
-
* The name of the metric specification.
|
|
91
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
-
*/
|
|
93
|
-
readonly name?: string;
|
|
94
|
-
/**
|
|
95
|
-
* The display name of the metric specification.
|
|
96
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
97
|
-
*/
|
|
98
|
-
readonly displayName?: string;
|
|
99
|
-
/**
|
|
100
|
-
* The display description of the metric specification.
|
|
101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
102
|
-
*/
|
|
103
|
-
readonly displayDescription?: string;
|
|
104
|
-
/**
|
|
105
|
-
* The unit for the metric specification.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly unit?: string;
|
|
109
|
-
/**
|
|
110
|
-
* The type of aggregation for the metric specification.
|
|
111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
-
*/
|
|
113
|
-
readonly aggregationType?: string;
|
|
114
|
-
/**
|
|
115
|
-
* Dimensions for the metric specification.
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly dimensions?: OperationMetricDimension[];
|
|
119
|
-
/**
|
|
120
|
-
* Availabilities for the metric specification.
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly availabilities?: OperationAvailability[];
|
|
124
|
-
}
|
|
125
|
-
/** Describes a particular dimension for the metric specification. */
|
|
126
|
-
export interface OperationMetricDimension {
|
|
127
|
-
/**
|
|
128
|
-
* The name of the dimension.
|
|
53
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
129
54
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
55
|
*/
|
|
131
|
-
readonly
|
|
132
|
-
/**
|
|
133
|
-
* The display name of the dimension.
|
|
134
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
135
|
-
*/
|
|
136
|
-
readonly displayName?: string;
|
|
137
|
-
}
|
|
138
|
-
/** Describes a particular availability for the metric specification. */
|
|
139
|
-
export interface OperationAvailability {
|
|
140
|
-
/**
|
|
141
|
-
* The time grain for the dimension.
|
|
142
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
-
*/
|
|
144
|
-
readonly timeGrain?: string;
|
|
145
|
-
/**
|
|
146
|
-
* The blob duration for the dimension.
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly blobDuration?: string;
|
|
150
|
-
}
|
|
151
|
-
/** Specifications of one type of log for this operation. */
|
|
152
|
-
export interface OperationLogsSpecification {
|
|
153
|
-
/**
|
|
154
|
-
* The name of the log specification.
|
|
155
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
-
*/
|
|
157
|
-
readonly name?: string;
|
|
158
|
-
/**
|
|
159
|
-
* The display name of the log specification.
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
162
|
-
readonly displayName?: string;
|
|
56
|
+
readonly operation?: string;
|
|
163
57
|
/**
|
|
164
|
-
* The
|
|
58
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
165
59
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
60
|
*/
|
|
167
|
-
readonly
|
|
61
|
+
readonly description?: string;
|
|
168
62
|
}
|
|
169
63
|
/** Contains information about an API error. */
|
|
170
64
|
export interface CloudError {
|
|
@@ -285,7 +179,7 @@ export interface PrivateEndpointConnectionPropertiesPrivateLinkServiceConnection
|
|
|
285
179
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
286
180
|
export interface Resource {
|
|
287
181
|
/**
|
|
288
|
-
* Fully qualified resource ID for the resource.
|
|
182
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
289
183
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
184
|
*/
|
|
291
185
|
readonly id?: string;
|
|
@@ -299,6 +193,26 @@ export interface Resource {
|
|
|
299
193
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
194
|
*/
|
|
301
195
|
readonly type?: string;
|
|
196
|
+
/**
|
|
197
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
+
*/
|
|
200
|
+
readonly systemData?: SystemData;
|
|
201
|
+
}
|
|
202
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
203
|
+
export interface SystemData {
|
|
204
|
+
/** The identity that created the resource. */
|
|
205
|
+
createdBy?: string;
|
|
206
|
+
/** The type of identity that created the resource. */
|
|
207
|
+
createdByType?: CreatedByType;
|
|
208
|
+
/** The timestamp of resource creation (UTC). */
|
|
209
|
+
createdAt?: Date;
|
|
210
|
+
/** The identity that last modified the resource. */
|
|
211
|
+
lastModifiedBy?: string;
|
|
212
|
+
/** The type of identity that last modified the resource. */
|
|
213
|
+
lastModifiedByType?: CreatedByType;
|
|
214
|
+
/** The timestamp of resource last modification (UTC) */
|
|
215
|
+
lastModifiedAt?: Date;
|
|
302
216
|
}
|
|
303
217
|
/** Describes the properties of an existing shared private link resource managed by the Azure AI Search service. */
|
|
304
218
|
export interface SharedPrivateLinkResourceProperties {
|
|
@@ -336,18 +250,18 @@ export interface Identity {
|
|
|
336
250
|
type: IdentityType;
|
|
337
251
|
/** The list of user 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}'. */
|
|
338
252
|
userAssignedIdentities?: {
|
|
339
|
-
[propertyName: string]:
|
|
253
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
340
254
|
};
|
|
341
255
|
}
|
|
342
|
-
/**
|
|
343
|
-
export interface
|
|
256
|
+
/** User assigned identity properties */
|
|
257
|
+
export interface UserAssignedIdentity {
|
|
344
258
|
/**
|
|
345
|
-
* The principal ID of
|
|
259
|
+
* The principal ID of the assigned identity.
|
|
346
260
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
261
|
*/
|
|
348
262
|
readonly principalId?: string;
|
|
349
263
|
/**
|
|
350
|
-
* The client ID of
|
|
264
|
+
* The client ID of the assigned identity.
|
|
351
265
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
352
266
|
*/
|
|
353
267
|
readonly clientId?: string;
|
|
@@ -511,69 +425,130 @@ export interface QuotaUsageResultName {
|
|
|
511
425
|
/** The localized string value for the SKU name. */
|
|
512
426
|
localizedValue?: string;
|
|
513
427
|
}
|
|
514
|
-
/**
|
|
428
|
+
/** Result of a list NSP (network security perimeter) configurations request. */
|
|
515
429
|
export interface NetworkSecurityPerimeterConfigurationListResult {
|
|
430
|
+
/** Array of network security perimeter results. */
|
|
431
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
432
|
+
/** The link used to get the next page of results. */
|
|
433
|
+
nextLink?: string;
|
|
434
|
+
}
|
|
435
|
+
/** Network security configuration properties. */
|
|
436
|
+
export interface NetworkSecurityPerimeterConfigurationProperties {
|
|
516
437
|
/**
|
|
517
|
-
*
|
|
438
|
+
* Provisioning state of a network security perimeter configuration that is being created or updated.
|
|
518
439
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
440
|
*/
|
|
520
|
-
readonly
|
|
441
|
+
readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
|
|
521
442
|
/**
|
|
522
|
-
*
|
|
443
|
+
* List of provisioning issues, if any
|
|
523
444
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
445
|
*/
|
|
525
|
-
readonly
|
|
446
|
+
readonly provisioningIssues?: ProvisioningIssue[];
|
|
447
|
+
/** Information about a network security perimeter (NSP) */
|
|
448
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
449
|
+
/** Information about resource association */
|
|
450
|
+
resourceAssociation?: ResourceAssociation;
|
|
451
|
+
/** Network security perimeter configuration profile */
|
|
452
|
+
profile?: NetworkSecurityProfile;
|
|
526
453
|
}
|
|
527
|
-
/**
|
|
528
|
-
export interface
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
454
|
+
/** Describes a provisioning issue for a network security perimeter configuration */
|
|
455
|
+
export interface ProvisioningIssue {
|
|
456
|
+
/**
|
|
457
|
+
* Name of the issue
|
|
458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
+
*/
|
|
460
|
+
readonly name?: string;
|
|
461
|
+
/**
|
|
462
|
+
* Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules
|
|
463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
+
*/
|
|
465
|
+
readonly properties?: ProvisioningIssueProperties;
|
|
537
466
|
}
|
|
538
|
-
/**
|
|
539
|
-
export interface
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
467
|
+
/** Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules */
|
|
468
|
+
export interface ProvisioningIssueProperties {
|
|
469
|
+
/**
|
|
470
|
+
* Type of issue
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly issueType?: IssueType;
|
|
474
|
+
/**
|
|
475
|
+
* Severity of the issue.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly severity?: Severity;
|
|
479
|
+
/**
|
|
480
|
+
* Description of the issue
|
|
481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
482
|
+
*/
|
|
483
|
+
readonly description?: string;
|
|
484
|
+
/**
|
|
485
|
+
* Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly suggestedResourceIds?: string[];
|
|
489
|
+
/**
|
|
490
|
+
* Access rules that can be added to the network security profile (NSP) to remediate the issue.
|
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
+
*/
|
|
493
|
+
readonly suggestedAccessRules?: AccessRule[];
|
|
543
494
|
}
|
|
544
|
-
/**
|
|
545
|
-
export interface
|
|
495
|
+
/** Access rule in a network security perimeter configuration profile */
|
|
496
|
+
export interface AccessRule {
|
|
497
|
+
/** Name of the access rule */
|
|
546
498
|
name?: string;
|
|
547
|
-
/**
|
|
548
|
-
properties?:
|
|
549
|
-
}
|
|
550
|
-
/**
|
|
551
|
-
export interface
|
|
552
|
-
|
|
499
|
+
/** Properties of Access Rule */
|
|
500
|
+
properties?: AccessRuleProperties;
|
|
501
|
+
}
|
|
502
|
+
/** Properties of Access Rule */
|
|
503
|
+
export interface AccessRuleProperties {
|
|
504
|
+
/** Direction of Access Rule */
|
|
505
|
+
direction?: AccessRuleDirection;
|
|
506
|
+
/** Address prefixes in the CIDR format for inbound rules */
|
|
553
507
|
addressPrefixes?: string[];
|
|
508
|
+
/** Subscriptions for inbound rules */
|
|
509
|
+
subscriptions?: AccessRulePropertiesSubscriptionsItem[];
|
|
510
|
+
/** Network security perimeters for inbound rules */
|
|
511
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
512
|
+
/** Fully qualified domain names (FQDN) for outbound rules */
|
|
554
513
|
fullyQualifiedDomainNames?: string[];
|
|
555
|
-
|
|
556
|
-
|
|
514
|
+
/** Email addresses for outbound rules */
|
|
515
|
+
emailAddresses?: string[];
|
|
516
|
+
/** Phone numbers for outbound rules */
|
|
517
|
+
phoneNumbers?: string[];
|
|
518
|
+
}
|
|
519
|
+
/** Subscription identifiers */
|
|
520
|
+
export interface AccessRulePropertiesSubscriptionsItem {
|
|
521
|
+
/** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */
|
|
522
|
+
id?: string;
|
|
557
523
|
}
|
|
558
|
-
/**
|
|
559
|
-
export interface
|
|
524
|
+
/** Information about a network security perimeter (NSP) */
|
|
525
|
+
export interface NetworkSecurityPerimeter {
|
|
526
|
+
/** Fully qualified Azure resource ID of the NSP resource */
|
|
560
527
|
id?: string;
|
|
528
|
+
/** Universal unique ID (UUID) of the network security perimeter */
|
|
561
529
|
perimeterGuid?: string;
|
|
530
|
+
/** Location of the network security perimeter */
|
|
562
531
|
location?: string;
|
|
563
532
|
}
|
|
564
|
-
/**
|
|
565
|
-
export interface
|
|
533
|
+
/** Information about resource association */
|
|
534
|
+
export interface ResourceAssociation {
|
|
535
|
+
/** Name of the resource association */
|
|
566
536
|
name?: string;
|
|
567
|
-
/**
|
|
568
|
-
|
|
537
|
+
/** Access mode of the resource association */
|
|
538
|
+
accessMode?: ResourceAssociationAccessMode;
|
|
569
539
|
}
|
|
570
|
-
/**
|
|
571
|
-
export interface
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
540
|
+
/** Network security perimeter configuration profile */
|
|
541
|
+
export interface NetworkSecurityProfile {
|
|
542
|
+
/** Name of the profile */
|
|
543
|
+
name?: string;
|
|
544
|
+
/** Current access rules version */
|
|
545
|
+
accessRulesVersion?: number;
|
|
546
|
+
/** List of Access Rules */
|
|
547
|
+
accessRules?: AccessRule[];
|
|
548
|
+
/** Current diagnostic settings version */
|
|
549
|
+
diagnosticSettingsVersion?: number;
|
|
550
|
+
/** List of log categories that are enabled */
|
|
551
|
+
enabledLogCategories?: string[];
|
|
577
552
|
}
|
|
578
553
|
/** The details of a long running asynchronous shared private link resource operation. */
|
|
579
554
|
export interface AsyncOperationResult {
|
|
@@ -615,8 +590,12 @@ export interface SearchServiceUpdate extends Resource {
|
|
|
615
590
|
replicaCount?: number;
|
|
616
591
|
/** The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */
|
|
617
592
|
partitionCount?: number;
|
|
593
|
+
/** The endpoint of the Azure AI Search service. */
|
|
594
|
+
endpoint?: string;
|
|
618
595
|
/** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'. */
|
|
619
596
|
hostingMode?: HostingMode;
|
|
597
|
+
/** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */
|
|
598
|
+
computeType?: ComputeType;
|
|
620
599
|
/** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
|
621
600
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
622
601
|
/**
|
|
@@ -630,14 +609,14 @@ export interface SearchServiceUpdate extends Resource {
|
|
|
630
609
|
*/
|
|
631
610
|
readonly statusDetails?: string;
|
|
632
611
|
/**
|
|
633
|
-
* The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either '
|
|
612
|
+
* The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
|
|
634
613
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
614
|
*/
|
|
636
615
|
readonly provisioningState?: ProvisioningState;
|
|
637
616
|
/** Network specific rules that determine how the Azure AI Search service may be reached. */
|
|
638
617
|
networkRuleSet?: NetworkRuleSet;
|
|
639
618
|
/** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */
|
|
640
|
-
|
|
619
|
+
dataExfiltrationProtections?: SearchDataExfiltrationProtection[];
|
|
641
620
|
/** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */
|
|
642
621
|
encryptionWithCmk?: EncryptionWithCmk;
|
|
643
622
|
/** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */
|
|
@@ -661,6 +640,13 @@ export interface SearchServiceUpdate extends Resource {
|
|
|
661
640
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
641
|
*/
|
|
663
642
|
readonly eTag?: string;
|
|
643
|
+
/** Indicates if the search service has an upgrade available. */
|
|
644
|
+
upgradeAvailable?: UpgradeAvailable;
|
|
645
|
+
/**
|
|
646
|
+
* The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time.
|
|
647
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
648
|
+
*/
|
|
649
|
+
readonly serviceUpgradedAt?: Date;
|
|
664
650
|
}
|
|
665
651
|
/** Describes a supported private link resource for the Azure AI Search service. */
|
|
666
652
|
export interface PrivateLinkResource extends Resource {
|
|
@@ -683,8 +669,12 @@ export interface SearchService extends TrackedResource {
|
|
|
683
669
|
replicaCount?: number;
|
|
684
670
|
/** The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */
|
|
685
671
|
partitionCount?: number;
|
|
672
|
+
/** The endpoint of the Azure AI Search service. */
|
|
673
|
+
endpoint?: string;
|
|
686
674
|
/** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'. */
|
|
687
675
|
hostingMode?: HostingMode;
|
|
676
|
+
/** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */
|
|
677
|
+
computeType?: ComputeType;
|
|
688
678
|
/** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
|
689
679
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
690
680
|
/**
|
|
@@ -698,14 +688,14 @@ export interface SearchService extends TrackedResource {
|
|
|
698
688
|
*/
|
|
699
689
|
readonly statusDetails?: string;
|
|
700
690
|
/**
|
|
701
|
-
* The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either '
|
|
691
|
+
* The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up.
|
|
702
692
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
703
693
|
*/
|
|
704
694
|
readonly provisioningState?: ProvisioningState;
|
|
705
695
|
/** Network specific rules that determine how the Azure AI Search service may be reached. */
|
|
706
696
|
networkRuleSet?: NetworkRuleSet;
|
|
707
697
|
/** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */
|
|
708
|
-
|
|
698
|
+
dataExfiltrationProtections?: SearchDataExfiltrationProtection[];
|
|
709
699
|
/** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */
|
|
710
700
|
encryptionWithCmk?: EncryptionWithCmk;
|
|
711
701
|
/** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */
|
|
@@ -729,18 +719,22 @@ export interface SearchService extends TrackedResource {
|
|
|
729
719
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
730
720
|
*/
|
|
731
721
|
readonly eTag?: string;
|
|
722
|
+
/** Indicates if the search service has an upgrade available. */
|
|
723
|
+
upgradeAvailable?: UpgradeAvailable;
|
|
724
|
+
/**
|
|
725
|
+
* The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time.
|
|
726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
727
|
+
*/
|
|
728
|
+
readonly serviceUpgradedAt?: Date;
|
|
732
729
|
}
|
|
733
|
-
/** Network security perimeter configuration
|
|
730
|
+
/** Network security perimeter (NSP) configuration resource */
|
|
734
731
|
export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
|
|
735
|
-
/**
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
/** The profile for a network security perimeter configuration. */
|
|
742
|
-
profile?: NSPConfigProfile;
|
|
743
|
-
provisioningIssues?: NSPProvisioningIssue[];
|
|
732
|
+
/** Network security configuration properties. */
|
|
733
|
+
properties?: NetworkSecurityPerimeterConfigurationProperties;
|
|
734
|
+
}
|
|
735
|
+
/** Defines headers for Services_upgrade operation. */
|
|
736
|
+
export interface ServicesUpgradeHeaders {
|
|
737
|
+
location?: string;
|
|
744
738
|
}
|
|
745
739
|
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
746
740
|
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
@@ -751,12 +745,62 @@ export interface SearchManagementRequestOptions {
|
|
|
751
745
|
/** A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request. */
|
|
752
746
|
clientRequestId?: string;
|
|
753
747
|
}
|
|
748
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
749
|
+
export declare enum KnownOrigin {
|
|
750
|
+
/** User */
|
|
751
|
+
User = "user",
|
|
752
|
+
/** System */
|
|
753
|
+
System = "system",
|
|
754
|
+
/** UserSystem */
|
|
755
|
+
UserSystem = "user,system"
|
|
756
|
+
}
|
|
757
|
+
/**
|
|
758
|
+
* Defines values for Origin. \
|
|
759
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
760
|
+
* this enum contains the known values that the service supports.
|
|
761
|
+
* ### Known values supported by the service
|
|
762
|
+
* **user** \
|
|
763
|
+
* **system** \
|
|
764
|
+
* **user,system**
|
|
765
|
+
*/
|
|
766
|
+
export type Origin = string;
|
|
767
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
768
|
+
export declare enum KnownActionType {
|
|
769
|
+
/** Internal */
|
|
770
|
+
Internal = "Internal"
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
* Defines values for ActionType. \
|
|
774
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
775
|
+
* this enum contains the known values that the service supports.
|
|
776
|
+
* ### Known values supported by the service
|
|
777
|
+
* **Internal**
|
|
778
|
+
*/
|
|
779
|
+
export type ActionType = string;
|
|
780
|
+
/** Known values of {@link ComputeType} that the service accepts. */
|
|
781
|
+
export declare enum KnownComputeType {
|
|
782
|
+
/** Create the service with the Default Compute. */
|
|
783
|
+
Default = "default",
|
|
784
|
+
/** Create the service with Azure Confidential Compute. */
|
|
785
|
+
Confidential = "confidential"
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* Defines values for ComputeType. \
|
|
789
|
+
* {@link KnownComputeType} can be used interchangeably with ComputeType,
|
|
790
|
+
* this enum contains the known values that the service supports.
|
|
791
|
+
* ### Known values supported by the service
|
|
792
|
+
* **default**: Create the service with the Default Compute. \
|
|
793
|
+
* **confidential**: Create the service with Azure Confidential Compute.
|
|
794
|
+
*/
|
|
795
|
+
export type ComputeType = string;
|
|
754
796
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
755
797
|
export declare enum KnownPublicNetworkAccess {
|
|
756
798
|
/** The search service is accessible from traffic originating from the public internet. */
|
|
757
799
|
Enabled = "enabled",
|
|
758
800
|
/** The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. */
|
|
759
|
-
Disabled = "disabled"
|
|
801
|
+
Disabled = "disabled",
|
|
802
|
+
/** The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */
|
|
803
|
+
SecuredByPerimeter = "securedByPerimeter"
|
|
760
804
|
}
|
|
761
805
|
/**
|
|
762
806
|
* Defines values for PublicNetworkAccess. \
|
|
@@ -764,15 +808,16 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
764
808
|
* this enum contains the known values that the service supports.
|
|
765
809
|
* ### Known values supported by the service
|
|
766
810
|
* **enabled**: The search service is accessible from traffic originating from the public internet. \
|
|
767
|
-
* **disabled**: The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections.
|
|
811
|
+
* **disabled**: The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. \
|
|
812
|
+
* **securedByPerimeter**: The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.
|
|
768
813
|
*/
|
|
769
814
|
export type PublicNetworkAccess = string;
|
|
770
815
|
/** Known values of {@link SearchBypass} that the service accepts. */
|
|
771
816
|
export declare enum KnownSearchBypass {
|
|
772
817
|
/** Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. */
|
|
773
818
|
None = "None",
|
|
774
|
-
/** Indicates that requests originating from
|
|
775
|
-
|
|
819
|
+
/** Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section. */
|
|
820
|
+
AzureServices = "AzureServices"
|
|
776
821
|
}
|
|
777
822
|
/**
|
|
778
823
|
* Defines values for SearchBypass. \
|
|
@@ -780,22 +825,22 @@ export declare enum KnownSearchBypass {
|
|
|
780
825
|
* this enum contains the known values that the service supports.
|
|
781
826
|
* ### Known values supported by the service
|
|
782
827
|
* **None**: Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. \
|
|
783
|
-
* **
|
|
828
|
+
* **AzureServices**: Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section.
|
|
784
829
|
*/
|
|
785
830
|
export type SearchBypass = string;
|
|
786
|
-
/** Known values of {@link
|
|
787
|
-
export declare enum
|
|
831
|
+
/** Known values of {@link SearchDataExfiltrationProtection} that the service accepts. */
|
|
832
|
+
export declare enum KnownSearchDataExfiltrationProtection {
|
|
788
833
|
/** Indicates that all data exfiltration scenarios are disabled. */
|
|
789
|
-
|
|
834
|
+
BlockAll = "BlockAll"
|
|
790
835
|
}
|
|
791
836
|
/**
|
|
792
|
-
* Defines values for
|
|
793
|
-
* {@link
|
|
837
|
+
* Defines values for SearchDataExfiltrationProtection. \
|
|
838
|
+
* {@link KnownSearchDataExfiltrationProtection} can be used interchangeably with SearchDataExfiltrationProtection,
|
|
794
839
|
* this enum contains the known values that the service supports.
|
|
795
840
|
* ### Known values supported by the service
|
|
796
|
-
* **
|
|
841
|
+
* **BlockAll**: Indicates that all data exfiltration scenarios are disabled.
|
|
797
842
|
*/
|
|
798
|
-
export type
|
|
843
|
+
export type SearchDataExfiltrationProtection = string;
|
|
799
844
|
/** Known values of {@link SearchSemanticSearch} that the service accepts. */
|
|
800
845
|
export declare enum KnownSearchSemanticSearch {
|
|
801
846
|
/** Indicates that semantic reranker is disabled for the search service. This is the default. */
|
|
@@ -843,6 +888,28 @@ export declare enum KnownPrivateLinkServiceConnectionProvisioningState {
|
|
|
843
888
|
* **Canceled**: Provisioning request for the private link service connection resource has been canceled.
|
|
844
889
|
*/
|
|
845
890
|
export type PrivateLinkServiceConnectionProvisioningState = string;
|
|
891
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
892
|
+
export declare enum KnownCreatedByType {
|
|
893
|
+
/** User */
|
|
894
|
+
User = "User",
|
|
895
|
+
/** Application */
|
|
896
|
+
Application = "Application",
|
|
897
|
+
/** ManagedIdentity */
|
|
898
|
+
ManagedIdentity = "ManagedIdentity",
|
|
899
|
+
/** Key */
|
|
900
|
+
Key = "Key"
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* Defines values for CreatedByType. \
|
|
904
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
905
|
+
* this enum contains the known values that the service supports.
|
|
906
|
+
* ### Known values supported by the service
|
|
907
|
+
* **User** \
|
|
908
|
+
* **Application** \
|
|
909
|
+
* **ManagedIdentity** \
|
|
910
|
+
* **Key**
|
|
911
|
+
*/
|
|
912
|
+
export type CreatedByType = string;
|
|
846
913
|
/** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */
|
|
847
914
|
export declare enum KnownSharedPrivateLinkResourceStatus {
|
|
848
915
|
/** The shared private link resource has been created and is pending approval. */
|
|
@@ -890,6 +957,22 @@ export declare enum KnownSharedPrivateLinkResourceProvisioningState {
|
|
|
890
957
|
* **Incomplete**: Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet.
|
|
891
958
|
*/
|
|
892
959
|
export type SharedPrivateLinkResourceProvisioningState = string;
|
|
960
|
+
/** Known values of {@link UpgradeAvailable} that the service accepts. */
|
|
961
|
+
export declare enum KnownUpgradeAvailable {
|
|
962
|
+
/** An upgrade is currently not available for the service. */
|
|
963
|
+
NotAvailable = "notAvailable",
|
|
964
|
+
/** There is an upgrade available for the service. */
|
|
965
|
+
Available = "available"
|
|
966
|
+
}
|
|
967
|
+
/**
|
|
968
|
+
* Defines values for UpgradeAvailable. \
|
|
969
|
+
* {@link KnownUpgradeAvailable} can be used interchangeably with UpgradeAvailable,
|
|
970
|
+
* this enum contains the known values that the service supports.
|
|
971
|
+
* ### Known values supported by the service
|
|
972
|
+
* **notAvailable**: An upgrade is currently not available for the service. \
|
|
973
|
+
* **available**: There is an upgrade available for the service.
|
|
974
|
+
*/
|
|
975
|
+
export type UpgradeAvailable = string;
|
|
893
976
|
/** Known values of {@link SkuName} that the service accepts. */
|
|
894
977
|
export declare enum KnownSkuName {
|
|
895
978
|
/** Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. */
|
|
@@ -959,6 +1042,110 @@ export declare enum KnownUnavailableNameReason {
|
|
|
959
1042
|
* **AlreadyExists**: The search service name is already assigned to a different search service.
|
|
960
1043
|
*/
|
|
961
1044
|
export type UnavailableNameReason = string;
|
|
1045
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
|
|
1046
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
|
|
1047
|
+
/** Succeeded */
|
|
1048
|
+
Succeeded = "Succeeded",
|
|
1049
|
+
/** Creating */
|
|
1050
|
+
Creating = "Creating",
|
|
1051
|
+
/** Updating */
|
|
1052
|
+
Updating = "Updating",
|
|
1053
|
+
/** Deleting */
|
|
1054
|
+
Deleting = "Deleting",
|
|
1055
|
+
/** Accepted */
|
|
1056
|
+
Accepted = "Accepted",
|
|
1057
|
+
/** Failed */
|
|
1058
|
+
Failed = "Failed",
|
|
1059
|
+
/** Canceled */
|
|
1060
|
+
Canceled = "Canceled"
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. \
|
|
1064
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,
|
|
1065
|
+
* this enum contains the known values that the service supports.
|
|
1066
|
+
* ### Known values supported by the service
|
|
1067
|
+
* **Succeeded** \
|
|
1068
|
+
* **Creating** \
|
|
1069
|
+
* **Updating** \
|
|
1070
|
+
* **Deleting** \
|
|
1071
|
+
* **Accepted** \
|
|
1072
|
+
* **Failed** \
|
|
1073
|
+
* **Canceled**
|
|
1074
|
+
*/
|
|
1075
|
+
export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
|
|
1076
|
+
/** Known values of {@link IssueType} that the service accepts. */
|
|
1077
|
+
export declare enum KnownIssueType {
|
|
1078
|
+
/** Unknown issue type */
|
|
1079
|
+
Unknown = "Unknown",
|
|
1080
|
+
/** An error occurred while applying the network security perimeter (NSP) configuration. */
|
|
1081
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
1082
|
+
/** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */
|
|
1083
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
1084
|
+
/** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */
|
|
1085
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration"
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* Defines values for IssueType. \
|
|
1089
|
+
* {@link KnownIssueType} can be used interchangeably with IssueType,
|
|
1090
|
+
* this enum contains the known values that the service supports.
|
|
1091
|
+
* ### Known values supported by the service
|
|
1092
|
+
* **Unknown**: Unknown issue type \
|
|
1093
|
+
* **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \
|
|
1094
|
+
* **MissingPerimeterConfiguration**: A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. \
|
|
1095
|
+
* **MissingIdentityConfiguration**: An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.
|
|
1096
|
+
*/
|
|
1097
|
+
export type IssueType = string;
|
|
1098
|
+
/** Known values of {@link Severity} that the service accepts. */
|
|
1099
|
+
export declare enum KnownSeverity {
|
|
1100
|
+
/** Warning */
|
|
1101
|
+
Warning = "Warning",
|
|
1102
|
+
/** Error */
|
|
1103
|
+
Error = "Error"
|
|
1104
|
+
}
|
|
1105
|
+
/**
|
|
1106
|
+
* Defines values for Severity. \
|
|
1107
|
+
* {@link KnownSeverity} can be used interchangeably with Severity,
|
|
1108
|
+
* this enum contains the known values that the service supports.
|
|
1109
|
+
* ### Known values supported by the service
|
|
1110
|
+
* **Warning** \
|
|
1111
|
+
* **Error**
|
|
1112
|
+
*/
|
|
1113
|
+
export type Severity = string;
|
|
1114
|
+
/** Known values of {@link AccessRuleDirection} that the service accepts. */
|
|
1115
|
+
export declare enum KnownAccessRuleDirection {
|
|
1116
|
+
/** Applies to inbound network traffic to the secured resources. */
|
|
1117
|
+
Inbound = "Inbound",
|
|
1118
|
+
/** Applies to outbound network traffic from the secured resources */
|
|
1119
|
+
Outbound = "Outbound"
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* Defines values for AccessRuleDirection. \
|
|
1123
|
+
* {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
|
|
1124
|
+
* this enum contains the known values that the service supports.
|
|
1125
|
+
* ### Known values supported by the service
|
|
1126
|
+
* **Inbound**: Applies to inbound network traffic to the secured resources. \
|
|
1127
|
+
* **Outbound**: Applies to outbound network traffic from the secured resources
|
|
1128
|
+
*/
|
|
1129
|
+
export type AccessRuleDirection = string;
|
|
1130
|
+
/** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
|
|
1131
|
+
export declare enum KnownResourceAssociationAccessMode {
|
|
1132
|
+
/** Enforced access mode - traffic to the resource that failed access checks is blocked */
|
|
1133
|
+
Enforced = "Enforced",
|
|
1134
|
+
/** Learning access mode - traffic to the resource is enabled for analysis but not blocked */
|
|
1135
|
+
Learning = "Learning",
|
|
1136
|
+
/** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */
|
|
1137
|
+
Audit = "Audit"
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* Defines values for ResourceAssociationAccessMode. \
|
|
1141
|
+
* {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,
|
|
1142
|
+
* this enum contains the known values that the service supports.
|
|
1143
|
+
* ### Known values supported by the service
|
|
1144
|
+
* **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \
|
|
1145
|
+
* **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \
|
|
1146
|
+
* **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked
|
|
1147
|
+
*/
|
|
1148
|
+
export type ResourceAssociationAccessMode = string;
|
|
962
1149
|
/** Known values of {@link SharedPrivateLinkResourceAsyncOperationResult} that the service accepts. */
|
|
963
1150
|
export declare enum KnownSharedPrivateLinkResourceAsyncOperationResult {
|
|
964
1151
|
/** Running */
|
|
@@ -1091,6 +1278,15 @@ export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.
|
|
|
1091
1278
|
/** Contains response data for the checkNameAvailability operation. */
|
|
1092
1279
|
export type ServicesCheckNameAvailabilityResponse = CheckNameAvailabilityOutput;
|
|
1093
1280
|
/** Optional parameters. */
|
|
1281
|
+
export interface ServicesUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
1282
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1283
|
+
updateIntervalInMs?: number;
|
|
1284
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1285
|
+
resumeFrom?: string;
|
|
1286
|
+
}
|
|
1287
|
+
/** Contains response data for the upgrade operation. */
|
|
1288
|
+
export type ServicesUpgradeResponse = SearchService;
|
|
1289
|
+
/** Optional parameters. */
|
|
1094
1290
|
export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1095
1291
|
/** Parameter group */
|
|
1096
1292
|
searchManagementRequestOptions?: SearchManagementRequestOptions;
|